Roll chromium_revision 961817f7c1..a2e331901b (507941:508680)
Change log:961817f7c1..a2e331901bFull diff:961817f7c1..a2e331901bChanged dependencies: * src/base:8a2e6ca6a2..1b7ce9d2a3* src/build:66371a176b..c6001bdb73* src/ios:fe5b1b2962..9e3dc38d10* src/testing:8d5bbc677e..3ba0dfa045* src/third_party:dd57a5da7d..135e164724* src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/12fdd08a40..664e99a648 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/5430039572..180125176f * src/third_party/depot_tools:cd27f01b1a..9f20d02085* src/third_party/icu:7f873c45c2..21d33b1a09* src/tools:c5a868d906..c569930662DEPS diff:961817f7c1..a2e331901b/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: Ib4b526b5aafa2de482af494f06e629eeb88a9970 Reviewed-on: https://webrtc-review.googlesource.com/9360 Commit-Queue: WebRTC Buildbot <buildbot@webrtc.org> Reviewed-by: WebRTC Buildbot <buildbot@webrtc.org> Cr-Commit-Position: refs/heads/master@{#20283}
This commit is contained in:
parent
f91ec56f23
commit
e759223418
22
DEPS
22
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': '961817f7c152c667729417f4aedebd8602df042e',
|
||||
'chromium_revision': 'a2e331901bf17d72da3bc94eaa780879ae6e360c',
|
||||
'boringssl_git': 'https://boringssl.googlesource.com',
|
||||
# Three lines of non-changing comments so that
|
||||
# the commit queue can handle CLs rolling swarming_client
|
||||
@ -20,7 +20,7 @@ vars = {
|
||||
# Three lines of non-changing comments so that
|
||||
# the commit queue can handle CLs rolling BoringSSL
|
||||
# and whatever else without interference from each other.
|
||||
'boringssl_revision': '12fdd08a401d2ef562612638abd016f8b5794cc7',
|
||||
'boringssl_revision': '664e99a6486c293728097c661332f92bf2d847c6',
|
||||
# Three lines of non-changing comments so that
|
||||
# the commit queue can handle CLs rolling lss
|
||||
# and whatever else without interference from each other.
|
||||
@ -28,7 +28,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': '54300395720040d73b5173748015c3950c6d1ab7',
|
||||
'catapult_revision': '180125176f24283cfb0fdb62999949445ab4db5b',
|
||||
# Three lines of non-changing comments so that
|
||||
# the commit queue can handle CLs rolling libFuzzer
|
||||
# and whatever else without interference from each other.
|
||||
@ -38,9 +38,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' + '@' + '8a2e6ca6a27b660c3955c1fdfc01e5084e90ec76',
|
||||
Var('chromium_git') + '/chromium/src/base' + '@' + '1b7ce9d2a38c22b3db5963ce62cf32298cdaf2fb',
|
||||
'src/build':
|
||||
Var('chromium_git') + '/chromium/src/build' + '@' + '66371a176b29144bbfc5abfca3ebfcc12138f9da',
|
||||
Var('chromium_git') + '/chromium/src/build' + '@' + 'c6001bdb739844f35c790489452dd9da02021f3a',
|
||||
'src/buildtools':
|
||||
Var('chromium_git') + '/chromium/buildtools.git' + '@' + 'f6d165d9d842ddd29056c127a5f3a3c5d8e0d2e3',
|
||||
# Gradle 3.5.0. Used for testing Android Studio project generation for WebRTC.
|
||||
@ -50,13 +50,13 @@ deps = {
|
||||
'condition': 'checkout_android',
|
||||
},
|
||||
'src/ios': {
|
||||
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'fe5b1b2962f3f7f3f0a5538848b43dfe5024b99d',
|
||||
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '9e3dc38d106775938c0349758f700fb5fbc98c31',
|
||||
'condition': 'checkout_ios',
|
||||
},
|
||||
'src/testing':
|
||||
Var('chromium_git') + '/chromium/src/testing' + '@' + '8d5bbc677eda8c9a50f7f810281b24d9af189aec',
|
||||
Var('chromium_git') + '/chromium/src/testing' + '@' + '3ba0dfa045f2270fd63900e1f29d402a03d2370a',
|
||||
'src/third_party':
|
||||
Var('chromium_git') + '/chromium/src/third_party' + '@' + 'dd57a5da7dddd0de100a301295d95044d68e633b',
|
||||
Var('chromium_git') + '/chromium/src/third_party' + '@' + '135e16472420110f133bc37eb216def34f174c2b',
|
||||
'src/third_party/android_tools': {
|
||||
'url': Var('chromium_git') + '/android_tools.git' + '@' + 'ca9dc7245b888c75307f0619e4a39fb46a82de66',
|
||||
'condition': 'checkout_android',
|
||||
@ -72,7 +72,7 @@ deps = {
|
||||
'src/third_party/colorama/src':
|
||||
Var('chromium_git') + '/external/colorama.git' + '@' + '799604a1041e9b3bc5d2789ecbd7e8db2e18e6b8',
|
||||
'src/third_party/depot_tools':
|
||||
Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + 'cd27f01b1a49e4b02bad0640b6f4bd50930bcf74',
|
||||
Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '9f20d020855c8ee87ba64d53ef94051c06aab860',
|
||||
'src/third_party/errorprone/lib': {
|
||||
'url': Var('chromium_git') + '/chromium/third_party/errorprone.git' + '@' + '6a55852cd7d1ef2f05a75d300495143be2a051d4',
|
||||
'condition': 'checkout_android',
|
||||
@ -85,7 +85,7 @@ deps = {
|
||||
'src/third_party/googletest/src':
|
||||
Var('chromium_git') + '/external/github.com/google/googletest.git' + '@' + '7f8fefabedf2965980585be8c2bff97458f28e0b',
|
||||
'src/third_party/icu': {
|
||||
'url': Var('chromium_git') + '/chromium/deps/icu.git' + '@' + '7f873c45c23fa1baf1a1d90f449c5c4c34bd8ba6',
|
||||
'url': Var('chromium_git') + '/chromium/deps/icu.git' + '@' + '21d33b1a09a77f033478ea4ffffb61e6970f83bd',
|
||||
},
|
||||
'src/third_party/jsr-305/src': {
|
||||
'url': Var('chromium_git') + '/external/jsr-305.git' + '@' + '642c508235471f7220af6d5df2d3210e3bfc0919',
|
||||
@ -147,7 +147,7 @@ deps = {
|
||||
'src/third_party/yasm/source/patched-yasm':
|
||||
Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + 'b98114e18d8b9b84586b10d24353ab8616d4c5fc',
|
||||
'src/tools':
|
||||
Var('chromium_git') + '/chromium/src/tools' + '@' + 'c5a868d906bf45d3dc85338be6933e9f8c65d776',
|
||||
Var('chromium_git') + '/chromium/src/tools' + '@' + 'c5699306625debfaafee009c219a685d1ebecfa7',
|
||||
'src/tools/gyp':
|
||||
Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb',
|
||||
'src/tools/swarming_client':
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user