Chromium Code Reviews| Index: DEPS |
| diff --git a/DEPS b/DEPS |
| index fca32b1a89e2f22f93d97364d260e528fad79e23..6544d01c17bb27636330c64c131311f10448c9a2 100644 |
| --- a/DEPS |
| +++ b/DEPS |
| @@ -98,6 +98,9 @@ deps = { |
| Var("nacl_trunk") + "/src/native_client/tests/prebuilt@" + |
| Var("nacl_revision"), |
| + "src/third_party/sfntly/src/sfntly": |
| + (Var("googlecode_url") % "sfntly") + "/trunk/cpp/src/sfntly@9", |
|
Sheridan Rawlins
2011/07/14 22:35:51
Can you make a variable for the sfntly version lik
arthurhsu
2011/07/14 23:52:35
Done.
|
| + |
| "src/third_party/skia/gpu": |
| (Var("googlecode_url") % "skia") + "/trunk/gpu@" + Var("skia_revision"), |