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

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: Upload per code review 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/src/subsetter/font_subsetter.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DEPS
diff --git a/DEPS b/DEPS
index 5b926def8ec754225ec01ecf69ad15dbd00db50e..dd7a970d09517a382be99034355fff1fe4054b57 100644
--- a/DEPS
+++ b/DEPS
@@ -21,6 +21,7 @@ vars = {
"libjingle_revision": "73",
"libvpx_revision": "90416",
"ffmpeg_revision": "91042",
+ "sfntly_revision": "9",
"skia_revision": "1850",
"v8_revision": "8670",
"webrtc_revision": "108",
@@ -98,6 +99,10 @@ 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@" +
+ Var("sfntly_revision"),
+
"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/src/subsetter/font_subsetter.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698