Roll chromium_revision 5da649a4e0..b7c48e4a30 (528145:528253)
Change log:5da649a4e0..b7c48e4a30
Full diff:5da649a4e0..b7c48e4a30
Changed dependencies: * src/base:70fd4aba6f..ce61d6936a
* src/build:503923123e..57a70f85d0
* src/ios:c5092a4942..18cfb77c2e
* src/testing:2395a9585c..334e82becd
* src/third_party:85b350b76f..514268994c
* src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/aaaa5510da..d4706cb285 * src/third_party/depot_tools:dbc809fcd3..1edda746d2
* src/tools:f3df37cb74..2980a2cae5
DEPS diff:5da649a4e0..b7c48e4a30
/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: Id32dd824688ec0c68f4c467c5c6a6f13649e134b Reviewed-on: https://webrtc-review.googlesource.com/38545 Commit-Queue: WebRTC Buildbot <buildbot@webrtc.org> Reviewed-by: WebRTC Buildbot <buildbot@webrtc.org> Cr-Commit-Position: refs/heads/master@{#21541}
This commit is contained in:
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': '5da649a4e094c94a85118360077b74b4986f1f37',
|
||||
'chromium_revision': 'b7c48e4a30b083b151c49018b22e54f5e6629bb2',
|
||||
'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': 'aaaa5510da3e1a9ce62b7731caab65f0a83e3cf6',
|
||||
'catapult_revision': 'd4706cb285d8caaa8e7c0334e0528efe7b9a26ff',
|
||||
# Three lines of non-changing comments so that
|
||||
# the commit queue can handle CLs rolling libFuzzer
|
||||
# and whatever else without interference from each other.
|
||||
@ -38,9 +38,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' + '@' + '70fd4aba6f85b7a830c526cd3e3299fd0cc49cb2',
|
||||
Var('chromium_git') + '/chromium/src/base' + '@' + 'ce61d6936a508de28fc0b3a70222f50d7e3d5477',
|
||||
'src/build':
|
||||
Var('chromium_git') + '/chromium/src/build' + '@' + '503923123e06a72bab1228d616e13559a4d4a3db',
|
||||
Var('chromium_git') + '/chromium/src/build' + '@' + '57a70f85d0f5c3d91f29cf6d95b616f717d13131',
|
||||
'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' + '@' + 'c5092a494214778971becf2413c8adc601e3cfa3',
|
||||
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '18cfb77c2e3df299dbed5a3887d7f9fd7abba1fa',
|
||||
'condition': 'checkout_ios',
|
||||
},
|
||||
'src/testing':
|
||||
Var('chromium_git') + '/chromium/src/testing' + '@' + '2395a9585ce5028506dbe3b4085ed07360eef2de',
|
||||
Var('chromium_git') + '/chromium/src/testing' + '@' + '334e82becd4f378502061f310b8d09af13a80e67',
|
||||
'src/third_party':
|
||||
Var('chromium_git') + '/chromium/src/third_party' + '@' + '85b350b76f718fba010f82025ba0e2e51f097397',
|
||||
Var('chromium_git') + '/chromium/src/third_party' + '@' + '514268994c0db1ca767dd36b4fc21eb7c5886109',
|
||||
'src/third_party/android_tools': {
|
||||
'url': Var('chromium_git') + '/android_tools.git' + '@' + '7d781b3544ef67dfa8c7c0c1a347b818c49c42bc',
|
||||
'condition': 'checkout_android',
|
||||
@ -76,7 +76,7 @@ deps = {
|
||||
'src/third_party/colorama/src':
|
||||
Var('chromium_git') + '/external/colorama.git' + '@' + '799604a1041e9b3bc5d2789ecbd7e8db2e18e6b8',
|
||||
'src/third_party/depot_tools':
|
||||
Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + 'dbc809fcd3be3d9a39b77af038bbcdcc3db25e2f',
|
||||
Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '1edda746d22f903ee18f662d8463b707bd55febd',
|
||||
'src/third_party/errorprone/lib': {
|
||||
'url': Var('chromium_git') + '/chromium/third_party/errorprone.git' + '@' + '0fce89415c910ed2196f4bddf601ffddd90504fa',
|
||||
'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' + '@' + 'f3df37cb7493382eaaae1791b9a6269754ebb388',
|
||||
Var('chromium_git') + '/chromium/src/tools' + '@' + '2980a2cae5d3b5592896142264b7189a557a85d5',
|
||||
'src/tools/gyp':
|
||||
Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb',
|
||||
'src/tools/swarming_client':
|
||||
|
Reference in New Issue
Block a user