Roll chromium_revision ffd476b19f..b28a8b8dd4 (474264:474318)

Change log: ffd476b19f..b28a8b8dd4
Full diff: ffd476b19f..b28a8b8dd4

Changed dependencies:
* src/base: 46dc265b13..11cbecba67
* src/build: 35afe395a3..427c444f50
* src/ios: bda863233a..bbf9ede97b
* src/testing: 8a1cc3f78a..d20f342d4b
* src/third_party: b84d2d7ede..fb1dd67f60
* src/tools: 105fbaaec1..d3c1d52f6c
DEPS diff: ffd476b19f..b28a8b8dd4/DEPS

No update to Clang.

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2901093005
Cr-Commit-Position: refs/heads/master@{#18259}
This commit is contained in:
buildbot 2017-05-24 09:44:52 -07:00 committed by Commit bot
parent c5108786eb
commit a0c5d40a9e

14
DEPS
View File

@ -2,7 +2,7 @@
vars = {
'chromium_git': 'https://chromium.googlesource.com',
'chromium_revision': 'ffd476b19f33472d40f4c48905561b28f1ca7ab6',
'chromium_revision': 'b28a8b8dd49651cffa90c5aa24c72f07e30b2fc0',
'boringssl_git': 'https://boringssl.googlesource.com',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling swarming_client
@ -34,15 +34,15 @@ deps = {
# TODO(kjellander): Move this to be Android-only once the libevent dependency
# in base/third_party/libevent is solved.
'src/base':
Var('chromium_git') + '/chromium/src/base' + '@' + '46dc265b13c5eaf6bd1e692d86db08c3852ff9f7',
Var('chromium_git') + '/chromium/src/base' + '@' + '11cbecba670e5b9135276de348627a4f50cbb9b5',
'src/build':
Var('chromium_git') + '/chromium/src/build' + '@' + '35afe395a3d07b3ce3b19aacfd3556d2bfad9a25',
Var('chromium_git') + '/chromium/src/build' + '@' + '427c444f50c1ee9e58c936b874b5c309fe75e9fa',
'src/buildtools':
Var('chromium_git') + '/chromium/buildtools.git' + '@' + '98f00fa10dbad2cdbb2e297a66c3d6d5bc3994f3',
'src/testing':
Var('chromium_git') + '/chromium/src/testing' + '@' + '8a1cc3f78ab589fcc75548694748b18a6660e450',
Var('chromium_git') + '/chromium/src/testing' + '@' + 'd20f342d4baf6be703a267ee272fa7e9dceaf6b5',
'src/third_party':
Var('chromium_git') + '/chromium/src/third_party' + '@' + 'b84d2d7ede572e813573587941377d43d7ee1968',
Var('chromium_git') + '/chromium/src/third_party' + '@' + 'fb1dd67f60d4f3d4dfc95ff106bdfe2427fddd26',
'src/third_party/boringssl/src':
Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'),
'src/third_party/catapult':
@ -77,7 +77,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' + '@' + '105fbaaec1f0281f00f95cd11904595a0407b0d1',
Var('chromium_git') + '/chromium/src/tools' + '@' + 'd3c1d52f6c4b356c6e5666ac60e342a3280ff7a8',
'src/tools/gyp':
Var('chromium_git') + '/external/gyp.git' + '@' + 'eb296f67da078ec01f5e3a9ea9cdc6d26d680161',
'src/tools/swarming_client':
@ -122,7 +122,7 @@ deps_os = {
},
'ios': {
'src/ios':
Var('chromium_git') + '/chromium/src/ios' + '@' + 'bda863233abc1dab415124df85f7bea459776183',
Var('chromium_git') + '/chromium/src/ios' + '@' + 'bbf9ede97b6308b55a2f859ba98ed2d8feb2c89c',
},
'unix': {
'src/third_party/lss':