Roll chromium_revision a6afb13552..eead1e7595 (542089:542200)
Change log:a6afb13552..eead1e7595Full diff:a6afb13552..eead1e7595Changed dependencies: * src/base:15daf4df4a..585d9bdc59* src/build:d8b353b735..8e843a96fa* src/ios:b4344e2cca..02ff6db311* src/testing:e7b24ec1ba..e79d3cec67* src/third_party:98ea2bc461..8873d196ad* src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/8f3d6b77ac..b90b97cf8d * src/tools:8ff992fb51..d1b3aff080DEPS diff:a6afb13552..eead1e7595/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: Iebfd3ed833c190a29adc68342010de2de0265e37 Reviewed-on: https://webrtc-review.googlesource.com/60961 Commit-Queue: WebRTC Buildbot <buildbot@webrtc.org> Reviewed-by: WebRTC Buildbot <buildbot@webrtc.org> Cr-Commit-Position: refs/heads/master@{#22375}
This commit is contained in:
parent
ba907f0058
commit
35576ac007
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': 'a6afb13552b760ae968e0bc82f4c0541306ceea2',
|
||||
'chromium_revision': 'eead1e759579e612607122e50e9e5a09da71271c',
|
||||
'boringssl_git': 'https://boringssl.googlesource.com',
|
||||
# Three lines of non-changing comments so that
|
||||
# the commit queue can handle CLs rolling swarming_client
|
||||
@ -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': '8f3d6b77acab8e35a062745097cd2c4d1c9a4de6',
|
||||
'catapult_revision': 'b90b97cf8dec1060b14197b68a7c862bab7e4ed5',
|
||||
# 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' + '@' + '15daf4df4ade8fed1349205005f7adcc207a0e9b',
|
||||
Var('chromium_git') + '/chromium/src/base' + '@' + '585d9bdc59b6ea642ce526fad8115dbcf65f37f9',
|
||||
'src/build':
|
||||
Var('chromium_git') + '/chromium/src/build' + '@' + 'd8b353b7350a905e18e60c64380b8d1118b03c35',
|
||||
Var('chromium_git') + '/chromium/src/build' + '@' + '8e843a96fa31020bc97485f401977176324a3432',
|
||||
'src/buildtools':
|
||||
Var('chromium_git') + '/chromium/buildtools.git' + '@' + '2888931260f2a32bc583f005bd807a561b2fa6af',
|
||||
# Gradle 4.3-rc4. 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' + '@' + 'b4344e2ccacdb1a26f363aac540f91c7ef6db9b4',
|
||||
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '02ff6db3112012971c0f6f59120c8ffce3c065a1',
|
||||
'condition': 'checkout_ios',
|
||||
},
|
||||
'src/testing':
|
||||
Var('chromium_git') + '/chromium/src/testing' + '@' + 'e7b24ec1ba36143aa33bd87662473818261a01cc',
|
||||
Var('chromium_git') + '/chromium/src/testing' + '@' + 'e79d3cec676ea66836c4cbb3bcc1a63f4ed01dbe',
|
||||
'src/third_party':
|
||||
Var('chromium_git') + '/chromium/src/third_party' + '@' + '98ea2bc4618a4536f0400339573b94e7cd2b0454',
|
||||
Var('chromium_git') + '/chromium/src/third_party' + '@' + '8873d196ad3ceb827f8b85706f6706eb480301ab',
|
||||
'src/third_party/android_ndk': {
|
||||
'url': Var('chromium_git') + '/android_ndk.git' + '@' + '635bc380968a76f6948fee65f80a0b28db53ae81',
|
||||
'condition': 'checkout_android',
|
||||
@ -159,7 +159,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' + '@' + '8ff992fb51b604fd326e73c8270d90b2fb1558c5',
|
||||
Var('chromium_git') + '/chromium/src/tools' + '@' + 'd1b3aff08034f903add618aef0b343e9be672078',
|
||||
'src/tools/gyp':
|
||||
Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb',
|
||||
'src/tools/swarming_client':
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user