Roll chromium_revision 270af5af87..d5df028c94 (463130:463137)

Change log: 270af5af87..d5df028c94
Full diff: 270af5af87..d5df028c94

Changed dependencies:
* src/third_party: 1c534ac0b3..444e41fdc9
* src/tools: b8d1dd3ddc..1c8bc8ac1d
DEPS diff: 270af5af87..d5df028c94/DEPS

No update to Clang.

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2808463005
Cr-Commit-Position: refs/heads/master@{#17598}
This commit is contained in:
buildbot 2017-04-09 00:48:31 -07:00 committed by Commit bot
parent 5253411e74
commit 89292d1ad3

6
DEPS
View File

@ -2,7 +2,7 @@
vars = {
'chromium_git': 'https://chromium.googlesource.com',
'chromium_revision': '270af5af87a83f24a120ac2417bc6ad0aafcca6f',
'chromium_revision': 'd5df028c94de16ee0903b1c2f9ab5d39179d38af',
'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' + '@' + '1c534ac0b37f19e2885c0b91fce89c1e305ff067',
Var('chromium_git') + '/chromium/src/third_party' + '@' + '444e41fdc9d086ce781b3b07ed767252ee613c1e',
'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' + '@' + 'b8d1dd3ddc088e97768ef9ae23b7c9640959be4e',
Var('chromium_git') + '/chromium/src/tools' + '@' + '1c8bc8ac1dd8d233dc904df21ae1269ba6721752',
'src/tools/gyp':
Var('chromium_git') + '/external/gyp.git' + '@' + 'e7079f0e0e14108ab0dba58728ff219637458563',
'src/tools/swarming_client':