Roll chromium_revision f8cad916e6..2419220cab (599923:600044)

Change log: f8cad916e6..2419220cab
Full diff: f8cad916e6..2419220cab

Changed dependencies
* src/base: 2d7c9b17be..42f0c53219
* src/ios: 8a9acae262..3eb2a3d00f
* src/testing: e8f7dd5657..471811ebff
* src/third_party: 1beef4866e..e76fbea3cc
* src/third_party/depot_tools: 642641d030..c68a1753c5
* src/tools: a5ec38b7cc..496af83584
DEPS diff: f8cad916e6..2419220cab/DEPS

No update to Clang.

TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com,
BUG=None

Change-Id: I219d004ef72baceff6e831698eb5cad8e0c4bc38
Reviewed-on: https://webrtc-review.googlesource.com/c/106480
Commit-Queue: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com>
Reviewed-by: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com>
Cr-Commit-Position: refs/heads/master@{#25222}
This commit is contained in:
chromium-webrtc-autoroll
2018-10-16 11:07:36 -07:00
committed by Commit Bot
parent aa1e7c284e
commit c76b8ff56b

14
DEPS
View File

@ -7,7 +7,7 @@ vars = {
'checkout_configuration': 'default',
'checkout_instrumented_libraries': 'checkout_linux and checkout_configuration == "default"',
'webrtc_git': 'https://webrtc.googlesource.com',
'chromium_revision': 'f8cad916e6d37d507a736db578b70937b35b19d0',
'chromium_revision': '2419220cabcddb528fbb8777df70860bf0e4df3b',
'boringssl_git': 'https://boringssl.googlesource.com',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling swarming_client
@ -42,7 +42,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' + '@' + '2d7c9b17be53ad9f3aae14bef47989e7499baf68',
Var('chromium_git') + '/chromium/src/base' + '@' + '42f0c532194870d1d1273a21eb32d1fd4215ddec',
'src/build':
Var('chromium_git') + '/chromium/src/build' + '@' + '833fdc442d9c20f03f0e157d98b3b5e78f132f1d',
'src/buildtools':
@ -54,13 +54,13 @@ deps = {
'condition': 'checkout_android',
},
'src/ios': {
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '8a9acae262450be6dbc1c8c8d77382e48239cedc',
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '3eb2a3d00f62018c5e2d1346ec8ab3ea6f53761e',
'condition': 'checkout_ios',
},
'src/testing':
Var('chromium_git') + '/chromium/src/testing' + '@' + 'e8f7dd5657d9651881aadb57e6f0595baab22d51',
Var('chromium_git') + '/chromium/src/testing' + '@' + '471811ebff6aec56a49c40f6c81dd8ec22d20b71',
'src/third_party':
Var('chromium_git') + '/chromium/src/third_party' + '@' + '1beef4866eaeee49846145cdde7c6b46de640d5f',
Var('chromium_git') + '/chromium/src/third_party' + '@' + 'e76fbea3cc48956eb162e35f2c32cf7a758b5aba',
'src/third_party/android_ndk': {
'url': Var('chromium_git') + '/android_ndk.git' + '@' + '4e2cea441bfd43f0863d14f57b1e1844260b9884',
'condition': 'checkout_android',
@ -84,7 +84,7 @@ deps = {
'src/third_party/colorama/src':
Var('chromium_git') + '/external/colorama.git' + '@' + '799604a1041e9b3bc5d2789ecbd7e8db2e18e6b8',
'src/third_party/depot_tools':
Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '642641d03012ad1504e6bb6a385f819da9ba9e60',
Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + 'c68a1753c53a02b1bd292035e4a72a18e55814f3',
'src/third_party/errorprone/lib': {
'url': Var('chromium_git') + '/chromium/third_party/errorprone.git' + '@' + '980d49e839aa4984015efed34b0134d4b2c9b6d7',
'condition': 'checkout_android',
@ -195,7 +195,7 @@ deps = {
'src/third_party/yasm/source/patched-yasm':
Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + '720b70524a4424b15fc57e82263568c8ba0496ad',
'src/tools':
Var('chromium_git') + '/chromium/src/tools' + '@' + 'a5ec38b7cc9834503547cbbbdb77884c1e1533ce',
Var('chromium_git') + '/chromium/src/tools' + '@' + '496af8358479e14e43ed38600f8498948d9b67a5',
'src/tools/swarming_client':
Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),