Skip to content
This repository was archived by the owner on Oct 25, 2024. It is now read-only.

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

DEPS

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ vars = {
1010
# chromium waterfalls. More info at: crbug.com/570091.
1111
'checkout_configuration': 'default',
1212
'checkout_instrumented_libraries': 'checkout_linux and checkout_configuration == "default"',
13-
'chromium_revision': 'e4052fe5b0bb09811e6dd6f4a6ede4d21140a9f6',
13+
'chromium_revision': 'd5540e96b7d2afdd605c15e58c6e5510bc772dc9',
1414

1515
# This can be overridden, e.g. with custom_vars, to download a nonstandard
1616
# Xcode version in build/mac_toolchain.py
@@ -22,9 +22,9 @@ deps = {
2222
# TODO(kjellander): Move this to be Android-only once the libevent dependency
2323
# in base/third_party/libevent is solved.
2424
'src/base':
25-
'https://chromium.googlesource.com/chromium/src/base@ec7145af5d8884d3cb2d90e8d4523bcc268f6760',
25+
'https://chromium.googlesource.com/chromium/src/base@1fc8c4f8a109999fd1415bb3880b1121928a2de5',
2626
'src/build':
27-
'https://chromium.googlesource.com/chromium/src/build@426009aefc828b4a7756ae8438389ed4257a83f2',
27+
'https://chromium.googlesource.com/chromium/src/build@aeb6162a8fbc581b9e6185603b8927e9e0b8050e',
2828
'src/buildtools':
2929
'https://chromium.googlesource.com/chromium/src/buildtools@4be464e050b3d05060471788f926b34c641db9fd',
3030
# Gradle 6.6.1. Used for testing Android Studio project generation for WebRTC.
@@ -33,13 +33,13 @@ deps = {
3333
'condition': 'checkout_android',
3434
},
3535
'src/ios': {
36-
'url': 'https://chromium.googlesource.com/chromium/src/ios@6fe66b1e44d3615654a378de46a640cfbef025dc',
36+
'url': 'https://chromium.googlesource.com/chromium/src/ios@318ade743b6f3faea89643ce04b274ad281467bc',
3737
'condition': 'checkout_ios',
3838
},
3939
'src/testing':
40-
'https://chromium.googlesource.com/chromium/src/testing@c92faa0abe84b81e3b97011478916c359db5244c',
40+
'https://chromium.googlesource.com/chromium/src/testing@72a5dbb0603390c382e51ac7ec9c3d795dcbc6a6',
4141
'src/third_party':
42-
'https://chromium.googlesource.com/chromium/src/third_party@d4c95f68f93ee04f8bc890740d65fe348c1a6811',
42+
'https://chromium.googlesource.com/chromium/src/third_party@16772c982f89a0b861edb42cfe8e145cc2527021',
4343

4444
'src/buildtools/linux64': {
4545
'packages': [
@@ -208,7 +208,7 @@ deps = {
208208
'condition': 'checkout_android',
209209
},
210210
'src/third_party/perfetto':
211-
'https://android.googlesource.com/platform/external/perfetto.git@823a6df243c3679dcce59801618f6aa1f8e5452b',
211+
'https://android.googlesource.com/platform/external/perfetto.git@628c64d7a14cf58e5e494f566543da691d2a964f',
212212
'src/third_party/libvpx/source/libvpx':
213213
'https://chromium.googlesource.com/webm/libvpx.git@7e8ea22e4056a3da04b139fcc812a3f6937bbed7',
214214
'src/third_party/libyuv':
@@ -265,7 +265,7 @@ deps = {
265265
'condition': 'checkout_win',
266266
},
267267
'src/tools':
268-
'https://chromium.googlesource.com/chromium/src/tools@051f5f55d6767805b8cebb3fb38603cb1d10df68',
268+
'https://chromium.googlesource.com/chromium/src/tools@be567bbe91269cb1b36165d2b6d36083f3a0afd0',
269269
'src/tools/swarming_client':
270270
'https://chromium.googlesource.com/infra/luci/client-py.git@d46ea7635f2911208268170512cb611412488fd8',
271271

0 commit comments

Comments
 (0)