.gitmodules 45 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891
  1. [submodule "third_party/clang-format/script"]
  2. path = third_party/clang-format/script
  3. url = https://chromium.googlesource.com/external/github.com/llvm/llvm-project/clang/tools/clang-format
  4. [submodule "chrome/browser/resources/preinstalled_web_apps/internal"]
  5. path = chrome/browser/resources/preinstalled_web_apps/internal
  6. url = https://chrome-internal.googlesource.com/chrome/components/default_apps
  7. gclient-condition = checkout_src_internal
  8. [submodule "chrome/installer/mac/third_party/xz/xz"]
  9. path = chrome/installer/mac/third_party/xz/xz
  10. url = https://chromium.googlesource.com/chromium/deps/xz
  11. gclient-condition = checkout_mac
  12. [submodule "chrome/release_scripts"]
  13. path = chrome/release_scripts
  14. url = https://chrome-internal.googlesource.com/chrome/tools/release/scripts
  15. gclient-condition = checkout_chrome_release_scripts
  16. [submodule "third_party/libc++/src"]
  17. path = third_party/libc++/src
  18. url = https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx
  19. [submodule "third_party/libc++abi/src"]
  20. path = third_party/libc++abi/src
  21. url = https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi
  22. [submodule "third_party/libunwind/src"]
  23. path = third_party/libunwind/src
  24. url = https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind
  25. [submodule "third_party/llvm-libc/src"]
  26. path = third_party/llvm-libc/src
  27. url = https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libc
  28. [submodule "chrome/test/data/autofill/captured_sites/artifacts"]
  29. path = chrome/test/data/autofill/captured_sites/artifacts
  30. url = https://chrome-internal.googlesource.com/chrome/test/captured_sites/autofill
  31. gclient-condition = checkout_chromium_autofill_test_dependencies
  32. [submodule "chrome/test/data/password/captured_sites/artifacts"]
  33. path = chrome/test/data/password/captured_sites/artifacts
  34. url = https://chrome-internal.googlesource.com/chrome/test/captured_sites/password
  35. gclient-condition = checkout_chromium_password_manager_test_dependencies
  36. [submodule "chrome/test/data/perf/canvas_bench"]
  37. path = chrome/test/data/perf/canvas_bench
  38. url = https://chromium.googlesource.com/chromium/canvas_bench
  39. [submodule "chrome/test/data/perf/frame_rate/content"]
  40. path = chrome/test/data/perf/frame_rate/content
  41. url = https://chromium.googlesource.com/chromium/frame_rate/content
  42. [submodule "chrome/test/data/xr/webvr_info"]
  43. path = chrome/test/data/xr/webvr_info
  44. url = https://chromium.googlesource.com/external/github.com/toji/webvr.info
  45. [submodule "clank"]
  46. path = clank
  47. url = https://chrome-internal.googlesource.com/clank/internal/apps
  48. gclient-condition = checkout_android and checkout_src_internal
  49. [submodule "docs/website"]
  50. path = docs/website
  51. url = https://chromium.googlesource.com/website
  52. [submodule "ios/third_party/earl_grey2/src"]
  53. path = ios/third_party/earl_grey2/src
  54. url = https://chromium.googlesource.com/external/github.com/google/EarlGrey
  55. gclient-condition = checkout_ios
  56. [submodule "ios/third_party/edo/src"]
  57. path = ios/third_party/edo/src
  58. url = https://chromium.googlesource.com/external/github.com/google/eDistantObject
  59. gclient-condition = checkout_ios
  60. [submodule "ios/third_party/gtx/src"]
  61. path = ios/third_party/gtx/src
  62. url = https://chromium.googlesource.com/external/github.com/google/GTXiLib
  63. gclient-condition = checkout_ios
  64. [submodule "ios/third_party/lottie/src"]
  65. path = ios/third_party/lottie/src
  66. url = https://chromium.googlesource.com/external/github.com/airbnb/lottie-ios
  67. gclient-condition = checkout_ios
  68. [submodule "ios/third_party/material_components_ios/src"]
  69. path = ios/third_party/material_components_ios/src
  70. url = https://chromium.googlesource.com/external/github.com/material-components/material-components-ios
  71. gclient-condition = checkout_ios
  72. [submodule "ios/third_party/material_font_disk_loader_ios/src"]
  73. path = ios/third_party/material_font_disk_loader_ios/src
  74. url = https://chromium.googlesource.com/external/github.com/material-foundation/material-font-disk-loader-ios
  75. gclient-condition = checkout_ios
  76. [submodule "ios/third_party/material_internationalization_ios/src"]
  77. path = ios/third_party/material_internationalization_ios/src
  78. url = https://chromium.googlesource.com/external/github.com/material-foundation/material-internationalization-ios
  79. gclient-condition = checkout_ios
  80. [submodule "ios/third_party/material_roboto_font_loader_ios/src"]
  81. path = ios/third_party/material_roboto_font_loader_ios/src
  82. url = https://chromium.googlesource.com/external/github.com/material-foundation/material-roboto-font-loader-ios
  83. gclient-condition = checkout_ios
  84. [submodule "ios/third_party/material_sprited_animation_view_ios/src"]
  85. path = ios/third_party/material_sprited_animation_view_ios/src
  86. url = https://chromium.googlesource.com/external/github.com/material-foundation/material-sprited-animation-view-ios
  87. gclient-condition = checkout_ios
  88. [submodule "ios/third_party/material_text_accessibility_ios/src"]
  89. path = ios/third_party/material_text_accessibility_ios/src
  90. url = https://chromium.googlesource.com/external/github.com/material-foundation/material-text-accessibility-ios
  91. gclient-condition = checkout_ios
  92. [submodule "ios/third_party/motion_interchange_objc/src"]
  93. path = ios/third_party/motion_interchange_objc/src
  94. url = https://chromium.googlesource.com/external/github.com/material-motion/motion-interchange-objc
  95. gclient-condition = checkout_ios
  96. [submodule "ios/third_party/motion_animator_objc/src"]
  97. path = ios/third_party/motion_animator_objc/src
  98. url = https://chromium.googlesource.com/external/github.com/material-motion/motion-animator-objc
  99. gclient-condition = checkout_ios
  100. [submodule "ios/third_party/motion_transitioning_objc/src"]
  101. path = ios/third_party/motion_transitioning_objc/src
  102. url = https://chromium.googlesource.com/external/github.com/material-motion/motion-transitioning-objc
  103. gclient-condition = checkout_ios
  104. [submodule "ios/third_party/ochamcrest/src"]
  105. path = ios/third_party/ochamcrest/src
  106. url = https://chromium.googlesource.com/external/github.com/hamcrest/OCHamcrest
  107. gclient-condition = checkout_ios
  108. [submodule "ios/third_party/webkit/src"]
  109. path = ios/third_party/webkit/src
  110. url = https://chromium.googlesource.com/external/github.com/WebKit/webkit
  111. gclient-condition = checkout_ios and checkout_ios_webkit
  112. [submodule "media/cdm/api"]
  113. path = media/cdm/api
  114. url = https://chromium.googlesource.com/chromium/cdm
  115. [submodule "native_client"]
  116. path = native_client
  117. url = https://chromium.googlesource.com/native_client/src/native_client
  118. gclient-condition = checkout_nacl
  119. [submodule "net/third_party/quiche/src"]
  120. path = net/third_party/quiche/src
  121. url = https://quiche.googlesource.com/quiche
  122. [submodule "testing/libfuzzer/fuzzers/wasm_corpus"]
  123. path = testing/libfuzzer/fuzzers/wasm_corpus
  124. url = https://chromium.googlesource.com/v8/fuzzer_wasm_corpus
  125. [submodule "third_party/accessibility_test_framework/src"]
  126. path = third_party/accessibility_test_framework/src
  127. url = https://chromium.googlesource.com/external/github.com/google/Accessibility-Test-Framework-for-Android
  128. [submodule "third_party/androidx_javascriptengine/src"]
  129. path = third_party/androidx_javascriptengine/src
  130. url = https://chromium.googlesource.com/aosp/platform/frameworks/support/javascriptengine/javascriptengine/src
  131. gclient-condition = checkout_android
  132. [submodule "third_party/angle"]
  133. path = third_party/angle
  134. url = https://chromium.googlesource.com/angle/angle
  135. [submodule "third_party/anonymous_tokens/src"]
  136. path = third_party/anonymous_tokens/src
  137. url = https://chromium.googlesource.com/external/github.com/google/anonymous-tokens
  138. [submodule "third_party/content_analysis_sdk/src"]
  139. path = third_party/content_analysis_sdk/src
  140. url = https://chromium.googlesource.com/external/github.com/chromium/content_analysis_sdk
  141. [submodule "third_party/dav1d/libdav1d"]
  142. path = third_party/dav1d/libdav1d
  143. url = https://chromium.googlesource.com/external/github.com/videolan/dav1d
  144. [submodule "third_party/dawn"]
  145. path = third_party/dawn
  146. url = https://dawn.googlesource.com/dawn
  147. [submodule "third_party/highway/src"]
  148. path = third_party/highway/src
  149. url = https://chromium.googlesource.com/external/github.com/google/highway
  150. [submodule "third_party/apache-portable-runtime/src"]
  151. path = third_party/apache-portable-runtime/src
  152. url = https://chromium.googlesource.com/external/apache-portable-runtime
  153. gclient-condition = checkout_android
  154. [submodule "third_party/barhopper"]
  155. path = third_party/barhopper
  156. url = https://chrome-internal.googlesource.com/chrome/deps/barhopper
  157. gclient-condition = checkout_src_internal and checkout_chromeos
  158. [submodule "third_party/google_benchmark/src"]
  159. path = third_party/google_benchmark/src
  160. url = https://chromium.googlesource.com/external/github.com/google/benchmark
  161. [submodule "third_party/boringssl/src"]
  162. path = third_party/boringssl/src
  163. url = https://boringssl.googlesource.com/boringssl
  164. [submodule "third_party/breakpad/breakpad"]
  165. path = third_party/breakpad/breakpad
  166. url = https://chromium.googlesource.com/breakpad/breakpad
  167. [submodule "third_party/cast_core/public/src"]
  168. path = third_party/cast_core/public/src
  169. url = https://chromium.googlesource.com/cast_core/public
  170. [submodule "third_party/catapult"]
  171. path = third_party/catapult
  172. url = https://chromium.googlesource.com/catapult
  173. [submodule "third_party/ced/src"]
  174. path = third_party/ced/src
  175. url = https://chromium.googlesource.com/external/github.com/google/compact_enc_det
  176. [submodule "third_party/chromium-variations"]
  177. path = third_party/chromium-variations
  178. url = https://chromium.googlesource.com/chromium-variations
  179. [submodule "third_party/chromevox/third_party/sre/src"]
  180. path = third_party/chromevox/third_party/sre/src
  181. url = https://chromium.googlesource.com/external/github.com/zorkow/speech-rule-engine
  182. gclient-condition = checkout_chromeos
  183. [submodule "third_party/chromite"]
  184. path = third_party/chromite
  185. url = https://chromium.googlesource.com/chromiumos/chromite
  186. gclient-condition = checkout_chromeos
  187. [submodule "third_party/cld_3/src"]
  188. path = third_party/cld_3/src
  189. url = https://chromium.googlesource.com/external/github.com/google/cld_3
  190. [submodule "third_party/colorama/src"]
  191. path = third_party/colorama/src
  192. url = https://chromium.googlesource.com/external/colorama
  193. [submodule "third_party/cpu_features/src"]
  194. path = third_party/cpu_features/src
  195. url = https://chromium.googlesource.com/external/github.com/google/cpu_features
  196. [submodule "third_party/cpuinfo/src"]
  197. path = third_party/cpuinfo/src
  198. url = https://chromium.googlesource.com/external/github.com/pytorch/cpuinfo
  199. [submodule "third_party/crc32c/src"]
  200. path = third_party/crc32c/src
  201. url = https://chromium.googlesource.com/external/github.com/google/crc32c
  202. [submodule "third_party/cros_system_api"]
  203. path = third_party/cros_system_api
  204. url = https://chromium.googlesource.com/chromiumos/platform2/system_api
  205. gclient-condition = checkout_linux or checkout_chromeos
  206. [submodule "third_party/crossbench"]
  207. path = third_party/crossbench
  208. url = https://chromium.googlesource.com/crossbench
  209. [submodule "third_party/depot_tools"]
  210. path = third_party/depot_tools
  211. url = https://chromium.googlesource.com/chromium/tools/depot_tools
  212. [submodule "third_party/devtools-frontend/src"]
  213. path = third_party/devtools-frontend/src
  214. url = https://chromium.googlesource.com/devtools/devtools-frontend
  215. [submodule "third_party/dom_distiller_js/dist"]
  216. path = third_party/dom_distiller_js/dist
  217. url = https://chromium.googlesource.com/chromium/dom-distiller/dist
  218. [submodule "third_party/eigen3/src"]
  219. path = third_party/eigen3/src
  220. url = https://chromium.googlesource.com/external/gitlab.com/libeigen/eigen
  221. [submodule "third_party/emoji-metadata/src"]
  222. path = third_party/emoji-metadata/src
  223. url = https://chromium.googlesource.com/external/github.com/googlefonts/emoji-metadata
  224. gclient-condition = checkout_chromeos
  225. [submodule "third_party/farmhash/src"]
  226. path = third_party/farmhash/src
  227. url = https://chromium.googlesource.com/external/github.com/google/farmhash
  228. [submodule "third_party/fast_float/src"]
  229. path = third_party/fast_float/src
  230. url = https://chromium.googlesource.com/external/github.com/fastfloat/fast_float
  231. [submodule "third_party/ffmpeg"]
  232. path = third_party/ffmpeg
  233. url = https://chromium.googlesource.com/chromium/third_party/ffmpeg
  234. [submodule "third_party/flac"]
  235. path = third_party/flac
  236. url = https://chromium.googlesource.com/chromium/deps/flac
  237. [submodule "third_party/flatbuffers/src"]
  238. path = third_party/flatbuffers/src
  239. url = https://chromium.googlesource.com/external/github.com/google/flatbuffers
  240. [submodule "third_party/fontconfig/src"]
  241. path = third_party/fontconfig/src
  242. url = https://chromium.googlesource.com/external/fontconfig
  243. gclient-condition = checkout_linux
  244. [submodule "third_party/fp16/src"]
  245. path = third_party/fp16/src
  246. url = https://chromium.googlesource.com/external/github.com/Maratyszcza/FP16
  247. [submodule "third_party/gemmlowp/src"]
  248. path = third_party/gemmlowp/src
  249. url = https://chromium.googlesource.com/external/github.com/google/gemmlowp
  250. [submodule "third_party/grpc/src"]
  251. path = third_party/grpc/src
  252. url = https://chromium.googlesource.com/external/github.com/grpc/grpc
  253. [submodule "third_party/freetype/src"]
  254. path = third_party/freetype/src
  255. url = https://chromium.googlesource.com/chromium/src/third_party/freetype2
  256. [submodule "third_party/freetype-testing/src"]
  257. path = third_party/freetype-testing/src
  258. url = https://chromium.googlesource.com/external/github.com/freetype/freetype2-testing
  259. [submodule "third_party/fxdiv/src"]
  260. path = third_party/fxdiv/src
  261. url = https://chromium.googlesource.com/external/github.com/Maratyszcza/FXdiv
  262. [submodule "third_party/harfbuzz-ng/src"]
  263. path = third_party/harfbuzz-ng/src
  264. url = https://chromium.googlesource.com/external/github.com/harfbuzz/harfbuzz
  265. [submodule "third_party/ink/src"]
  266. path = third_party/ink/src
  267. url = https://chromium.googlesource.com/external/github.com/google/ink
  268. [submodule "third_party/ink_stroke_modeler/src"]
  269. path = third_party/ink_stroke_modeler/src
  270. url = https://chromium.googlesource.com/external/github.com/google/ink-stroke-modeler
  271. [submodule "third_party/instrumented_libs"]
  272. path = third_party/instrumented_libs
  273. url = https://chromium.googlesource.com/chromium/third_party/instrumented_libraries
  274. gclient-condition = checkout_instrumented_libraries
  275. [submodule "third_party/jszip/src"]
  276. path = third_party/jszip/src
  277. url = https://chromium.googlesource.com/external/github.com/Stuk/jszip
  278. gclient-condition = checkout_ios
  279. [submodule "third_party/emoji-segmenter/src"]
  280. path = third_party/emoji-segmenter/src
  281. url = https://chromium.googlesource.com/external/github.com/google/emoji-segmenter
  282. [submodule "third_party/ots/src"]
  283. path = third_party/ots/src
  284. url = https://chromium.googlesource.com/external/github.com/khaledhosny/ots
  285. [submodule "third_party/libgav1/src"]
  286. path = third_party/libgav1/src
  287. url = https://chromium.googlesource.com/codecs/libgav1
  288. [submodule "third_party/google_toolbox_for_mac/src"]
  289. path = third_party/google_toolbox_for_mac/src
  290. url = https://chromium.googlesource.com/external/github.com/google/google-toolbox-for-mac
  291. gclient-condition = checkout_ios or checkout_mac
  292. [submodule "third_party/google-truth/src"]
  293. path = third_party/google-truth/src
  294. url = https://chromium.googlesource.com/external/github.com/google/truth
  295. gclient-condition = checkout_android
  296. [submodule "third_party/googletest/src"]
  297. path = third_party/googletest/src
  298. url = https://chromium.googlesource.com/external/github.com/google/googletest
  299. [submodule "third_party/gperf"]
  300. path = third_party/gperf
  301. url = https://chromium.googlesource.com/chromium/deps/gperf
  302. gclient-condition = checkout_win
  303. [submodule "third_party/cardboard/src"]
  304. path = third_party/cardboard/src
  305. url = https://chromium.googlesource.com/external/github.com/googlevr/cardboard
  306. gclient-condition = checkout_android
  307. [submodule "third_party/arcore-android-sdk/src"]
  308. path = third_party/arcore-android-sdk/src
  309. url = https://chromium.googlesource.com/external/github.com/google-ar/arcore-android-sdk
  310. gclient-condition = checkout_android
  311. [submodule "third_party/hunspell_dictionaries"]
  312. path = third_party/hunspell_dictionaries
  313. url = https://chromium.googlesource.com/chromium/deps/hunspell_dictionaries
  314. [submodule "third_party/icu"]
  315. path = third_party/icu
  316. url = https://chromium.googlesource.com/chromium/deps/icu
  317. [submodule "third_party/javalang/src"]
  318. path = third_party/javalang/src
  319. url = https://chromium.googlesource.com/external/github.com/c2nes/javalang
  320. gclient-condition = checkout_android
  321. [submodule "third_party/jsoncpp/source"]
  322. path = third_party/jsoncpp/source
  323. url = https://chromium.googlesource.com/external/github.com/open-source-parsers/jsoncpp
  324. [submodule "third_party/junit/src"]
  325. path = third_party/junit/src
  326. url = https://chromium.googlesource.com/external/junit
  327. gclient-condition = checkout_android
  328. [submodule "third_party/leveldatabase/src"]
  329. path = third_party/leveldatabase/src
  330. url = https://chromium.googlesource.com/external/leveldb
  331. [submodule "third_party/libFuzzer/src"]
  332. path = third_party/libFuzzer/src
  333. url = https://chromium.googlesource.com/external/github.com/llvm/llvm-project/compiler-rt/lib/fuzzer
  334. [submodule "third_party/fuzztest/src"]
  335. path = third_party/fuzztest/src
  336. url = https://chromium.googlesource.com/external/github.com/google/fuzztest
  337. [submodule "third_party/domato/src"]
  338. path = third_party/domato/src
  339. url = https://chromium.googlesource.com/external/github.com/googleprojectzero/domato
  340. [submodule "third_party/libaddressinput/src"]
  341. path = third_party/libaddressinput/src
  342. url = https://chromium.googlesource.com/external/libaddressinput
  343. [submodule "third_party/libaom/source/libaom"]
  344. path = third_party/libaom/source/libaom
  345. url = https://aomedia.googlesource.com/aom
  346. [submodule "third_party/crabbyavif/src"]
  347. path = third_party/crabbyavif/src
  348. url = https://chromium.googlesource.com/external/github.com/webmproject/CrabbyAvif
  349. [submodule "third_party/nearby/src"]
  350. path = third_party/nearby/src
  351. url = https://chromium.googlesource.com/external/github.com/google/nearby-connections
  352. [submodule "third_party/beto-core/src"]
  353. path = third_party/beto-core/src
  354. url = https://beto-core.googlesource.com/beto-core
  355. [submodule "third_party/securemessage/src"]
  356. path = third_party/securemessage/src
  357. url = https://chromium.googlesource.com/external/github.com/google/securemessage
  358. [submodule "third_party/speedometer/main"]
  359. path = third_party/speedometer/main
  360. url = https://chromium.googlesource.com/external/github.com/WebKit/Speedometer
  361. [submodule "third_party/speedometer/v3.0"]
  362. path = third_party/speedometer/v3.0
  363. url = https://chromium.googlesource.com/external/github.com/WebKit/Speedometer
  364. [submodule "third_party/speedometer/v2.0"]
  365. path = third_party/speedometer/v2.0
  366. url = https://chromium.googlesource.com/external/github.com/WebKit/Speedometer
  367. [submodule "third_party/speedometer/v2.1"]
  368. path = third_party/speedometer/v2.1
  369. url = https://chromium.googlesource.com/external/github.com/WebKit/Speedometer
  370. [submodule "third_party/ukey2/src"]
  371. path = third_party/ukey2/src
  372. url = https://chromium.googlesource.com/external/github.com/google/ukey2
  373. [submodule "third_party/cros-components/src"]
  374. path = third_party/cros-components/src
  375. url = https://chromium.googlesource.com/external/google3/cros_components
  376. [submodule "third_party/libdrm/src"]
  377. path = third_party/libdrm/src
  378. url = https://chromium.googlesource.com/chromiumos/third_party/libdrm
  379. gclient-condition = checkout_linux
  380. [submodule "third_party/expat/src"]
  381. path = third_party/expat/src
  382. url = https://chromium.googlesource.com/external/github.com/libexpat/libexpat
  383. [submodule "third_party/libipp/libipp"]
  384. path = third_party/libipp/libipp
  385. url = https://chromium.googlesource.com/chromiumos/platform2/libipp
  386. gclient-condition = checkout_linux
  387. [submodule "third_party/libjpeg_turbo"]
  388. path = third_party/libjpeg_turbo
  389. url = https://chromium.googlesource.com/chromium/deps/libjpeg_turbo
  390. [submodule "third_party/liblouis/src"]
  391. path = third_party/liblouis/src
  392. url = https://chromium.googlesource.com/external/liblouis-github
  393. gclient-condition = checkout_linux
  394. [submodule "third_party/libphonenumber/dist"]
  395. path = third_party/libphonenumber/dist
  396. url = https://chromium.googlesource.com/external/libphonenumber
  397. [submodule "third_party/libprotobuf-mutator/src"]
  398. path = third_party/libprotobuf-mutator/src
  399. url = https://chromium.googlesource.com/external/github.com/google/libprotobuf-mutator
  400. [submodule "third_party/libsrtp"]
  401. path = third_party/libsrtp
  402. url = https://chromium.googlesource.com/chromium/deps/libsrtp
  403. [submodule "third_party/libsync/src"]
  404. path = third_party/libsync/src
  405. url = https://chromium.googlesource.com/aosp/platform/system/core/libsync
  406. gclient-condition = checkout_linux or checkout_android
  407. [submodule "third_party/libunwindstack"]
  408. path = third_party/libunwindstack
  409. url = https://chromium.googlesource.com/chromium/src/third_party/libunwindstack
  410. gclient-condition = checkout_android
  411. [submodule "third_party/libva-fake-driver/src"]
  412. path = third_party/libva-fake-driver/src
  413. url = https://chromium.googlesource.com/chromiumos/platform/libva-fake-driver
  414. [submodule "third_party/libvpx/source/libvpx"]
  415. path = third_party/libvpx/source/libvpx
  416. url = https://chromium.googlesource.com/webm/libvpx
  417. [submodule "third_party/libwebm/source"]
  418. path = third_party/libwebm/source
  419. url = https://chromium.googlesource.com/webm/libwebm
  420. [submodule "third_party/libwebp/src"]
  421. path = third_party/libwebp/src
  422. url = https://chromium.googlesource.com/webm/libwebp
  423. [submodule "third_party/libyuv"]
  424. path = third_party/libyuv
  425. url = https://chromium.googlesource.com/libyuv/libyuv
  426. [submodule "third_party/lighttpd"]
  427. path = third_party/lighttpd
  428. url = https://chromium.googlesource.com/chromium/deps/lighttpd
  429. gclient-condition = checkout_mac or checkout_win
  430. [submodule "third_party/lss"]
  431. path = third_party/lss
  432. url = https://chromium.googlesource.com/linux-syscall-support
  433. gclient-condition = checkout_android or checkout_linux
  434. [submodule "third_party/material_color_utilities/src"]
  435. path = third_party/material_color_utilities/src
  436. url = https://chromium.googlesource.com/external/github.com/material-foundation/material-color-utilities
  437. [submodule "third_party/material_design_icons/src"]
  438. path = third_party/material_design_icons/src
  439. url = https://chromium.googlesource.com/external/github.com/google/material-design-icons
  440. gclient-condition = checkout_ios
  441. [submodule "third_party/microsoft_dxheaders/src"]
  442. path = third_party/microsoft_dxheaders/src
  443. url = https://chromium.googlesource.com/external/github.com/microsoft/DirectX-Headers
  444. gclient-condition = checkout_win
  445. [submodule "third_party/minigbm/src"]
  446. path = third_party/minigbm/src
  447. url = https://chromium.googlesource.com/chromiumos/platform/minigbm
  448. gclient-condition = checkout_linux
  449. [submodule "third_party/nasm"]
  450. path = third_party/nasm
  451. url = https://chromium.googlesource.com/chromium/deps/nasm
  452. [submodule "third_party/neon_2_sse/src"]
  453. path = third_party/neon_2_sse/src
  454. url = https://chromium.googlesource.com/external/github.com/intel/ARM_NEON_2_x86_SSE
  455. [submodule "third_party/netty-tcnative/src"]
  456. path = third_party/netty-tcnative/src
  457. url = https://chromium.googlesource.com/external/netty-tcnative
  458. gclient-condition = checkout_android
  459. [submodule "third_party/netty4/src"]
  460. path = third_party/netty4/src
  461. url = https://chromium.googlesource.com/external/netty4
  462. gclient-condition = checkout_android
  463. [submodule "third_party/openh264/src"]
  464. path = third_party/openh264/src
  465. url = https://chromium.googlesource.com/external/github.com/cisco/openh264
  466. [submodule "third_party/openscreen/src"]
  467. path = third_party/openscreen/src
  468. url = https://chromium.googlesource.com/openscreen
  469. [submodule "third_party/openxr/src"]
  470. path = third_party/openxr/src
  471. url = https://chromium.googlesource.com/external/github.com/KhronosGroup/OpenXR-SDK
  472. gclient-condition = checkout_openxr
  473. [submodule "third_party/pdfium"]
  474. path = third_party/pdfium
  475. url = https://pdfium.googlesource.com/pdfium
  476. [submodule "third_party/perfetto"]
  477. path = third_party/perfetto
  478. url = https://android.googlesource.com/platform/external/perfetto
  479. [submodule "third_party/perl"]
  480. path = third_party/perl
  481. url = https://chromium.googlesource.com/chromium/deps/perl
  482. gclient-condition = checkout_win
  483. [submodule "third_party/protobuf-javascript/src"]
  484. path = third_party/protobuf-javascript/src
  485. url = https://chromium.googlesource.com/external/github.com/protocolbuffers/protobuf-javascript
  486. [submodule "third_party/pthreadpool/src"]
  487. path = third_party/pthreadpool/src
  488. url = https://chromium.googlesource.com/external/github.com/google/pthreadpool
  489. [submodule "third_party/pyelftools"]
  490. path = third_party/pyelftools
  491. url = https://chromium.googlesource.com/chromiumos/third_party/pyelftools
  492. gclient-condition = checkout_linux
  493. [submodule "third_party/quic_trace/src"]
  494. path = third_party/quic_trace/src
  495. url = https://chromium.googlesource.com/external/github.com/google/quic-trace
  496. [submodule "third_party/pywebsocket3/src"]
  497. path = third_party/pywebsocket3/src
  498. url = https://chromium.googlesource.com/external/github.com/GoogleChromeLabs/pywebsocket3
  499. [submodule "third_party/re2/src"]
  500. path = third_party/re2/src
  501. url = https://chromium.googlesource.com/external/github.com/google/re2
  502. [submodule "third_party/requests/src"]
  503. path = third_party/requests/src
  504. url = https://chromium.googlesource.com/external/github.com/kennethreitz/requests
  505. gclient-condition = checkout_android
  506. [submodule "third_party/ruy/src"]
  507. path = third_party/ruy/src
  508. url = https://chromium.googlesource.com/external/github.com/google/ruy
  509. [submodule "third_party/search_engines_data/resources"]
  510. path = third_party/search_engines_data/resources
  511. url = https://chromium.googlesource.com/external/search_engines_data
  512. [submodule "third_party/skia"]
  513. path = third_party/skia
  514. url = https://skia.googlesource.com/skia
  515. [submodule "third_party/smhasher/src"]
  516. path = third_party/smhasher/src
  517. url = https://chromium.googlesource.com/external/smhasher
  518. [submodule "third_party/snappy/src"]
  519. path = third_party/snappy/src
  520. url = https://chromium.googlesource.com/external/github.com/google/snappy
  521. [submodule "third_party/sqlite/src"]
  522. path = third_party/sqlite/src
  523. url = https://chromium.googlesource.com/chromium/deps/sqlite
  524. [submodule "third_party/swiftshader"]
  525. path = third_party/swiftshader
  526. url = https://swiftshader.googlesource.com/SwiftShader
  527. [submodule "third_party/text-fragments-polyfill/src"]
  528. path = third_party/text-fragments-polyfill/src
  529. url = https://chromium.googlesource.com/external/github.com/GoogleChromeLabs/text-fragments-polyfill
  530. [submodule "third_party/tflite/src"]
  531. path = third_party/tflite/src
  532. url = https://chromium.googlesource.com/external/github.com/tensorflow/tensorflow
  533. [submodule "third_party/vulkan-deps"]
  534. path = third_party/vulkan-deps
  535. url = https://chromium.googlesource.com/vulkan-deps
  536. [submodule "third_party/glslang/src"]
  537. path = third_party/glslang/src
  538. url = https://chromium.googlesource.com/external/github.com/KhronosGroup/glslang
  539. [submodule "third_party/spirv-cross/src"]
  540. path = third_party/spirv-cross/src
  541. url = https://chromium.googlesource.com/external/github.com/KhronosGroup/SPIRV-Cross
  542. [submodule "third_party/spirv-headers/src"]
  543. path = third_party/spirv-headers/src
  544. url = https://chromium.googlesource.com/external/github.com/KhronosGroup/SPIRV-Headers
  545. [submodule "third_party/spirv-tools/src"]
  546. path = third_party/spirv-tools/src
  547. url = https://chromium.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools
  548. [submodule "third_party/vulkan-headers/src"]
  549. path = third_party/vulkan-headers/src
  550. url = https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Headers
  551. [submodule "third_party/vulkan-loader/src"]
  552. path = third_party/vulkan-loader/src
  553. url = https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Loader
  554. [submodule "third_party/vulkan-tools/src"]
  555. path = third_party/vulkan-tools/src
  556. url = https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Tools
  557. [submodule "third_party/vulkan-utility-libraries/src"]
  558. path = third_party/vulkan-utility-libraries/src
  559. url = https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Utility-Libraries
  560. [submodule "third_party/vulkan-validation-layers/src"]
  561. path = third_party/vulkan-validation-layers/src
  562. url = https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-ValidationLayers
  563. [submodule "third_party/vulkan_memory_allocator"]
  564. path = third_party/vulkan_memory_allocator
  565. url = https://chromium.googlesource.com/external/github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator
  566. [submodule "third_party/wasm_tts_engine/src"]
  567. path = third_party/wasm_tts_engine/src
  568. url = https://chromium.googlesource.com/chromium/wasm-tts-engine
  569. [submodule "third_party/wayland/src"]
  570. path = third_party/wayland/src
  571. url = https://chromium.googlesource.com/external/anongit.freedesktop.org/git/wayland/wayland
  572. gclient-condition = checkout_linux
  573. [submodule "third_party/wayland-protocols/src"]
  574. path = third_party/wayland-protocols/src
  575. url = https://chromium.googlesource.com/external/anongit.freedesktop.org/git/wayland/wayland-protocols
  576. gclient-condition = checkout_linux
  577. [submodule "third_party/wayland-protocols/kde"]
  578. path = third_party/wayland-protocols/kde
  579. url = https://chromium.googlesource.com/external/github.com/KDE/plasma-wayland-protocols
  580. gclient-condition = checkout_linux
  581. [submodule "third_party/wayland-protocols/gtk"]
  582. path = third_party/wayland-protocols/gtk
  583. url = https://chromium.googlesource.com/external/github.com/GNOME/gtk
  584. gclient-condition = checkout_linux
  585. [submodule "third_party/webdriver/pylib"]
  586. path = third_party/webdriver/pylib
  587. url = https://chromium.googlesource.com/external/github.com/SeleniumHQ/selenium/py
  588. [submodule "third_party/webgl/src"]
  589. path = third_party/webgl/src
  590. url = https://chromium.googlesource.com/external/khronosgroup/webgl
  591. [submodule "third_party/webgpu-cts/src"]
  592. path = third_party/webgpu-cts/src
  593. url = https://chromium.googlesource.com/external/github.com/gpuweb/cts
  594. [submodule "third_party/webpagereplay"]
  595. path = third_party/webpagereplay
  596. url = https://chromium.googlesource.com/webpagereplay
  597. [submodule "third_party/webrtc"]
  598. path = third_party/webrtc
  599. url = https://webrtc.googlesource.com/src
  600. [submodule "third_party/wuffs/src"]
  601. path = third_party/wuffs/src
  602. url = https://skia.googlesource.com/external/github.com/google/wuffs-mirror-release-c
  603. [submodule "third_party/weston/src"]
  604. path = third_party/weston/src
  605. url = https://chromium.googlesource.com/external/anongit.freedesktop.org/git/wayland/weston
  606. gclient-condition = checkout_linux
  607. [submodule "third_party/xdg-utils"]
  608. path = third_party/xdg-utils
  609. url = https://chromium.googlesource.com/chromium/deps/xdg-utils
  610. gclient-condition = checkout_linux
  611. [submodule "third_party/xnnpack/src"]
  612. path = third_party/xnnpack/src
  613. url = https://chromium.googlesource.com/external/github.com/google/XNNPACK
  614. [submodule "third_party/zstd/src"]
  615. path = third_party/zstd/src
  616. url = https://chromium.googlesource.com/external/github.com/facebook/zstd
  617. [submodule "v8"]
  618. path = v8
  619. url = https://chromium.googlesource.com/v8/v8
  620. [submodule "internal"]
  621. path = internal
  622. url = https://chrome-internal.googlesource.com/chrome/src-internal
  623. gclient-condition = checkout_src_internal
  624. [submodule "third_party/android_prebuilts/build_tools"]
  625. path = third_party/android_prebuilts/build_tools
  626. url = https://android.googlesource.com/platform/prebuilts/build-tools
  627. gclient-condition = checkout_android_prebuilts_build_tools
  628. [submodule "chromeos/ash/resources/internal"]
  629. path = chromeos/ash/resources/internal
  630. url = https://chrome-internal.googlesource.com/chrome/chromeos/ash/resources/internal
  631. gclient-condition = checkout_src_internal and checkout_chromeos
  632. [submodule "chromeos/assistant/internal"]
  633. path = chromeos/assistant/internal
  634. url = https://chrome-internal.googlesource.com/chrome/assistant
  635. gclient-condition = checkout_src_internal and checkout_chromeos
  636. [submodule "build/fuchsia/internal"]
  637. path = build/fuchsia/internal
  638. url = https://chrome-internal.googlesource.com/fuchsia/build
  639. gclient-condition = checkout_fuchsia_internal and checkout_src_internal
  640. [submodule "chrome/app/theme/default_100_percent/google_chrome"]
  641. path = chrome/app/theme/default_100_percent/google_chrome
  642. url = https://chrome-internal.googlesource.com/chrome/theme/default_100_percent/google_chrome
  643. gclient-condition = checkout_src_internal
  644. [submodule "chrome/app/theme/default_200_percent/google_chrome"]
  645. path = chrome/app/theme/default_200_percent/google_chrome
  646. url = https://chrome-internal.googlesource.com/chrome/theme/default_200_percent/google_chrome
  647. gclient-condition = checkout_src_internal
  648. [submodule "chrome/app/theme/google_chrome"]
  649. path = chrome/app/theme/google_chrome
  650. url = https://chrome-internal.googlesource.com/chrome/theme/google_chrome
  651. gclient-condition = checkout_src_internal
  652. [submodule "chrome/browser/enterprise/connectors/internal"]
  653. path = chrome/browser/enterprise/connectors/internal
  654. url = https://chrome-internal.googlesource.com/chrome/browser/enterprise/connectors/internal
  655. gclient-condition = checkout_src_internal
  656. [submodule "chrome/browser/glic/resources/internal"]
  657. path = chrome/browser/glic/resources/internal
  658. url = https://chrome-internal.googlesource.com/chrome/browser/glic/resources/internal
  659. gclient-condition = checkout_src_internal
  660. [submodule "chrome/browser/google/linkdoctor_internal"]
  661. path = chrome/browser/google/linkdoctor_internal
  662. url = https://chrome-internal.googlesource.com/chrome/linkdoctor
  663. gclient-condition = checkout_src_internal
  664. [submodule "chrome/browser/internal"]
  665. path = chrome/browser/internal
  666. url = https://chrome-internal.googlesource.com/chrome/browser_internal
  667. gclient-condition = checkout_src_internal
  668. [submodule "chrome/browser/media/engagement_internal"]
  669. path = chrome/browser/media/engagement_internal
  670. url = https://chrome-internal.googlesource.com/chrome/browser/media/engagement_internal
  671. gclient-condition = checkout_src_internal
  672. [submodule "chrome/browser/nearby_sharing/internal"]
  673. path = chrome/browser/nearby_sharing/internal
  674. url = https://chrome-internal.googlesource.com/chrome/browser/nearby_sharing/internal
  675. gclient-condition = checkout_src_internal
  676. [submodule "chrome/browser/platform_experience/win"]
  677. path = chrome/browser/platform_experience/win
  678. url = https://chrome-internal.googlesource.com/chrome/browser/platform_experience/win
  679. gclient-condition = checkout_src_internal
  680. [submodule "chrome/browser/request_header_integrity/internal"]
  681. path = chrome/browser/request_header_integrity/internal
  682. url = https://chrome-internal.googlesource.com/chrome/browser/request_header_integrity/internal
  683. gclient-condition = checkout_src_internal
  684. [submodule "chrome/browser/resources/downloads/internal"]
  685. path = chrome/browser/resources/downloads/internal
  686. url = https://chrome-internal.googlesource.com/chrome/browser/resources/downloads_internal
  687. gclient-condition = checkout_src_internal
  688. [submodule "chrome/browser/resources/settings/internal"]
  689. path = chrome/browser/resources/settings/internal
  690. url = https://chrome-internal.googlesource.com/chrome/browser/resources/settings_internal
  691. gclient-condition = checkout_src_internal
  692. [submodule "chrome/browser/spellchecker/internal"]
  693. path = chrome/browser/spellchecker/internal
  694. url = https://chrome-internal.googlesource.com/chrome/spellchecker/internal
  695. gclient-condition = checkout_src_internal
  696. [submodule "chrome/elevation_service/internal"]
  697. path = chrome/elevation_service/internal
  698. url = https://chrome-internal.googlesource.com/chrome/elevation_service/internal
  699. gclient-condition = checkout_src_internal and checkout_win
  700. [submodule "chrome/installer/mac/internal"]
  701. path = chrome/installer/mac/internal
  702. url = https://chrome-internal.googlesource.com/chrome/installer/mac/internal
  703. gclient-condition = checkout_src_internal
  704. [submodule "chrome/test/data/firefox3_profile/searchplugins"]
  705. path = chrome/test/data/firefox3_profile/searchplugins
  706. url = https://chrome-internal.googlesource.com/chrome/data/osdd/firefox3_profile_searchplugins
  707. gclient-condition = checkout_src_internal
  708. [submodule "chrome/test/data/firefox3_searchplugins"]
  709. path = chrome/test/data/firefox3_searchplugins
  710. url = https://chrome-internal.googlesource.com/chrome/data/osdd/firefox3_searchplugins
  711. gclient-condition = checkout_src_internal
  712. [submodule "chrome/test/data/gpu/vt"]
  713. path = chrome/test/data/gpu/vt
  714. url = https://chrome-internal.googlesource.com/chrome/data/vectortown_endurance/vectortownstatic-20121022
  715. gclient-condition = checkout_src_internal
  716. [submodule "chrome/test/data/perf/frame_rate/private"]
  717. path = chrome/test/data/perf/frame_rate/private
  718. url = https://chrome-internal.googlesource.com/chrome/data/frame_rate_tests
  719. gclient-condition = checkout_src_internal
  720. [submodule "chrome/test/data/perf/private"]
  721. path = chrome/test/data/perf/private
  722. url = https://chrome-internal.googlesource.com/chrome/data/perf_tests
  723. gclient-condition = checkout_src_internal
  724. [submodule "chrome/test/data/pdf_private"]
  725. path = chrome/test/data/pdf_private
  726. url = https://chrome-internal.googlesource.com/chrome/data/pdf_private
  727. gclient-condition = checkout_src_internal
  728. [submodule "chrome/test/media_router/internal"]
  729. path = chrome/test/media_router/internal
  730. url = https://chrome-internal.googlesource.com/chrome/test/media_router/internal
  731. gclient-condition = checkout_src_internal
  732. [submodule "chrome/tools/memory"]
  733. path = chrome/tools/memory
  734. url = https://chrome-internal.googlesource.com/chrome/tools/memory
  735. gclient-condition = checkout_win and checkout_src_internal
  736. [submodule "chrome/services/speech/internal"]
  737. path = chrome/services/speech/internal
  738. url = https://chrome-internal.googlesource.com/chromeos/speech
  739. gclient-condition = checkout_chromeos and checkout_src_internal
  740. [submodule "chrome/updater/internal"]
  741. path = chrome/updater/internal
  742. url = https://chrome-internal.googlesource.com/chrome/updater/internal
  743. gclient-condition = checkout_src_internal
  744. [submodule "components/accessibility/internal"]
  745. path = components/accessibility/internal
  746. url = https://chrome-internal.googlesource.com/chrome-accessibility
  747. gclient-condition = checkout_src_internal
  748. [submodule "components/autofill/core/browser/form_parsing/internal_resources"]
  749. path = components/autofill/core/browser/form_parsing/internal_resources
  750. url = https://chrome-internal.googlesource.com/chrome/components/autofill_regex_patterns
  751. gclient-condition = checkout_src_internal
  752. [submodule "components/crash/core/app/internal"]
  753. path = components/crash/core/app/internal
  754. url = https://chrome-internal.googlesource.com/chrome/components/crash
  755. gclient-condition = checkout_src_internal
  756. [submodule "components/metrics/internal"]
  757. path = components/metrics/internal
  758. url = https://chrome-internal.googlesource.com/chrome/components/metrics/internal
  759. gclient-condition = checkout_src_internal
  760. [submodule "components/ntp_tiles/resources/internal"]
  761. path = components/ntp_tiles/resources/internal
  762. url = https://chrome-internal.googlesource.com/chrome/components/ntp_tiles/resources
  763. gclient-condition = checkout_src_internal
  764. [submodule "components/optimization_guide/internal"]
  765. path = components/optimization_guide/internal
  766. url = https://chrome-internal.googlesource.com/chrome/components/optimization_guide
  767. gclient-condition = checkout_src_internal
  768. [submodule "components/plus_addresses/resources/internal"]
  769. path = components/plus_addresses/resources/internal
  770. url = https://chrome-internal.googlesource.com/chrome/components/plus_addresses/resources
  771. gclient-condition = checkout_src_internal
  772. [submodule "components/resources/default_100_percent/google_chrome"]
  773. path = components/resources/default_100_percent/google_chrome
  774. url = https://chrome-internal.googlesource.com/chrome/components/default_100_percent/google_chrome
  775. gclient-condition = checkout_src_internal
  776. [submodule "components/resources/default_200_percent/google_chrome"]
  777. path = components/resources/default_200_percent/google_chrome
  778. url = https://chrome-internal.googlesource.com/chrome/components/default_200_percent/google_chrome
  779. gclient-condition = checkout_src_internal
  780. [submodule "components/resources/default_300_percent/google_chrome"]
  781. path = components/resources/default_300_percent/google_chrome
  782. url = https://chrome-internal.googlesource.com/chrome/components/default_300_percent/google_chrome
  783. gclient-condition = checkout_src_internal
  784. [submodule "components/site_isolation/internal"]
  785. path = components/site_isolation/internal
  786. url = https://chrome-internal.googlesource.com/chrome/components/site_isolation
  787. gclient-condition = checkout_src_internal
  788. [submodule "components/test/data/autofill/heuristics-json/internal"]
  789. path = components/test/data/autofill/heuristics-json/internal
  790. url = https://chrome-internal.googlesource.com/chrome/test/autofill/structured_forms
  791. gclient-condition = checkout_chromium_autofill_test_dependencies
  792. [submodule "components/test/data/autofill/label-doms/internal"]
  793. path = components/test/data/autofill/label-doms/internal
  794. url = https://chrome-internal.googlesource.com/chrome/test/autofill/field_labels
  795. gclient-condition = checkout_chromium_autofill_test_dependencies
  796. [submodule "components/vector_icons/google_chrome"]
  797. path = components/vector_icons/google_chrome
  798. url = https://chrome-internal.googlesource.com/chrome/vector_icons/google_chrome
  799. gclient-condition = checkout_src_internal
  800. [submodule "content/test/data/plugin"]
  801. path = content/test/data/plugin
  802. url = https://chrome-internal.googlesource.com/chrome/data/chrome_plugin_tests
  803. gclient-condition = checkout_src_internal
  804. [submodule "google_apis/internal"]
  805. path = google_apis/internal
  806. url = https://chrome-internal.googlesource.com/chrome/google_apis/internal
  807. gclient-condition = checkout_src_internal
  808. [submodule "ios_internal"]
  809. path = ios_internal
  810. url = https://chrome-internal.googlesource.com/chrome/ios_internal
  811. gclient-condition = checkout_ios and checkout_src_internal
  812. [submodule "remoting/host/installer/linux/internal"]
  813. path = remoting/host/installer/linux/internal
  814. url = https://chrome-internal.googlesource.com/chrome/remoting/host/installer/linux/internal
  815. gclient-condition = checkout_linux and checkout_src_internal
  816. [submodule "remoting/internal"]
  817. path = remoting/internal
  818. url = https://chrome-internal.googlesource.com/chrome/remoting/internal
  819. gclient-condition = checkout_src_internal
  820. [submodule "remoting/test/internal"]
  821. path = remoting/test/internal
  822. url = https://chrome-internal.googlesource.com/chrome/remoting/test/internal
  823. gclient-condition = checkout_src_internal
  824. [submodule "remoting/tools/internal"]
  825. path = remoting/tools/internal
  826. url = https://chrome-internal.googlesource.com/chrome/remoting/tools/internal
  827. gclient-condition = checkout_src_internal
  828. [submodule "signing_keys"]
  829. path = signing_keys
  830. url = https://chrome-internal.googlesource.com/clank/apptestkey
  831. gclient-condition = checkout_android and checkout_google_internal and checkout_src_internal
  832. [submodule "skia/tools/clusterfuzz-data"]
  833. path = skia/tools/clusterfuzz-data
  834. url = https://chrome-internal.googlesource.com/chrome/tools/clusterfuzz-data
  835. gclient-condition = checkout_clusterfuzz_data and checkout_src_internal
  836. [submodule "third_party/android_tools_internal"]
  837. path = third_party/android_tools_internal
  838. url = https://chrome-internal.googlesource.com/clank/third_party/android_tools
  839. gclient-condition = checkout_android and checkout_src_internal
  840. [submodule "third_party/widevine/cdm/chromeos"]
  841. path = third_party/widevine/cdm/chromeos
  842. url = https://chrome-internal.googlesource.com/chrome/deps/widevine/cdm/chromeos
  843. gclient-condition = (checkout_chromeos or checkout_linux) and checkout_src_internal
  844. [submodule "third_party/widevine/cdm/linux"]
  845. path = third_party/widevine/cdm/linux
  846. url = https://chrome-internal.googlesource.com/chrome/deps/widevine/cdm/linux
  847. gclient-condition = checkout_linux and checkout_src_internal
  848. [submodule "third_party/widevine/cdm/mac"]
  849. path = third_party/widevine/cdm/mac
  850. url = https://chrome-internal.googlesource.com/chrome/deps/widevine/cdm/mac
  851. gclient-condition = checkout_mac and checkout_src_internal
  852. [submodule "third_party/widevine/cdm/win"]
  853. path = third_party/widevine/cdm/win
  854. url = https://chrome-internal.googlesource.com/chrome/deps/widevine/cdm/win
  855. gclient-condition = checkout_win and checkout_src_internal
  856. [submodule "third_party/widevine/scripts"]
  857. path = third_party/widevine/scripts
  858. url = https://chrome-internal.googlesource.com/chrome/deps/widevine/scripts
  859. gclient-condition = checkout_src_internal
  860. [submodule "third_party/widevine/test/license_server"]
  861. path = third_party/widevine/test/license_server
  862. url = https://chrome-internal.googlesource.com/chrome/deps/widevine/test/license_server
  863. gclient-condition = checkout_linux and checkout_src_internal
  864. [submodule "third_party/wix"]
  865. path = third_party/wix
  866. url = https://chrome-internal.googlesource.com/chrome/deps/wix/v3_5_2519
  867. gclient-condition = checkout_win and checkout_src_internal
  868. [submodule "tools/perf/data"]
  869. path = tools/perf/data
  870. url = https://chrome-internal.googlesource.com/chrome/tools/perf/data
  871. gclient-condition = checkout_src_internal
  872. [submodule "ui/file_manager/internal"]
  873. path = ui/file_manager/internal
  874. url = https://chrome-internal.googlesource.com/chrome/file_manager
  875. gclient-condition = (checkout_chromeos or checkout_linux) and checkout_src_internal
  876. [submodule "ui/webui/internal"]
  877. path = ui/webui/internal
  878. url = https://chrome-internal.googlesource.com/chrome/ui-webui-internal
  879. gclient-condition = checkout_chromeos and checkout_src_internal
  880. [submodule "webkit/data/bmp_decoder"]
  881. path = webkit/data/bmp_decoder
  882. url = https://chrome-internal.googlesource.com/chrome/data/bmp_decoder
  883. gclient-condition = checkout_src_internal
  884. [submodule "webkit/data/ico_decoder"]
  885. path = webkit/data/ico_decoder
  886. url = https://chrome-internal.googlesource.com/chrome/data/ico_decoder
  887. gclient-condition = checkout_src_internal
  888. [submodule "webkit/data/test_shell/plugins"]
  889. path = webkit/data/test_shell/plugins
  890. url = https://chrome-internal.googlesource.com/chrome/data/webkit_plugin_tests
  891. gclient-condition = checkout_src_internal