Roll chromium_revision bf104bd8ba..a79d034c48 (443139:443171)

Change log: bf104bd8ba..a79d034c48
Full diff: bf104bd8ba..a79d034c48

Changed dependencies:
* src/third_party: 970feeebeb..fe04fc5d74
* src/tools: 433ef6ffbf..d0751a104c
DEPS diff: bf104bd8ba..a79d034c48/DEPS

No update to Clang.

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2622253003
Cr-Commit-Position: refs/heads/master@{#16022}
This commit is contained in:
buildbot
2017-01-11 23:52:14 -08:00
committed by Commit bot
parent cfb36c484e
commit 54a8ca5aa0

6
DEPS
View File

@ -2,7 +2,7 @@
vars = {
'chromium_git': 'https://chromium.googlesource.com',
'chromium_revision': 'bf104bd8baf5e73b71c82ba60249cb778b8db099',
'chromium_revision': 'a79d034c48e720a020837f5d39ed91a8f5beef50',
'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' + '@' + '970feeebeb3b96f46341ea19cd9b5d1aa993c55b',
Var('chromium_git') + '/chromium/src/third_party' + '@' + 'fe04fc5d74e5ee982b0034b707e24a9100efc051',
'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' + '@' + '433ef6ffbfc775c7c13eebf3fa2d4e7a0db14dde',
Var('chromium_git') + '/chromium/src/tools' + '@' + 'd0751a104cc2142436c4533bf7e0cd29b54d5030',
'src/tools/gyp':
Var('chromium_git') + '/external/gyp.git' + '@' + 'e7079f0e0e14108ab0dba58728ff219637458563',
'src/tools/swarming_client':