mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-13 05:40:42 +01:00
Roll chromium_revision b9a687f112..f57bd4785e (602396:602511)
Change log:b9a687f112..f57bd4785e
Full diff:b9a687f112..f57bd4785e
Changed dependencies * src/base:ea4fe4627a..6cc6ee9644
* src/build:be8c7ed1f9..5a371bcc0e
* src/ios:2ef0f7fc00..c73894adeb
* src/testing:4d3904898c..f1cc888569
* src/third_party:c7794df2c9..93e2726dec
* src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/00455e0148..bdcfce54a8 * src/third_party/depot_tools:879d5e3796..2b71832f6d
* src/third_party/gtest-parallel:fe7f791f14..e472187d11
* src/tools:ae41d59fe5..07793bb3fe
DEPS diff:b9a687f112..f57bd4785e
/DEPS No update to Clang. TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com, BUG=None Change-Id: I6bffc7906570ec2b6dbe39b3fa5b0ad56f1deb39 Reviewed-on: https://webrtc-review.googlesource.com/c/107695 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@{#25346}
This commit is contained in:
parent
09a49fab28
commit
01c68b8001
1 changed files with 10 additions and 10 deletions
20
DEPS
20
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': 'b9a687f112529d8c63854a5dff7e5effc61d48c0',
|
||||
'chromium_revision': 'f57bd4785eea318ceac18cf090ed21a88cb6d9d1',
|
||||
'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': '00455e0148682bff1f1f9ccf377ee8923a6f1364',
|
||||
'catapult_revision': 'bdcfce54a8d5dada227a0554771d86d704324aad',
|
||||
# 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' + '@' + 'ea4fe4627ad9c7769d37a3e2317e0653bc161e73',
|
||||
Var('chromium_git') + '/chromium/src/base' + '@' + '6cc6ee9644f792fb56cd026d23bca96b2f7e5c8a',
|
||||
'src/build':
|
||||
Var('chromium_git') + '/chromium/src/build' + '@' + 'be8c7ed1f900fb0b0bdc4401569fcfad15889a85',
|
||||
Var('chromium_git') + '/chromium/src/build' + '@' + '5a371bcc0efe2cc84f384f14bdf5eaf5fe3e271a',
|
||||
'src/buildtools':
|
||||
Var('chromium_git') + '/chromium/buildtools.git' + '@' + '13a00f110ef910a25763346d6538b60f12845656',
|
||||
# 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' + '@' + '2ef0f7fc006805dd12e2aa606d2e0b5acfe56386',
|
||||
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'c73894adebb4d7980c1bb2b23e5ee5c97bb1776b',
|
||||
'condition': 'checkout_ios',
|
||||
},
|
||||
'src/testing':
|
||||
Var('chromium_git') + '/chromium/src/testing' + '@' + '4d3904898c665ccdb74de65d60a7e9e717bec570',
|
||||
Var('chromium_git') + '/chromium/src/testing' + '@' + 'f1cc8885695488955427c7117935b34ad5f0485f',
|
||||
'src/third_party':
|
||||
Var('chromium_git') + '/chromium/src/third_party' + '@' + 'c7794df2c9a8224f621de22c3ef0f172407785b2',
|
||||
Var('chromium_git') + '/chromium/src/third_party' + '@' + '93e2726dec627671310e2100b31be37b89c68c8f',
|
||||
'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' + '@' + '879d5e3796bd9bd9c43ce6f1cfb7789ad78a8e12',
|
||||
Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '2b71832f6d8dc74119589992836cf95aeb8a9842',
|
||||
'src/third_party/errorprone/lib': {
|
||||
'url': Var('chromium_git') + '/chromium/third_party/errorprone.git' + '@' + '980d49e839aa4984015efed34b0134d4b2c9b6d7',
|
||||
'condition': 'checkout_android',
|
||||
|
@ -101,7 +101,7 @@ deps = {
|
|||
Var('chromium_git') + '/external/github.com/harfbuzz/harfbuzz.git' + '@' + Var('harfbuzz_revision'),
|
||||
# WebRTC-only dependency (not present in Chromium).
|
||||
'src/third_party/gtest-parallel':
|
||||
Var('chromium_git') + '/external/github.com/google/gtest-parallel' + '@' + 'fe7f791f14769390d0b124ef8231cde4d575eb12',
|
||||
Var('chromium_git') + '/external/github.com/google/gtest-parallel' + '@' + 'e472187d1129e508890aa20ac914adeac2e7f7b6',
|
||||
'src/third_party/google-truth': {
|
||||
'packages': [
|
||||
{
|
||||
|
@ -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' + '@' + 'ae41d59fe5357f791e3534b95cb8780bc82a6630',
|
||||
Var('chromium_git') + '/chromium/src/tools' + '@' + '07793bb3fe02cdcabe9d82e70f6694f8c7c7c082',
|
||||
'src/tools/swarming_client':
|
||||
Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),
|
||||
|
||||
|
|
Loading…
Reference in a new issue