Roll chromium_revision 409b9c0094..77bf1926a9 (583992:584099)

Change log: 409b9c0094..77bf1926a9
Full diff: 409b9c0094..77bf1926a9

Changed dependencies:
* src/build: 78faf698ac..86a9aabe08
* src/ios: 174b4c9fc3..8f7191b9a8
* src/testing: 6714994f5e..be9a8bde5a
* src/third_party: abbe401aea..97a01126ae
* src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/3d85a23b6c..6cef7cac8d
* src/tools: 129abba487..8d2570a771
DEPS diff: 409b9c0094..77bf1926a9/DEPS

No update to Clang.

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

Change-Id: I04e360f97babd1c8b4b8c17c03cd4ba8006bcde6
Reviewed-on: https://webrtc-review.googlesource.com/94756
Commit-Queue: WebRTC Buildbot <buildbot@webrtc.org>
Reviewed-by: WebRTC Buildbot <buildbot@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#24330}
This commit is contained in:
Autoroller
2018-08-17 09:46:01 -07:00
committed by Commit Bot
parent f189c48c86
commit c8993d8b01

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': '409b9c00941963df196bd1356893d2e777ae4e44',
'chromium_revision': '77bf1926a9d8e349b3b5f4d5f88bd9033ae8e4e8',
'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': '3d85a23b6c188d2e3803be81c288bdf56e992ed7',
'catapult_revision': '6cef7cac8d71a9f40f454c922a0579fa36424150',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling libFuzzer
# and whatever else without interference from each other.
@ -44,7 +44,7 @@ deps = {
'src/base':
Var('chromium_git') + '/chromium/src/base' + '@' + 'd67ad59c37b82971b5221b2b1bf46cdd422c5f1d',
'src/build':
Var('chromium_git') + '/chromium/src/build' + '@' + '78faf698ac33818fa2dccdc33ed8c681cc871267',
Var('chromium_git') + '/chromium/src/build' + '@' + '86a9aabe08e61aee0d835678553090307e27fbf5',
'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' + '@' + '174b4c9fc3e957dfebbfdae4373daec35510170c',
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '8f7191b9a8b30d9b7853bdd02437c2969da736f3',
'condition': 'checkout_ios',
},
'src/testing':
Var('chromium_git') + '/chromium/src/testing' + '@' + '6714994f5ea247f0da6dabaf6f64579661850e74',
Var('chromium_git') + '/chromium/src/testing' + '@' + 'be9a8bde5a32fd0a10957c4857176e43acd6a3bc',
'src/third_party':
Var('chromium_git') + '/chromium/src/third_party' + '@' + 'abbe401aead4a64134a6d03f5c1525e6997bfb80',
Var('chromium_git') + '/chromium/src/third_party' + '@' + '97a01126ae4fbe386f7a1dacca4b47f814e8cd0b',
'src/third_party/android_ndk': {
'url': Var('chromium_git') + '/android_ndk.git' + '@' + '4e2cea441bfd43f0863d14f57b1e1844260b9884',
'condition': 'checkout_android',
@ -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' + '@' + '129abba4876ee105edfe18891909b3b87ae23030',
Var('chromium_git') + '/chromium/src/tools' + '@' + '8d2570a771ac59c10c60c7f4ace37db06c6967ef',
'src/tools/swarming_client':
Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),