Roll chromium_revision 3668886840..6a67eff9bf (575305:575413)
Change log:3668886840..6a67eff9bfFull diff:3668886840..6a67eff9bfChanged dependencies: * src/base:24eccdc599..4f1f9ad842* src/build:59d0512879..3b8fcccd79* src/ios:71fbd9970f..2d19fbcfe4* src/testing:cd88c212bc..8c94c99e4c* src/third_party:c052d35886..47f0731611* src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/be45355b46..f5342c4cf3 * src/tools:21fc68bfed..87de2b8cc0DEPS diff:3668886840..6a67eff9bf/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: I1e1964c5b7d10401b5e8059bb5b7417793f81320 Reviewed-on: https://webrtc-review.googlesource.com/88880 Commit-Queue: WebRTC Buildbot <buildbot@webrtc.org> Reviewed-by: WebRTC Buildbot <buildbot@webrtc.org> Cr-Commit-Position: refs/heads/master@{#23992}
This commit is contained in:
parent
c2406e4eaf
commit
9b02ee817b
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': '36688868409a3ad8a3129e59659705052f5719a6',
|
||||
'chromium_revision': '6a67eff9bfac6ea1de6a257e40398cb9a98c94f3',
|
||||
'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': 'be45355b46d9b45aa9581f0d439bffcfe929ef20',
|
||||
'catapult_revision': 'f5342c4cf3d3e85e43be84c22bdfd8ebff23ec70',
|
||||
# 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,9 +42,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' + '@' + '24eccdc5994c37e64138e5f02708f970d528392b',
|
||||
Var('chromium_git') + '/chromium/src/base' + '@' + '4f1f9ad8422d070bf6d342e9fa3a6a3fe6cb0875',
|
||||
'src/build':
|
||||
Var('chromium_git') + '/chromium/src/build' + '@' + '59d0512879bd3296852fbb67ff4ee9835cc33bdd',
|
||||
Var('chromium_git') + '/chromium/src/build' + '@' + '3b8fcccd79c4e8b77a6cf391f3f6383281fd2eb4',
|
||||
'src/buildtools':
|
||||
Var('chromium_git') + '/chromium/buildtools.git' + '@' + '0dd5c6f980d22be96b728155249df2da355989d9',
|
||||
# Gradle 4.3-rc4. Used for testing Android Studio project generation for WebRTC.
|
||||
@ -54,13 +54,13 @@ deps = {
|
||||
'condition': 'checkout_android',
|
||||
},
|
||||
'src/ios': {
|
||||
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '71fbd9970f1dd1d89c75d111390d788e4d2a3007',
|
||||
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '2d19fbcfe4c036098f6e42c5de76963b34902269',
|
||||
'condition': 'checkout_ios',
|
||||
},
|
||||
'src/testing':
|
||||
Var('chromium_git') + '/chromium/src/testing' + '@' + 'cd88c212bc12de7b96b15b8ce324f45b4e5b58af',
|
||||
Var('chromium_git') + '/chromium/src/testing' + '@' + '8c94c99e4cf1f2bd4d5aa286152545673b3e69c4',
|
||||
'src/third_party':
|
||||
Var('chromium_git') + '/chromium/src/third_party' + '@' + 'c052d358860a084b7ff92d52abf3322431053a7c',
|
||||
Var('chromium_git') + '/chromium/src/third_party' + '@' + '47f07316119f1b9f70dfa430396e623188e76000',
|
||||
'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' + '@' + '21fc68bfeddaa82e3dcc3134c2f600e8a2f18b0d',
|
||||
Var('chromium_git') + '/chromium/src/tools' + '@' + '87de2b8cc0bf515dcdca883dfe395502be6b4e26',
|
||||
'src/tools/swarming_client':
|
||||
Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user