-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdefault.xml
More file actions
83 lines (80 loc) · 2.08 KB
/
default.xml
File metadata and controls
83 lines (80 loc) · 2.08 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
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
<manifest>
<remote
name="noslate"
alias="origin"
fetch="https://github.com/noslate-project"
pushurl="ssh://git@github.com/noslate-project"/>
<remote
name="github"
alias="origin"
fetch="https://github.com"/>
<default remote="noslate" revision="main"/>
<!-- MARK: Basic -->
<project name="noslated" groups="base"/>
<project name="aworker" groups="base"/>
<project name="build" groups="base">
<linkfile src="node_modules" dest="node_modules"/>
<linkfile src=".clang-format" dest=".clang-format"/>
<linkfile src=".editorconfig" dest=".editorconfig"/>
<linkfile src="CPPLINT.cfg" dest="CPPLINT.cfg"/>
<linkfile src="build.mk" dest="Makefile"/>
</project>
<project name="noslate" groups="base"/>
<project name="turf" groups="base"/>
<project name="libyuv" />
<!-- MARK: Vendor -->
<project
path="node"
name="nodejs/node"
remote="github"
groups="vendor"
revision="refs/tags/v16.18.1"/>
<project
path="vendor/ada"
name="ada-url/ada"
remote="github"
groups="vendor"
revision="refs/tags/v1.0.4"/>
<project
path="vendor/cpplint"
name="cpplint/cpplint"
remote="github"
groups="vendor"
revision="refs/tags/1.5.4"/>
<project
path="vendor/curl"
name="curl/curl"
remote="github"
groups="vendor"
revision="refs/tags/curl-7_80_0"/>
<project
path="vendor/cwalk"
name="likle/cwalk"
remote="github"
groups="vendor"
revision="refs/tags/v1.2.5"/>
<project
path="vendor/googletest"
name="google/googletest"
remote="github"
groups="vendor"
revision="refs/tags/release-1.10.0"/>
<project
path="vendor/gyp-next"
name="nodejs/gyp-next"
remote="github"
groups="vendor"
revision="refs/tags/v0.14.0"/>
<project
path="vendor/protobuf"
name="protocolbuffers/protobuf"
remote="github"
groups="vendor"
revision="refs/tags/v2.6.1"/>
<project
path="vendor/wpt"
name="web-platform-tests/wpt"
remote="github"
groups="vendor"
revision="313f99aafa6620894b8d7a7acc6e015b9548e179"/>
</manifest>