Roll chromium_revision 63c80f2e33..ba34164cc1 (556358:556466)
Change log:63c80f2e33..ba34164cc1Full diff:63c80f2e33..ba34164cc1Changed dependencies: * src/base:6772872e6c..12029651a6* src/build:1fd2d08a6f..a163f9bb29* src/ios:2a4cc722a7..94d3e02398* src/testing:9c2c516d0f..b60c0be350* src/third_party:b29bfab599..4b645d28cd* src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/3059fd7dba..b9ff578f32 * src/tools:1293f814ef..be60a7465bDEPS diff:63c80f2e33..ba34164cc1/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: Iad0237bd2f42d69348d93af0f0b2d4cbcfe7fbb3 Reviewed-on: https://webrtc-review.googlesource.com/74940 Reviewed-by: WebRTC Buildbot <buildbot@webrtc.org> Commit-Queue: WebRTC Buildbot <buildbot@webrtc.org> Cr-Commit-Position: refs/heads/master@{#23153}
This commit is contained in:
parent
d5ef6ff258
commit
4a22921985
16
DEPS
16
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': '63c80f2e33d8d9a77f4e4aeab66bd250d5da3cf1',
|
||||
'chromium_revision': 'ba34164cc1ae8b5f6b1171634ba405f4a2d885fa',
|
||||
'boringssl_git': 'https://boringssl.googlesource.com',
|
||||
# Three lines of non-changing comments so that
|
||||
# the commit queue can handle CLs rolling swarming_client
|
||||
@ -24,7 +24,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': '3059fd7dba63773c249938b1b934b9c10143d684',
|
||||
'catapult_revision': 'b9ff578f32e76574afd53543708a694d08b841de',
|
||||
# Three lines of non-changing comments so that
|
||||
# the commit queue can handle CLs rolling libFuzzer
|
||||
# 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
|
||||
# in base/third_party/libevent is solved.
|
||||
'src/base':
|
||||
Var('chromium_git') + '/chromium/src/base' + '@' + '6772872e6c4544bef030771ff1d0418bca355e3b',
|
||||
Var('chromium_git') + '/chromium/src/base' + '@' + '12029651a67444fc8fb70516f988c05c9836079a',
|
||||
'src/build':
|
||||
Var('chromium_git') + '/chromium/src/build' + '@' + '1fd2d08a6f951a6a57ca175c75ca29740003fbf0',
|
||||
Var('chromium_git') + '/chromium/src/build' + '@' + 'a163f9bb29d7be6f360ad87b99407cf9b50f8fd6',
|
||||
'src/buildtools':
|
||||
Var('chromium_git') + '/chromium/buildtools.git' + '@' + '0b71401b977fba99eb0c7bb01bdb3338f45bd911',
|
||||
# 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' + '@' + '2a4cc722a748d6dfff44dd7ee3835e35de1346c1',
|
||||
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '94d3e02398fc8de202f2356789951c469e8bdfd7',
|
||||
'condition': 'checkout_ios',
|
||||
},
|
||||
'src/testing':
|
||||
Var('chromium_git') + '/chromium/src/testing' + '@' + '9c2c516d0f4ccd31e9eb94166ab48f7d4659bf25',
|
||||
Var('chromium_git') + '/chromium/src/testing' + '@' + 'b60c0be350915f5d6c83840079f7bfddfecf1762',
|
||||
'src/third_party':
|
||||
Var('chromium_git') + '/chromium/src/third_party' + '@' + 'b29bfab599b88d771209d8d9e956719c4dec1b14',
|
||||
Var('chromium_git') + '/chromium/src/third_party' + '@' + '4b645d28cd2e8a7e68b3408630bbd8b2dd222905',
|
||||
'src/third_party/android_ndk': {
|
||||
'url': Var('chromium_git') + '/android_ndk.git' + '@' + '5cd86312e794bdf542a3685c6f10cbb96072990b',
|
||||
'condition': 'checkout_android',
|
||||
@ -165,7 +165,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' + '@' + '1293f814ef504e7623b07c5f207dd98da3958349',
|
||||
Var('chromium_git') + '/chromium/src/tools' + '@' + 'be60a7465b9e71604ea8e643c30f59af632b8a4b',
|
||||
'src/tools/gyp':
|
||||
Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb',
|
||||
'src/tools/swarming_client':
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user