| Index: gyp/tools.gyp
|
| diff --git a/gyp/tools.gyp b/gyp/tools.gyp
|
| index d7b2e131e77d6a800921398591cb80799c7e0cc5..463fa732a78d012549cbb5f1ab2de1aeb577036b 100644
|
| --- a/gyp/tools.gyp
|
| +++ b/gyp/tools.gyp
|
| @@ -37,6 +37,7 @@
|
| 'skpmaker',
|
| 'test_image_decoder',
|
| 'test_public_includes',
|
| + 'whitelist_typefaces',
|
| ],
|
| 'conditions': [
|
| ['skia_shared_lib',
|
| @@ -651,6 +652,16 @@
|
| },
|
| },
|
| {
|
| + 'target_name': 'whitelist_typefaces',
|
| + 'type': 'executable',
|
| + 'sources': [
|
| + '../tools/whitelist_typefaces.cpp',
|
| + ],
|
| + 'dependencies': [
|
| + 'skia_lib.gyp:skia_lib',
|
| + ],
|
| + },
|
| + {
|
| 'target_name': 'test_public_includes',
|
| 'type': 'static_library',
|
| # Ensure that our public headers don't have unused params so that clients
|
|
|