aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
Diffstat (limited to 'gyp')
-rw-r--r--gyp/skiaserve.gyp1
-rw-r--r--gyp/tools.gyp21
2 files changed, 22 insertions, 0 deletions
diff --git a/gyp/skiaserve.gyp b/gyp/skiaserve.gyp
index c133762b70..58fdea1fde 100644
--- a/gyp/skiaserve.gyp
+++ b/gyp/skiaserve.gyp
@@ -40,6 +40,7 @@
'tools.gyp:crash_handler',
'tools.gyp:proc_stats',
'tools.gyp:resources',
+ 'tools.gyp:url_data_manager',
],
},
],
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': [