| 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': [
|
|
|