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

Unified Diff: gyp/sfntly.gyp

Issue 2274223002: gyp/sfntly: set SK_SFNTLY_SUBSETTER uniformly (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: 2016-08-24 (Wednesday) 14:14:34 EDT Created 4 years, 4 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 | include/config/SkUserConfig.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/sfntly.gyp
diff --git a/gyp/sfntly.gyp b/gyp/sfntly.gyp
index 91385618a504f04686e25048abfb18b6d9f689df..7ee7b986336c2b0081f451ffd808853b7cc803a8 100644
--- a/gyp/sfntly.gyp
+++ b/gyp/sfntly.gyp
@@ -14,9 +14,9 @@
'sfntly_src_path': '../third_party/externals/sfntly/cpp/src',
},
'direct_dependent_settings': {
- 'include_dirs': [ '<(sfntly_src_path)/sample/chromium', ],
+ 'include_dirs': [ '<(sfntly_src_path)', ],
'defines': [
- 'SK_SFNTLY_SUBSETTER="font_subsetter.h"',
+ 'SK_SFNTLY_SUBSETTER="sample/chromium/font_subsetter.h"',
],
},
'sources': [
« no previous file with comments | « no previous file | include/config/SkUserConfig.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698