-
Notifications
You must be signed in to change notification settings - Fork 718
Expand file tree
/
Copy path.gitmodules
More file actions
32 lines (32 loc) · 1.62 KB
/
Copy path.gitmodules
File metadata and controls
32 lines (32 loc) · 1.62 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
[submodule "test/ai_evals/eval_data"]
path = test/ai_evals/eval_data
url = https://chrome-internal.googlesource.com/devtools/chrome-devtools-evals
gclient-condition = checkout_ai_evals == True
[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
gclient-condition = build_with_chromium == False
[submodule "extensions/cxx_debugging/third_party/llvm/src"]
path = extensions/cxx_debugging/third_party/llvm/src
url = https://chromium.googlesource.com/external/github.com/llvm/llvm-project
gclient-condition = checkout_cxx_debugging_extension_deps == True
[submodule "extensions/cxx_debugging/third_party/lldb-eval/src"]
path = extensions/cxx_debugging/third_party/lldb-eval/src
url = https://chromium.googlesource.com/external/github.com/google/lldb-eval
gclient-condition = checkout_cxx_debugging_extension_deps == True
[submodule "buildtools"]
path = buildtools
url = https://chromium.googlesource.com/chromium/src/buildtools
gclient-condition = build_with_chromium == False
[submodule "build"]
path = build
url = https://chromium.googlesource.com/chromium/src/build
gclient-condition = build_with_chromium == False
[submodule "third_party/depot_tools"]
path = third_party/depot_tools
url = https://chromium.googlesource.com/chromium/tools/depot_tools
gclient-condition = build_with_chromium == False
[submodule "third_party/inspector_protocol"]
path = third_party/inspector_protocol
url = https://chromium.googlesource.com/deps/inspector_protocol
gclient-condition = build_with_chromium == False