0

Add git dependencies to git submodules

This CL adds support for git submodules. Users are still expected to
use gclient sync. See announcement for more details:
https://groups.google.com/a/chromium.org/g/chromium-dev/c/LDFlTtY8k3A

Bug: 1409737
Change-Id: I2c277b343d7242113f3cc74a465716288afdf7fe
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4671471
Reviewed-by: John Abd-El-Malek <jam@chromium.org>
Owners-Override: John Abd-El-Malek <jam@chromium.org>
Reviewed-by: Erik Staab <estaab@chromium.org>
Commit-Queue: Josip Sokcevic <sokcevic@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1187337}
This commit is contained in:
Josip Sokcevic
2023-08-23 17:11:49 +00:00
committed by Chromium LUCI CQ
parent 7555bb62a5
commit ef72622958
234 changed files with 1294 additions and 0 deletions
.gitmodulesDEPSOWNERS
build/fuchsia
chrome
app
theme
default_100_percent
default_200_percent
google_chrome
browser
enterprise
connectors
google
internal
media
resources
chromeos
preinstalled_web_apps
settings_internal
spellchecker
chrome_cleaner
installer
mac
internal
third_party
xz
services
speech
test
data
autofill
captured_sites
firefox3_profile
firefox3_searchplugins
gpu
password
captured_sites
pdf_private
perf
xr
media_router
python_tests
tools
chromeos/assistant
clank
components
autofill
core
browser
form_parsing
crash
core
metrics
ntp_tiles
resources
optimization_guide
resources
default_100_percent
default_200_percent
default_300_percent
site_isolation
vector_icons
content/test/data
docs
google_apis
internal
ios/third_party
earl_grey2
edo
gtx
lottie
material_components_ios
material_font_disk_loader_ios
material_internationalization_ios
material_roboto_font_loader_ios
material_sprited_animation_view_ios
material_text_accessibility_ios
motion_animator_objc
motion_interchange_objc
motion_transitioning_objc
ochamcrest
webkit
ios_internal
media/cdm
native_client
net/third_party/quiche
remoting
android
host
installer
internal
test
tools
webapp
app_remoting
signing_keys
skia/tools
third_party
amd
android_prebuilts
android_protobuf
android_tools_internal
androidx_javascriptengine
angle
anonymous_tokens
apache-portable-runtime
arcore-android-sdk
barhopper
beto-core
boringssl
breakpad
cardboard
cast_core
public
catapult
ced
chromevox
third_party
sre
chromitechromium-variations
clang-format
cld_3
colorama
content_analysis_sdk
cpu_features
cpuinfo
crc32c
cros-components
cros_system_apicrossbench
crubit
dav1d
dawndepot_toolsdevtools-frontend-internal
devtools-frontend
dom_distiller_js
eigen3
emoji-metadata
emoji-segmenter
expat
farmhash
ffmpegflac
flatbuffers
fontconfig
fp16
freetype-testing
freetype
fuzztest
fxdiv
gemmlowp
gles2_conformgnu_binutils
google_benchmark
google_toolbox_for_mac
googlemac
googletest
gperf
grpc
gvr-android-sdk
harfbuzz-ng
highway
hunspell_dictionariesicu
javalang
jsoncpp
junit
khronos_glcts
leveldatabase
libFuzzer
libaddressinput
libaom
source
libavif
libavifinfo
libc++
libc++abi
libdrm
libgav1
libipp
libjpeg_turbo
liblouis
libphonenumber
libprotobuf-mutator
libsrtp
libsync
libunwind
libunwindstack
libvpx
source
libwebm
libwebp
libyuvlighttpdlss
material_color_utilities
material_design_icons
mingw-w64
mingw
minigbm
nacl_sdk_binariesnasm
nearby
neon_2_sse
netty-tcnative
netty4
openh264
openscreen
openxr
ots
pdfiumperfettoperl
pthreadpool
pyelftools
pywebsocket3
quic_trace
re2
requests
ruy
securemessage
skia
smhasher
snappy
sqlite
swiftshader
text-fragments-polyfill
tflite
ukey2
vulkan-depsvulkan_memory_allocator
wayland-protocols
wayland
webdriver
webgl
webgpu-cts
webrtc
weston
widevine
wix
wlcs
wuffs
xdg-utils
xnnpack
zstd
tools
page_cycler
perf
ui
file_manager
webui
v8
webkit/data

822
.gitmodules vendored Normal file

@ -0,0 +1,822 @@
[submodule "third_party/clang-format/script"]
path = third_party/clang-format/script
url = https://chromium.googlesource.com/external/github.com/llvm/llvm-project/clang/tools/clang-format.git
[submodule "chrome/browser/resources/preinstalled_web_apps/internal"]
path = chrome/browser/resources/preinstalled_web_apps/internal
url = https://chrome-internal.googlesource.com/chrome/components/default_apps.git
gclient-condition = checkout_src_internal
[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
gclient-condition = checkout_mac
[submodule "third_party/libc++/src"]
path = third_party/libc++/src
url = https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git
[submodule "third_party/libc++abi/src"]
path = third_party/libc++abi/src
url = https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git
[submodule "third_party/libunwind/src"]
path = third_party/libunwind/src
url = https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git
[submodule "chrome/test/data/autofill/captured_sites/artifacts"]
path = chrome/test/data/autofill/captured_sites/artifacts
url = https://chrome-internal.googlesource.com/chrome/test/captured_sites/autofill.git
gclient-condition = checkout_chromium_autofill_test_dependencies
[submodule "chrome/test/data/password/captured_sites/artifacts"]
path = chrome/test/data/password/captured_sites/artifacts
url = https://chrome-internal.googlesource.com/chrome/test/captured_sites/password.git
gclient-condition = checkout_chromium_password_manager_test_dependencies
[submodule "chrome/test/data/perf/canvas_bench"]
path = chrome/test/data/perf/canvas_bench
url = https://chromium.googlesource.com/chromium/canvas_bench.git
[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
[submodule "chrome/test/data/xr/webvr_info"]
path = chrome/test/data/xr/webvr_info
url = https://chromium.googlesource.com/external/github.com/toji/webvr.info.git
[submodule "clank"]
path = clank
url = https://chrome-internal.googlesource.com/clank/internal/apps.git
gclient-condition = checkout_android and checkout_src_internal
[submodule "docs/website"]
path = docs/website
url = https://chromium.googlesource.com/website.git
[submodule "ios/third_party/earl_grey2/src"]
path = ios/third_party/earl_grey2/src
url = https://chromium.googlesource.com/external/github.com/google/EarlGrey.git
gclient-condition = checkout_ios
[submodule "ios/third_party/edo/src"]
path = ios/third_party/edo/src
url = https://chromium.googlesource.com/external/github.com/google/eDistantObject.git
gclient-condition = checkout_ios
[submodule "ios/third_party/gtx/src"]
path = ios/third_party/gtx/src
url = https://chromium.googlesource.com/external/github.com/google/GTXiLib.git
gclient-condition = checkout_ios
[submodule "ios/third_party/lottie/src"]
path = ios/third_party/lottie/src
url = https://chromium.googlesource.com/external/github.com/airbnb/lottie-ios.git
gclient-condition = checkout_ios
[submodule "ios/third_party/material_components_ios/src"]
path = ios/third_party/material_components_ios/src
url = https://chromium.googlesource.com/external/github.com/material-components/material-components-ios.git
gclient-condition = checkout_ios
[submodule "ios/third_party/material_font_disk_loader_ios/src"]
path = ios/third_party/material_font_disk_loader_ios/src
url = https://chromium.googlesource.com/external/github.com/material-foundation/material-font-disk-loader-ios.git
gclient-condition = checkout_ios
[submodule "ios/third_party/material_internationalization_ios/src"]
path = ios/third_party/material_internationalization_ios/src
url = https://chromium.googlesource.com/external/github.com/material-foundation/material-internationalization-ios.git
gclient-condition = checkout_ios
[submodule "ios/third_party/material_roboto_font_loader_ios/src"]
path = ios/third_party/material_roboto_font_loader_ios/src
url = https://chromium.googlesource.com/external/github.com/material-foundation/material-roboto-font-loader-ios.git
gclient-condition = checkout_ios
[submodule "ios/third_party/material_sprited_animation_view_ios/src"]
path = ios/third_party/material_sprited_animation_view_ios/src
url = https://chromium.googlesource.com/external/github.com/material-foundation/material-sprited-animation-view-ios.git
gclient-condition = checkout_ios
[submodule "ios/third_party/material_text_accessibility_ios/src"]
path = ios/third_party/material_text_accessibility_ios/src
url = https://chromium.googlesource.com/external/github.com/material-foundation/material-text-accessibility-ios.git
gclient-condition = checkout_ios
[submodule "ios/third_party/motion_interchange_objc/src"]
path = ios/third_party/motion_interchange_objc/src
url = https://chromium.googlesource.com/external/github.com/material-motion/motion-interchange-objc.git
gclient-condition = checkout_ios
[submodule "ios/third_party/motion_animator_objc/src"]
path = ios/third_party/motion_animator_objc/src
url = https://chromium.googlesource.com/external/github.com/material-motion/motion-animator-objc.git
gclient-condition = checkout_ios
[submodule "ios/third_party/motion_transitioning_objc/src"]
path = ios/third_party/motion_transitioning_objc/src
url = https://chromium.googlesource.com/external/github.com/material-motion/motion-transitioning-objc.git
gclient-condition = checkout_ios
[submodule "ios/third_party/ochamcrest/src"]
path = ios/third_party/ochamcrest/src
url = https://chromium.googlesource.com/external/github.com/hamcrest/OCHamcrest.git
gclient-condition = checkout_ios
[submodule "ios/third_party/webkit/src"]
path = ios/third_party/webkit/src
url = https://chromium.googlesource.com/external/github.com/WebKit/webkit.git
gclient-condition = checkout_ios and checkout_ios_webkit
[submodule "media/cdm/api"]
path = media/cdm/api
url = https://chromium.googlesource.com/chromium/cdm.git
[submodule "native_client"]
path = native_client
url = https://chromium.googlesource.com/native_client/src/native_client.git
gclient-condition = checkout_nacl
[submodule "net/third_party/quiche/src"]
path = net/third_party/quiche/src
url = https://quiche.googlesource.com/quiche.git
[submodule "third_party/android_protobuf/src"]
path = third_party/android_protobuf/src
url = https://android.googlesource.com/platform/external/protobuf.git
gclient-condition = checkout_android
[submodule "third_party/androidx_javascriptengine/src"]
path = third_party/androidx_javascriptengine/src
url = https://chromium.googlesource.com/aosp/platform/frameworks/support/javascriptengine/javascriptengine/src.git
gclient-condition = checkout_android
[submodule "third_party/angle"]
path = third_party/angle
url = https://chromium.googlesource.com/angle/angle.git
[submodule "third_party/anonymous_tokens/src"]
path = third_party/anonymous_tokens/src
url = https://chromium.googlesource.com/external/github.com/google/anonymous-tokens.git
[submodule "third_party/content_analysis_sdk/src"]
path = third_party/content_analysis_sdk/src
url = https://chromium.googlesource.com/external/github.com/chromium/content_analysis_sdk.git
[submodule "third_party/dav1d/libdav1d"]
path = third_party/dav1d/libdav1d
url = https://chromium.googlesource.com/external/github.com/videolan/dav1d.git
[submodule "third_party/dawn"]
path = third_party/dawn
url = https://dawn.googlesource.com/dawn.git
[submodule "third_party/highway/src"]
path = third_party/highway/src
url = https://chromium.googlesource.com/external/github.com/google/highway.git
[submodule "third_party/apache-portable-runtime/src"]
path = third_party/apache-portable-runtime/src
url = https://chromium.googlesource.com/external/apache-portable-runtime.git
gclient-condition = checkout_android
[submodule "third_party/barhopper"]
path = third_party/barhopper
url = https://chrome-internal.googlesource.com/chrome/deps/barhopper.git
gclient-condition = checkout_src_internal and checkout_chromeos
[submodule "third_party/google_benchmark/src"]
path = third_party/google_benchmark/src
url = https://chromium.googlesource.com/external/github.com/google/benchmark.git
[submodule "third_party/boringssl/src"]
path = third_party/boringssl/src
url = https://boringssl.googlesource.com/boringssl.git
[submodule "third_party/breakpad/breakpad"]
path = third_party/breakpad/breakpad
url = https://chromium.googlesource.com/breakpad/breakpad.git
[submodule "third_party/cast_core/public/src"]
path = third_party/cast_core/public/src
url = https://chromium.googlesource.com/cast_core/public
[submodule "third_party/catapult"]
path = third_party/catapult
url = https://chromium.googlesource.com/catapult.git
[submodule "third_party/ced/src"]
path = third_party/ced/src
url = https://chromium.googlesource.com/external/github.com/google/compact_enc_det.git
[submodule "third_party/chromium-variations"]
path = third_party/chromium-variations
url = https://chromium.googlesource.com/chromium-variations.git
[submodule "third_party/chromevox/third_party/sre/src"]
path = third_party/chromevox/third_party/sre/src
url = https://chromium.googlesource.com/external/github.com/zorkow/speech-rule-engine.git
gclient-condition = checkout_chromeos
[submodule "third_party/chromite"]
path = third_party/chromite
url = https://chromium.googlesource.com/chromiumos/chromite.git
gclient-condition = checkout_chromeos
[submodule "third_party/cld_3/src"]
path = third_party/cld_3/src
url = https://chromium.googlesource.com/external/github.com/google/cld_3.git
[submodule "third_party/colorama/src"]
path = third_party/colorama/src
url = https://chromium.googlesource.com/external/colorama.git
[submodule "third_party/cpu_features/src"]
path = third_party/cpu_features/src
url = https://chromium.googlesource.com/external/github.com/google/cpu_features.git
[submodule "third_party/cpuinfo/src"]
path = third_party/cpuinfo/src
url = https://chromium.googlesource.com/external/github.com/pytorch/cpuinfo.git
[submodule "third_party/crc32c/src"]
path = third_party/crc32c/src
url = https://chromium.googlesource.com/external/github.com/google/crc32c.git
[submodule "third_party/cros_system_api"]
path = third_party/cros_system_api
url = https://chromium.googlesource.com/chromiumos/platform2/system_api.git
gclient-condition = checkout_linux
[submodule "third_party/crossbench"]
path = third_party/crossbench
url = https://chromium.googlesource.com/crossbench.git
[submodule "third_party/crubit/src"]
path = third_party/crubit/src
url = https://chromium.googlesource.com/external/github.com/google/crubit.git
gclient-condition = checkout_crubit
[submodule "third_party/depot_tools"]
path = third_party/depot_tools
url = https://chromium.googlesource.com/chromium/tools/depot_tools.git
[submodule "third_party/devtools-frontend/src"]
path = third_party/devtools-frontend/src
url = https://chromium.googlesource.com/devtools/devtools-frontend
[submodule "third_party/devtools-frontend-internal"]
path = third_party/devtools-frontend-internal
url = https://chrome-internal.googlesource.com/devtools/devtools-internal.git
gclient-condition = checkout_src_internal
[submodule "third_party/dom_distiller_js/dist"]
path = third_party/dom_distiller_js/dist
url = https://chromium.googlesource.com/chromium/dom-distiller/dist.git
[submodule "third_party/eigen3/src"]
path = third_party/eigen3/src
url = https://chromium.googlesource.com/external/gitlab.com/libeigen/eigen.git
[submodule "third_party/emoji-metadata/src"]
path = third_party/emoji-metadata/src
url = https://chromium.googlesource.com/external/github.com/googlefonts/emoji-metadata
gclient-condition = checkout_chromeos
[submodule "third_party/farmhash/src"]
path = third_party/farmhash/src
url = https://chromium.googlesource.com/external/github.com/google/farmhash.git
[submodule "third_party/ffmpeg"]
path = third_party/ffmpeg
url = https://chromium.googlesource.com/chromium/third_party/ffmpeg.git
[submodule "third_party/flac"]
path = third_party/flac
url = https://chromium.googlesource.com/chromium/deps/flac.git
[submodule "third_party/flatbuffers/src"]
path = third_party/flatbuffers/src
url = https://chromium.googlesource.com/external/github.com/google/flatbuffers.git
[submodule "third_party/fontconfig/src"]
path = third_party/fontconfig/src
url = https://chromium.googlesource.com/external/fontconfig.git
gclient-condition = checkout_linux
[submodule "third_party/fp16/src"]
path = third_party/fp16/src
url = https://chromium.googlesource.com/external/github.com/Maratyszcza/FP16.git
[submodule "third_party/gemmlowp/src"]
path = third_party/gemmlowp/src
url = https://chromium.googlesource.com/external/github.com/google/gemmlowp.git
[submodule "third_party/grpc/src"]
path = third_party/grpc/src
url = https://chromium.googlesource.com/external/github.com/grpc/grpc.git
[submodule "third_party/freetype/src"]
path = third_party/freetype/src
url = https://chromium.googlesource.com/chromium/src/third_party/freetype2.git
[submodule "third_party/freetype-testing/src"]
path = third_party/freetype-testing/src
url = https://chromium.googlesource.com/external/github.com/freetype/freetype2-testing.git
[submodule "third_party/fxdiv/src"]
path = third_party/fxdiv/src
url = https://chromium.googlesource.com/external/github.com/Maratyszcza/FXdiv.git
[submodule "third_party/harfbuzz-ng/src"]
path = third_party/harfbuzz-ng/src
url = https://chromium.googlesource.com/external/github.com/harfbuzz/harfbuzz.git
[submodule "third_party/emoji-segmenter/src"]
path = third_party/emoji-segmenter/src
url = https://chromium.googlesource.com/external/github.com/google/emoji-segmenter.git
[submodule "third_party/ots/src"]
path = third_party/ots/src
url = https://chromium.googlesource.com/external/github.com/khaledhosny/ots.git
[submodule "third_party/libgav1/src"]
path = third_party/libgav1/src
url = https://chromium.googlesource.com/codecs/libgav1.git
[submodule "third_party/google_toolbox_for_mac/src"]
path = third_party/google_toolbox_for_mac/src
url = https://chromium.googlesource.com/external/github.com/google/google-toolbox-for-mac.git
gclient-condition = checkout_ios or checkout_mac
[submodule "third_party/googletest/src"]
path = third_party/googletest/src
url = https://chromium.googlesource.com/external/github.com/google/googletest.git
[submodule "third_party/gnu_binutils"]
path = third_party/gnu_binutils
url = https://chromium.googlesource.com/native_client/deps/third_party/gnu_binutils.git
gclient-condition = checkout_nacl and checkout_win
[submodule "third_party/gperf"]
path = third_party/gperf
url = https://chromium.googlesource.com/chromium/deps/gperf.git
gclient-condition = checkout_win
[submodule "third_party/gvr-android-sdk/src"]
path = third_party/gvr-android-sdk/src
url = https://chromium.googlesource.com/external/github.com/googlevr/gvr-android-sdk.git
gclient-condition = checkout_android
[submodule "third_party/cardboard/src"]
path = third_party/cardboard/src
url = https://chromium.googlesource.com/external/github.com/googlevr/cardboard/
gclient-condition = checkout_android
[submodule "third_party/arcore-android-sdk/src"]
path = third_party/arcore-android-sdk/src
url = https://chromium.googlesource.com/external/github.com/google-ar/arcore-android-sdk.git
gclient-condition = checkout_android
[submodule "third_party/hunspell_dictionaries"]
path = third_party/hunspell_dictionaries
url = https://chromium.googlesource.com/chromium/deps/hunspell_dictionaries.git
[submodule "third_party/icu"]
path = third_party/icu
url = https://chromium.googlesource.com/chromium/deps/icu.git
[submodule "third_party/javalang/src"]
path = third_party/javalang/src
url = https://chromium.googlesource.com/external/github.com/c2nes/javalang.git
gclient-condition = checkout_android
[submodule "third_party/jsoncpp/source"]
path = third_party/jsoncpp/source
url = https://chromium.googlesource.com/external/github.com/open-source-parsers/jsoncpp.git
[submodule "third_party/junit/src"]
path = third_party/junit/src
url = https://chromium.googlesource.com/external/junit.git
gclient-condition = checkout_android
[submodule "third_party/leveldatabase/src"]
path = third_party/leveldatabase/src
url = https://chromium.googlesource.com/external/leveldb.git
[submodule "third_party/libFuzzer/src"]
path = third_party/libFuzzer/src
url = https://chromium.googlesource.com/external/github.com/llvm/llvm-project/compiler-rt/lib/fuzzer.git
[submodule "third_party/fuzztest/src"]
path = third_party/fuzztest/src
url = https://chromium.googlesource.com/external/github.com/google/fuzztest.git
[submodule "third_party/libaddressinput/src"]
path = third_party/libaddressinput/src
url = https://chromium.googlesource.com/external/libaddressinput.git
[submodule "third_party/libaom/source/libaom"]
path = third_party/libaom/source/libaom
url = https://aomedia.googlesource.com/aom.git
[submodule "third_party/libavif/src"]
path = third_party/libavif/src
url = https://chromium.googlesource.com/external/github.com/AOMediaCodec/libavif.git
[submodule "third_party/libavifinfo/src"]
path = third_party/libavifinfo/src
url = https://aomedia.googlesource.com/libavifinfo.git
[submodule "third_party/nearby/src"]
path = third_party/nearby/src
url = https://chromium.googlesource.com/external/github.com/google/nearby-connections.git
[submodule "third_party/beto-core/src"]
path = third_party/beto-core/src
url = https://beto-core.googlesource.com/beto-core.git
[submodule "third_party/securemessage/src"]
path = third_party/securemessage/src
url = https://chromium.googlesource.com/external/github.com/google/securemessage.git
[submodule "third_party/ukey2/src"]
path = third_party/ukey2/src
url = https://chromium.googlesource.com/external/github.com/google/ukey2.git
[submodule "third_party/cros-components/src"]
path = third_party/cros-components/src
url = https://chromium.googlesource.com/external/google3/cros_components.git
[submodule "third_party/libdrm/src"]
path = third_party/libdrm/src
url = https://chromium.googlesource.com/chromiumos/third_party/libdrm.git
gclient-condition = checkout_linux
[submodule "third_party/expat/src"]
path = third_party/expat/src
url = https://chromium.googlesource.com/external/github.com/libexpat/libexpat.git
[submodule "third_party/libipp/libipp"]
path = third_party/libipp/libipp
url = https://chromium.googlesource.com/chromiumos/platform2/libipp.git
gclient-condition = checkout_linux
[submodule "third_party/libjpeg_turbo"]
path = third_party/libjpeg_turbo
url = https://chromium.googlesource.com/chromium/deps/libjpeg_turbo.git
[submodule "third_party/liblouis/src"]
path = third_party/liblouis/src
url = https://chromium.googlesource.com/external/liblouis-github.git
gclient-condition = checkout_linux
[submodule "third_party/libphonenumber/dist"]
path = third_party/libphonenumber/dist
url = https://chromium.googlesource.com/external/libphonenumber.git
[submodule "third_party/libprotobuf-mutator/src"]
path = third_party/libprotobuf-mutator/src
url = https://chromium.googlesource.com/external/github.com/google/libprotobuf-mutator.git
[submodule "third_party/libsrtp"]
path = third_party/libsrtp
url = https://chromium.googlesource.com/chromium/deps/libsrtp.git
[submodule "third_party/libsync/src"]
path = third_party/libsync/src
url = https://chromium.googlesource.com/aosp/platform/system/core/libsync.git
gclient-condition = checkout_linux
[submodule "third_party/libunwindstack"]
path = third_party/libunwindstack
url = https://chromium.googlesource.com/chromium/src/third_party/libunwindstack.git
gclient-condition = checkout_android
[submodule "third_party/libvpx/source/libvpx"]
path = third_party/libvpx/source/libvpx
url = https://chromium.googlesource.com/webm/libvpx.git
[submodule "third_party/libwebm/source"]
path = third_party/libwebm/source
url = https://chromium.googlesource.com/webm/libwebm.git
[submodule "third_party/libwebp/src"]
path = third_party/libwebp/src
url = https://chromium.googlesource.com/webm/libwebp.git
[submodule "third_party/libyuv"]
path = third_party/libyuv
url = https://chromium.googlesource.com/libyuv/libyuv.git
[submodule "third_party/lighttpd"]
path = third_party/lighttpd
url = https://chromium.googlesource.com/chromium/deps/lighttpd.git
gclient-condition = checkout_mac or checkout_win
[submodule "third_party/lss"]
path = third_party/lss
url = https://chromium.googlesource.com/linux-syscall-support.git
gclient-condition = checkout_android or checkout_linux
[submodule "third_party/material_color_utilities/src"]
path = third_party/material_color_utilities/src
url = https://chromium.googlesource.com/external/github.com/material-foundation/material-color-utilities.git
[submodule "third_party/material_design_icons/src"]
path = third_party/material_design_icons/src
url = https://chromium.googlesource.com/external/github.com/google/material-design-icons.git
gclient-condition = checkout_ios
[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
gclient-condition = checkout_nacl and checkout_win
[submodule "third_party/minigbm/src"]
path = third_party/minigbm/src
url = https://chromium.googlesource.com/chromiumos/platform/minigbm.git
gclient-condition = checkout_linux
[submodule "third_party/nacl_sdk_binaries"]
path = third_party/nacl_sdk_binaries
url = https://chromium.googlesource.com/chromium/deps/nacl_sdk_binaries.git
gclient-condition = checkout_nacl and checkout_win
[submodule "third_party/nasm"]
path = third_party/nasm
url = https://chromium.googlesource.com/chromium/deps/nasm.git
[submodule "third_party/neon_2_sse/src"]
path = third_party/neon_2_sse/src
url = https://chromium.googlesource.com/external/github.com/intel/ARM_NEON_2_x86_SSE.git
[submodule "third_party/netty-tcnative/src"]
path = third_party/netty-tcnative/src
url = https://chromium.googlesource.com/external/netty-tcnative.git
gclient-condition = checkout_android
[submodule "third_party/netty4/src"]
path = third_party/netty4/src
url = https://chromium.googlesource.com/external/netty4.git
gclient-condition = checkout_android
[submodule "third_party/openh264/src"]
path = third_party/openh264/src
url = https://chromium.googlesource.com/external/github.com/cisco/openh264
[submodule "third_party/openscreen/src"]
path = third_party/openscreen/src
url = https://chromium.googlesource.com/openscreen
[submodule "third_party/openxr/src"]
path = third_party/openxr/src
url = https://chromium.googlesource.com/external/github.com/KhronosGroup/OpenXR-SDK
gclient-condition = checkout_openxr
[submodule "third_party/pdfium"]
path = third_party/pdfium
url = https://pdfium.googlesource.com/pdfium.git
[submodule "third_party/perfetto"]
path = third_party/perfetto
url = https://android.googlesource.com/platform/external/perfetto.git
[submodule "third_party/perl"]
path = third_party/perl
url = https://chromium.googlesource.com/chromium/deps/perl.git
gclient-condition = checkout_win
[submodule "third_party/pthreadpool/src"]
path = third_party/pthreadpool/src
url = https://chromium.googlesource.com/external/github.com/Maratyszcza/pthreadpool.git
[submodule "third_party/pyelftools"]
path = third_party/pyelftools
url = https://chromium.googlesource.com/chromiumos/third_party/pyelftools.git
gclient-condition = checkout_linux
[submodule "third_party/quic_trace/src"]
path = third_party/quic_trace/src
url = https://chromium.googlesource.com/external/github.com/google/quic-trace.git
[submodule "third_party/pywebsocket3/src"]
path = third_party/pywebsocket3/src
url = https://chromium.googlesource.com/external/github.com/GoogleChromeLabs/pywebsocket3.git
[submodule "third_party/re2/src"]
path = third_party/re2/src
url = https://chromium.googlesource.com/external/github.com/google/re2.git
[submodule "third_party/requests/src"]
path = third_party/requests/src
url = https://chromium.googlesource.com/external/github.com/kennethreitz/requests.git
gclient-condition = checkout_android
[submodule "third_party/ruy/src"]
path = third_party/ruy/src
url = https://chromium.googlesource.com/external/github.com/google/ruy.git
[submodule "third_party/skia"]
path = third_party/skia
url = https://skia.googlesource.com/skia.git
[submodule "third_party/smhasher/src"]
path = third_party/smhasher/src
url = https://chromium.googlesource.com/external/smhasher.git
[submodule "third_party/snappy/src"]
path = third_party/snappy/src
url = https://chromium.googlesource.com/external/github.com/google/snappy.git
[submodule "third_party/sqlite/src"]
path = third_party/sqlite/src
url = https://chromium.googlesource.com/chromium/deps/sqlite.git
[submodule "third_party/swiftshader"]
path = third_party/swiftshader
url = https://swiftshader.googlesource.com/SwiftShader.git
[submodule "third_party/text-fragments-polyfill/src"]
path = third_party/text-fragments-polyfill/src
url = https://chromium.googlesource.com/external/github.com/GoogleChromeLabs/text-fragments-polyfill.git
[submodule "third_party/tflite/src"]
path = third_party/tflite/src
url = https://chromium.googlesource.com/external/github.com/tensorflow/tensorflow.git
[submodule "third_party/vulkan-deps"]
path = third_party/vulkan-deps
url = https://chromium.googlesource.com/vulkan-deps
[submodule "third_party/vulkan_memory_allocator"]
path = third_party/vulkan_memory_allocator
url = https://chromium.googlesource.com/external/github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git
[submodule "third_party/wayland/src"]
path = third_party/wayland/src
url = https://chromium.googlesource.com/external/anongit.freedesktop.org/git/wayland/wayland.git
gclient-condition = checkout_linux
[submodule "third_party/wayland-protocols/src"]
path = third_party/wayland-protocols/src
url = https://chromium.googlesource.com/external/anongit.freedesktop.org/git/wayland/wayland-protocols.git
gclient-condition = checkout_linux
[submodule "third_party/wayland-protocols/kde"]
path = third_party/wayland-protocols/kde
url = https://chromium.googlesource.com/external/github.com/KDE/plasma-wayland-protocols.git
gclient-condition = checkout_linux
[submodule "third_party/wayland-protocols/gtk"]
path = third_party/wayland-protocols/gtk
url = https://chromium.googlesource.com/external/github.com/GNOME/gtk.git
gclient-condition = checkout_linux
[submodule "third_party/webdriver/pylib"]
path = third_party/webdriver/pylib
url = https://chromium.googlesource.com/external/github.com/SeleniumHQ/selenium/py.git
[submodule "third_party/webgl/src"]
path = third_party/webgl/src
url = https://chromium.googlesource.com/external/khronosgroup/webgl.git
[submodule "third_party/webgpu-cts/src"]
path = third_party/webgpu-cts/src
url = https://chromium.googlesource.com/external/github.com/gpuweb/cts.git
[submodule "third_party/webrtc"]
path = third_party/webrtc
url = https://webrtc.googlesource.com/src.git
[submodule "third_party/wuffs/src"]
path = third_party/wuffs/src
url = https://skia.googlesource.com/external/github.com/google/wuffs-mirror-release-c.git
[submodule "third_party/weston/src"]
path = third_party/weston/src
url = https://chromium.googlesource.com/external/anongit.freedesktop.org/git/wayland/weston.git
gclient-condition = checkout_linux
[submodule "third_party/wlcs/src"]
path = third_party/wlcs/src
url = https://chromium.googlesource.com/external/github.com/MirServer/wlcs.git
gclient-condition = checkout_chromeos
[submodule "third_party/xdg-utils"]
path = third_party/xdg-utils
url = https://chromium.googlesource.com/chromium/deps/xdg-utils.git
gclient-condition = checkout_linux
[submodule "third_party/xnnpack/src"]
path = third_party/xnnpack/src
url = https://chromium.googlesource.com/external/github.com/google/XNNPACK.git
[submodule "tools/page_cycler/acid3"]
path = tools/page_cycler/acid3
url = https://chromium.googlesource.com/chromium/deps/acid3.git
[submodule "third_party/zstd/src"]
path = third_party/zstd/src
url = https://chromium.googlesource.com/external/github.com/facebook/zstd.git
[submodule "v8"]
path = v8
url = https://chromium.googlesource.com/v8/v8.git
[submodule "internal"]
path = internal
url = https://chrome-internal.googlesource.com/chrome/src-internal.git
gclient-condition = checkout_src_internal
[submodule "third_party/android_prebuilts/build_tools"]
path = third_party/android_prebuilts/build_tools
url = https://android.googlesource.com/platform/prebuilts/build-tools.git
gclient-condition = checkout_android_prebuilts_build_tools
[submodule "chromeos/assistant/internal"]
path = chromeos/assistant/internal
url = https://chrome-internal.googlesource.com/chrome/assistant.git
gclient-condition = checkout_src_internal and checkout_chromeos
[submodule "build/fuchsia/internal"]
path = build/fuchsia/internal
url = https://chrome-internal.googlesource.com/fuchsia/build.git
gclient-condition = checkout_fuchsia_internal and checkout_src_internal
[submodule "chrome/app/theme/default_100_percent/google_chrome"]
path = chrome/app/theme/default_100_percent/google_chrome
url = https://chrome-internal.googlesource.com/chrome/theme/default_100_percent/google_chrome.git
gclient-condition = checkout_src_internal
[submodule "chrome/app/theme/default_200_percent/google_chrome"]
path = chrome/app/theme/default_200_percent/google_chrome
url = https://chrome-internal.googlesource.com/chrome/theme/default_200_percent/google_chrome.git
gclient-condition = checkout_src_internal
[submodule "chrome/app/theme/google_chrome"]
path = chrome/app/theme/google_chrome
url = https://chrome-internal.googlesource.com/chrome/theme/google_chrome.git
gclient-condition = checkout_src_internal
[submodule "chrome/browser/enterprise/connectors/internal"]
path = chrome/browser/enterprise/connectors/internal
url = https://chrome-internal.googlesource.com/chrome/browser/enterprise/connectors/internal.git
gclient-condition = checkout_src_internal
[submodule "chrome/browser/google/linkdoctor_internal"]
path = chrome/browser/google/linkdoctor_internal
url = https://chrome-internal.googlesource.com/chrome/linkdoctor.git
gclient-condition = checkout_src_internal
[submodule "chrome/browser/internal"]
path = chrome/browser/internal
url = https://chrome-internal.googlesource.com/chrome/browser_internal.git
gclient-condition = checkout_src_internal
[submodule "chrome/browser/media/engagement_internal"]
path = chrome/browser/media/engagement_internal
url = https://chrome-internal.googlesource.com/chrome/browser/media/engagement_internal.git
gclient-condition = checkout_src_internal
[submodule "chrome/browser/resources/chromeos/quickoffice"]
path = chrome/browser/resources/chromeos/quickoffice
url = https://chrome-internal.googlesource.com/quickoffice/crx.git
gclient-condition = (checkout_chromeos or checkout_linux) and checkout_src_internal
[submodule "chrome/browser/resources/settings_internal"]
path = chrome/browser/resources/settings_internal
url = https://chrome-internal.googlesource.com/chrome/browser/resources/settings_internal.git
gclient-condition = checkout_src_internal
[submodule "chrome/browser/spellchecker/internal"]
path = chrome/browser/spellchecker/internal
url = https://chrome-internal.googlesource.com/chrome/spellchecker/internal.git
gclient-condition = checkout_src_internal
[submodule "chrome/chrome_cleaner/internal"]
path = chrome/chrome_cleaner/internal
url = https://chrome-internal.googlesource.com/protector/foil.git
gclient-condition = checkout_chrome_cleaner_internal and checkout_src_internal
[submodule "chrome/installer/mac/internal"]
path = chrome/installer/mac/internal
url = https://chrome-internal.googlesource.com/chrome/installer/mac/internal.git
gclient-condition = checkout_src_internal
[submodule "chrome/test/data/firefox3_profile/searchplugins"]
path = chrome/test/data/firefox3_profile/searchplugins
url = https://chrome-internal.googlesource.com/chrome/data/osdd/firefox3_profile_searchplugins.git
gclient-condition = checkout_src_internal
[submodule "chrome/test/data/firefox3_searchplugins"]
path = chrome/test/data/firefox3_searchplugins
url = https://chrome-internal.googlesource.com/chrome/data/osdd/firefox3_searchplugins.git
gclient-condition = checkout_src_internal
[submodule "chrome/test/data/gpu/vt"]
path = chrome/test/data/gpu/vt
url = https://chrome-internal.googlesource.com/chrome/data/vectortown_endurance/vectortownstatic-20121022.git
gclient-condition = checkout_src_internal
[submodule "chrome/test/data/perf/frame_rate/private"]
path = chrome/test/data/perf/frame_rate/private
url = https://chrome-internal.googlesource.com/chrome/data/frame_rate_tests.git
gclient-condition = checkout_src_internal
[submodule "chrome/test/data/perf/private"]
path = chrome/test/data/perf/private
url = https://chrome-internal.googlesource.com/chrome/data/perf_tests.git
gclient-condition = checkout_src_internal
[submodule "chrome/test/data/pdf_private"]
path = chrome/test/data/pdf_private
url = https://chrome-internal.googlesource.com/chrome/data/pdf_private.git
gclient-condition = checkout_src_internal
[submodule "chrome/test/media_router/internal"]
path = chrome/test/media_router/internal
url = https://chrome-internal.googlesource.com/chrome/test/media_router/internal.git
gclient-condition = checkout_src_internal
[submodule "chrome/test/python_tests"]
path = chrome/test/python_tests
url = https://chrome-internal.googlesource.com/chrome/test/python_tests.git
gclient-condition = checkout_src_internal
[submodule "chrome/tools/memory"]
path = chrome/tools/memory
url = https://chrome-internal.googlesource.com/chrome/tools/memory.git
gclient-condition = checkout_win and checkout_src_internal
[submodule "chrome/services/speech/internal"]
path = chrome/services/speech/internal
url = https://chrome-internal.googlesource.com/chromeos/speech.git
gclient-condition = checkout_chromeos and checkout_src_internal
[submodule "components/autofill/core/browser/form_parsing/internal_resources"]
path = components/autofill/core/browser/form_parsing/internal_resources
url = https://chrome-internal.googlesource.com/chrome/components/autofill_regex_patterns.git
gclient-condition = checkout_src_internal
[submodule "components/crash/core/app/internal"]
path = components/crash/core/app/internal
url = https://chrome-internal.googlesource.com/chrome/components/crash.git
gclient-condition = checkout_src_internal
[submodule "components/metrics/internal"]
path = components/metrics/internal
url = https://chrome-internal.googlesource.com/chrome/components/metrics/internal.git
gclient-condition = checkout_src_internal
[submodule "components/ntp_tiles/resources/internal"]
path = components/ntp_tiles/resources/internal
url = https://chrome-internal.googlesource.com/chrome/components/ntp_tiles/resources.git
gclient-condition = checkout_src_internal
[submodule "components/optimization_guide/internal"]
path = components/optimization_guide/internal
url = https://chrome-internal.googlesource.com/chrome/components/optimization_guide.git
gclient-condition = checkout_src_internal
[submodule "components/resources/default_100_percent/google_chrome"]
path = components/resources/default_100_percent/google_chrome
url = https://chrome-internal.googlesource.com/chrome/components/default_100_percent/google_chrome.git
gclient-condition = checkout_src_internal
[submodule "components/resources/default_200_percent/google_chrome"]
path = components/resources/default_200_percent/google_chrome
url = https://chrome-internal.googlesource.com/chrome/components/default_200_percent/google_chrome.git
gclient-condition = checkout_src_internal
[submodule "components/resources/default_300_percent/google_chrome"]
path = components/resources/default_300_percent/google_chrome
url = https://chrome-internal.googlesource.com/chrome/components/default_300_percent/google_chrome.git
gclient-condition = checkout_src_internal
[submodule "components/site_isolation/internal"]
path = components/site_isolation/internal
url = https://chrome-internal.googlesource.com/chrome/components/site_isolation.git
gclient-condition = checkout_src_internal
[submodule "components/vector_icons/google_chrome"]
path = components/vector_icons/google_chrome
url = https://chrome-internal.googlesource.com/chrome/vector_icons/google_chrome.git
gclient-condition = checkout_src_internal
[submodule "content/test/data/plugin"]
path = content/test/data/plugin
url = https://chrome-internal.googlesource.com/chrome/data/chrome_plugin_tests.git
gclient-condition = checkout_src_internal
[submodule "google_apis/internal"]
path = google_apis/internal
url = https://chrome-internal.googlesource.com/chrome/google_apis/internal.git
gclient-condition = checkout_src_internal
[submodule "ios_internal"]
path = ios_internal
url = https://chrome-internal.googlesource.com/chrome/ios_internal.git
gclient-condition = checkout_ios and checkout_src_internal
[submodule "remoting/android/internal"]
path = remoting/android/internal
url = https://chrome-internal.googlesource.com/chrome/remoting/android/internal.git
gclient-condition = checkout_android and checkout_src_internal
[submodule "remoting/host/installer/linux/internal"]
path = remoting/host/installer/linux/internal
url = https://chrome-internal.googlesource.com/chrome/remoting/host/installer/linux/internal.git
gclient-condition = checkout_linux and checkout_src_internal
[submodule "remoting/internal"]
path = remoting/internal
url = https://chrome-internal.googlesource.com/chrome/app-streaming.git
gclient-condition = checkout_src_internal
[submodule "remoting/test/internal"]
path = remoting/test/internal
url = https://chrome-internal.googlesource.com/chrome/remoting/test/internal.git
gclient-condition = checkout_src_internal
[submodule "remoting/tools/internal"]
path = remoting/tools/internal
url = https://chrome-internal.googlesource.com/chrome/remoting/tools/internal.git
gclient-condition = checkout_src_internal
[submodule "remoting/webapp/app_remoting/internal"]
path = remoting/webapp/app_remoting/internal
url = https://chrome-internal.googlesource.com/chrome/remoting/webapp/app_remoting/internal.git
gclient-condition = checkout_src_internal
[submodule "signing_keys"]
path = signing_keys
url = https://chrome-internal.googlesource.com/clank/apptestkey.git
gclient-condition = checkout_android and checkout_google_internal and checkout_src_internal
[submodule "skia/tools/clusterfuzz-data"]
path = skia/tools/clusterfuzz-data
url = https://chrome-internal.googlesource.com/chrome/tools/clusterfuzz-data.git
gclient-condition = checkout_clusterfuzz_data and checkout_src_internal
[submodule "third_party/amd"]
path = third_party/amd
url = https://chrome-internal.googlesource.com/chrome/deps/amd.git
gclient-condition = checkout_win and checkout_src_internal
[submodule "third_party/android_tools_internal"]
path = third_party/android_tools_internal
url = https://chrome-internal.googlesource.com/clank/third_party/android_tools.git
gclient-condition = checkout_android and checkout_src_internal
[submodule "third_party/gles2_conform"]
path = third_party/gles2_conform
url = https://chrome-internal.googlesource.com/chrome/deps/gles2_conform.git
gclient-condition = checkout_src_internal
[submodule "third_party/googlemac"]
path = third_party/googlemac
url = https://chrome-internal.googlesource.com/chrome/deps/googlemac.git
gclient-condition = checkout_mac and checkout_src_internal
[submodule "third_party/khronos_glcts"]
path = third_party/khronos_glcts
url = https://chrome-internal.googlesource.com/chrome/deps/khronos_glcts.git
gclient-condition = checkout_src_internal
[submodule "third_party/widevine/cdm/chromeos"]
path = third_party/widevine/cdm/chromeos
url = https://chrome-internal.googlesource.com/chrome/deps/widevine/cdm/chromeos.git
gclient-condition = (checkout_chromeos or checkout_linux) and checkout_src_internal
[submodule "third_party/widevine/cdm/linux"]
path = third_party/widevine/cdm/linux
url = https://chrome-internal.googlesource.com/chrome/deps/widevine/cdm/linux.git
gclient-condition = checkout_linux and checkout_src_internal
[submodule "third_party/widevine/cdm/mac"]
path = third_party/widevine/cdm/mac
url = https://chrome-internal.googlesource.com/chrome/deps/widevine/cdm/mac.git
gclient-condition = checkout_mac and checkout_src_internal
[submodule "third_party/widevine/cdm/win"]
path = third_party/widevine/cdm/win
url = https://chrome-internal.googlesource.com/chrome/deps/widevine/cdm/win.git
gclient-condition = checkout_win and checkout_src_internal
[submodule "third_party/widevine/scripts"]
path = third_party/widevine/scripts
url = https://chrome-internal.googlesource.com/chrome/deps/widevine/scripts.git
gclient-condition = checkout_src_internal
[submodule "third_party/widevine/test/license_server"]
path = third_party/widevine/test/license_server
url = https://chrome-internal.googlesource.com/chrome/deps/widevine/test/license_server.git
gclient-condition = checkout_linux and checkout_src_internal
[submodule "third_party/wix"]
path = third_party/wix
url = https://chrome-internal.googlesource.com/chrome/deps/wix/v3_5_2519.git
gclient-condition = checkout_win and checkout_src_internal
[submodule "tools/perf/data"]
path = tools/perf/data
url = https://chrome-internal.googlesource.com/chrome/tools/perf/data.git
gclient-condition = checkout_src_internal
[submodule "ui/file_manager/internal"]
path = ui/file_manager/internal
url = https://chrome-internal.googlesource.com/chrome/file_manager.git
gclient-condition = (checkout_chromeos or checkout_linux) and checkout_src_internal
[submodule "ui/webui/internal"]
path = ui/webui/internal
url = https://chrome-internal.googlesource.com/chrome/ui-webui-internal.git
gclient-condition = checkout_chromeos and checkout_src_internal
[submodule "webkit/data/bmp_decoder"]
path = webkit/data/bmp_decoder
url = https://chrome-internal.googlesource.com/chrome/data/bmp_decoder.git
gclient-condition = checkout_src_internal
[submodule "webkit/data/ico_decoder"]
path = webkit/data/ico_decoder
url = https://chrome-internal.googlesource.com/chrome/data/ico_decoder.git
gclient-condition = checkout_src_internal
[submodule "webkit/data/test_shell/plugins"]
path = webkit/data/test_shell/plugins
url = https://chrome-internal.googlesource.com/chrome/data/webkit_plugin_tests.git
gclient-condition = checkout_src_internal

8
DEPS

@ -32,6 +32,10 @@
# which is a bit incomplete but the best documentation we have at the # which is a bit incomplete but the best documentation we have at the
# moment. # moment.
# We expect all git dependencies specified in this file to be in sync with git
# submodules (gitlinks).
git_dependencies = 'SYNC'
gclient_gn_args_file = 'src/build/config/gclient_args.gni' gclient_gn_args_file = 'src/build/config/gclient_args.gni'
gclient_gn_args = [ gclient_gn_args = [
'build_with_chromium', 'build_with_chromium',
@ -526,6 +530,10 @@ vars = {
# https://chrome-infra-packages.appspot.com/p/infra/3pp/tools/ninja # https://chrome-infra-packages.appspot.com/p/infra/3pp/tools/ninja
# This has to stay in sync with the version in src/third_party/ninja/README.chromium. # This has to stay in sync with the version in src/third_party/ninja/README.chromium.
'ninja_version': 'version:2@1.11.1.chromium.6', 'ninja_version': 'version:2@1.11.1.chromium.6',
# 'magic' variable to tell depot_tools that git submodules should be accepted
# but parity with DEPS file is expected.
'SUBMODULE_MIGRATION': 'True',
} }
# Only these hosts are allowed for dependencies in this DEPS file. # Only these hosts are allowed for dependencies in this DEPS file.

233
OWNERS

@ -34,3 +34,236 @@ per-file PRESUBMIT*.py=battre@chromium.org
per-file PRESUBMIT*.py=wnwen@chromium.org # For .pydeps changes per-file PRESUBMIT*.py=wnwen@chromium.org # For .pydeps changes
per-file README.md=* per-file README.md=*
per-file WATCHLISTS=* per-file WATCHLISTS=*
# git submodules
per-file third_party/clang-format/script=*
per-file chrome/browser/resources/preinstalled_web_apps/internal=*
per-file chrome/installer/mac/third_party/xz/xz=*
per-file third_party/libc++/src=*
per-file third_party/libc++abi/src=*
per-file third_party/libunwind/src=*
per-file chrome/test/data/autofill/captured_sites/artifacts=*
per-file chrome/test/data/password/captured_sites/artifacts=*
per-file chrome/test/data/perf/canvas_bench=*
per-file chrome/test/data/perf/frame_rate/content=*
per-file chrome/test/data/xr/webvr_info=*
per-file clank=*
per-file docs/website=*
per-file ios/third_party/earl_grey2/src=*
per-file ios/third_party/edo/src=*
per-file ios/third_party/gtx/src=*
per-file ios/third_party/lottie/src=*
per-file ios/third_party/material_components_ios/src=*
per-file ios/third_party/material_font_disk_loader_ios/src=*
per-file ios/third_party/material_internationalization_ios/src=*
per-file ios/third_party/material_roboto_font_loader_ios/src=*
per-file ios/third_party/material_sprited_animation_view_ios/src=*
per-file ios/third_party/material_text_accessibility_ios/src=*
per-file ios/third_party/motion_interchange_objc/src=*
per-file ios/third_party/motion_animator_objc/src=*
per-file ios/third_party/motion_transitioning_objc/src=*
per-file ios/third_party/ochamcrest/src=*
per-file ios/third_party/webkit/src=*
per-file media/cdm/api=*
per-file native_client=*
per-file net/third_party/quiche/src=*
per-file third_party/android_protobuf/src=*
per-file third_party/androidx_javascriptengine/src=*
per-file third_party/angle=*
per-file third_party/anonymous_tokens/src=*
per-file third_party/content_analysis_sdk/src=*
per-file third_party/dav1d/libdav1d=*
per-file third_party/dawn=*
per-file third_party/highway/src=*
per-file third_party/apache-portable-runtime/src=*
per-file third_party/barhopper=*
per-file third_party/google_benchmark/src=*
per-file third_party/boringssl/src=*
per-file third_party/breakpad/breakpad=*
per-file third_party/cast_core/public/src=*
per-file third_party/catapult=*
per-file third_party/ced/src=*
per-file third_party/chromium-variations=*
per-file third_party/chromevox/third_party/sre/src=*
per-file third_party/chromite=*
per-file third_party/cld_3/src=*
per-file third_party/colorama/src=*
per-file third_party/cpu_features/src=*
per-file third_party/cpuinfo/src=*
per-file third_party/crc32c/src=*
per-file third_party/cros_system_api=*
per-file third_party/crossbench=*
per-file third_party/crubit/src=*
per-file third_party/depot_tools=*
per-file third_party/devtools-frontend/src=*
per-file third_party/devtools-frontend-internal=*
per-file third_party/dom_distiller_js/dist=*
per-file third_party/eigen3/src=*
per-file third_party/emoji-metadata/src=*
per-file third_party/farmhash/src=*
per-file third_party/ffmpeg=*
per-file third_party/flac=*
per-file third_party/flatbuffers/src=*
per-file third_party/fontconfig/src=*
per-file third_party/fp16/src=*
per-file third_party/gemmlowp/src=*
per-file third_party/grpc/src=*
per-file third_party/freetype/src=*
per-file third_party/freetype-testing/src=*
per-file third_party/fxdiv/src=*
per-file third_party/harfbuzz-ng/src=*
per-file third_party/emoji-segmenter/src=*
per-file third_party/ots/src=*
per-file third_party/libgav1/src=*
per-file third_party/google_toolbox_for_mac/src=*
per-file third_party/googletest/src=*
per-file third_party/gnu_binutils=*
per-file third_party/gperf=*
per-file third_party/gvr-android-sdk/src=*
per-file third_party/cardboard/src=*
per-file third_party/arcore-android-sdk/src=*
per-file third_party/hunspell_dictionaries=*
per-file third_party/icu=*
per-file third_party/javalang/src=*
per-file third_party/jsoncpp/source=*
per-file third_party/junit/src=*
per-file third_party/leveldatabase/src=*
per-file third_party/libFuzzer/src=*
per-file third_party/fuzztest/src=*
per-file third_party/libaddressinput/src=*
per-file third_party/libaom/source/libaom=*
per-file third_party/libavif/src=*
per-file third_party/libavifinfo/src=*
per-file third_party/nearby/src=*
per-file third_party/beto-core/src=*
per-file third_party/securemessage/src=*
per-file third_party/ukey2/src=*
per-file third_party/cros-components/src=*
per-file third_party/libdrm/src=*
per-file third_party/expat/src=*
per-file third_party/libipp/libipp=*
per-file third_party/libjpeg_turbo=*
per-file third_party/liblouis/src=*
per-file third_party/libphonenumber/dist=*
per-file third_party/libprotobuf-mutator/src=*
per-file third_party/libsrtp=*
per-file third_party/libsync/src=*
per-file third_party/libunwindstack=*
per-file third_party/libvpx/source/libvpx=*
per-file third_party/libwebm/source=*
per-file third_party/libwebp/src=*
per-file third_party/libyuv=*
per-file third_party/lighttpd=*
per-file third_party/lss=*
per-file third_party/material_color_utilities/src=*
per-file third_party/material_design_icons/src=*
per-file third_party/mingw-w64/mingw/bin=*
per-file third_party/minigbm/src=*
per-file third_party/nacl_sdk_binaries=*
per-file third_party/nasm=*
per-file third_party/neon_2_sse/src=*
per-file third_party/netty-tcnative/src=*
per-file third_party/netty4/src=*
per-file third_party/openh264/src=*
per-file third_party/openscreen/src=*
per-file third_party/openxr/src=*
per-file third_party/pdfium=*
per-file third_party/perfetto=*
per-file third_party/perl=*
per-file third_party/pthreadpool/src=*
per-file third_party/pyelftools=*
per-file third_party/quic_trace/src=*
per-file third_party/pywebsocket3/src=*
per-file third_party/re2/src=*
per-file third_party/requests/src=*
per-file third_party/ruy/src=*
per-file third_party/skia=*
per-file third_party/smhasher/src=*
per-file third_party/snappy/src=*
per-file third_party/sqlite/src=*
per-file third_party/swiftshader=*
per-file third_party/text-fragments-polyfill/src=*
per-file third_party/tflite/src=*
per-file third_party/vulkan-deps=*
per-file third_party/vulkan_memory_allocator=*
per-file third_party/wayland/src=*
per-file third_party/wayland-protocols/src=*
per-file third_party/wayland-protocols/kde=*
per-file third_party/wayland-protocols/gtk=*
per-file third_party/webdriver/pylib=*
per-file third_party/webgl/src=*
per-file third_party/webgpu-cts/src=*
per-file third_party/webrtc=*
per-file third_party/wuffs/src=*
per-file third_party/weston/src=*
per-file third_party/wlcs/src=*
per-file third_party/xdg-utils=*
per-file third_party/xnnpack/src=*
per-file tools/page_cycler/acid3=*
per-file third_party/zstd/src=*
per-file v8=*
per-file internal=*
per-file third_party/android_prebuilts/build_tools=*
per-file chromeos/assistant/internal=*
per-file build/fuchsia/internal=*
per-file chrome/app/theme/default_100_percent/google_chrome=*
per-file chrome/app/theme/default_200_percent/google_chrome=*
per-file chrome/app/theme/google_chrome=*
per-file chrome/browser/enterprise/connectors/internal=*
per-file chrome/browser/google/linkdoctor_internal=*
per-file chrome/browser/internal=*
per-file chrome/browser/media/engagement_internal=*
per-file chrome/browser/resources/chromeos/quickoffice=*
per-file chrome/browser/resources/settings_internal=*
per-file chrome/browser/spellchecker/internal=*
per-file chrome/chrome_cleaner/internal=*
per-file chrome/installer/mac/internal=*
per-file chrome/test/data/firefox3_profile/searchplugins=*
per-file chrome/test/data/firefox3_searchplugins=*
per-file chrome/test/data/gpu/vt=*
per-file chrome/test/data/perf/frame_rate/private=*
per-file chrome/test/data/perf/private=*
per-file chrome/test/data/pdf_private=*
per-file chrome/test/media_router/internal=*
per-file chrome/test/python_tests=*
per-file chrome/tools/memory=*
per-file chrome/services/speech/internal=*
per-file components/autofill/core/browser/form_parsing/internal_resources=*
per-file components/crash/core/app/internal=*
per-file components/metrics/internal=*
per-file components/ntp_tiles/resources/internal=*
per-file components/optimization_guide/internal=*
per-file components/resources/default_100_percent/google_chrome=*
per-file components/resources/default_200_percent/google_chrome=*
per-file components/resources/default_300_percent/google_chrome=*
per-file components/site_isolation/internal=*
per-file components/vector_icons/google_chrome=*
per-file content/test/data/plugin=*
per-file google_apis/internal=*
per-file ios_internal=*
per-file remoting/android/internal=*
per-file remoting/host/installer/linux/internal=*
per-file remoting/internal=*
per-file remoting/test/internal=*
per-file remoting/tools/internal=*
per-file remoting/webapp/app_remoting/internal=*
per-file signing_keys=*
per-file skia/tools/clusterfuzz-data=*
per-file third_party/amd=*
per-file third_party/android_tools_internal=*
per-file third_party/gles2_conform=*
per-file third_party/googlemac=*
per-file third_party/khronos_glcts=*
per-file third_party/widevine/cdm/chromeos=*
per-file third_party/widevine/cdm/linux=*
per-file third_party/widevine/cdm/mac=*
per-file third_party/widevine/cdm/win=*
per-file third_party/widevine/scripts=*
per-file third_party/widevine/test/license_server=*
per-file third_party/wix=*
per-file tools/perf/data=*
per-file ui/file_manager/internal=*
per-file ui/webui/internal=*
per-file webkit/data/bmp_decoder=*
per-file webkit/data/ico_decoder=*
per-file webkit/data/test_shell/plugins=*

1
chrome/tools/memory Submodule

Submodule chrome/tools/memory added at 3c93593822

1
clank Submodule

Submodule clank added at 4b4bafced1

1
docs/website Submodule

Submodule docs/website added at 49c12aba22

1
google_apis/internal Submodule

Submodule google_apis/internal added at 1f0b7eaee8

1
internal Submodule

Submodule internal added at 4e1a09949f

1
ios/third_party/edo/src vendored Submodule

Submodule ios/third_party/edo/src added at 726d5e6fc7

1
ios/third_party/gtx/src vendored Submodule

Submodule ios/third_party/gtx/src added at 0e6d6628c5

1
ios/third_party/lottie/src vendored Submodule

1
ios/third_party/webkit/src vendored Submodule

1
ios_internal Submodule

Submodule ios_internal added at 6a51cc6934

1
media/cdm/api Submodule

Submodule media/cdm/api added at fef0b5aa1b

1
native_client Submodule

Submodule native_client added at f9cb132c41

1
net/third_party/quiche/src vendored Submodule

1
remoting/internal Submodule

Submodule remoting/internal added at d4e99ab2c4

1
signing_keys Submodule

Submodule signing_keys added at 5138e68491

1
third_party/amd vendored Submodule

Submodule third_party/amd added at cbd9811acb

1
third_party/angle vendored Submodule

Submodule third_party/angle added at d1d41e11d2

1
third_party/barhopper vendored Submodule

Submodule third_party/barhopper added at 865bd06ef4

1
third_party/beto-core/src vendored Submodule

1
third_party/boringssl/src vendored Submodule

1
third_party/cardboard/src vendored Submodule

1
third_party/catapult vendored Submodule

Submodule third_party/catapult added at 00c92993e3

1
third_party/ced/src vendored Submodule

Submodule third_party/ced/src added at ba412eaaac

1
third_party/chromite vendored Submodule

Submodule third_party/chromite added at c4b0ff08d3

1
third_party/cld_3/src vendored Submodule

Submodule third_party/cld_3/src added at b48dc46512

1
third_party/colorama/src vendored Submodule

Some files were not shown because too many files have changed in this diff Show More