Roll chromium_revision 17efa8843a..d6ce677a05 (577964:578078)
Change log:17efa8843a..d6ce677a05Full diff:17efa8843a..d6ce677a05Changed dependencies: * src/base:54b95aacc3..7a5c0e5a06* src/build:8695c7cf2f..393f434bf5* src/ios:a237c1df06..d2dfdea150* src/testing:4a7d31fcef..09292ba2bf* src/third_party:767ae1e0e9..6f7e80c117* src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/d35e4d092b..b76f0192a8 * src/tools:86d58342c1..558f23fd64DEPS diff:17efa8843a..d6ce677a05/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: I518c9f45bf569f752e350fbf307f19b5883a04c0 Reviewed-on: https://webrtc-review.googlesource.com/90560 Reviewed-by: WebRTC Buildbot <buildbot@webrtc.org> Commit-Queue: WebRTC Buildbot <buildbot@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24107}
This commit is contained in:
16
DEPS
16
DEPS
@ -7,7 +7,7 @@ vars = {
|
|||||||
'checkout_configuration': 'default',
|
'checkout_configuration': 'default',
|
||||||
'checkout_instrumented_libraries': 'checkout_linux and checkout_configuration == "default"',
|
'checkout_instrumented_libraries': 'checkout_linux and checkout_configuration == "default"',
|
||||||
'webrtc_git': 'https://webrtc.googlesource.com',
|
'webrtc_git': 'https://webrtc.googlesource.com',
|
||||||
'chromium_revision': '17efa8843a809163201de964a5c41e9026f94b7e',
|
'chromium_revision': 'd6ce677a05f82db4cd8a565377c9de6e4f711c3c',
|
||||||
'boringssl_git': 'https://boringssl.googlesource.com',
|
'boringssl_git': 'https://boringssl.googlesource.com',
|
||||||
# Three lines of non-changing comments so that
|
# Three lines of non-changing comments so that
|
||||||
# the commit queue can handle CLs rolling swarming_client
|
# the commit queue can handle CLs rolling swarming_client
|
||||||
@ -24,7 +24,7 @@ vars = {
|
|||||||
# Three lines of non-changing comments so that
|
# Three lines of non-changing comments so that
|
||||||
# the commit queue can handle CLs rolling catapult
|
# the commit queue can handle CLs rolling catapult
|
||||||
# and whatever else without interference from each other.
|
# and whatever else without interference from each other.
|
||||||
'catapult_revision': 'd35e4d092bb2d9679134112afdf321ce447adfbe',
|
'catapult_revision': 'b76f0192a83adb19a2e97595bca2086186145eb2',
|
||||||
# Three lines of non-changing comments so that
|
# Three lines of non-changing comments so that
|
||||||
# the commit queue can handle CLs rolling libFuzzer
|
# the commit queue can handle CLs rolling libFuzzer
|
||||||
# and whatever else without interference from each other.
|
# 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
|
# TODO(kjellander): Move this to be Android-only once the libevent dependency
|
||||||
# in base/third_party/libevent is solved.
|
# in base/third_party/libevent is solved.
|
||||||
'src/base':
|
'src/base':
|
||||||
Var('chromium_git') + '/chromium/src/base' + '@' + '54b95aacc3bfdc059a3130148df18a40f72595df',
|
Var('chromium_git') + '/chromium/src/base' + '@' + '7a5c0e5a063fa30d9d03a6e20c713152ad0eb780',
|
||||||
'src/build':
|
'src/build':
|
||||||
Var('chromium_git') + '/chromium/src/build' + '@' + '8695c7cf2f0375c6a497b365157e7e19365b04bb',
|
Var('chromium_git') + '/chromium/src/build' + '@' + '393f434bf5423dac4f419ad150fcb68524c0dbef',
|
||||||
'src/buildtools':
|
'src/buildtools':
|
||||||
Var('chromium_git') + '/chromium/buildtools.git' + '@' + '0dd5c6f980d22be96b728155249df2da355989d9',
|
Var('chromium_git') + '/chromium/buildtools.git' + '@' + '0dd5c6f980d22be96b728155249df2da355989d9',
|
||||||
# Gradle 4.3-rc4. Used for testing Android Studio project generation for WebRTC.
|
# Gradle 4.3-rc4. Used for testing Android Studio project generation for WebRTC.
|
||||||
@ -54,13 +54,13 @@ deps = {
|
|||||||
'condition': 'checkout_android',
|
'condition': 'checkout_android',
|
||||||
},
|
},
|
||||||
'src/ios': {
|
'src/ios': {
|
||||||
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'a237c1df06f4c8fbdbfaef1a08ea8c985049af44',
|
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'd2dfdea150f2d7d87ccd0747a396f35a6c9ca4e7',
|
||||||
'condition': 'checkout_ios',
|
'condition': 'checkout_ios',
|
||||||
},
|
},
|
||||||
'src/testing':
|
'src/testing':
|
||||||
Var('chromium_git') + '/chromium/src/testing' + '@' + '4a7d31fcefdeeb077fd1eda26075ae86d85fb3ed',
|
Var('chromium_git') + '/chromium/src/testing' + '@' + '09292ba2bf4c6b75a6c6cf27c4596895ea94e0b8',
|
||||||
'src/third_party':
|
'src/third_party':
|
||||||
Var('chromium_git') + '/chromium/src/third_party' + '@' + '767ae1e0e97da6511fe812d51d5804362c1a2391',
|
Var('chromium_git') + '/chromium/src/third_party' + '@' + '6f7e80c1178935fe276093feb4d731868125188c',
|
||||||
'src/third_party/android_ndk': {
|
'src/third_party/android_ndk': {
|
||||||
'url': Var('chromium_git') + '/android_ndk.git' + '@' + '5cd86312e794bdf542a3685c6f10cbb96072990b',
|
'url': Var('chromium_git') + '/android_ndk.git' + '@' + '5cd86312e794bdf542a3685c6f10cbb96072990b',
|
||||||
'condition': 'checkout_android',
|
'condition': 'checkout_android',
|
||||||
@ -175,7 +175,7 @@ deps = {
|
|||||||
'src/third_party/yasm/source/patched-yasm':
|
'src/third_party/yasm/source/patched-yasm':
|
||||||
Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + '720b70524a4424b15fc57e82263568c8ba0496ad',
|
Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + '720b70524a4424b15fc57e82263568c8ba0496ad',
|
||||||
'src/tools':
|
'src/tools':
|
||||||
Var('chromium_git') + '/chromium/src/tools' + '@' + '86d58342c1cbe832edb7bf3c6b0f89dbd17ff79e',
|
Var('chromium_git') + '/chromium/src/tools' + '@' + '558f23fd6495410f32abf62557c8eb2b865c6bf9',
|
||||||
'src/tools/swarming_client':
|
'src/tools/swarming_client':
|
||||||
Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),
|
Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user