Roll chromium_revision 9d565db4c0..c27ef6f9f6 (568343:568443)
Change log:9d565db4c0..c27ef6f9f6
Full diff:9d565db4c0..c27ef6f9f6
Roll chromium third_party 5e63803713..1eaf756265 Change log:5e63803713..1eaf756265
Changed dependencies: * src/base:4fcbb21d49..c7a45ded14
* src/build:f29a733cc2..e73af5b5bf
* src/ios:84fac4e727..e0e84b865e
* src/testing:04314205f8..10ad87fa0c
* src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/f13bae2df0..c5ef6d834a * src/tools:59c08146e7..4bf8360e73
DEPS diff:9d565db4c0..c27ef6f9f6
/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal NO_AUTOIMPORT_DEPS_CHECK=true Change-Id: I25b26de000aa5c0b7789c27e6ff4cfc3dd6d90cd Reviewed-on: https://webrtc-review.googlesource.com/84161 Commit-Queue: WebRTC Buildbot <buildbot@webrtc.org> Reviewed-by: WebRTC Buildbot <buildbot@webrtc.org> Cr-Commit-Position: refs/heads/master@{#23664}
This commit is contained in:
16
DEPS
16
DEPS
@ -10,7 +10,7 @@ vars = {
|
|||||||
'checkout_configuration': 'default',
|
'checkout_configuration': 'default',
|
||||||
'checkout_instrumented_libraries': 'checkout_linux and checkout_configuration == "default"',
|
'checkout_instrumented_libraries': 'checkout_linux and checkout_configuration == "default"',
|
||||||
'webrtc_git': 'https://webrtc.googlesource.com',
|
'webrtc_git': 'https://webrtc.googlesource.com',
|
||||||
'chromium_revision': '9d565db4c0551c5953aab7d22061065da8c477da',
|
'chromium_revision': 'c27ef6f9f6c635f878e8510c2f71e52ada53a993',
|
||||||
'boringssl_git': 'https://boringssl.googlesource.com',
|
'boringssl_git': 'https://boringssl.googlesource.com',
|
||||||
# Three lines of non-changing comments so that
|
# Three lines of non-changing comments so that
|
||||||
# the commit queue can handle CLs rolling swarming_client
|
# the commit queue can handle CLs rolling swarming_client
|
||||||
@ -27,7 +27,7 @@ vars = {
|
|||||||
# Three lines of non-changing comments so that
|
# Three lines of non-changing comments so that
|
||||||
# the commit queue can handle CLs rolling catapult
|
# the commit queue can handle CLs rolling catapult
|
||||||
# and whatever else without interference from each other.
|
# and whatever else without interference from each other.
|
||||||
'catapult_revision': 'f13bae2df0b82e06b4c7cf9b1ccaf5cee89c0c88',
|
'catapult_revision': 'c5ef6d834a158822a50c67dc117835b28b32be73',
|
||||||
# Three lines of non-changing comments so that
|
# Three lines of non-changing comments so that
|
||||||
# the commit queue can handle CLs rolling libFuzzer
|
# the commit queue can handle CLs rolling libFuzzer
|
||||||
# and whatever else without interference from each other.
|
# and whatever else without interference from each other.
|
||||||
@ -43,15 +43,15 @@ vars = {
|
|||||||
# Three lines of non-changing comments so that
|
# Three lines of non-changing comments so that
|
||||||
# the commit queue can handle CLs rolling Chromium third_party
|
# the commit queue can handle CLs rolling Chromium third_party
|
||||||
# and whatever else without interference from each other.
|
# and whatever else without interference from each other.
|
||||||
'chromium_third_party_revision': '5e63803713fbc10c991b6d2779e2c5d481d53bfd',
|
'chromium_third_party_revision': '1eaf756265ab8c3e16834ea6efcb7c2e6ded2c92',
|
||||||
}
|
}
|
||||||
deps = {
|
deps = {
|
||||||
# TODO(kjellander): Move this to be Android-only once the libevent dependency
|
# TODO(kjellander): Move this to be Android-only once the libevent dependency
|
||||||
# in base/third_party/libevent is solved.
|
# in base/third_party/libevent is solved.
|
||||||
'src/base':
|
'src/base':
|
||||||
Var('chromium_git') + '/chromium/src/base' + '@' + '4fcbb21d4936cca5357e251663f46752236fe566',
|
Var('chromium_git') + '/chromium/src/base' + '@' + 'c7a45ded145802fa1ca6560122eb4daf203d8ba5',
|
||||||
'src/build':
|
'src/build':
|
||||||
Var('chromium_git') + '/chromium/src/build' + '@' + 'f29a733cc2bdb5ad13dfa302e3bc269df14a70b3',
|
Var('chromium_git') + '/chromium/src/build' + '@' + 'e73af5b5bf97a9e393bd1b115654ee8d217d4589',
|
||||||
'src/buildtools':
|
'src/buildtools':
|
||||||
Var('chromium_git') + '/chromium/buildtools.git' + '@' + '5941c1b3df96c1db756a2834343533335c394c4a',
|
Var('chromium_git') + '/chromium/buildtools.git' + '@' + '5941c1b3df96c1db756a2834343533335c394c4a',
|
||||||
# Gradle 4.3-rc4. Used for testing Android Studio project generation for WebRTC.
|
# Gradle 4.3-rc4. Used for testing Android Studio project generation for WebRTC.
|
||||||
@ -61,11 +61,11 @@ deps = {
|
|||||||
'condition': 'checkout_android',
|
'condition': 'checkout_android',
|
||||||
},
|
},
|
||||||
'src/ios': {
|
'src/ios': {
|
||||||
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '84fac4e7279e952b3b65dd636a0da25f6c3ed1ea',
|
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'e0e84b865e610b3fcebde1ddea24b344aff82cf5',
|
||||||
'condition': 'checkout_ios',
|
'condition': 'checkout_ios',
|
||||||
},
|
},
|
||||||
'src/testing':
|
'src/testing':
|
||||||
Var('chromium_git') + '/chromium/src/testing' + '@' + '04314205f8b75246f9282a0dbaeab20be58c61d6',
|
Var('chromium_git') + '/chromium/src/testing' + '@' + '10ad87fa0c53ab43c5cce387f220be1c1064d000',
|
||||||
# This entry is used for chromium third_party rolling into webrtc third_party only.
|
# This entry is used for chromium third_party rolling into webrtc third_party only.
|
||||||
'src/third_party_chromium': {
|
'src/third_party_chromium': {
|
||||||
'url': Var('chromium_git') + '/chromium/src/third_party' + '@' + Var('chromium_third_party_revision'),
|
'url': Var('chromium_git') + '/chromium/src/third_party' + '@' + Var('chromium_third_party_revision'),
|
||||||
@ -185,7 +185,7 @@ deps = {
|
|||||||
'src/third_party/yasm/source/patched-yasm':
|
'src/third_party/yasm/source/patched-yasm':
|
||||||
Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + 'b98114e18d8b9b84586b10d24353ab8616d4c5fc',
|
Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + 'b98114e18d8b9b84586b10d24353ab8616d4c5fc',
|
||||||
'src/tools':
|
'src/tools':
|
||||||
Var('chromium_git') + '/chromium/src/tools' + '@' + '59c08146e77c9b27dbaef0703ff144d43a050cd0',
|
Var('chromium_git') + '/chromium/src/tools' + '@' + '4bf8360e732099db3300b4334c96ca0e61333fc2',
|
||||||
'src/tools/swarming_client':
|
'src/tools/swarming_client':
|
||||||
Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),
|
Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user