Roll chromium_revision 8a0dac94cf..aa595e0ebb (620848:620951)
Change log:8a0dac94cf..aa595e0ebb
Full diff:8a0dac94cf..aa595e0ebb
Changed dependencies * src/base:babba34022..5010a23361
* src/build:093e5eebe3..db0cd1054b
* src/ios:f335caded8..9ffdf0caad
* src/third_party:5318826531..b97cc8b053
* src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/4dbf1ef8fd..3511bed449 * src/tools:da46a28338..1d2e0c0952
DEPS diff:8a0dac94cf..aa595e0ebb
/DEPS No update to Clang. TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com, BUG=None Change-Id: If33f8a547496fa0243f583a27c2719546fd5dc15 Reviewed-on: https://webrtc-review.googlesource.com/c/116584 Reviewed-by: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Commit-Queue: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#26170}
This commit is contained in:

committed by
Commit Bot

parent
c550eeb66e
commit
c0233643ed
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': '8a0dac94cf639d40c0c00557bf9eb5338ae82146',
|
||||
'chromium_revision': 'aa595e0ebb8c5ecd64e1598bf1359f0cf076b818',
|
||||
'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': '4dbf1ef8fd93fd90aa85fb7739736fa25d226187',
|
||||
'catapult_revision': '3511bed449613cd4dc1231eedf29f2d8a5423d7e',
|
||||
# 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' + '@' + 'babba340223ebc60f818be50724bd5f2f704586d',
|
||||
Var('chromium_git') + '/chromium/src/base' + '@' + '5010a233613b0b2f31f7b165b4ee10773c208821',
|
||||
'src/build':
|
||||
Var('chromium_git') + '/chromium/src/build' + '@' + '093e5eebe399f43812496f79c50fd25be5ddf008',
|
||||
Var('chromium_git') + '/chromium/src/build' + '@' + 'db0cd1054b35000f63d8fda9ea77a9e5e7d8b110',
|
||||
'src/buildtools':
|
||||
Var('chromium_git') + '/chromium/buildtools.git' + '@' + '7d88270de197ebe8b439ab5eb57a4a2a0bb810e0',
|
||||
# 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' + '@' + 'f335caded86e8969b2a16570945d3e9622949763',
|
||||
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '9ffdf0caad0540a72f78e49cb1ae06118c09f18c',
|
||||
'condition': 'checkout_ios',
|
||||
},
|
||||
'src/testing':
|
||||
Var('chromium_git') + '/chromium/src/testing' + '@' + 'd512be4ece10222a33a0bd3f6174ab3ed670c424',
|
||||
'src/third_party':
|
||||
Var('chromium_git') + '/chromium/src/third_party' + '@' + '5318826531775a1c427b473f3dd97f6e088a6248',
|
||||
Var('chromium_git') + '/chromium/src/third_party' + '@' + 'b97cc8b053e01302ea6121ea9f114a33e0b387f7',
|
||||
'src/third_party/android_ndk': {
|
||||
'url': Var('chromium_git') + '/android_ndk.git' + '@' + '4e2cea441bfd43f0863d14f57b1e1844260b9884',
|
||||
'condition': 'checkout_android',
|
||||
@ -229,7 +229,7 @@ deps = {
|
||||
'src/third_party/yasm/source/patched-yasm':
|
||||
Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + '720b70524a4424b15fc57e82263568c8ba0496ad',
|
||||
'src/tools':
|
||||
Var('chromium_git') + '/chromium/src/tools' + '@' + 'da46a283381043e8dd8e666d502440f4528f806c',
|
||||
Var('chromium_git') + '/chromium/src/tools' + '@' + '1d2e0c0952b9b3380e7242bbac80f53f3c74cbee',
|
||||
'src/tools/swarming_client':
|
||||
Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),
|
||||
|
||||
|
Reference in New Issue
Block a user