Index: gyp/tools.gyp |
diff --git a/gyp/tools.gyp b/gyp/tools.gyp |
index 1f38ef8632a06aa43b883e705e22aab35102f406..a1d4deef7359a267f777767fe49b7115e2ac552a 100644 |
--- a/gyp/tools.gyp |
+++ b/gyp/tools.gyp |
@@ -31,6 +31,7 @@ |
'skpinfo', |
'skpmaker', |
'test_public_includes', |
+ 'using_skia_and_harfbuzz', |
'whitelist_typefaces', |
], |
'conditions': [ |
@@ -408,6 +409,19 @@ |
}, |
}, |
{ |
+ 'target_name': 'using_skia_and_harfbuzz', |
+ 'type': 'executable', |
+ 'sources': [ '../tools/using_skia_and_harfbuzz.cpp' ], |
+ 'dependencies': [ |
+ 'skia_lib.gyp:skia_lib', |
+ 'pdf.gyp:pdf', |
+ 'harfbuzz.gyp:harfbuzz', |
+ ], |
+ 'cflags': [ '-w', ], |
+ 'msvs_settings': { 'VCCLCompilerTool': { 'WarningLevel': '0', }, }, |
+ 'xcode_settings': { 'WARNING_CFLAGS': [ '-w', ], }, |
+ }, |
+ { |
'target_name': 'whitelist_typefaces', |
'type': 'executable', |
'sources': [ |