-
Notifications
You must be signed in to change notification settings - Fork 521
Expand file tree
/
Copy pathDEPS
More file actions
63 lines (63 loc) · 1.71 KB
/
DEPS
File metadata and controls
63 lines (63 loc) · 1.71 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
{
"version": "1.3.12",
"vars": {
"PAG_GROUP": "https://github.com/libpag"
},
"repos": {
"common": [
{
"url": "${PAG_GROUP}/vendor_tools.git",
"commit": "9e11e4fbd54903a807f2a3708f6b6637a0892252",
"dir": "third_party/vendor_tools"
},
{
"url": "${PAG_GROUP}/tgfx.git",
"commit": "42d8f68589d729b545899fbaa19f350ba0810577",
"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": "9ef44a2d67ac870c1f7f671f6dc98d08a2579865",
"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"
},
{
"url": "https://github.com/GNOME/libxml2.git",
"commit": "3d840e17858de03a09fba8b202e3a89267d5795a",
"dir": "third_party/libxml2"
}
]
},
"actions": {
"common": [
{
"command": "depsync --clean",
"dir": "third_party"
}
]
}
}