Roll chromium_revision 87a4e8f8a7..fcd25fc0ff (588971:589073)

Change log: 87a4e8f8a7..fcd25fc0ff
Full diff: 87a4e8f8a7..fcd25fc0ff

Changed dependencies:
* src/base: 5e3858af13..ecfe9ef251
* src/build: b724075d9b..ebaffbc692
* src/ios: 1b880176eb..bc1e024915
* src/testing: 3444338e10..ce1bea4616
* src/third_party: b3b74a1162..86f33d4bca
* src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/638bda3a17..bcc3e491fb
* src/third_party/depot_tools: e643854736..01f0c698fb
* src/tools: 0ba8958086..7c7257845b
DEPS diff: 87a4e8f8a7..fcd25fc0ff/DEPS

No update to Clang.

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

Change-Id: Id4048e2757ec52af4fb4f8c3a45d1510b2eaf7da
Reviewed-on: https://webrtc-review.googlesource.com/98308
Commit-Queue: WebRTC Buildbot <buildbot@webrtc.org>
Reviewed-by: WebRTC Buildbot <buildbot@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#24592}
This commit is contained in:
Autoroller
2018-09-05 17:45:22 -07:00
committed by Commit Bot
parent ad18276754
commit afa12d0cee

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': '87a4e8f8a7d5b9dd7a785908edf7af87c20c8167',
'chromium_revision': 'fcd25fc0ff18ee08db307402282ba9748b0e4521',
'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': '638bda3a17c0a74db0e2cbd9a3f68a8419f9e7db',
'catapult_revision': 'bcc3e491fb2e0c8776976913571b4c7355179c62',
# 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' + '@' + '5e3858af132453c5eae4b47d6756c104937cef23',
Var('chromium_git') + '/chromium/src/base' + '@' + 'ecfe9ef2513fe62a6a7ea574dd9f22ae13ecf045',
'src/build':
Var('chromium_git') + '/chromium/src/build' + '@' + 'b724075d9b422b57cbf21ba6c6976f1ff667a127',
Var('chromium_git') + '/chromium/src/build' + '@' + 'ebaffbc692c070069008309c2da4df95627b9d7b',
'src/buildtools':
Var('chromium_git') + '/chromium/buildtools.git' + '@' + '2dff9c9c74e9d732e6fe57c84ef7fd044cc45d96',
# 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' + '@' + '1b880176eb7d1eb079aa30272f6aa4e6fab1aba7',
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'bc1e024915efa7e1b4b7554d67b4c43f6d239b2c',
'condition': 'checkout_ios',
},
'src/testing':
Var('chromium_git') + '/chromium/src/testing' + '@' + '3444338e10a413318fa94fe45ca72b0a90e04545',
Var('chromium_git') + '/chromium/src/testing' + '@' + 'ce1bea4616207cd192172a09fbc478acd573c3ae',
'src/third_party':
Var('chromium_git') + '/chromium/src/third_party' + '@' + 'b3b74a1162ff521cf0ebfc201bed318e7d0099f3',
Var('chromium_git') + '/chromium/src/third_party' + '@' + '86f33d4bca75cacb42d42e0e09076b254fe1e5fa',
'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' + '@' + 'e6438547360b8cb0469095dffccc53faaac24477',
Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '01f0c698fb898168940718c5616ed3f6bb6c1b18',
'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' + '@' + '0ba89580861ebe9e40ca960a26fd9fcb103d5143',
Var('chromium_git') + '/chromium/src/tools' + '@' + '7c7257845b2966d3fd5beb96cbe7a8288a06a708',
'src/tools/swarming_client':
Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),