summaryrefslogtreecommitdiffstats
path: root/DEPS
diff options
context:
space:
mode:
Diffstat (limited to 'DEPS')
-rw-r--r--DEPS7
1 files changed, 5 insertions, 2 deletions
diff --git a/DEPS b/DEPS
index 3f97560..cdbe273 100644
--- a/DEPS
+++ b/DEPS
@@ -45,8 +45,11 @@ deps = {
"src/native_client":
"http://nativeclient.googlecode.com/svn/trunk/src/native_client@894",
- "src/third_party/skia":
- "http://skia.googlecode.com/svn/trunk@404",
+ "src/third_party/skia/src":
+ "http://skia.googlecode.com/svn/trunk/src@404",
+
+ "src/third_party/skia/include":
+ "http://skia.googlecode.com/svn/trunk/include@404",
"src/third_party/WebKit/LayoutTests":
Var("webkit_trunk") + "/LayoutTests@" + Var("webkit_revision"),