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

Unified Diff: gyp/tools.gyp

Issue 1940393002: Start building Harfbuzz+Skia example (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: 2016-05-03 (Tuesday) 17:58:47 EDT Created 4 years, 8 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 | « gyp/harfbuzz.gyp ('k') | third_party/harfbuzz/README » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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': [
« no previous file with comments | « gyp/harfbuzz.gyp ('k') | third_party/harfbuzz/README » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698