Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(259)

Unified Diff: DEPS

Issue 192743005: Change Skia DEPS to git (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698