Roll chromium_revision f37f3783a3..f305d23e18 (591975:592151)
Change log:f37f3783a3..f305d23e18
Full diff:f37f3783a3..f305d23e18
Changed dependencies: * src/base:b560b3b3fd..8130b147de
* src/build:c4b8ad9145..98abb462af
* src/ios:c3f2faccf2..7e8b93c938
* src/testing:411de25f6c..2d06f63ab9
* src/third_party:041a224658..b3efd9b2d1
* src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/934a29ea90..874b575429 * src/third_party/depot_tools:f9b4845975..1aa405fd85
* src/tools:9c36884e4f..ca1107c3a0
DEPS diff:f37f3783a3..f305d23e18
/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: Ic4475c1b24489471b29dc9992cdc2d07aa46e71b Reviewed-on: https://webrtc-review.googlesource.com/100921 Reviewed-by: WebRTC Buildbot <buildbot@webrtc.org> Commit-Queue: WebRTC Buildbot <buildbot@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24770}
This commit is contained in:
18
DEPS
18
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': 'f37f3783a324de79ccad362877f4659049f5b8f4',
|
||||
'chromium_revision': 'f305d23e180a2d68fce56ceb1aac928a0dcbda74',
|
||||
'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': '934a29ea903e9da0745770fe046764e2d6b61bdc',
|
||||
'catapult_revision': '874b57542941b7e9d5a099bdc5bcc0ee1c5b10ea',
|
||||
# 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' + '@' + 'b560b3b3fdd454aed297def99fe72fd6f33853c1',
|
||||
Var('chromium_git') + '/chromium/src/base' + '@' + '8130b147ded5c85cd4df63ecf50089c4607b6855',
|
||||
'src/build':
|
||||
Var('chromium_git') + '/chromium/src/build' + '@' + 'c4b8ad914558c63f94e792f143d19aed78aff23a',
|
||||
Var('chromium_git') + '/chromium/src/build' + '@' + '98abb462af4190debd448712a53c2639a05bcae6',
|
||||
'src/buildtools':
|
||||
Var('chromium_git') + '/chromium/buildtools.git' + '@' + '2dff9c9c74e9d732e6fe57c84ef7fd044cc45d96',
|
||||
# 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' + '@' + 'c3f2faccf23c58811f5b3c91a27e33ad83a182b4',
|
||||
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '7e8b93c9382981a4f72c9f9b8f502a9eb1d45c15',
|
||||
'condition': 'checkout_ios',
|
||||
},
|
||||
'src/testing':
|
||||
Var('chromium_git') + '/chromium/src/testing' + '@' + '411de25f6ccd31205ac1f3ee75f992ea5b65114e',
|
||||
Var('chromium_git') + '/chromium/src/testing' + '@' + '2d06f63ab9d86d80c9789431fde5ca95a931959a',
|
||||
'src/third_party':
|
||||
Var('chromium_git') + '/chromium/src/third_party' + '@' + '041a224658aa0d0fb6c95f98488ea0bb34429bc6',
|
||||
Var('chromium_git') + '/chromium/src/third_party' + '@' + 'b3efd9b2d1becb3e49e161536e17c32f72a085be',
|
||||
'src/third_party/android_ndk': {
|
||||
'url': Var('chromium_git') + '/android_ndk.git' + '@' + '4e2cea441bfd43f0863d14f57b1e1844260b9884',
|
||||
'condition': 'checkout_android',
|
||||
@ -84,7 +84,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' + '@' + 'f9b4845975ffaf4b7bfe7b0b6ae0198b8a729bbd',
|
||||
Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '1aa405fd859a3bd625b0d61184d6e4a3cf95c0b4',
|
||||
'src/third_party/errorprone/lib': {
|
||||
'url': Var('chromium_git') + '/chromium/third_party/errorprone.git' + '@' + '980d49e839aa4984015efed34b0134d4b2c9b6d7',
|
||||
'condition': 'checkout_android',
|
||||
@ -195,7 +195,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' + '@' + '9c36884e4ff9d3e9a6a9756dc5c001ad10a77d8c',
|
||||
Var('chromium_git') + '/chromium/src/tools' + '@' + 'ca1107c3a09b80d4472cf07222efc9a25f6866ea',
|
||||
'src/tools/swarming_client':
|
||||
Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),
|
||||
|
||||
|
Reference in New Issue
Block a user