Roll chromium_revision 92f8c5b2a2..5825fead7b (609994:610108)
Change log:92f8c5b2a2..5825fead7b
Full diff:92f8c5b2a2..5825fead7b
Changed dependencies * src/base:7b38ae7d71..7af4dd5696
* src/build:a2bfd5371f..092bf843d9
* src/ios:6d50cd8812..a9a18e6e50
* src/testing:ab84560a08..93c56eac90
* src/third_party:646634026e..ac75e10305
* src/tools:48d172809d..218cc28418
DEPS diff:92f8c5b2a2..5825fead7b
/DEPS No update to Clang. TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com, BUG=None Change-Id: I1005c8bdb507fa8fb5f91651d3defc666f04563a Reviewed-on: https://webrtc-review.googlesource.com/c/111720 Commit-Queue: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Reviewed-by: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#25735}
This commit is contained in:

committed by
Commit Bot

parent
5eae1d994e
commit
a526ae65cc
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': '92f8c5b2a2ee02ece1b60500ecf4c60f34ec6ec2',
|
||||
'chromium_revision': '5825fead7bb0b07a166982422b345f6eb9da0d07',
|
||||
'boringssl_git': 'https://boringssl.googlesource.com',
|
||||
# Three lines of non-changing comments so that
|
||||
# the commit queue can handle CLs rolling swarming_client
|
||||
@ -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' + '@' + '7b38ae7d7180e1f9967edc9f6c6925712dcce2f2',
|
||||
Var('chromium_git') + '/chromium/src/base' + '@' + '7af4dd56960055c1d7fd77b0de879bc6bd76697c',
|
||||
'src/build':
|
||||
Var('chromium_git') + '/chromium/src/build' + '@' + 'a2bfd5371f5bec815b63129d3b3c34707652166e',
|
||||
Var('chromium_git') + '/chromium/src/build' + '@' + '092bf843d931079b67e3883cfd60661f4cf7917e',
|
||||
'src/buildtools':
|
||||
Var('chromium_git') + '/chromium/buildtools.git' + '@' + 'da9b2941cbf6d6d67b694e069e8e8dc06910f66a',
|
||||
# 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' + '@' + '6d50cd88122fdcc2fa9cf98b0f973ba76e67ffe8',
|
||||
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'a9a18e6e50b50a76fb2506c4de99a650efd04aa9',
|
||||
'condition': 'checkout_ios',
|
||||
},
|
||||
'src/testing':
|
||||
Var('chromium_git') + '/chromium/src/testing' + '@' + 'ab84560a080b02aba495e207e25d7d5863966d0b',
|
||||
Var('chromium_git') + '/chromium/src/testing' + '@' + '93c56eac90814ca7e14111f3d3ab67bca4bd5dab',
|
||||
'src/third_party':
|
||||
Var('chromium_git') + '/chromium/src/third_party' + '@' + '646634026e35cb9c56216e5ca673082ce9431fb6',
|
||||
Var('chromium_git') + '/chromium/src/third_party' + '@' + 'ac75e1030568194cba4086c28a8bc0a226715a46',
|
||||
'src/third_party/android_ndk': {
|
||||
'url': Var('chromium_git') + '/android_ndk.git' + '@' + '4e2cea441bfd43f0863d14f57b1e1844260b9884',
|
||||
'condition': 'checkout_android',
|
||||
@ -225,7 +225,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' + '@' + '48d172809d58377d15e56df87ccd5d1f245616f8',
|
||||
Var('chromium_git') + '/chromium/src/tools' + '@' + '218cc284188803dfe864f2278be1aa8ec1de97c5',
|
||||
'src/tools/swarming_client':
|
||||
Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),
|
||||
|
||||
|
Reference in New Issue
Block a user