Roll chromium_revision 0d85f6ad4e..64564f7a42 (660414:660541)
Change log:0d85f6ad4e..64564f7a42Full diff:0d85f6ad4e..64564f7a42Changed dependencies * src/base:d2b96a427d..79d0db3862* src/build:2910da43de..05ee3a4249* src/ios:703ce24672..9efbd407c6* src/testing:3ea10302b0..f086dcc9cc* src/third_party:98b50663f6..b57abf30b7* src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/89ec6c772d..72ee2533b1 * src/tools:85b42ed358..3036709251DEPS diff:0d85f6ad4e..64564f7a42/DEPS No update to Clang. TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com, BUG=None Change-Id: I4b3b3e7e5976e72a2a6e4647e90f4e25d46f506a Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/137240 Reviewed-by: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Commit-Queue: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#27966}
This commit is contained in:
parent
f0792ce410
commit
fe57f6252f
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': '0d85f6ad4ebd92193443bc02c0ebb95cdb872b5a',
|
||||
'chromium_revision': '64564f7a42ea0ce123783ce297dad6f822e05dea',
|
||||
'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': '89ec6c772dbe1f6069051fb4210b31b5376324bf',
|
||||
'catapult_revision': '72ee2533b189d865435d3d712fdd15a72a61491e',
|
||||
# Three lines of non-changing comments so that
|
||||
# the commit queue can handle CLs rolling libFuzzer
|
||||
# and whatever else without interference from each other.
|
||||
@ -86,9 +86,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' + '@' + 'd2b96a427dbac8fac0468f102ff814e4b3909604',
|
||||
Var('chromium_git') + '/chromium/src/base' + '@' + '79d0db3862f2e693401086fe74913c24d17b1191',
|
||||
'src/build':
|
||||
Var('chromium_git') + '/chromium/src/build' + '@' + '2910da43dedcc3415dd83783040bbc758bd8e618',
|
||||
Var('chromium_git') + '/chromium/src/build' + '@' + '05ee3a42491bc53ded3b078a1fcecaa33e3c7d61',
|
||||
'src/buildtools':
|
||||
Var('chromium_git') + '/chromium/src/buildtools' + '@' + '1f329a6e26a366c9a6f2b970f21e10133f7ceee6',
|
||||
# Gradle 4.3-rc4. Used for testing Android Studio project generation for WebRTC.
|
||||
@ -98,13 +98,13 @@ deps = {
|
||||
'condition': 'checkout_android',
|
||||
},
|
||||
'src/ios': {
|
||||
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '703ce246726e94f24d023703d93b4483ee0a2891',
|
||||
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '9efbd407c6c06e043560a848f45908ea577d1efc',
|
||||
'condition': 'checkout_ios',
|
||||
},
|
||||
'src/testing':
|
||||
Var('chromium_git') + '/chromium/src/testing' + '@' + '3ea10302b0b10c19b56e514f4439f7a8a90cd049',
|
||||
Var('chromium_git') + '/chromium/src/testing' + '@' + 'f086dcc9cc9638172d0c553bba04d81cf6f76cb1',
|
||||
'src/third_party':
|
||||
Var('chromium_git') + '/chromium/src/third_party' + '@' + '98b50663f65901a1327995583b083f42f0ada98e',
|
||||
Var('chromium_git') + '/chromium/src/third_party' + '@' + 'b57abf30b799882d8a6594d9efb1a8c75a52c91a',
|
||||
|
||||
'src/buildtools/linux64': {
|
||||
'packages': [
|
||||
@ -312,7 +312,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' + '@' + '85b42ed358fd3887c5499f358d4dba4d6c18ab58',
|
||||
Var('chromium_git') + '/chromium/src/tools' + '@' + '303670925103ff8aa1f57fec12e184dbb8fc1c45',
|
||||
'src/tools/swarming_client':
|
||||
Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user