Roll chromium_revision aa7b61fdc4..d026ac796d (631597:631722)
Change log:aa7b61fdc4..d026ac796dFull diff:aa7b61fdc4..d026ac796dChanged dependencies * src/base:025e09f3ca..354a74e0aa* src/build:e1e623809c..2030c341b0* src/ios:f500efe6ba..b963feb787* src/testing:0704a2aafd..c84f277b30* src/third_party:abd88f1df6..e249a3f77a* src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/ed0a2fef24..63f9b85be5 * src/tools:8edbc736f4..4bf6f3fed8DEPS diff:aa7b61fdc4..d026ac796d/DEPS No update to Clang. TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com, BUG=None Change-Id: I1963b2c5ec46f3c55b18faad972f79ec317f0996 Reviewed-on: https://webrtc-review.googlesource.com/c/122924 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@{#26667}
This commit is contained in:
parent
4a68fb9ab4
commit
975a899ad0
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': 'aa7b61fdc440551f035c50ec9dcb312f45d46ef2',
|
||||
'chromium_revision': 'd026ac796dad1952578807091d036a14e22ac6c7',
|
||||
'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': 'ed0a2fef2475995b6f3c3e62cc98313465f8b296',
|
||||
'catapult_revision': '63f9b85be556ed82b32e4b9f30b266152d523cdc',
|
||||
# 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' + '@' + '025e09f3ca2a2795662fb4a0f9a4be6435b1f11e',
|
||||
Var('chromium_git') + '/chromium/src/base' + '@' + '354a74e0aa12f5ddea3e42a9ef6353502e4fa21f',
|
||||
'src/build':
|
||||
Var('chromium_git') + '/chromium/src/build' + '@' + 'e1e623809ca6cea5989b17cfe6f383efbc854d97',
|
||||
Var('chromium_git') + '/chromium/src/build' + '@' + '2030c341b05453dd2aad584ffac3787d47d2555c',
|
||||
'src/buildtools':
|
||||
Var('chromium_git') + '/chromium/src/buildtools' + '@' + '106e9fce3799633f42b45ca8bbe9e84e1e235603',
|
||||
# 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' + '@' + 'f500efe6bab24edfe14abd30f5c5f2add773dea2',
|
||||
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'b963feb787185f38ee15feee5c7d68022bfcdef7',
|
||||
'condition': 'checkout_ios',
|
||||
},
|
||||
'src/testing':
|
||||
Var('chromium_git') + '/chromium/src/testing' + '@' + '0704a2aafd773b50364f9a31d767f7104511156d',
|
||||
Var('chromium_git') + '/chromium/src/testing' + '@' + 'c84f277b30562d210d4d3a9451dc7478e477bf4b',
|
||||
'src/third_party':
|
||||
Var('chromium_git') + '/chromium/src/third_party' + '@' + 'abd88f1df6f5fbb6300912db92e75d4af352daca',
|
||||
Var('chromium_git') + '/chromium/src/third_party' + '@' + 'e249a3f77a0df0d411427d977235784e20256f15',
|
||||
|
||||
'src/buildtools/clang_format/script':
|
||||
Var('chromium_git') + '/chromium/llvm-project/cfe/tools/clang-format.git' + '@' + '96636aa0e9f047f17447f2d45a094d0b59ed7917',
|
||||
@ -239,7 +239,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' + '@' + '8edbc736f4438ac4f71c9a7b52f394d47302d555',
|
||||
Var('chromium_git') + '/chromium/src/tools' + '@' + '4bf6f3fed8040cc82730634c085568ad65982f53',
|
||||
'src/tools/swarming_client':
|
||||
Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user