Roll chromium_revision dc77fbfd37..f99b8dca37 (1027538:1027650)
Change log:dc77fbfd37..f99b8dca37Full diff:dc77fbfd37..f99b8dca37Changed dependencies * src/base:2de94b0dd5..27d6f84380* src/build:40005c3f92..fc63bd6317* src/buildtools:20863d3b27..1732a39f26* src/buildtools/third_party/libc++/trunk:ae6c9d1fb4..476d5aefd9* src/ios:b0ffd53adc..ac4975df42* src/third_party:d0d988eee4..daa217beda* src/third_party/perfetto:86c920c317..c9aa8a4ab3* src/tools:89e99b2a07..76090733e4DEPS diff:dc77fbfd37..f99b8dca37/DEPS No update to Clang. BUG=None Change-Id: Id65ee6fe3df2cac755d6c016bc44d11d9226c317 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/269363 Bot-Commit: 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/main@{#37606}
This commit is contained in:
parent
06fefc9dba
commit
3fada3563a
18
DEPS
18
DEPS
@ -10,7 +10,7 @@ vars = {
|
||||
# chromium waterfalls. More info at: crbug.com/570091.
|
||||
'checkout_configuration': 'default',
|
||||
'checkout_instrumented_libraries': 'checkout_linux and checkout_configuration == "default"',
|
||||
'chromium_revision': 'dc77fbfd37d399f91c124121e9465d69560ea7c5',
|
||||
'chromium_revision': 'f99b8dca37c8fb95407b087bdc34303d868c8052',
|
||||
|
||||
# Keep the Chromium default of generating location tags.
|
||||
'generate_location_tags': True,
|
||||
@ -26,24 +26,24 @@ vars = {
|
||||
deps = {
|
||||
# TODO(kjellander): Move this to be Android-only.
|
||||
'src/base':
|
||||
'https://chromium.googlesource.com/chromium/src/base@2de94b0dd5797c73b7c1bc3e0a1b96c09f94314e',
|
||||
'https://chromium.googlesource.com/chromium/src/base@27d6f84380214409b8af1be20adf5b70ca251981',
|
||||
'src/build':
|
||||
'https://chromium.googlesource.com/chromium/src/build@40005c3f921b5da70bf13a11400a90f4ecdcf840',
|
||||
'https://chromium.googlesource.com/chromium/src/build@fc63bd63173bb14d2ae7365b8dcf9b27c98bc9ea',
|
||||
'src/buildtools':
|
||||
'https://chromium.googlesource.com/chromium/src/buildtools@20863d3b27155ce0ab7255b0c4a1de38b45e68e2',
|
||||
'https://chromium.googlesource.com/chromium/src/buildtools@1732a39f26e52bd527ca7cc1b01dd607f7911fd3',
|
||||
# Gradle 6.6.1. Used for testing Android Studio project generation for WebRTC.
|
||||
'src/examples/androidtests/third_party/gradle': {
|
||||
'url': 'https://chromium.googlesource.com/external/github.com/gradle/gradle.git@f2d1fb54a951d8b11d25748e4711bec8d128d7e3',
|
||||
'condition': 'checkout_android',
|
||||
},
|
||||
'src/ios': {
|
||||
'url': 'https://chromium.googlesource.com/chromium/src/ios@b0ffd53adce7bbd9edeba989bf8aaa6f31c503f5',
|
||||
'url': 'https://chromium.googlesource.com/chromium/src/ios@ac4975df42da26fc4a87e7e3636fca6649f061d4',
|
||||
'condition': 'checkout_ios',
|
||||
},
|
||||
'src/testing':
|
||||
'https://chromium.googlesource.com/chromium/src/testing@1647ea28d716912ce8b7d50bdd57cc23cf1d92ff',
|
||||
'src/third_party':
|
||||
'https://chromium.googlesource.com/chromium/src/third_party@d0d988eee4fa6297d526961e3eed4a83d5fe0786',
|
||||
'https://chromium.googlesource.com/chromium/src/third_party@daa217bedacea45e1952bff207cae0525544db01',
|
||||
|
||||
'src/buildtools/linux64': {
|
||||
'packages': [
|
||||
@ -79,7 +79,7 @@ deps = {
|
||||
'src/buildtools/clang_format/script':
|
||||
'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/clang/tools/clang-format.git@8b525d2747f2584fc35d8c7e612e66f377858df7',
|
||||
'src/buildtools/third_party/libc++/trunk':
|
||||
'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git@ae6c9d1fb41406da05a3b6def66151b41fff086c',
|
||||
'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git@476d5aefd9faf2ad50b09eb49b8be59b4cca97a6',
|
||||
'src/buildtools/third_party/libc++abi/trunk':
|
||||
'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git@039323b945911a54cb7400da8fb14fcbb0348e97',
|
||||
'src/buildtools/third_party/libunwind/trunk':
|
||||
@ -220,7 +220,7 @@ deps = {
|
||||
'condition': 'checkout_android',
|
||||
},
|
||||
'src/third_party/perfetto':
|
||||
'https://android.googlesource.com/platform/external/perfetto.git@86c920c3179e3abff64a8ed736b11ca3ac9998a5',
|
||||
'https://android.googlesource.com/platform/external/perfetto.git@c9aa8a4ab3b84294b6a08705d07aa7b7c200b049',
|
||||
'src/third_party/libvpx/source/libvpx':
|
||||
'https://chromium.googlesource.com/webm/libvpx.git@711bef67400f096416cb1ba7f6560e533871490f',
|
||||
'src/third_party/libyuv':
|
||||
@ -266,7 +266,7 @@ deps = {
|
||||
'condition': 'checkout_android',
|
||||
},
|
||||
'src/tools':
|
||||
'https://chromium.googlesource.com/chromium/src/tools@89e99b2a07b348d81677995597abe4c345b4ded4',
|
||||
'https://chromium.googlesource.com/chromium/src/tools@76090733e47595a2dd8bbe946f4d4715a8ff2bef',
|
||||
|
||||
'src/third_party/accessibility_test_framework': {
|
||||
'packages': [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user