Roll chromium_revision 9a34b2cc2d..78de17c053 (632146:632252)
Change log:9a34b2cc2d..78de17c053Full diff:9a34b2cc2d..78de17c053Changed dependencies * src/base:8f4487a1e9..54b55a6d77* src/build:7f6757275f..aa4d830c69* src/ios:c34eafde76..09cc36ceb7* src/testing:847bd5d9c1..d27b16e080* src/third_party:1f019ff756..a1daa5f638* src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/8ba5518f87..b3d62293b2 * src/tools:69818a7ff0..d624e46558DEPS diff:9a34b2cc2d..78de17c053/DEPS No update to Clang. TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com, BUG=None Change-Id: I649f0fed2d05a597b9c7fd7b571c85a641babc77 Reviewed-on: https://webrtc-review.googlesource.com/c/123120 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@{#26692}
This commit is contained in:
parent
d036c6582e
commit
9e2692c290
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': '9a34b2cc2d58ebddda09189ed2c187cd5d8c6cae',
|
||||
'chromium_revision': '78de17c053dd5f476d7c1cb986eb49d3fdc6d679',
|
||||
'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': '8ba5518f87cc9179d81af3df7eaad5fb15a34acf',
|
||||
'catapult_revision': 'b3d62293b2f882ca7a8b5654bcc43eaf1153ce41',
|
||||
# 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' + '@' + '8f4487a1e9e7902d269128449916dcda109b9dcf',
|
||||
Var('chromium_git') + '/chromium/src/base' + '@' + '54b55a6d77649fadc8c715c9431cd6a4b367f899',
|
||||
'src/build':
|
||||
Var('chromium_git') + '/chromium/src/build' + '@' + '7f6757275fceab8af0ac87a86d5802bff1403d9c',
|
||||
Var('chromium_git') + '/chromium/src/build' + '@' + 'aa4d830c692df37745310671c71e9ab8df6e6137',
|
||||
'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' + '@' + 'c34eafde76e4151f3a291feead31fc9256eadd4d',
|
||||
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '09cc36ceb7b1ce9eed73e8df8c4897a44420861f',
|
||||
'condition': 'checkout_ios',
|
||||
},
|
||||
'src/testing':
|
||||
Var('chromium_git') + '/chromium/src/testing' + '@' + '847bd5d9c1b81e008758aa8c160591c9034252d4',
|
||||
Var('chromium_git') + '/chromium/src/testing' + '@' + 'd27b16e080d7fc42e5e6303dd59e74a9164c3ee1',
|
||||
'src/third_party':
|
||||
Var('chromium_git') + '/chromium/src/third_party' + '@' + '1f019ff756798846da7a39799dc3c9068e7551fe',
|
||||
Var('chromium_git') + '/chromium/src/third_party' + '@' + 'a1daa5f638616fb77dfae1f3a1da9dc22c68a4e3',
|
||||
|
||||
'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' + '@' + '69818a7ff0a966a64f79ebcd9386ec727895a651',
|
||||
Var('chromium_git') + '/chromium/src/tools' + '@' + 'd624e465583befcf49eede869a13ee4cba1de46d',
|
||||
'src/tools/swarming_client':
|
||||
Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user