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

Unified Diff: DEPS

Issue 7381004: Add sfntly library for font subsetting used in print preview. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 9 years, 5 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 | skia/skia.gyp » ('j') | third_party/sfntly/README.chromium » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DEPS
diff --git a/DEPS b/DEPS
index fca32b1a89e2f22f93d97364d260e528fad79e23..6544d01c17bb27636330c64c131311f10448c9a2 100644
--- a/DEPS
+++ b/DEPS
@@ -98,6 +98,9 @@ deps = {
Var("nacl_trunk") + "/src/native_client/tests/prebuilt@" +
Var("nacl_revision"),
+ "src/third_party/sfntly/src/sfntly":
+ (Var("googlecode_url") % "sfntly") + "/trunk/cpp/src/sfntly@9",
Sheridan Rawlins 2011/07/14 22:35:51 Can you make a variable for the sfntly version lik
arthurhsu 2011/07/14 23:52:35 Done.
+
"src/third_party/skia/gpu":
(Var("googlecode_url") % "skia") + "/trunk/gpu@" + Var("skia_revision"),
« no previous file with comments | « no previous file | skia/skia.gyp » ('j') | third_party/sfntly/README.chromium » ('J')

Powered by Google App Engine
This is Rietveld 408576698