Chromium Code Reviews| Index: DEPS |
| diff --git a/DEPS b/DEPS |
| index 4e6c4cb46f84858674acf61d38266c4d72102e39..9010b96fed70133a6aca387f32911bbdd6eaeabc 100644 |
| --- a/DEPS |
| +++ b/DEPS |
| @@ -87,6 +87,9 @@ deps = { |
| Var("nacl_trunk") + "/src/native_client/tests/prebuilt@" + |
| Var("nacl_revision"), |
| + "src/third_party/skia/experimental": |
| + (Var("googlecode_url") % "skia") + "/trunk/experimental@" + Var("skia_revision"), |
| + |
| "src/third_party/skia/gpu": |
| (Var("googlecode_url") % "skia") + "/trunk/gpu@" + Var("skia_revision"), |