Roll chromium_revision a2c9dcac6e..af8b67666d (456032:456047)

Change log: a2c9dcac6e..af8b67666d
Full diff: a2c9dcac6e..af8b67666d

Changed dependencies:
* src/third_party: cf8323ee87..07b9d8e41d
* src/tools: 39080eca5d..4f452305d0
DEPS diff: a2c9dcac6e..af8b67666d/DEPS

No update to Clang.

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2741963002
Cr-Commit-Position: refs/heads/master@{#17165}
This commit is contained in:
buildbot 2017-03-10 05:21:15 -08:00 committed by Commit bot
parent b2def1d06f
commit 2ad5e38709

6
DEPS
View File

@ -2,7 +2,7 @@
vars = {
'chromium_git': 'https://chromium.googlesource.com',
'chromium_revision': 'a2c9dcac6e64411adf0b6f047125d5ba415cce54',
'chromium_revision': 'af8b67666d6c89aec9abebe7df21a2732d91ea2a',
'boringssl_git': 'https://boringssl.googlesource.com',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling swarming_client
@ -46,7 +46,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' + '@' + 'cf8323ee870672aa21cd36fd59935ab3d8aaa0db',
Var('chromium_git') + '/chromium/src/third_party' + '@' + '07b9d8e41da36be5da7e1d0b1b92b4cf713cd8fb',
'src/third_party/boringssl/src':
Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'),
'src/third_party/catapult':
@ -79,7 +79,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' + '@' + '39080eca5d3d737fd6b06596ace485000d9d48bb',
Var('chromium_git') + '/chromium/src/tools' + '@' + '4f452305d0a958e9f51c0ae557fac082a9f8c9b0',
'src/tools/gyp':
Var('chromium_git') + '/external/gyp.git' + '@' + 'e7079f0e0e14108ab0dba58728ff219637458563',
'src/tools/swarming_client':