Roll chromium_revision d1a04b0087..75b1c6e681 (442227:442240)

Change log: d1a04b0087..75b1c6e681
Full diff: d1a04b0087..75b1c6e681

Changed dependencies:
* src/third_party: ddd0dd570f..1116ff7b03
* src/tools: 5019fd0aa0..b9e3aaee2b
DEPS diff: d1a04b0087..75b1c6e681/DEPS

No update to Clang.

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2623523002
Cr-Commit-Position: refs/heads/master@{#15968}
This commit is contained in:
buildbot
2017-01-09 08:46:57 -08:00
committed by Commit bot
parent 0483362377
commit c61a948e43

6
DEPS
View File

@ -2,7 +2,7 @@
vars = { vars = {
'chromium_git': 'https://chromium.googlesource.com', 'chromium_git': 'https://chromium.googlesource.com',
'chromium_revision': 'd1a04b008747abf9231b676ad1b34e53bad43973', 'chromium_revision': '75b1c6e681e7152a148f61874f2c16657feb2b77',
'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
@ -50,7 +50,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' + '@' + 'ddd0dd570f9449c83f1f73e0e6c6e17bb139afdc', Var('chromium_git') + '/chromium/src/third_party' + '@' + '1116ff7b033815752c21111b48d4220bd4e8598c',
'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':
@ -85,7 +85,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' + '@' + '5019fd0aa01e6ad65dee0fd0f53d3b74b7b99b89', Var('chromium_git') + '/chromium/src/tools' + '@' + 'b9e3aaee2b32ebaf797c48e071671100c3cfb7fd',
'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':