Roll chromium_revision f2380ef342..aefd605c21 (481862:481904)

Change log: f2380ef342..aefd605c21
Full diff: f2380ef342..aefd605c21

Changed dependencies:
* src/base: 1d30ff8a7b..a84a9b2850
* src/ios: 7a3d9d9470..267a52d2e6
* src/third_party: aff03fc0e4..f7622b0e25
* src/tools: 341afc5157..adf5c7321b
DEPS diff: f2380ef342..aefd605c21/DEPS

No update to Clang.

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2956543004
Cr-Commit-Position: refs/heads/master@{#18733}
This commit is contained in:
buildbot 2017-06-23 09:17:32 -07:00 committed by Commit Bot
parent ccf5c8d81b
commit b5b94b97c4

10
DEPS
View File

@ -2,7 +2,7 @@
vars = {
'chromium_git': 'https://chromium.googlesource.com',
'chromium_revision': 'f2380ef342b43c3d4a172d53208c83af56173efd',
'chromium_revision': 'aefd605c21331b94e8e8cce0daac64f9a944e9af',
'boringssl_git': 'https://boringssl.googlesource.com',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling swarming_client
@ -33,7 +33,7 @@ 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' + '@' + '1d30ff8a7b0631970f47be35b09c792e9fe588fb',
Var('chromium_git') + '/chromium/src/base' + '@' + 'a84a9b2850e15901360f138e2602fb6a52591991',
'src/build':
Var('chromium_git') + '/chromium/src/build' + '@' + 'e032adca54c54194a791ad708d46fdfab6acaba8',
'src/buildtools':
@ -41,7 +41,7 @@ deps = {
'src/testing':
Var('chromium_git') + '/chromium/src/testing' + '@' + '0f0820e8d46b157e0f749cb9119b755f018c123e',
'src/third_party':
Var('chromium_git') + '/chromium/src/third_party' + '@' + 'aff03fc0e4894ac7b9718b035a2d36e2bf835d9b',
Var('chromium_git') + '/chromium/src/third_party' + '@' + 'f7622b0e25467409f73aa937bfb932c2ee4a8300',
'src/third_party/boringssl/src':
Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'),
'src/third_party/catapult':
@ -74,7 +74,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' + '@' + '341afc51576631b44d02fe56530cbdce0c1540d3',
Var('chromium_git') + '/chromium/src/tools' + '@' + 'adf5c7321b9b6161f5e3b5e8cac0ce7928d1171f',
'src/tools/gyp':
Var('chromium_git') + '/external/gyp.git' + '@' + 'eb296f67da078ec01f5e3a9ea9cdc6d26d680161',
'src/tools/swarming_client':
@ -116,7 +116,7 @@ deps_os = {
},
'ios': {
'src/ios':
Var('chromium_git') + '/chromium/src/ios' + '@' + '7a3d9d94707cbb956965022f60af93674093acf9',
Var('chromium_git') + '/chromium/src/ios' + '@' + '267a52d2e6a00989a770f68a151aae58d9840b25',
},
'unix': {
'src/third_party/lss':