Chromium Code Reviews| Index: DEPS |
| diff --git a/DEPS b/DEPS |
| index 966a4ccd30a946c4fe526c9e32937a86b6761b08..f6fe16d6ea3330f9da8ee32bf041776fc030d50c 100644 |
| --- a/DEPS |
| +++ b/DEPS |
| @@ -26,7 +26,6 @@ vars = { |
| "webkit_revision": "173743", |
| "chromium_git": "https://chromium.googlesource.com", |
| "chromiumos_git": "https://chromium.googlesource.com/chromiumos", |
| - "skia_git": "https://skia.googlesource.com", |
| "swig_revision": "230490", |
| "nacl_revision": "13150", |
| # After changing nacl_revision, run 'glient sync' and check native_client/DEPS |
| @@ -45,8 +44,7 @@ vars = { |
| "sfntly_revision": "228", |
| "lighttpd_revision": "33737", |
| - "skia_revision": "14592", |
| - "skia_hash": "24f6e29fc133f1082c73e2a96f30bee92e3123aa", |
| + "skia_revision": "80116dcf1e1baf9817ae42d0aca51f7eabaa2880", |
| # Three lines of non-changing comments so that |
| # the commit queue can handle CLs rolling Skia |
| # and V8 without interference from each other. |
| @@ -158,14 +156,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": |
|
robertphillips
2014/05/09 14:17:27
skia_hash?
robertphillips
2014/05/09 14:18:18
Ignore this - didn't notice the renaming above.
|
| + Var("chromium_git") + "/skia.git@" + Var("skia_revision"), |
| "src/third_party/ots": |
| (Var("googlecode_url") % "ots") + "/trunk@113", |