forked from google/gapid
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitmodules
84 lines (84 loc) · 3.65 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
[submodule "third_party/cityhash"]
path = third_party/cityhash
url = https://github.com/google/cityhash.git
[submodule "third_party/googletest"]
path = third_party/googletest
url = https://github.com/google/googletest.git
[submodule "third_party/grpc-java"]
path = third_party/grpc-java
url = https://github.com/grpc/grpc-java.git
[submodule "third_party/llvm"]
path = third_party/llvm
url = https://github.com/llvm-mirror/llvm.git
[submodule "third_party/protobuf"]
path = third_party/protobuf
url = https://github.com/google/protobuf.git
[submodule "third_party/src/github.com/fsnotify/fsnotify"]
path = third_party/src/github.com/fsnotify/fsnotify
url = https://github.com/fsnotify/fsnotify.git
[submodule "third_party/src/github.com/golang/protobuf"]
path = third_party/src/github.com/golang/protobuf
url = https://github.com/golang/protobuf.git
[submodule "third_party/src/github.com/gopherjs/gopherjs"]
path = third_party/src/github.com/gopherjs/gopherjs
url = https://github.com/gopherjs/gopherjs.git
[submodule "third_party/src/github.com/kardianos/osext"]
path = third_party/src/github.com/kardianos/osext
url = https://github.com/kardianos/osext.git
[submodule "third_party/src/github.com/neelance/sourcemap"]
path = third_party/src/github.com/neelance/sourcemap
url = https://github.com/neelance/sourcemap.git
[submodule "third_party/src/github.com/pkg/errors"]
path = third_party/src/github.com/pkg/errors
url = https://github.com/pkg/errors.git
[submodule "third_party/src/github.com/spf13/cobra"]
path = third_party/src/github.com/spf13/cobra
url = https://github.com/spf13/cobra.git
[submodule "third_party/src/github.com/spf13/pflag"]
path = third_party/src/github.com/spf13/pflag
url = https://github.com/spf13/pflag.git
[submodule "third_party/src/golang.org/x/crypto"]
path = third_party/src/golang.org/x/crypto
url = https://github.com/golang/crypto.git
[submodule "third_party/src/golang.org/x/net"]
path = third_party/src/golang.org/x/net
url = https://github.com/golang/net.git
[submodule "third_party/src/golang.org/x/sys"]
path = third_party/src/golang.org/x/sys
url = https://github.com/golang/sys.git
[submodule "third_party/src/golang.org/x/tools"]
path = third_party/src/golang.org/x/tools
url = https://github.com/golang/tools.git
[submodule "third_party/src/google.golang.org/grpc"]
path = third_party/src/google.golang.org/grpc
url = https://github.com/grpc/grpc-go.git
[submodule "third_party/src/github.com/inconshreveable/mousetrap"]
path = third_party/src/github.com/inconshreveable/mousetrap
url = https://github.com/inconshreveable/mousetrap.git
[submodule "third_party/glslang"]
path = third_party/glslang
url = https://github.com/KhronosGroup/glslang.git
ignore = untracked
[submodule "third_party/shaderc"]
path = third_party/shaderc
url = https://github.com/google/shaderc.git
[submodule "third_party/SPIRV-Headers"]
path = third_party/SPIRV-Headers
url = https://github.com/KhronosGroup/SPIRV-Headers.git
[submodule "third_party/SPIRV-Tools"]
path = third_party/SPIRV-Tools
url = https://github.com/KhronosGroup/SPIRV-Tools.git
ignore = untracked
[submodule "third_party/SPIRV-Cross"]
path = third_party/SPIRV-Cross
url = https://github.com/KhronosGroup/SPIRV-Cross.git
ignore = untracked
[submodule "third_party/astc-encoder"]
path = third_party/astc-encoder
url = https://github.com/ARM-software/astc-encoder.git
[submodule "third_party/src/github.com/google/go-github"]
path = third_party/src/github.com/google/go-github
url = https://github.com/google/go-github.git
[submodule "third_party/src/github.com/google/go-querystring"]
path = third_party/src/github.com/google/go-querystring
url = https://github.com/google/go-querystring.git