diff options
Diffstat (limited to 'gyp/tools.gyp')
-rw-r--r-- | gyp/tools.gyp | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/gyp/tools.gyp b/gyp/tools.gyp index b585e16541..e303669310 100644 --- a/gyp/tools.gyp +++ b/gyp/tools.gyp @@ -404,6 +404,27 @@ }, }, { + 'target_name': 'url_data_manager', + 'type': 'static_library', + 'sources': [ + '../tools/UrlDataManager.h', + '../tools/UrlDataManager.cpp', + ], + 'dependencies': [ + 'skia_lib.gyp:skia_lib', + ], + 'include_dirs': [ + '../include/private', + '../src/core', + ], + 'direct_dependent_settings': { + 'include_dirs': [ + '../include/private', + '../tools', + ], + }, + }, + { 'target_name': 'whitelist_typefaces', 'type': 'executable', 'sources': [ |