Roll chromium_revision 98dee77021..19f44c261d (477661:477714)

Change log: 98dee77021..19f44c261d
Full diff: 98dee77021..19f44c261d

Changed dependencies:
* src/base: ce7697851c..b7a6c5aa60
* src/build: d715bfdcfe..e9bf917143
* src/ios: 8e0dae0da5..2141500c74
* src/testing: c746f6a786..545e64c3a4
* src/third_party: 36b9a79953..b392c5d272
* src/third_party/catapult: a379863517..32bdd96094
* src/tools: f9ec4480ca..98c80201be
DEPS diff: 98dee77021..19f44c261d/DEPS

No update to Clang.

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2928753003
Cr-Commit-Position: refs/heads/master@{#18482}
This commit is contained in:
buildbot 2017-06-07 12:19:14 -07:00 committed by Commit Bot
parent 4c72cf43df
commit d9432c2875

16
DEPS
View File

@ -2,7 +2,7 @@
vars = {
'chromium_git': 'https://chromium.googlesource.com',
'chromium_revision': '98dee7702162992e0f0a605c09879f0bde1ce987',
'chromium_revision': '19f44c261d415e22c208651a6bdf57092e08fc74',
'boringssl_git': 'https://boringssl.googlesource.com',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling swarming_client
@ -23,7 +23,7 @@ vars = {
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling catapult
# and whatever else without interference from each other.
'catapult_revision': 'a3798635175e53f40f7548875b4eb9cec5baf055',
'catapult_revision': '32bdd960945af3580a61f9640bbfe72677e458ac',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling libFuzzer
# and whatever else without interference from each other.
@ -33,15 +33,15 @@ 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' + '@' + 'ce7697851ca4a809208ba5f448393b2ff68fb45b',
Var('chromium_git') + '/chromium/src/base' + '@' + 'b7a6c5aa6096d6598163106d08a6b230b5186d8c',
'src/build':
Var('chromium_git') + '/chromium/src/build' + '@' + 'd715bfdcfe5e9cc5a5e97f278fb9408c034eb0c1',
Var('chromium_git') + '/chromium/src/build' + '@' + 'e9bf917143f63c7728728110a3769b7df03e464f',
'src/buildtools':
Var('chromium_git') + '/chromium/buildtools.git' + '@' + '31d4daad5d9af672d4e234570a24f3fd844bb713',
'src/testing':
Var('chromium_git') + '/chromium/src/testing' + '@' + 'c746f6a786edb354af5744758c2bc9ff32c46110',
Var('chromium_git') + '/chromium/src/testing' + '@' + '545e64c3a43aad253d97aeb0f67e9a7fa416b716',
'src/third_party':
Var('chromium_git') + '/chromium/src/third_party' + '@' + '36b9a79953c959858cb47a03c85232cafeecb0d6',
Var('chromium_git') + '/chromium/src/third_party' + '@' + 'b392c5d272cf26b9c61adf3f5a0865b30a416dae',
'src/third_party/boringssl/src':
Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'),
'src/third_party/catapult':
@ -74,7 +74,7 @@ deps = {
'src/third_party/yasm/source/patched-yasm':
Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + '7da28c6c7c6a1387217352ce02b31754deb54d2a',
'src/tools':
Var('chromium_git') + '/chromium/src/tools' + '@' + 'f9ec4480caf6ef68781a0e019dbf97ea9dfbdfb2',
Var('chromium_git') + '/chromium/src/tools' + '@' + '98c80201beef2473cf0d45d041c73c68a2843950',
'src/tools/gyp':
Var('chromium_git') + '/external/gyp.git' + '@' + 'eb296f67da078ec01f5e3a9ea9cdc6d26d680161',
'src/tools/swarming_client':
@ -116,7 +116,7 @@ deps_os = {
},
'ios': {
'src/ios':
Var('chromium_git') + '/chromium/src/ios' + '@' + '8e0dae0da51cec0e30e249fab074e1a550889c09',
Var('chromium_git') + '/chromium/src/ios' + '@' + '2141500c741980cd41facc4762b6e8a37b9f2980',
},
'unix': {
'src/third_party/lss':