Roll chromium_revision ef3275516a..916138ba7e (573561:573665)

Change log: ef3275516a..916138ba7e
Full diff: ef3275516a..916138ba7e

Changed dependencies:
* src/base: a13625cac6..5cbc1a96fb
* src/build: 4e517843d5..36d95a2045
* src/ios: 90c50414df..269f5b9c20
* src/testing: 1165763e7e..dd39486f31
* src/third_party: 21280f5bf9..7b4c24e46c
* src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/21acb2a822..985295aafd
* src/third_party/icu: 172d33141c..a9a2bd3ee4
* src/tools: 81f121bedf..ad760b9ee4
DEPS diff: ef3275516a..916138ba7e/DEPS

No update to Clang.

TBR=buildbot@webrtc.org,
BUG=None
CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal

Change-Id: I734b6a53e9ec272c7738e3f7f7750bdece1864b5
Reviewed-on: https://webrtc-review.googlesource.com/87810
Commit-Queue: WebRTC Buildbot <buildbot@webrtc.org>
Reviewed-by: WebRTC Buildbot <buildbot@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#23901}
This commit is contained in:
Autoroller
2018-07-10 02:45:34 -07:00
committed by Commit Bot
parent 651b92e5d8
commit 23402b2247

18
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': 'ef3275516a50e3f2af82d116b1d77cd65d3a2f83',
'chromium_revision': '916138ba7e0238a3911900b59e9efc8bf829437f',
'boringssl_git': 'https://boringssl.googlesource.com',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling swarming_client
@ -24,7 +24,7 @@ vars = {
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling catapult
# and whatever else without interference from each other.
'catapult_revision': '21acb2a82232f1566a3d67cd20ed75903680725b',
'catapult_revision': '985295aafdbfaecd1f27cb6357871f616ca92c99',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling libFuzzer
# and whatever else without interference from each other.
@ -42,9 +42,9 @@ 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' + '@' + 'a13625cac621993ffad7b5dbb7f9e03308117d3c',
Var('chromium_git') + '/chromium/src/base' + '@' + '5cbc1a96fb52603ade071046ae20e334fd471f4a',
'src/build':
Var('chromium_git') + '/chromium/src/build' + '@' + '4e517843d5b41958bb224346718b5a538be01054',
Var('chromium_git') + '/chromium/src/build' + '@' + '36d95a2045479393068d0d2a539e0b7346f4a1eb',
'src/buildtools':
Var('chromium_git') + '/chromium/buildtools.git' + '@' + '0dd5c6f980d22be96b728155249df2da355989d9',
# Gradle 4.3-rc4. Used for testing Android Studio project generation for WebRTC.
@ -54,13 +54,13 @@ deps = {
'condition': 'checkout_android',
},
'src/ios': {
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '90c50414df3a4dfc1a63c2783a5dbe104b473efa',
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '269f5b9c202a102f0c418a52465a6115cdc47308',
'condition': 'checkout_ios',
},
'src/testing':
Var('chromium_git') + '/chromium/src/testing' + '@' + '1165763e7e3d664835001e9b25cbc27795603afa',
Var('chromium_git') + '/chromium/src/testing' + '@' + 'dd39486f31f10570c152a8acc9f9ce48e7f9264d',
'src/third_party':
Var('chromium_git') + '/chromium/src/third_party' + '@' + '21280f5bf9d6238ca4be05e4a311b1938d294a41',
Var('chromium_git') + '/chromium/src/third_party' + '@' + '7b4c24e46c990e87abf53c4ffbf2bb43166d1f1f',
'src/third_party/android_ndk': {
'url': Var('chromium_git') + '/android_ndk.git' + '@' + '5cd86312e794bdf542a3685c6f10cbb96072990b',
'condition': 'checkout_android',
@ -105,7 +105,7 @@ deps = {
'src/third_party/googletest/src':
Var('chromium_git') + '/external/github.com/google/googletest.git' + '@' + 'ce468a17c434e4e79724396ee1b51d86bfc8a88b',
'src/third_party/icu': {
'url': Var('chromium_git') + '/chromium/deps/icu.git' + '@' + '172d33141cd16df9d027cfd49bfe940b1dc66f1a',
'url': Var('chromium_git') + '/chromium/deps/icu.git' + '@' + 'a9a2bd3ee4f1d313651c5272252aaf2a3e7ed529',
},
'src/third_party/jsr-305/src': {
'url': Var('chromium_git') + '/external/jsr-305.git' + '@' + '642c508235471f7220af6d5df2d3210e3bfc0919',
@ -175,7 +175,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' + '@' + '81f121bedf0a69ccb588b038ba5de7139822ad1e',
Var('chromium_git') + '/chromium/src/tools' + '@' + 'ad760b9ee42174a97903c6b8a58cd4f8b43325b2',
'src/tools/swarming_client':
Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),