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

Unified Diff: DEPS

Issue 275893002: Change Skia DEPS to pull from googlesource (git) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase again Created 6 years, 7 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 | third_party/skia/LICENSE » ('j') | 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 569671c9b1230585f827c95465855a937190ccb1..40f83049f09ffb7ffb9edaf3af1b8a203377a401 100644
--- a/DEPS
+++ b/DEPS
@@ -28,7 +28,6 @@ vars = {
"webkit_revision": "173963",
"chromium_git": "https://chromium.googlesource.com",
"chromiumos_git": "https://chromium.googlesource.com/chromiumos",
- "skia_git": "https://skia.googlesource.com",
"swig_revision": "230490",
"nacl_revision": "13167",
# After changing nacl_revision, run 'glient sync' and check native_client/DEPS
@@ -47,8 +46,7 @@ vars = {
"sfntly_revision": "228",
"lighttpd_revision": "33737",
- "skia_revision": "14688",
- "skia_hash": "24f6e29fc133f1082c73e2a96f30bee92e3123aa",
+ "skia_revision": "eaa674987f99687c0bfa337eaa27f00ffe3faa4b",
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling Skia
# and V8 without interference from each other.
@@ -160,14 +158,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_revision"),
"src/third_party/ots":
(Var("googlecode_url") % "ots") + "/trunk@113",
« no previous file with comments | « no previous file | third_party/skia/LICENSE » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698