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

Unified Diff: skia/config/SkUserConfig.h

Issue 8921027: Push subsetter code upstream (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update path to make build system happy Created 9 years 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
« DEPS ('K') | « DEPS ('k') | third_party/sfntly/sfntly.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skia/config/SkUserConfig.h
diff --git a/skia/config/SkUserConfig.h b/skia/config/SkUserConfig.h
index 506c4736c119926c413445ed3ef34577967b037e..dd8d852db1eac2dbc9cfcbc205ead1a2074dfc47 100644
--- a/skia/config/SkUserConfig.h
+++ b/skia/config/SkUserConfig.h
@@ -132,7 +132,8 @@
/* Define this to provide font subsetter for font subsetting when generating
PDF documents.
*/
-#define SK_SFNTLY_SUBSETTER "third_party/sfntly/src/subsetter/font_subsetter.h"
+#define SK_SFNTLY_SUBSETTER \
+ "third_party/sfntly/cpp/src/sample/chromium/font_subsetter.h"
/* Define this to remove dimension checks on bitmaps. Not all blits will be
correct yet, so this is mostly for debugging the implementation.
« DEPS ('K') | « DEPS ('k') | third_party/sfntly/sfntly.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698