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

Unified Diff: gyp/tools.gyp

Issue 1317913005: whitelist fallback typefaces (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: remove string change Created 5 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 | gyp/utils.gypi » ('j') | src/utils/SkWhitelistTypefaces.cpp » ('J')
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 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
« no previous file with comments | « no previous file | gyp/utils.gypi » ('j') | src/utils/SkWhitelistTypefaces.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698