Roll chromium_revision 870b9f1f8c..3e8074275a (499528:499592)

Change log: 870b9f1f8c..3e8074275a
Full diff: 870b9f1f8c..3e8074275a

Changed dependencies:
* src/base: e67d867f34..b10e6ee54f
* src/ios: 386a5236f3..65ed1b6ee5
* src/third_party: 07198736d3..543be0189b
* src/tools: d7e69823cb..6fa55cd91d
DEPS diff: 870b9f1f8c..3e8074275a/DEPS

No update to Clang.

TBR=
BUG=None
CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal

Review-Url: https://codereview.webrtc.org/3007173002
Cr-Commit-Position: refs/heads/master@{#19684}
This commit is contained in:
buildbot 2017-09-05 03:17:20 -07:00 committed by Commit Bot
parent 2877eaf7fe
commit 17f32cb301

10
DEPS
View File

@ -2,7 +2,7 @@
vars = {
'chromium_git': 'https://chromium.googlesource.com',
'chromium_revision': '870b9f1f8c8a91e19e75f4b5a2b0025841f90982',
'chromium_revision': '3e8074275acad6f5ed333a44a9b9fe09def7631a',
'boringssl_git': 'https://boringssl.googlesource.com',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling swarming_client
@ -33,7 +33,7 @@ deps = {
# TODO(kjellander): Move this to be Android-only once the libevent dependency
# in base/third_party/libevent is solved.
'src/base':
Var('chromium_git') + '/chromium/src/base' + '@' + 'e67d867f342464501105798ee19f412905bc4878',
Var('chromium_git') + '/chromium/src/base' + '@' + 'b10e6ee54f8ac0c68a90717a8045885e398aa538',
'src/build':
Var('chromium_git') + '/chromium/src/build' + '@' + '407deb09a494939aef95c8149545e27bb324e781',
'src/buildtools':
@ -41,7 +41,7 @@ deps = {
'src/testing':
Var('chromium_git') + '/chromium/src/testing' + '@' + '77275a1ee547d4e2eca34f43d93624ac035e7f42',
'src/third_party':
Var('chromium_git') + '/chromium/src/third_party' + '@' + '07198736d3f449eca7da7db067c7761d6c797db0',
Var('chromium_git') + '/chromium/src/third_party' + '@' + '543be0189b9ec69ce0f95de6c233a5c8a7619bc2',
'src/third_party/boringssl/src':
Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'),
'src/third_party/catapult':
@ -76,7 +76,7 @@ deps = {
'src/third_party/yasm/source/patched-yasm':
Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + 'b98114e18d8b9b84586b10d24353ab8616d4c5fc',
'src/tools':
Var('chromium_git') + '/chromium/src/tools' + '@' + 'd7e69823cb9d3480ea152c2cbf1aeca814561941',
Var('chromium_git') + '/chromium/src/tools' + '@' + '6fa55cd91d4bbd36654df7bfc4784132f7795df1',
'src/tools/gyp':
Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb',
'src/tools/swarming_client':
@ -118,7 +118,7 @@ deps_os = {
},
'ios': {
'src/ios':
Var('chromium_git') + '/chromium/src/ios' + '@' + '386a5236f38cb05dd7b5beed15b940861b7b9ccc',
Var('chromium_git') + '/chromium/src/ios' + '@' + '65ed1b6ee572a19b6f7758f3b1ca5843b55683a8',
},
'unix': {
'src/third_party/lss':