Roll chromium_revision f63f90fb1f..a20c193cad (594935:595072)
Change log:f63f90fb1f..a20c193cadFull diff:f63f90fb1f..a20c193cadChanged dependencies * src/base:00f83147c7..1f234e5de7* src/ios:cf8bd68db3..ec51f1cea2* src/testing:fe751c122b..3c0608eff2* src/third_party:929177c3dd..d46d0eeaa8* src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/920acc5657..7453eba4fe * src/tools:5f63f41daa..75cdbd3fc4DEPS diff:f63f90fb1f..a20c193cad/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None Change-Id: I3c73f819bdc38589b06be1634d7020c354baf951 Reviewed-on: https://webrtc-review.googlesource.com/102527 Commit-Queue: WebRTC Buildbot <buildbot@webrtc.org> Reviewed-by: WebRTC Buildbot <buildbot@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24897}
This commit is contained in:
parent
12c62b922b
commit
ba191ed80a
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': 'f63f90fb1fe4f149ddf07ecbe7c1c695a1240dbb',
|
||||
'chromium_revision': 'a20c193cadb0b7f574550d833f3f01832a8f35b3',
|
||||
'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': '920acc5657065dbcce54ce3093368ce6db5aa66b',
|
||||
'catapult_revision': '7453eba4feb2d90136a9415a6670ad41b866c93f',
|
||||
# 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' + '@' + '00f83147c7cfed52b7fb0c03bed511e7b5920c3f',
|
||||
Var('chromium_git') + '/chromium/src/base' + '@' + '1f234e5de71bd5804eb25962e638fe6ad273b748',
|
||||
'src/build':
|
||||
Var('chromium_git') + '/chromium/src/build' + '@' + 'eb7ca761a169a33100acef5dc5cab793884c9a46',
|
||||
'src/buildtools':
|
||||
@ -54,13 +54,13 @@ deps = {
|
||||
'condition': 'checkout_android',
|
||||
},
|
||||
'src/ios': {
|
||||
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'cf8bd68db312c41157021b7bea0026cdd3432c1c',
|
||||
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'ec51f1cea22ba29e44a5ee08bdad12df23188e97',
|
||||
'condition': 'checkout_ios',
|
||||
},
|
||||
'src/testing':
|
||||
Var('chromium_git') + '/chromium/src/testing' + '@' + 'fe751c122b3ec19906e367142c937b3b3c856953',
|
||||
Var('chromium_git') + '/chromium/src/testing' + '@' + '3c0608eff2bb6eebcfad3587f083c765fb009a54',
|
||||
'src/third_party':
|
||||
Var('chromium_git') + '/chromium/src/third_party' + '@' + '929177c3dd4639d2706bfe223525977b7e92c2f7',
|
||||
Var('chromium_git') + '/chromium/src/third_party' + '@' + 'd46d0eeaa8396ae2f55a75620d79894357583a3c',
|
||||
'src/third_party/android_ndk': {
|
||||
'url': Var('chromium_git') + '/android_ndk.git' + '@' + '4e2cea441bfd43f0863d14f57b1e1844260b9884',
|
||||
'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' + '@' + '5f63f41daabddc9abd2b7cc6339820838b4d58f5',
|
||||
Var('chromium_git') + '/chromium/src/tools' + '@' + '75cdbd3fc47b02cf40932a118a85ee503f601a46',
|
||||
'src/tools/swarming_client':
|
||||
Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user