mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-13 13:50:40 +01:00
Roll chromium_revision 2334c9c109..aaee641ea7 (1290363:1290470)
Change log:2334c9c109..aaee641ea7
Full diff:2334c9c109..aaee641ea7
Changed dependencies * src/ios:d792881b4f..6c22e5dd9c
* src/testing:05527c83d2..026e2e1f67
* src/third_party:6deee52cf3..2fb24cea8a
* src/tools:60de5d3ac9..9349289a89
DEPS diff:2334c9c109..aaee641ea7
/DEPS No update to Clang. BUG=None Change-Id: I7b53b012fb3f9a1439695963a0f2634e4b531af4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/348581 Commit-Queue: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Bot-Commit: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/main@{#42133}
This commit is contained in:
parent
970b911f76
commit
cb3f740525
1 changed files with 5 additions and 5 deletions
10
DEPS
10
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': '2334c9c1097a783723d3db1a0d1de77453cfa30f',
|
||||
'chromium_revision': 'aaee641ea7696f4d8aeb84b7e924d830f32fe94e',
|
||||
|
||||
# Fetch the prebuilt binaries for llvm-cov and llvm-profdata. Needed to
|
||||
# process the raw profiles produced by instrumented targets (built with
|
||||
|
@ -66,13 +66,13 @@ deps = {
|
|||
'condition': 'checkout_android',
|
||||
},
|
||||
'src/ios': {
|
||||
'url': 'https://chromium.googlesource.com/chromium/src/ios@d792881b4f83d51625d9fac2b0245ad488640127',
|
||||
'url': 'https://chromium.googlesource.com/chromium/src/ios@6c22e5dd9c7e5f02e62171dc0fca2f9a1c15febc',
|
||||
'condition': 'checkout_ios',
|
||||
},
|
||||
'src/testing':
|
||||
'https://chromium.googlesource.com/chromium/src/testing@05527c83d2db9945e84824324438842f826db3df',
|
||||
'https://chromium.googlesource.com/chromium/src/testing@026e2e1f6769d5843f1f82343ec02da9892d7018',
|
||||
'src/third_party':
|
||||
'https://chromium.googlesource.com/chromium/src/third_party@6deee52cf3a49724554a8b210ecd8e6ac640dddd',
|
||||
'https://chromium.googlesource.com/chromium/src/third_party@2fb24cea8adaa73dd3835083b7ccbb49f17701b4',
|
||||
|
||||
'src/buildtools/linux64': {
|
||||
'packages': [
|
||||
|
@ -366,7 +366,7 @@ deps = {
|
|||
'condition': 'checkout_android',
|
||||
},
|
||||
'src/tools':
|
||||
'https://chromium.googlesource.com/chromium/src/tools@60de5d3ac92f19817ce2f55acec0188a8a239636',
|
||||
'https://chromium.googlesource.com/chromium/src/tools@9349289a89381330ed181e398f8689d7b9984470',
|
||||
|
||||
'src/third_party/espresso': {
|
||||
'packages': [
|
||||
|
|
Loading…
Reference in a new issue