forked from Tencent/libpag
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDEPS
93 lines (93 loc) · 2.71 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"version": "1.2.2",
"vars": {
"PAG_GROUP": "https://github.com/libpag"
},
"repos": {
"common": [
{
"url": "${PAG_GROUP}/vendor_tools.git",
"commit": "de569142433f1c2ed447de01c20bdd908bde8915",
"dir": "vendor_tools"
},
{
"url": "${PAG_GROUP}/pathkit.git",
"commit": "f0c4736442a8e640e7f7978b6b9ed322148245bb",
"dir": "third_party/pathkit"
},
{
"url": "${PAG_GROUP}/skcms.git",
"commit": "26af768d918c8f9a693ce6ee1a0fc6611559d29e",
"dir": "third_party/skcms"
},
{
"url": "${PAG_GROUP}/libavc.git",
"commit": "c2bf4c84a6d39788929e59514417e819185af98e",
"dir": "third_party/libavc"
},
{
"url": "${PAG_GROUP}/swiftshader.git",
"commit": "040ee43bfeba9b6b532dbd8222df737aac2d55b1",
"dir": "third_party/swiftshader"
},
{
"url": "https://github.com/madler/zlib.git",
"commit": "cacf7f1d4e3d44d871b605da3b647f07d718623f",
"dir": "third_party/zlib"
},
{
"url": "https://github.com/glennrp/libpng.git",
"commit": "a40189cf881e9f0db80511c382292a5604c3c3d1",
"dir": "third_party/libpng"
},
{
"url": "https://github.com/webmproject/libwebp.git",
"commit": "9ce5843dbabcfd3f7c39ec7ceba9cbeb213cbfdf",
"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/rttrorg/rttr.git",
"commit": "7edbd580cfad509a3253c733e70144e36f02ecd4",
"dir": "third_party/rttr"
},
{
"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/harfbuzz/harfbuzz.git",
"commit": "f1f2be776bcd994fa9262622e1a7098a066e5cf7",
"dir": "third_party/harfbuzz"
},
{
"url": "https://github.com/lz4/lz4.git",
"commit": "5ff839680134437dbf4678f3d0c7b371d84f4964",
"dir": "third_party/lz4"
}
]
},
"actions": {
"common": [
{
"command": "depsync --clean",
"dir": "third_party"
}
]
}
}