Roll chromium_revision 60358094ba..7a56ead854 (497765:497816)

Change log: 60358094ba..7a56ead854
Full diff: 60358094ba..7a56ead854

Changed dependencies:
* src/base: 0b883e8842..14fd24882e
* src/ios: 964c362c30..b1ae134bc2
* src/testing: f8ae07489f..f5bf839606
* src/third_party: 79a24ab601..ecef5892c3
* src/third_party/catapult: 44abb4a53b..1f8f863067
DEPS diff: 60358094ba..7a56ead854/DEPS

No update to Clang.

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

Review-Url: https://codereview.webrtc.org/3008713002
Cr-Commit-Position: refs/heads/master@{#19566}
This commit is contained in:
buildbot 2017-08-28 12:56:42 -07:00 committed by Commit Bot
parent cc94c1b279
commit fd9bf1272d

12
DEPS
View file

@ -2,7 +2,7 @@
vars = {
'chromium_git': 'https://chromium.googlesource.com',
'chromium_revision': '60358094ba966ef30f1bcc446aa2c4afbdc1b4ac',
'chromium_revision': '7a56ead8545c9bcd93d5697f5277273cd89ed145',
'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': '44abb4a53b2a640a14f8f3e2c78527dff3f79c0b',
'catapult_revision': '1f8f863067fedbc11bf9f2ee92d5e3c072dfdac5',
# 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' + '@' + '0b883e8842a7b3da57e493e412811035905618c6',
Var('chromium_git') + '/chromium/src/base' + '@' + '14fd24882e52f1e6ae5304394b160951ea448471',
'src/build':
Var('chromium_git') + '/chromium/src/build' + '@' + '2887ee57f5ea22470071726175a176eb23ca88a3',
'src/buildtools':
Var('chromium_git') + '/chromium/buildtools.git' + '@' + '5af0a3a8b89827a8634132080a39ab4b63dee489',
'src/testing':
Var('chromium_git') + '/chromium/src/testing' + '@' + 'f8ae07489f5767e4bbc2b0cee12d7b3c529bc92d',
Var('chromium_git') + '/chromium/src/testing' + '@' + 'f5bf8396065cef85fe8da15422e58b8337a7c102',
'src/third_party':
Var('chromium_git') + '/chromium/src/third_party' + '@' + '79a24ab6010a8f2e1ce65e798d7f8a09d533c9d6',
Var('chromium_git') + '/chromium/src/third_party' + '@' + 'ecef5892c34966b9a2bfb68fde93cb70fc5889a3',
'src/third_party/boringssl/src':
Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'),
'src/third_party/catapult':
@ -118,7 +118,7 @@ deps_os = {
},
'ios': {
'src/ios':
Var('chromium_git') + '/chromium/src/ios' + '@' + '964c362c30ef1542217dc99ae9a5370e28d9f138',
Var('chromium_git') + '/chromium/src/ios' + '@' + 'b1ae134bc236624e928c7a85b7a2a77799244fa6',
},
'unix': {
'src/third_party/lss':