Roll chromium_revision 8a9883b2f1..5f24267fd8 (524944:524970)
Change log:8a9883b2f1..5f24267fd8Full diff:8a9883b2f1..5f24267fd8Changed dependencies: * src/build:9f00b2f2ee..2ad67f5d1b* src/ios:c24ee3eeea..72d7071e0f* src/testing:9963748f1c..43710e38cf* src/third_party:b63f39b11e..50e2ce2323* src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/035dfdbc3e..e3b4c57dcb * src/tools:debf035092..e25098ff07DEPS diff:8a9883b2f1..5f24267fd8/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: I60e6657d8b48925424c2a61c4d9772711b4f67d0 Reviewed-on: https://webrtc-review.googlesource.com/34720 Reviewed-by: WebRTC Buildbot <buildbot@webrtc.org> Commit-Queue: WebRTC Buildbot <buildbot@webrtc.org> Cr-Commit-Position: refs/heads/master@{#21346}
This commit is contained in:
parent
202994ca64
commit
1be5559fb0
14
DEPS
14
DEPS
@ -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': '8a9883b2f174024fa8d257e5fb752a5d087893c8',
|
||||
'chromium_revision': '5f24267fd8d5f82aaf258b8e5568dbf02639273b',
|
||||
'boringssl_git': 'https://boringssl.googlesource.com',
|
||||
# Three lines of non-changing comments so that
|
||||
# the commit queue can handle CLs rolling swarming_client
|
||||
@ -28,7 +28,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': '035dfdbc3ead397e90d3d66bfca3a2232351dbd9',
|
||||
'catapult_revision': 'e3b4c57dcbbb729558d5d41fc2154d6f6a69ceae',
|
||||
# Three lines of non-changing comments so that
|
||||
# the commit queue can handle CLs rolling libFuzzer
|
||||
# and whatever else without interference from each other.
|
||||
@ -40,7 +40,7 @@ deps = {
|
||||
'src/base':
|
||||
Var('chromium_git') + '/chromium/src/base' + '@' + '1672aa6eb8f37d8cfa1b2eb7efd96f261c4720b2',
|
||||
'src/build':
|
||||
Var('chromium_git') + '/chromium/src/build' + '@' + '9f00b2f2ee7fb201cb7ae3ecc45c191758d2f074',
|
||||
Var('chromium_git') + '/chromium/src/build' + '@' + '2ad67f5d1b65897eac893d0b17f0a56df4021df2',
|
||||
'src/buildtools':
|
||||
Var('chromium_git') + '/chromium/buildtools.git' + '@' + '1be57dc4c2c68fa564ee258a3af0cf8003007edf',
|
||||
# Gradle 4.3-rc4. Used for testing Android Studio project generation for WebRTC.
|
||||
@ -50,13 +50,13 @@ deps = {
|
||||
'condition': 'checkout_android',
|
||||
},
|
||||
'src/ios': {
|
||||
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'c24ee3eeea5a5e34e0f4ac2e09f950685c6fa260',
|
||||
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '72d7071e0f064b4ceb9aac97c26602ccc20ac5dd',
|
||||
'condition': 'checkout_ios',
|
||||
},
|
||||
'src/testing':
|
||||
Var('chromium_git') + '/chromium/src/testing' + '@' + '9963748f1cfd09669a8f6f4afd1b125396709e25',
|
||||
Var('chromium_git') + '/chromium/src/testing' + '@' + '43710e38cf64696d4151e37a2cb3b26f71e21cf0',
|
||||
'src/third_party':
|
||||
Var('chromium_git') + '/chromium/src/third_party' + '@' + 'b63f39b11ed98322bcb6005c94b6c8876e1b9119',
|
||||
Var('chromium_git') + '/chromium/src/third_party' + '@' + '50e2ce23230db4c73d6fcdf703d7641f4ba36888',
|
||||
'src/third_party/android_tools': {
|
||||
'url': Var('chromium_git') + '/android_tools.git' + '@' + 'a2e9bc7c1b41d983577907df51d339fb1e0fd02f',
|
||||
'condition': 'checkout_android',
|
||||
@ -155,7 +155,7 @@ deps = {
|
||||
'src/third_party/yasm/source/patched-yasm':
|
||||
Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + 'b98114e18d8b9b84586b10d24353ab8616d4c5fc',
|
||||
'src/tools':
|
||||
Var('chromium_git') + '/chromium/src/tools' + '@' + 'debf035092feab5549d6f77c3afc90de224d64a3',
|
||||
Var('chromium_git') + '/chromium/src/tools' + '@' + 'e25098ff075f05d7406a467c5ec5f1ac79d60604',
|
||||
'src/tools/gyp':
|
||||
Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb',
|
||||
'src/tools/swarming_client':
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user