forked from Tencent/libpag
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDEPS
More file actions
58 lines (58 loc) · 1.55 KB
/
DEPS
File metadata and controls
58 lines (58 loc) · 1.55 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
{
"version": "1.3.12",
"vars": {
"PAG_GROUP": "https://github.com/libpag"
},
"repos": {
"common": [
{
"url": "${PAG_GROUP}/vendor_tools.git",
"commit": "0f4264d14ce6c8d1185d27dc9e2e6ee758a8bbcb",
"dir": "third_party/vendor_tools"
},
{
"url": "${PAG_GROUP}/tgfx.git",
"commit": "c8a10c1bc66bc44ea5fd81eaf0dc6f1bca0caf06",
"dir": "third_party/tgfx"
},
{
"url": "${PAG_GROUP}/libavc.git",
"commit": "c2bf4c84a6d39788929e59514417e819185af98e",
"dir": "third_party/libavc"
},
{
"url": "https://github.com/rttrorg/rttr.git",
"commit": "7edbd580cfad509a3253c733e70144e36f02ecd4",
"dir": "third_party/rttr"
},
{
"url": "https://github.com/harfbuzz/harfbuzz.git",
"commit": "f1f2be776bcd994fa9262622e1a7098a066e5cf7",
"dir": "third_party/harfbuzz"
},
{
"url": "https://github.com/lz4/lz4.git",
"commit": "cacca37747572717ceb1f156eb9840644205ca4f",
"dir": "third_party/lz4"
},
{
"url": "https://github.com/libexpat/libexpat.git",
"commit": "88b3ed553d8ad335559254863a33360d55b9f1d6",
"dir": "third_party/expat"
},
{
"url": "https://github.com/Tehreer/SheenBidi.git",
"commit": "cfe430e7375a7845b679adae9d51dac6deaa8858",
"dir": "third_party/SheenBidi"
}
]
},
"actions": {
"common": [
{
"command": "depsync --clean",
"dir": "third_party"
}
]
}
}