Roll chromium_revision bd99b7d4a8..c07e991426 (590554:590658)
Change log:bd99b7d4a8..c07e991426Full diff:bd99b7d4a8..c07e991426Changed dependencies: * src/base:142a80038b..2b12ea143f* src/ios:4d01607e13..6c663aba73* src/testing:77621d9252..1070ff2f89* src/third_party:cdcd43db7c..6622e91c32* src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/fc2514597c..134ee36952 * src/third_party/depot_tools:ddda0b5b8a..0425ebd2b3* src/tools:faed70b9c6..d55295fc72DEPS diff:bd99b7d4a8..c07e991426/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: I34870dc4583f73fb46bb17723d53c19dd6b34822 Reviewed-on: https://webrtc-review.googlesource.com/99863 Reviewed-by: WebRTC Buildbot <buildbot@webrtc.org> Commit-Queue: WebRTC Buildbot <buildbot@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24708}
This commit is contained in:
parent
f2ce37cae5
commit
984bd576cc
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': 'bd99b7d4a8c6321fa370190a6e1d0e8e23b16f81',
|
||||
'chromium_revision': 'c07e9914260d37ad818dfb0fe2ac185eb1eceb7b',
|
||||
'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': 'fc2514597ca6cf3c29b9687ee964736b29bc8c5e',
|
||||
'catapult_revision': '134ee369521c676229d0c4c38a96fb54a5ab4967',
|
||||
# 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' + '@' + '142a80038baae00e003fa2aee355b371b3964cef',
|
||||
Var('chromium_git') + '/chromium/src/base' + '@' + '2b12ea143f06441f27515230300f192f6f7b9d11',
|
||||
'src/build':
|
||||
Var('chromium_git') + '/chromium/src/build' + '@' + '107ec0dc4d210fa801217dd84491679350a9ad8c',
|
||||
'src/buildtools':
|
||||
@ -54,13 +54,13 @@ deps = {
|
||||
'condition': 'checkout_android',
|
||||
},
|
||||
'src/ios': {
|
||||
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '4d01607e134de4a79b1769ff786858a799e94f08',
|
||||
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '6c663aba7345aa8407d521d50d7d19795905ce0e',
|
||||
'condition': 'checkout_ios',
|
||||
},
|
||||
'src/testing':
|
||||
Var('chromium_git') + '/chromium/src/testing' + '@' + '77621d9252d0bbc0ede01afd03cd75c280712218',
|
||||
Var('chromium_git') + '/chromium/src/testing' + '@' + '1070ff2f89c5f0148d26a64d7cfa81af3f7d3165',
|
||||
'src/third_party':
|
||||
Var('chromium_git') + '/chromium/src/third_party' + '@' + 'cdcd43db7ced095b5e187eccb985cc86a59a09dd',
|
||||
Var('chromium_git') + '/chromium/src/third_party' + '@' + '6622e91c32b517d8911cbf57f89ccd84e777a5e2',
|
||||
'src/third_party/android_ndk': {
|
||||
'url': Var('chromium_git') + '/android_ndk.git' + '@' + '4e2cea441bfd43f0863d14f57b1e1844260b9884',
|
||||
'condition': 'checkout_android',
|
||||
@ -84,7 +84,7 @@ deps = {
|
||||
'src/third_party/colorama/src':
|
||||
Var('chromium_git') + '/external/colorama.git' + '@' + '799604a1041e9b3bc5d2789ecbd7e8db2e18e6b8',
|
||||
'src/third_party/depot_tools':
|
||||
Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + 'ddda0b5b8a961e4abb2a1699ffdfe07920046c44',
|
||||
Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '0425ebd2b395dd754606e3639c296c5619757451',
|
||||
'src/third_party/errorprone/lib': {
|
||||
'url': Var('chromium_git') + '/chromium/third_party/errorprone.git' + '@' + '980d49e839aa4984015efed34b0134d4b2c9b6d7',
|
||||
'condition': 'checkout_android',
|
||||
@ -195,7 +195,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' + '@' + 'faed70b9c65d9e46bdb40236fb9501d032962466',
|
||||
Var('chromium_git') + '/chromium/src/tools' + '@' + 'd55295fc723e0c8b1329f97b8e8de8ac8ef0c2df',
|
||||
'src/tools/swarming_client':
|
||||
Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user