Roll chromium_revision f2569c5796..17efa8843a (577860:577964)

Change log: f2569c5796..17efa8843a
Full diff: f2569c5796..17efa8843a

Changed dependencies:
* src/base: 1b54ce34d1..54b95aacc3
* src/build: 0723c63acd..8695c7cf2f
* src/ios: 7e53e76f71..a237c1df06
* src/testing: bb509edb29..4a7d31fcef
* src/third_party: 770c1116ce..767ae1e0e9
* src/tools: 7259b17402..86d58342c1
DEPS diff: f2569c5796..17efa8843a/DEPS

No update to Clang.

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

Change-Id: If910199653a053022cb0cda8d7d78cb4795688af
Reviewed-on: https://webrtc-review.googlesource.com/90480
Commit-Queue: WebRTC Buildbot <buildbot@webrtc.org>
Reviewed-by: WebRTC Buildbot <buildbot@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#24106}
This commit is contained in:
Autoroller 2018-07-25 10:44:46 -07:00 committed by Commit Bot
parent d9e4a06374
commit 68936b1f34

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': 'f2569c5796282362db08eb2d40f76c6b9c3e3dd5',
'chromium_revision': '17efa8843a809163201de964a5c41e9026f94b7e',
'boringssl_git': 'https://boringssl.googlesource.com',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling swarming_client
@ -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' + '@' + '1b54ce34d1e077b68f56638bcdd92176d1c301df',
Var('chromium_git') + '/chromium/src/base' + '@' + '54b95aacc3bfdc059a3130148df18a40f72595df',
'src/build':
Var('chromium_git') + '/chromium/src/build' + '@' + '0723c63acdd353039380cb74d514b6d188cd7423',
Var('chromium_git') + '/chromium/src/build' + '@' + '8695c7cf2f0375c6a497b365157e7e19365b04bb',
'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' + '@' + '7e53e76f71e21080f43f00bcbc3c728c3c62b8ba',
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'a237c1df06f4c8fbdbfaef1a08ea8c985049af44',
'condition': 'checkout_ios',
},
'src/testing':
Var('chromium_git') + '/chromium/src/testing' + '@' + 'bb509edb29d205e6ce8e5b66ad9526570f70b4f1',
Var('chromium_git') + '/chromium/src/testing' + '@' + '4a7d31fcefdeeb077fd1eda26075ae86d85fb3ed',
'src/third_party':
Var('chromium_git') + '/chromium/src/third_party' + '@' + '770c1116ce171587ffaba36b62c06bee0b17f3ff',
Var('chromium_git') + '/chromium/src/third_party' + '@' + '767ae1e0e97da6511fe812d51d5804362c1a2391',
'src/third_party/android_ndk': {
'url': Var('chromium_git') + '/android_ndk.git' + '@' + '5cd86312e794bdf542a3685c6f10cbb96072990b',
'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' + '@' + '7259b174028bd742c25a3fcced7818e19dec61b0',
Var('chromium_git') + '/chromium/src/tools' + '@' + '86d58342c1cbe832edb7bf3c6b0f89dbd17ff79e',
'src/tools/swarming_client':
Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),