Roll chromium_revision a5af993161..3616a4304d (440948:440951)

Change log: a5af993161..3616a4304d
Full diff: a5af993161..3616a4304d

Changed dependencies:
* src/third_party: be3fb40a63..e47f28474d
* src/tools: 7a9e8bf542..b3b5539ff9
DEPS diff: a5af993161..3616a4304d/DEPS

No update to Clang.

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2601103004
Cr-Commit-Position: refs/heads/master@{#15834}
This commit is contained in:
buildbot 2016-12-29 05:29:55 -08:00 committed by Commit bot
parent 12166898d9
commit ff8f7a18e1

6
DEPS
View File

@ -2,7 +2,7 @@
vars = {
'chromium_git': 'https://chromium.googlesource.com',
'chromium_revision': 'a5af9931615e5438e0bd077aaad446bc53b0fadc',
'chromium_revision': '3616a4304d02fdaba982fc443ed8b908cf786e78',
'boringssl_git': 'https://boringssl.googlesource.com',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling swarming_client
@ -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' + '@' + 'be3fb40a6356dcf6cd887b5ec9dcfa55444334f3',
Var('chromium_git') + '/chromium/src/third_party' + '@' + 'e47f28474debb370e6b4a7738777e6fc95498ef0',
'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' + '@' + '7a9e8bf542f5ef5091bb2e8e25061a5b370e86a7',
Var('chromium_git') + '/chromium/src/tools' + '@' + 'b3b5539ff9ba692088698c2815fd6eb96c6c0a0e',
'src/tools/gyp':
Var('chromium_git') + '/external/gyp.git' + '@' + 'e7079f0e0e14108ab0dba58728ff219637458563',
'src/tools/swarming_client':