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

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: Update sfntly version to the one clang friendly 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') | 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 31432912e455b8f9ebb06af1e618ff6c516d14bb..525de2c34619cae75dfd7a01b7043a6773174710 100644
--- a/DEPS
+++ b/DEPS
@@ -21,6 +21,7 @@ vars = {
"libjingle_revision": "73",
"libvpx_revision": "90416",
"ffmpeg_revision": "91042",
+ "sfntly_revision": "20",
"skia_revision": "1919",
"v8_revision": "8695",
"webrtc_revision": "232",
@@ -98,6 +99,12 @@ deps = {
Var("nacl_trunk") + "/src/native_client/tests/prebuilt@" +
Var("nacl_revision"),
+ "src/third_party/sfntly/src/sfntly":
+ "http://sfntly.googlecode.com/svn/trunk/cpp/src/sfntly@" +
+ #TODO(arthurhsu): replace above line with this after mirror is setup.
+ #(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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698