Roll chromium_revision 1589d89737..58de35c184 (554416:554518)
Change log:1589d89737..58de35c184Full diff:1589d89737..58de35c184Changed dependencies: * src/base:91b65a4f4a..a6a8333865* src/build:298c672395..82daaa128f* src/ios:71e73ad48c..b376ecb331* src/testing:7bba5e0465..0fc3c466c8* src/third_party:1ea10c92f1..58d90af62b* src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/9f0e7cb314..cece32610b * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/82069c8b6e..6761f26bd9 * src/tools:96607d9b7c..5182e4e42eDEPS diff:1589d89737..58de35c184/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: I3d603229193656ac536ae250cd43c2fb16a64eeb Reviewed-on: https://webrtc-review.googlesource.com/73283 Reviewed-by: WebRTC Buildbot <buildbot@webrtc.org> Commit-Queue: WebRTC Buildbot <buildbot@webrtc.org> Cr-Commit-Position: refs/heads/master@{#23060}
This commit is contained in:
parent
658ad8816b
commit
e80689fcab
18
DEPS
18
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': '1589d897379463583355b786f9acbea2aa8abe2e',
|
||||
'chromium_revision': '58de35c184c37407b779a98f95b27faa4adfdbf0',
|
||||
'boringssl_git': 'https://boringssl.googlesource.com',
|
||||
# Three lines of non-changing comments so that
|
||||
# the commit queue can handle CLs rolling swarming_client
|
||||
@ -20,7 +20,7 @@ vars = {
|
||||
# Three lines of non-changing comments so that
|
||||
# the commit queue can handle CLs rolling BoringSSL
|
||||
# and whatever else without interference from each other.
|
||||
'boringssl_revision': '9f0e7cb314ae64234b928fd379381ae9760a9a5f',
|
||||
'boringssl_revision': 'cece32610b89549386b42b2032dd5d8a423af6c8',
|
||||
# Three lines of non-changing comments so that
|
||||
# the commit queue can handle CLs rolling lss
|
||||
# and whatever else without interference from each other.
|
||||
@ -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': '82069c8b6ea20d2f3d073928872927550f779150',
|
||||
'catapult_revision': '6761f26bd9da8e703b355ce1c81f8e37b77a9467',
|
||||
# Three lines of non-changing comments so that
|
||||
# the commit queue can handle CLs rolling libFuzzer
|
||||
# and whatever else without interference from each other.
|
||||
@ -46,9 +46,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' + '@' + '91b65a4f4a7624655373f74ddd41c1563bb06f05',
|
||||
Var('chromium_git') + '/chromium/src/base' + '@' + 'a6a833386567045aa56c4017a2dc65c09a86c9a3',
|
||||
'src/build':
|
||||
Var('chromium_git') + '/chromium/src/build' + '@' + '298c672395410446cb778c105768f5bc9130e06a',
|
||||
Var('chromium_git') + '/chromium/src/build' + '@' + '82daaa128f84a7450be95d5cd5f8cdce85ca434e',
|
||||
'src/buildtools':
|
||||
Var('chromium_git') + '/chromium/buildtools.git' + '@' + 'b7d53a93026d04002ca0705b5bf002de79c72165',
|
||||
# Gradle 4.3-rc4. Used for testing Android Studio project generation for WebRTC.
|
||||
@ -58,13 +58,13 @@ deps = {
|
||||
'condition': 'checkout_android',
|
||||
},
|
||||
'src/ios': {
|
||||
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '71e73ad48ced261960f252dcbc9cfa796082fcd6',
|
||||
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'b376ecb3315a8f85cf075b2fe43c185e07c853f7',
|
||||
'condition': 'checkout_ios',
|
||||
},
|
||||
'src/testing':
|
||||
Var('chromium_git') + '/chromium/src/testing' + '@' + '7bba5e0465bddf0392e2b4466cf9e8ecf90eab4c',
|
||||
Var('chromium_git') + '/chromium/src/testing' + '@' + '0fc3c466c80a8129fd9156bda731d8b487ee51b6',
|
||||
'src/third_party':
|
||||
Var('chromium_git') + '/chromium/src/third_party' + '@' + '1ea10c92f19c6056c2b01d3af5a9c3d9915d4376',
|
||||
Var('chromium_git') + '/chromium/src/third_party' + '@' + '58d90af62be4886d323b9c453959a4178aa377d7',
|
||||
'src/third_party/android_ndk': {
|
||||
'url': Var('chromium_git') + '/android_ndk.git' + '@' + '635bc380968a76f6948fee65f80a0b28db53ae81',
|
||||
'condition': 'checkout_android',
|
||||
@ -171,7 +171,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' + '@' + '96607d9b7c07387903cce69eecad86aa560a07b5',
|
||||
Var('chromium_git') + '/chromium/src/tools' + '@' + '5182e4e42e20e1512d24a7284c3f820708e7d157',
|
||||
'src/tools/gyp':
|
||||
Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb',
|
||||
'src/tools/swarming_client':
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user