Roll chromium_revision a467948082..5ce8880baa (573356:573458)
Change log:a467948082..5ce8880baa
Full diff:a467948082..5ce8880baa
Changed dependencies: * src/base:8839f14da1..19fde59a04
* src/ios:f4ab7d4f41..f3eb8ce122
* src/testing:44d50a3de3..90c261a3c9
* src/third_party:4b6ba77287..4779a4c250
* src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/27380b171e..f6618d3f74 * src/tools:b35866e4b8..c04857d6e1
DEPS diff:a467948082..5ce8880baa
/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: I0ab8e98dd2ed2837f929ce2c8729c3e27d4a8d2e Reviewed-on: https://webrtc-review.googlesource.com/87741 Commit-Queue: WebRTC Buildbot <buildbot@webrtc.org> Reviewed-by: WebRTC Buildbot <buildbot@webrtc.org> Cr-Commit-Position: refs/heads/master@{#23891}
This commit is contained in:
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': 'a4679480824b53bee194ae0ddd61a8b7ee7ea4d2',
|
||||
'chromium_revision': '5ce8880baa741c8e31cfd47ede17490128590488',
|
||||
'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': '27380b171e3fd0073d475e0fb628fe8850571d06',
|
||||
'catapult_revision': 'f6618d3f745e3b136bf21c352feb5e7c23b46bc7',
|
||||
# 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,7 +42,7 @@ 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' + '@' + '8839f14da1dd544cf18800744d05041d8f1efe5f',
|
||||
Var('chromium_git') + '/chromium/src/base' + '@' + '19fde59a045fec36eb391d5500d1020659b97d50',
|
||||
'src/build':
|
||||
Var('chromium_git') + '/chromium/src/build' + '@' + '4e517843d5b41958bb224346718b5a538be01054',
|
||||
'src/buildtools':
|
||||
@ -54,13 +54,13 @@ deps = {
|
||||
'condition': 'checkout_android',
|
||||
},
|
||||
'src/ios': {
|
||||
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'f4ab7d4f41034093b6361ac8ca967fb7df698d94',
|
||||
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'f3eb8ce122c91be0ac6990dd40bdc781d0dfdf5a',
|
||||
'condition': 'checkout_ios',
|
||||
},
|
||||
'src/testing':
|
||||
Var('chromium_git') + '/chromium/src/testing' + '@' + '44d50a3de3b9d8ef317a6fdcf56aca6ceb56ed12',
|
||||
Var('chromium_git') + '/chromium/src/testing' + '@' + '90c261a3c9391fae32fcf58b1754c556fcd6be2f',
|
||||
'src/third_party':
|
||||
Var('chromium_git') + '/chromium/src/third_party' + '@' + '4b6ba77287a77974c3a2b31d1a68c6463c63e740',
|
||||
Var('chromium_git') + '/chromium/src/third_party' + '@' + '4779a4c2500dda2a28fb0bf565f67e268afc1b59',
|
||||
'src/third_party/android_ndk': {
|
||||
'url': Var('chromium_git') + '/android_ndk.git' + '@' + '5cd86312e794bdf542a3685c6f10cbb96072990b',
|
||||
'condition': 'checkout_android',
|
||||
@ -175,7 +175,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' + '@' + 'b35866e4b8b2f266dd444eee1dc380728d274d81',
|
||||
Var('chromium_git') + '/chromium/src/tools' + '@' + 'c04857d6e1e4f0006696678e3342628e9036debb',
|
||||
'src/tools/swarming_client':
|
||||
Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),
|
||||
|
||||
|
Reference in New Issue
Block a user