-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDEPS
More file actions
13 lines (11 loc) · 704 Bytes
/
Copy pathDEPS
File metadata and controls
13 lines (11 loc) · 704 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
vars = {
"root_dir": ".",
"googlecode_url": "http://%s.googlecode.com/svn",
"skia_revision": "12838",
}
deps = {
"src/third_party/skia/":
(Var("googlecode_url") % "skia") + "/trunk@" + Var("skia_revision"),
"src/tools/gyp":
(Var("googlecode_url") % "gyp") + "/trunk@1828",
}