forked from berkley4/ungoogled-chromium-debian
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDEPS-keep-bundled-clang.patch
316 lines (303 loc) · 10.3 KB
/
DEPS-keep-bundled-clang.patch
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
--- a/DEPS
+++ b/DEPS
@@ -471,10 +471,6 @@
# and whatever else without interference from each other.
'libavifinfo_revision': 'b496868f7c3fd17dfeeecc0364fe37e19edd548a',
# Three lines of non-changing comments so that
- # the commit queue can handle CLs rolling Speedometer v3.0
- # and whatever else without interference from each other.
- 'speedometer_3.0_revision': '5107c739c1b2a008e7293e3b489c4f80a8fb2e01',
- # Three lines of non-changing comments so that
# the commit queue can handle CLs rolling nearby
# and whatever else without interference from each other.
'nearby_revision': 'd477a2d174fc0e31f6dd06264ff3f47ff8da5378',
@@ -559,16 +555,6 @@
Var('chromium_git') +
'/external/github.com/llvm/llvm-project/clang/tools/clang-format.git@' +
Var('clang_format_revision'),
- 'src/buildtools/linux64': {
- 'packages': [
- {
- 'package': 'gn/gn/linux-${{arch}}',
- 'version': Var('gn_version'),
- }
- ],
- 'dep_type': 'cipd',
- 'condition': 'host_os == "linux"',
- },
'src/buildtools/mac': {
'packages': [
{
@@ -589,15 +575,6 @@
'dep_type': 'cipd',
'condition': 'host_os == "win"',
},
- 'src/buildtools/reclient': {
- 'packages': [
- {
- 'package': Var('reclient_package') + '${{platform}}',
- 'version': Var('reclient_version'),
- }
- ],
- 'dep_type': 'cipd',
- },
# We don't know target_cpu at deps time. At least until there's a universal
# binary of httpd-php, pull both intel and arm versions in DEPS and then pick
@@ -623,17 +600,6 @@
'condition': '(host_os == "mac")',
},
- 'src/third_party/apache-linux': {
- 'packages': [
- {
- 'package': 'infra/3pp/tools/httpd-php/linux-amd64',
- 'version': 'version:[email protected]',
- },
- ],
- 'dep_type': 'cipd',
- 'condition': '(host_os == "linux")',
- },
-
'src/third_party/apache-windows-arm64': {
'packages': [
{
@@ -823,12 +789,6 @@
'condition': 'checkout_chromium_password_manager_test_dependencies',
},
- 'src/chrome/test/data/perf/canvas_bench':
- Var('chromium_git') + '/chromium/canvas_bench.git' + '@' + 'a7b40ea5ae0239517d78845a5fc9b12976bfc732',
-
- 'src/chrome/test/data/perf/frame_rate/content':
- Var('chromium_git') + '/chromium/frame_rate/content.git' + '@' + 'c10272c88463efeef6bb19c9ec07c42bc8fe22b9',
-
'src/chrome/test/data/safe_browsing/dmg': {
'packages': [
{
@@ -840,9 +800,6 @@
'dep_type': 'cipd',
},
- 'src/chrome/test/data/xr/webvr_info':
- Var('chromium_git') + '/external/github.com/toji/webvr.info.git' + '@' + 'c58ae99b9ff9e2aa4c524633519570bf33536248',
-
'src/clank': {
'url': Var('chrome_git') + '/clank/internal/apps.git' + '@' +
'ff998867a5150b2a99ce2b727e5a7a42abb26853',
@@ -1244,7 +1201,7 @@
},
],
# Needed on Linux for use on chromium_presubmit.
- 'condition': 'checkout_android or checkout_linux',
+ 'condition': 'checkout_android',
'dep_type': 'cipd',
},
@@ -1358,9 +1315,6 @@
'src/third_party/freetype/src':
Var('chromium_git') + '/chromium/src/third_party/freetype2.git' + '@' + Var('freetype_revision'),
- 'src/third_party/freetype-testing/src':
- Var('chromium_git') + '/external/github.com/freetype/freetype2-testing.git' + '@' + Var('freetype_testing_revision'),
-
'src/third_party/fxdiv/src':
Var('chromium_git') + '/external/github.com/Maratyszcza/FXdiv.git' + '@' + '63058eff77e11aa15bf531df5dd34395ec3017c8',
@@ -1515,7 +1469,7 @@
},
],
# Needed on Linux for use on chromium_presubmit (for checkstyle).
- 'condition': 'checkout_android or checkout_linux',
+ 'condition': 'checkout_android',
'dep_type': 'cipd',
},
@@ -1566,12 +1520,6 @@
'src/third_party/leveldatabase/src':
Var('chromium_git') + '/external/leveldb.git' + '@' + '068d5ee1a3ac40dabd00d211d5013af44be55bea',
- 'src/third_party/libFuzzer/src':
- Var('chromium_git') + '/external/github.com/llvm/llvm-project/compiler-rt/lib/fuzzer.git' + '@' + Var('libfuzzer_revision'),
-
- 'src/third_party/fuzztest/src':
- Var('chromium_git') + '/external/github.com/google/fuzztest.git' + '@' + Var('fuzztest_revision'),
-
'src/third_party/libaddressinput/src':
Var('chromium_git') + '/external/libaddressinput.git' + '@' + 'e8712e415627f22d0b00ebee8db99547077f39bd',
@@ -1593,9 +1541,6 @@
'src/third_party/securemessage/src':
Var('chromium_git') + '/external/github.com/google/securemessage.git' + '@' + Var('securemessage_revision'),
- 'src/third_party/speedometer/v3.0':
- Var('chromium_git') + '/external/github.com/WebKit/Speedometer.git' + '@' + Var('speedometer_3.0_revision'),
-
'src/third_party/ukey2/src':
Var('chromium_git') + '/external/github.com/google/ukey2.git' + '@' + Var('ukey2_revision'),
@@ -4614,16 +4559,6 @@
'--package=clangd'],
},
{
- # Should run after the clang hook. Used on mac, as well as for orderfile
- # generation and size tooling on Android. Used by
- # dump-static-initializers.py on linux.
- 'name': 'objdump',
- 'pattern': '.',
- 'condition': 'checkout_linux or checkout_mac or checkout_android and host_os != "mac"',
- 'action': ['python3', 'src/tools/clang/scripts/update.py',
- '--package=objdump'],
- },
- {
# Update LASTCHANGE.
'name': 'lastchange',
'pattern': '.',
@@ -4723,18 +4658,6 @@
'-o', 'src/buildtools/mac/clang-format',
],
},
- {
- 'name': 'clang_format_linux',
- 'pattern': '.',
- 'condition': 'host_os == "linux"',
- 'action': [ 'python3',
- 'src/third_party/depot_tools/download_from_google_storage.py',
- '--no_resume',
- '--no_auth',
- '--bucket', 'chromium-clang-format',
- '-s', 'src/buildtools/linux64/clang-format.sha1',
- ],
- },
# Pull rc binaries using checked-in hashes.
{
'name': 'rc_win',
@@ -4772,29 +4695,6 @@
'-s', 'src/build/toolchain/win/rc/linux64/rc.sha1',
]
},
- {
- 'name': 'test_fonts',
- 'pattern': '.',
- 'action': [ 'python3',
- 'src/third_party/depot_tools/download_from_google_storage.py',
- '--no_resume',
- '--extract',
- '--no_auth',
- '--bucket', 'chromium-fonts',
- '-s', 'src/third_party/test_fonts/test_fonts.tar.gz.sha1',
- ],
- },
- # Download test resources for opus, i.e. audio files.
- {
- 'name': 'opus_test_files',
- 'pattern': '.',
- 'action': ['python3',
- 'src/third_party/depot_tools/download_from_google_storage.py',
- '--no_auth',
- '--quiet',
- '--bucket', 'chromium-webrtc-resources',
- '-d', 'src/third_party/opus/tests/resources'],
- },
{
'name': 'apache_win32',
'pattern': '\\.sha1',
@@ -4834,31 +4734,6 @@
'-s', 'src/third_party/instrumented_libraries/binaries/msan-no-origins-focal.tgz.sha1',
],
},
- {
- 'name': 'wasm_fuzzer',
- 'pattern': '.',
- 'action': [ 'python3',
- 'src/third_party/depot_tools/download_from_google_storage.py',
- '--no_resume',
- '--no_auth',
- '-u',
- '--bucket', 'v8-wasm-fuzzer',
- '-s', 'src/v8/test/fuzzer/wasm_corpus.tar.gz.sha1',
- ],
- },
- # Download selected models from TFHub as testdata.
- {
- 'name': 'download_tfhub_models',
- 'pattern': '.',
- 'action': [ 'python3',
- 'src/third_party/depot_tools/download_from_google_storage.py',
- '--no_resume',
- '--extract',
- '--bucket', 'chromium-tfhub-models',
- '-s', 'src/third_party/tfhub_models/models.tar.gz.sha1',
- ],
- },
-
# Pull down Node binaries for WebUI toolchain.
{
'name': 'node_linux64',
@@ -5001,46 +4876,6 @@
],
},
- # Download test data for Perfetto diff tests
- {
- 'name': 'perfetto_testdata',
- 'condition': 'host_os == "linux"',
- 'pattern': '\\.sha256',
- 'action': [ 'python3',
- 'src/third_party/perfetto/tools/test_data',
- '--dir',
- 'src/base/tracing/test/data',
- 'download',
- ],
- },
-
- # Download test data for Maps telemetry_gpu_integration_test.
- {
- 'name': 'maps_perf_test_load_dataset',
- 'pattern': '\\.sha1',
- 'action': [ 'python3',
- 'src/third_party/depot_tools/download_from_google_storage.py',
- '--no_resume',
- '--no_auth',
- '--bucket', 'chromium-telemetry',
- '-s', 'src/tools/perf/page_sets/maps_perf_test/load_dataset.sha1',
- ],
- },
-
- # Pull down Zucchini test data.
- {
- 'name': 'zucchini_testdata',
- 'pattern': '.',
- 'action': [ 'python3',
- 'src/third_party/depot_tools/download_from_google_storage.py',
- '--no_resume',
- '--no_auth',
- '--num_threads=4',
- '--bucket', 'chromium-binary-patching/zucchini_testdata',
- '--recursive',
- '-d', 'src/components/zucchini',
- ],
- },
# Pull down WPR Archive files
{
'name': 'Fetch WPR archive files',
@@ -5120,14 +4955,6 @@
'src/chrome/browser/resources/vr/assets/google_chrome',
],
},
- # Download and unpack MediaPipe Integration tests.
- {
- 'name': 'mediapipe_integration_testdata',
- 'pattern': '.',
- 'action': [ 'python3',
- 'src/content/test/gpu/gpu_tests/mediapipe_update.py',
- ],
- },
# Download VR test APKs only if the environment variable is set
{
'name': 'vr_test_apks',
@@ -5574,17 +5401,6 @@
'condition': 'host_os == "win"',
'action': ['python3', 'src/build/del_ninja_deps_cache.py'],
},
- # Download test resources for the style perftest.
- {
- 'name': 'style_perftest_files',
- 'pattern': '.',
- 'action': ['python3',
- 'src/third_party/depot_tools/download_from_google_storage.py',
- '--no_auth',
- '--quiet',
- '--bucket', 'chromium-style-perftest',
- '-d', 'src/third_party/blink/renderer/core/css/perftest_data'],
- },
# Configure remote exec cfg files
{
'name': 'download_and_configure_reclient_cfgs',