Index: gyp/tools.gyp |
diff --git a/gyp/tools.gyp b/gyp/tools.gyp |
index b585e16541dd7088902189d71d3ff1ad2b2376bd..e303669310cf49fc88fa34f229655d623b31a96f 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': [ |