Roll chromium_revision 00a405cae8..120e54296b (451723:451751)

Change log: 00a405cae8..120e54296b
Full diff: 00a405cae8..120e54296b

Changed dependencies:
* src/base: 267dbd6d6f..1fee0e717b
* src/ios: e16d77a72d..4f2cfedfd7
* src/third_party: f02d8b2b02..0f70ecb2c1
* src/tools: f3d05d43e8..6f1230ea1f
DEPS diff: 00a405cae8..120e54296b/DEPS

No update to Clang.

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2708883002
Cr-Commit-Position: refs/heads/master@{#16752}
This commit is contained in:
buildbot 2017-02-21 07:01:26 -08:00 committed by Commit bot
parent b80bdcafed
commit e326cd8342

10
DEPS
View File

@ -2,7 +2,7 @@
vars = {
'chromium_git': 'https://chromium.googlesource.com',
'chromium_revision': '00a405cae85a231a82c73f66ad2606a5fa6a14e2',
'chromium_revision': '120e54296b216dcf86d37514270afa78c69379d1',
'boringssl_git': 'https://boringssl.googlesource.com',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling swarming_client
@ -38,7 +38,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' + '@' + '267dbd6d6ff0d7949de189f2189b48101d8c60d2',
Var('chromium_git') + '/chromium/src/base' + '@' + '1fee0e717b22a7d060917c6b1f534d4b3a1cbfd1',
'src/build':
Var('chromium_git') + '/chromium/src/build' + '@' + '769428e39e494aafa6b65126579fa59df875826d',
'src/buildtools':
@ -50,7 +50,7 @@ deps = {
'src/testing/gmock':
Var('chromium_git') + '/external/googlemock.git' + '@' + '0421b6f358139f02e102c9c332ce19a33faf75be', # from svn revision 566
'src/third_party':
Var('chromium_git') + '/chromium/src/third_party' + '@' + 'f02d8b2b02204ee2cdd40cc84d216f1d7438496f',
Var('chromium_git') + '/chromium/src/third_party' + '@' + '0f70ecb2c1e8d9d3062de08a45603cd85ae122df',
'src/third_party/boringssl/src':
Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'),
'src/third_party/catapult':
@ -85,7 +85,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' + '@' + 'f3d05d43e879325d0e3f9cae9d3df9b3fc74186d',
Var('chromium_git') + '/chromium/src/tools' + '@' + '6f1230ea1f4f39280b01c9b431f0c21e66df769b',
'src/tools/gyp':
Var('chromium_git') + '/external/gyp.git' + '@' + 'e7079f0e0e14108ab0dba58728ff219637458563',
'src/tools/swarming_client':
@ -125,7 +125,7 @@ deps_os = {
},
'ios': {
'src/ios':
Var('chromium_git') + '/chromium/src/ios' + '@' + 'e16d77a72d3be52c908bac0ab0b4e3e81fd94348',
Var('chromium_git') + '/chromium/src/ios' + '@' + '4f2cfedfd7c6a61f05f54a153e5458a84e1406f6',
},
'unix': {
'src/third_party/lss':