Roll chromium_revision 67b145d366..8638ef810c (455436:455459)

Change log: 67b145d366..8638ef810c
Full diff: 67b145d366..8638ef810c

Changed dependencies:
* src/base: 4f4933e9c9..ffab08fda2
* src/build: 5f4c2a0a2b..b7b3669fbd
* src/ios: d9d6d4f451..c5d67c7fb6
* src/third_party: 7950294e89..be9b81670b
* src/tools: abd37662aa..d4c639acaa
DEPS diff: 67b145d366..8638ef810c/DEPS

No update to Clang.

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2736103005
Cr-Commit-Position: refs/heads/master@{#17121}
This commit is contained in:
buildbot 2017-03-08 08:17:09 -08:00 committed by Commit bot
parent 7f067663ac
commit d248f9fe82

12
DEPS
View File

@ -2,7 +2,7 @@
vars = { vars = {
'chromium_git': 'https://chromium.googlesource.com', 'chromium_git': 'https://chromium.googlesource.com',
'chromium_revision': '67b145d3666d209bf534e0161eaccd4c0a7deccd', 'chromium_revision': '8638ef810c10cee09e467b2ecd678341e12fc892',
'boringssl_git': 'https://boringssl.googlesource.com', 'boringssl_git': 'https://boringssl.googlesource.com',
# Three lines of non-changing comments so that # Three lines of non-changing comments so that
# the commit queue can handle CLs rolling swarming_client # the commit queue can handle CLs rolling swarming_client
@ -34,9 +34,9 @@ deps = {
# TODO(kjellander): Move this to be Android-only once the libevent dependency # TODO(kjellander): Move this to be Android-only once the libevent dependency
# in base/third_party/libevent is solved. # in base/third_party/libevent is solved.
'src/base': 'src/base':
Var('chromium_git') + '/chromium/src/base' + '@' + '4f4933e9c9a6e75478ab7102489c7f899709b293', Var('chromium_git') + '/chromium/src/base' + '@' + 'ffab08fda2667e65c41dddc19b4bbee601758541',
'src/build': 'src/build':
Var('chromium_git') + '/chromium/src/build' + '@' + '5f4c2a0a2b8f11a8381c665daa09eb575239db06', Var('chromium_git') + '/chromium/src/build' + '@' + 'b7b3669fbd5447c25dbce3a64ec22695a49ea2fc',
'src/buildtools': 'src/buildtools':
Var('chromium_git') + '/chromium/buildtools.git' + '@' + 'b3771b1935ea74c388b6fb1750e83f5d83b39dec', Var('chromium_git') + '/chromium/buildtools.git' + '@' + 'b3771b1935ea74c388b6fb1750e83f5d83b39dec',
'src/testing': 'src/testing':
@ -46,7 +46,7 @@ deps = {
'src/testing/gmock': 'src/testing/gmock':
Var('chromium_git') + '/external/googlemock.git' + '@' + '0421b6f358139f02e102c9c332ce19a33faf75be', # from svn revision 566 Var('chromium_git') + '/external/googlemock.git' + '@' + '0421b6f358139f02e102c9c332ce19a33faf75be', # from svn revision 566
'src/third_party': 'src/third_party':
Var('chromium_git') + '/chromium/src/third_party' + '@' + '7950294e89752158e7be4f5237ec91dff0ea29c6', Var('chromium_git') + '/chromium/src/third_party' + '@' + 'be9b81670b35987a1b5468ed0c5b0cc29b13d352',
'src/third_party/boringssl/src': 'src/third_party/boringssl/src':
Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'), Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'),
'src/third_party/catapult': 'src/third_party/catapult':
@ -79,7 +79,7 @@ deps = {
'src/third_party/yasm/source/patched-yasm': 'src/third_party/yasm/source/patched-yasm':
Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + '7da28c6c7c6a1387217352ce02b31754deb54d2a', Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + '7da28c6c7c6a1387217352ce02b31754deb54d2a',
'src/tools': 'src/tools':
Var('chromium_git') + '/chromium/src/tools' + '@' + 'abd37662aa06f3fe90373324e53f0047413a82b3', Var('chromium_git') + '/chromium/src/tools' + '@' + 'd4c639acaa34a593c03c280debc5d504ed3f4e8e',
'src/tools/gyp': 'src/tools/gyp':
Var('chromium_git') + '/external/gyp.git' + '@' + 'e7079f0e0e14108ab0dba58728ff219637458563', Var('chromium_git') + '/external/gyp.git' + '@' + 'e7079f0e0e14108ab0dba58728ff219637458563',
'src/tools/swarming_client': 'src/tools/swarming_client':
@ -119,7 +119,7 @@ deps_os = {
}, },
'ios': { 'ios': {
'src/ios': 'src/ios':
Var('chromium_git') + '/chromium/src/ios' + '@' + 'd9d6d4f451a73ff78ca2e696f0ab50924cd080b7', Var('chromium_git') + '/chromium/src/ios' + '@' + 'c5d67c7fb6ee966f5d1623f903523c09abc7e61b',
}, },
'unix': { 'unix': {
'src/third_party/lss': 'src/third_party/lss':