-
Notifications
You must be signed in to change notification settings - Fork 68
/
DEPS
78 lines (78 loc) · 2.26 KB
/
DEPS
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
{
"version": "1.3.12",
"vars": {
"PAG_GROUP": "https://github.com/libpag"
},
"repos": {
"common": [
{
"url": "${PAG_GROUP}/vendor_tools.git",
"commit": "b3125b9cf13bcc70e63212de1d0ed95e7beaa2a9",
"dir": "third_party/vendor_tools"
},
{
"url": "${PAG_GROUP}/pathkit.git",
"commit": "a03c6d8bc779bca102587d912b72d8d972af8324",
"dir": "third_party/pathkit"
},
{
"url": "${PAG_GROUP}/skcms.git",
"commit": "8ca9333954230146f663b8890db634d2e7a30500",
"dir": "third_party/skcms"
},
{
"url": "https://github.com/madler/zlib.git",
"commit": "cacf7f1d4e3d44d871b605da3b647f07d718623f",
"dir": "third_party/zlib"
},
{
"url": "https://github.com/glennrp/libpng.git",
"commit": "f135775ad4e5d4408d2e12ffcc71bb36e6b48551",
"dir": "third_party/libpng"
},
{
"url": "https://github.com/webmproject/libwebp.git",
"commit": "233960a0ad8c640acd458a6966dea09e12c1325a",
"dir": "third_party/libwebp"
},
{
"url": "https://github.com/libjpeg-turbo/libjpeg-turbo.git",
"commit": "0a9b9721782d3a60a5c16c8c9a7abf3d4b1ecd42",
"dir": "third_party/libjpeg-turbo"
},
{
"url": "https://github.com/freetype/freetype.git",
"commit": "86bc8a95056c97a810986434a3f268cbe67f2902",
"dir": "third_party/freetype"
},
{
"url": "https://github.com/harfbuzz/harfbuzz.git",
"commit": "f1f2be776bcd994fa9262622e1a7098a066e5cf7",
"dir": "third_party/harfbuzz"
},
{
"url": "https://github.com/google/googletest.git",
"commit": "e2239ee6043f73722e7aa812a459f54a28552929",
"dir": "third_party/googletest"
},
{
"url": "https://github.com/nlohmann/json.git",
"commit": "fec56a1a16c6e1c1b1f4e116a20e79398282626c",
"dir": "third_party/json"
},
{
"url": "https://github.com/libexpat/libexpat.git",
"commit": "88b3ed553d8ad335559254863a33360d55b9f1d6",
"dir": "third_party/expat"
}
]
},
"actions": {
"common": [
{
"command": "depsync --clean",
"dir": "third_party"
}
]
}
}