blob: d8fe7f0c59727ffabe19e98fbc1a3183de058c3b (
plain)
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
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
|
[submodule "breakpad/src"]
path = breakpad/src
url = https://chromium.googlesource.com/external/google-breakpad/src.git
os = all
[submodule "build/util/support"]
path = build/util/support
url =
os = ios
[submodule "chrome/browser/resources/pdf/html_office"]
path = chrome/browser/resources/pdf/html_office
url = https://chromium.googlesource.com/chromium/html-office-public.git
os = all
[submodule "chrome/installer/mac/third_party/xz/xz"]
path = chrome/installer/mac/third_party/xz/xz
url = https://chromium.googlesource.com/chromium/deps/xz.git
os = mac
[submodule "chrome/test/data/extensions/api_test/permissions/nacl_enabled/bin"]
path = chrome/test/data/extensions/api_test/permissions/nacl_enabled/bin
url = https://chromium.googlesource.com/native_client/src/native_client/tests/prebuilt.git
os = all
[submodule "chrome/test/data/perf/canvas_bench"]
path = chrome/test/data/perf/canvas_bench
url = https://chromium.googlesource.com/chromium/canvas_bench.git
os = all
[submodule "chrome/test/data/perf/frame_rate/content"]
path = chrome/test/data/perf/frame_rate/content
url = https://chromium.googlesource.com/chromium/frame_rate/content.git
os = all
[submodule "chrome/test/data/perf/third_party/octane"]
path = chrome/test/data/perf/third_party/octane
url = https://chromium.googlesource.com/external/octane-benchmark.git
os = all
[submodule "chrome/tools/test/reference_build/chrome_linux"]
path = chrome/tools/test/reference_build/chrome_linux
url = https://chromium.googlesource.com/chromium/reference_builds/chrome_linux64.git
os = unix
[submodule "chrome/tools/test/reference_build/chrome_mac"]
path = chrome/tools/test/reference_build/chrome_mac
url = https://chromium.googlesource.com/chromium/reference_builds/chrome_mac.git
os = mac
[submodule "chrome/tools/test/reference_build/chrome_win"]
path = chrome/tools/test/reference_build/chrome_win
url = https://chromium.googlesource.com/chromium/reference_builds/chrome_win.git
os = win
[submodule "media/cdm/ppapi/api"]
path = media/cdm/ppapi/api
url = https://chromium.googlesource.com/chromium/cdm.git
os = all
[submodule "native_client"]
path = native_client
url = https://chromium.googlesource.com/native_client/src/native_client.git
os = all
[submodule "sdch/open-vcdiff"]
path = sdch/open-vcdiff
url = https://chromium.googlesource.com/external/open-vcdiff.git
os = all
[submodule "testing/gmock"]
path = testing/gmock
url = https://chromium.googlesource.com/external/googlemock.git
os = all
[submodule "testing/gtest"]
path = testing/gtest
url = https://chromium.googlesource.com/external/googletest.git
os = all
[submodule "testing/iossim/third_party/class-dump"]
path = testing/iossim/third_party/class-dump
url = https://chromium.googlesource.com/chromium/deps/class-dump.git
os = ios
[submodule "third_party/WebKit"]
path = third_party/WebKit
url = https://chromium.googlesource.com/chromium/blink.git
os = all
[submodule "third_party/android_tools"]
path = third_party/android_tools
url = https://chromium.googlesource.com/android_tools.git
os = android
[submodule "third_party/angle"]
path = third_party/angle
url = https://chromium.googlesource.com/angle/angle.git
os = all
[submodule "third_party/aosp"]
path = third_party/aosp
url = https://chromium.googlesource.com/chromium/deps/aosp.git
os = android
[submodule "third_party/apache-mime4j"]
path = third_party/apache-mime4j
url = https://chromium.googlesource.com/chromium/deps/apache-mime4j.git
os = android
[submodule "third_party/bidichecker"]
path = third_party/bidichecker
url = https://chromium.googlesource.com/external/bidichecker/lib.git
os = all
[submodule "third_party/bison"]
path = third_party/bison
url = https://chromium.googlesource.com/chromium/deps/bison.git
os = win
[submodule "third_party/brotli/src"]
path = third_party/brotli/src
url = https://chromium.googlesource.com/external/font-compression-reference.git
os = all
[submodule "third_party/cacheinvalidation/src"]
path = third_party/cacheinvalidation/src
url = https://chromium.googlesource.com/external/google-cache-invalidation-api/src.git
os = all
[submodule "third_party/chromite"]
path = third_party/chromite
url = https://chromium.googlesource.com/chromiumos/chromite.git
os = unix
[submodule "third_party/cld_2/src"]
path = third_party/cld_2/src
url = https://chromium.googlesource.com/external/cld2.git
os = all
[submodule "third_party/cros_dbus_cplusplus/source"]
path = third_party/cros_dbus_cplusplus/source
url = https://chromium.googlesource.com/chromiumos/third_party/dbus-cplusplus.git
os = unix
[submodule "third_party/cros_system_api"]
path = third_party/cros_system_api
url = https://chromium.googlesource.com/chromiumos/platform/system_api.git
os = unix
[submodule "third_party/cygwin"]
path = third_party/cygwin
url = https://chromium.googlesource.com/chromium/deps/cygwin.git
os = win
[submodule "third_party/eyesfree/src/android/java/src/com/googlecode/eyesfree/braille"]
path = third_party/eyesfree/src/android/java/src/com/googlecode/eyesfree/braille
url = https://chromium.googlesource.com/external/eyes-free/braille/client/src/com/googlecode/eyesfree/braille.git
os = android
[submodule "third_party/ffmpeg"]
path = third_party/ffmpeg
url = https://chromium.googlesource.com/chromium/third_party/ffmpeg.git
os = all
[submodule "third_party/findbugs"]
path = third_party/findbugs
url = https://chromium.googlesource.com/chromium/deps/findbugs.git
os = android
[submodule "third_party/flac"]
path = third_party/flac
url = https://chromium.googlesource.com/chromium/deps/flac.git
os = all
[submodule "third_party/fontconfig/src"]
path = third_party/fontconfig/src
url = https://chromium.googlesource.com/external/fontconfig.git
os = unix
[submodule "third_party/freetype"]
path = third_party/freetype
url = https://chromium.googlesource.com/chromium/src/third_party/freetype.git
os = android
[submodule "third_party/freetype2/src"]
path = third_party/freetype2/src
url = https://chromium.googlesource.com/chromium/src/third_party/freetype2.git
os = unix
[submodule "third_party/gnu_binutils"]
path = third_party/gnu_binutils
url = https://chromium.googlesource.com/native_client/deps/third_party/gnu_binutils.git
os = win
[submodule "third_party/gold"]
path = third_party/gold
url = https://chromium.googlesource.com/chromium/deps/gold.git
os = unix
[submodule "third_party/google_toolbox_for_mac/src"]
path = third_party/google_toolbox_for_mac/src
url = https://chromium.googlesource.com/external/google-toolbox-for-mac.git
os = ios,mac
[submodule "third_party/gperf"]
path = third_party/gperf
url = https://chromium.googlesource.com/chromium/deps/gperf.git
os = win
[submodule "third_party/guava/src"]
path = third_party/guava/src
url = https://chromium.googlesource.com/external/guava-libraries.git
os = android
[submodule "third_party/httpcomponents-client"]
path = third_party/httpcomponents-client
url = https://chromium.googlesource.com/chromium/deps/httpcomponents-client.git
os = android
[submodule "third_party/httpcomponents-core"]
path = third_party/httpcomponents-core
url = https://chromium.googlesource.com/chromium/deps/httpcomponents-core.git
os = android
[submodule "third_party/hunspell"]
path = third_party/hunspell
url = https://chromium.googlesource.com/chromium/deps/hunspell.git
os = all
[submodule "third_party/hunspell_dictionaries"]
path = third_party/hunspell_dictionaries
url = https://chromium.googlesource.com/chromium/deps/hunspell_dictionaries.git
os = all
[submodule "third_party/icu"]
path = third_party/icu
url = https://chromium.googlesource.com/chromium/deps/icu46.git
os = all
[submodule "third_party/jarjar"]
path = third_party/jarjar
url = https://chromium.googlesource.com/chromium/deps/jarjar.git
os = android
[submodule "third_party/jsoncpp/source/include"]
path = third_party/jsoncpp/source/include
url = https://chromium.googlesource.com/external/jsoncpp/jsoncpp/include.git
os = all
[submodule "third_party/jsoncpp/source/src/lib_json"]
path = third_party/jsoncpp/source/src/lib_json
url = https://chromium.googlesource.com/external/jsoncpp/jsoncpp/src/lib_json.git
os = all
[submodule "third_party/jsr-305/src"]
path = third_party/jsr-305/src
url = https://chromium.googlesource.com/external/jsr-305.git
os = android
[submodule "third_party/leveldatabase/src"]
path = third_party/leveldatabase/src
url = https://chromium.googlesource.com/external/leveldb.git
os = all
[submodule "third_party/libaddressinput/src"]
path = third_party/libaddressinput/src
url = https://chromium.googlesource.com/external/libaddressinput.git
os = all
[submodule "third_party/libc++/trunk"]
path = third_party/libc++/trunk
url = https://llvm.googlesource.com/libcxx.git
os = all
[submodule "third_party/libc++abi/trunk"]
path = third_party/libc++abi/trunk
url = https://llvm.googlesource.com/libcxxabi.git
os = all
[submodule "third_party/libexif/sources"]
path = third_party/libexif/sources
url = https://chromium.googlesource.com/chromium/deps/libexif/sources.git
os = all
[submodule "third_party/libjingle/source/talk"]
path = third_party/libjingle/source/talk
url = https://chromium.googlesource.com/external/webrtc/trunk/talk.git
os = all
[submodule "third_party/libjpeg_turbo"]
path = third_party/libjpeg_turbo
url = https://chromium.googlesource.com/chromium/deps/libjpeg_turbo.git
os = all
[submodule "third_party/liblouis/src"]
path = third_party/liblouis/src
url = https://chromium.googlesource.com/external/liblouis.git
os = unix
[submodule "third_party/libmtp"]
path = third_party/libmtp
url = https://chromium.googlesource.com/chromium/deps/libmtp.git
os = unix
[submodule "third_party/libphonenumber/src/phonenumbers"]
path = third_party/libphonenumber/src/phonenumbers
url = https://chromium.googlesource.com/external/libphonenumber/cpp/src/phonenumbers.git
os = all
[submodule "third_party/libphonenumber/src/resources"]
path = third_party/libphonenumber/src/resources
url = https://chromium.googlesource.com/external/libphonenumber/resources.git
os = all
[submodule "third_party/libphonenumber/src/test"]
path = third_party/libphonenumber/src/test
url = https://chromium.googlesource.com/external/libphonenumber/cpp/test.git
os = all
[submodule "third_party/libsrtp"]
path = third_party/libsrtp
url = https://chromium.googlesource.com/chromium/deps/libsrtp.git
os = all
[submodule "third_party/libvpx"]
path = third_party/libvpx
url = https://chromium.googlesource.com/chromium/deps/libvpx.git
os = all
[submodule "third_party/libwebm/source"]
path = third_party/libwebm/source
url = https://chromium.googlesource.com/webm/libwebm.git
os = all
[submodule "third_party/libyuv"]
path = third_party/libyuv
url = https://chromium.googlesource.com/external/libyuv.git
os = all
[submodule "third_party/lighttpd"]
path = third_party/lighttpd
url = https://chromium.googlesource.com/chromium/deps/lighttpd.git
os = win,mac
[submodule "third_party/lss"]
path = third_party/lss
url = https://chromium.googlesource.com/external/linux-syscall-support/lss.git
os = android,unix
[submodule "third_party/mesa/src"]
path = third_party/mesa/src
url = https://chromium.googlesource.com/chromium/deps/mesa.git
os = all
[submodule "third_party/mingw-w64/mingw/bin"]
path = third_party/mingw-w64/mingw/bin
url = https://chromium.googlesource.com/native_client/deps/third_party/mingw-w64/mingw/bin.git
os = win
[submodule "third_party/mtpd/source"]
path = third_party/mtpd/source
url = https://chromium.googlesource.com/chromiumos/platform/mtpd.git
os = unix
[submodule "third_party/nacl_sdk_binaries"]
path = third_party/nacl_sdk_binaries
url = https://chromium.googlesource.com/chromium/deps/nacl_sdk_binaries.git
os = win
[submodule "third_party/nss"]
path = third_party/nss
url = https://chromium.googlesource.com/chromium/deps/nss.git
os = win,ios,mac
[submodule "third_party/openmax_dl"]
path = third_party/openmax_dl
url = https://chromium.googlesource.com/external/webrtc/deps/third_party/openmax.git
os = all
[submodule "third_party/openssl"]
path = third_party/openssl
url = https://chromium.googlesource.com/chromium/deps/openssl.git
os = android,unix
[submodule "third_party/opus/src"]
path = third_party/opus/src
url = https://chromium.googlesource.com/chromium/deps/opus.git
os = all
[submodule "third_party/ots"]
path = third_party/ots
url = https://chromium.googlesource.com/external/ots.git
os = all
[submodule "third_party/pdfsqueeze"]
path = third_party/pdfsqueeze
url = https://chromium.googlesource.com/external/pdfsqueeze.git
os = mac
[submodule "third_party/pefile"]
path = third_party/pefile
url = https://chromium.googlesource.com/external/pefile.git
os = win
[submodule "third_party/perl"]
path = third_party/perl
url = https://chromium.googlesource.com/chromium/deps/perl.git
os = win
[submodule "third_party/psyco_win32"]
path = third_party/psyco_win32
url = https://chromium.googlesource.com/chromium/deps/psyco_win32.git
os = win
[submodule "third_party/pyelftools"]
path = third_party/pyelftools
url = https://chromium.googlesource.com/chromiumos/third_party/pyelftools.git
os = unix
[submodule "third_party/pyftpdlib/src"]
path = third_party/pyftpdlib/src
url = https://chromium.googlesource.com/external/pyftpdlib.git
os = all
[submodule "third_party/pymox/src"]
path = third_party/pymox/src
url =
os = ios
[submodule "third_party/pywebsocket/src"]
path = third_party/pywebsocket/src
url = https://chromium.googlesource.com/external/pywebsocket/src.git
os = all
[submodule "third_party/safe_browsing/testing"]
path = third_party/safe_browsing/testing
url = https://chromium.googlesource.com/external/google-safe-browsing/testing.git
os = all
[submodule "third_party/scons-2.0.1"]
path = third_party/scons-2.0.1
url = https://chromium.googlesource.com/native_client/src/third_party/scons-2.0.1.git
os = all
[submodule "third_party/sfntly/cpp/src"]
path = third_party/sfntly/cpp/src
url = https://chromium.googlesource.com/external/sfntly/cpp/src.git
os = all
[submodule "third_party/skia/gyp"]
path = third_party/skia/gyp
url = https://chromium.googlesource.com/external/skia/gyp.git
os = all
[submodule "third_party/skia/include"]
path = third_party/skia/include
url = https://chromium.googlesource.com/external/skia/include.git
os = all
[submodule "third_party/skia/src"]
path = third_party/skia/src
url = https://chromium.googlesource.com/external/skia/src.git
os = all
[submodule "third_party/smhasher/src"]
path = third_party/smhasher/src
url = https://chromium.googlesource.com/external/smhasher.git
os = all
[submodule "third_party/snappy/src"]
path = third_party/snappy/src
url = https://chromium.googlesource.com/external/snappy.git
os = all
[submodule "third_party/speex"]
path = third_party/speex
url = https://chromium.googlesource.com/chromium/deps/speex.git
os = all
[submodule "third_party/swig/Lib"]
path = third_party/swig/Lib
url = https://chromium.googlesource.com/chromium/deps/swig/Lib.git
os = all
[submodule "third_party/swig/linux"]
path = third_party/swig/linux
url = https://chromium.googlesource.com/chromium/deps/swig/linux.git
os = unix
[submodule "third_party/swig/mac"]
path = third_party/swig/mac
url = https://chromium.googlesource.com/chromium/deps/swig/mac.git
os = mac
[submodule "third_party/swig/win"]
path = third_party/swig/win
url = https://chromium.googlesource.com/chromium/deps/swig/win.git
os = win
[submodule "third_party/syzygy/binaries"]
path = third_party/syzygy/binaries
url = https://chromium.googlesource.com/external/sawbuck/syzygy/binaries.git
os = win
[submodule "third_party/trace-viewer"]
path = third_party/trace-viewer
url = https://chromium.googlesource.com/external/trace-viewer.git
os = all
[submodule "third_party/undoview"]
path = third_party/undoview
url = https://chromium.googlesource.com/chromium/deps/undoview.git
os = unix,ios
[submodule "third_party/usrsctp/usrsctplib"]
path = third_party/usrsctp/usrsctplib
url = https://chromium.googlesource.com/external/usrsctplib.git
os = all
[submodule "third_party/v8-i18n"]
path = third_party/v8-i18n
url =
os = ios
[submodule "third_party/webdriver/pylib"]
path = third_party/webdriver/pylib
url = https://chromium.googlesource.com/external/selenium/py.git
os = all
[submodule "third_party/webgl"]
path = third_party/webgl
url =
os = ios
[submodule "third_party/webpagereplay"]
path = third_party/webpagereplay
url = https://chromium.googlesource.com/external/web-page-replay.git
os = all
[submodule "third_party/webrtc"]
path = third_party/webrtc
url = https://chromium.googlesource.com/external/webrtc/trunk/webrtc.git
os = all
[submodule "third_party/xdg-utils"]
path = third_party/xdg-utils
url = https://chromium.googlesource.com/chromium/deps/xdg-utils.git
os = unix
[submodule "third_party/yasm/binaries"]
path = third_party/yasm/binaries
url = https://chromium.googlesource.com/chromium/deps/yasm/binaries.git
os = win
[submodule "third_party/yasm/source/patched-yasm"]
path = third_party/yasm/source/patched-yasm
url = https://chromium.googlesource.com/chromium/deps/yasm/patched-yasm.git
os = all
[submodule "tools/deps2git"]
path = tools/deps2git
url = https://chromium.googlesource.com/chromium/tools/deps2git.git
os = all
[submodule "tools/grit"]
path = tools/grit
url = https://chromium.googlesource.com/external/grit-i18n.git
os = all
[submodule "tools/gyp"]
path = tools/gyp
url = https://chromium.googlesource.com/external/gyp.git
os = all
[submodule "tools/page_cycler/acid3"]
path = tools/page_cycler/acid3
url = https://chromium.googlesource.com/chromium/deps/acid3.git
os = all
[submodule "tools/swarming_client"]
path = tools/swarming_client
url = https://chromium.googlesource.com/external/swarming.client.git
os = all
[submodule "v8"]
path = v8
url = https://chromium.googlesource.com/external/v8.git
os = all
|