forked from ChromeDevTools/devtools-frontend
-
Notifications
You must be signed in to change notification settings - Fork 8
/
.gitmodules
28 lines (28 loc) · 1.42 KB
/
.gitmodules
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
[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