Index: DEPS |
diff --git a/DEPS b/DEPS |
index 1ad4d952e22f2ae2c2828b3ba7bcfd082d3befb6..dd55e01ae9fd863d99a3eef306fcf2e36bb083d8 100644 |
--- a/DEPS |
+++ b/DEPS |
@@ -26,7 +26,6 @@ vars = { |
"webkit_revision": "168829", |
"chromium_git": "https://chromium.googlesource.com", |
"chromiumos_git": "https://chromium.googlesource.com/chromiumos", |
- "skia_git": "https://skia.googlesource.com", |
"swig_revision": "230490", |
"nacl_revision": "12835", |
# After changing nacl_revision, run 'glient sync' and check native_client/DEPS |
@@ -45,7 +44,6 @@ vars = { |
"sfntly_revision": "228", |
"lighttpd_revision": "33737", |
- "skia_revision": "13701", |
"skia_hash": "7fc2228795537a6202a4c25e63eada30dbcaf698", |
# Three lines of non-changing comments so that |
# the commit queue can handle CLs rolling Skia |
@@ -155,14 +153,8 @@ deps = { |
(Var("googlecode_url") % "sfntly") + "/trunk/cpp/src@" + |
Var("sfntly_revision"), |
- "src/third_party/skia/src": |
- (Var("googlecode_url") % "skia") + "/trunk/src@" + Var("skia_revision"), |
- |
- "src/third_party/skia/gyp": |
- (Var("googlecode_url") % "skia") + "/trunk/gyp@" + Var("skia_revision"), |
- |
- "src/third_party/skia/include": |
- (Var("googlecode_url") % "skia") + "/trunk/include@" + Var("skia_revision"), |
+ "src/third_party/skia": |
+ Var("chromium_git") + "/skia.git@" + Var("skia_hash"), |
"src/third_party/ots": |
(Var("googlecode_url") % "ots") + "/trunk@110", |