aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
authorGravatar joshualitt <joshualitt@chromium.org>2016-02-08 07:08:21 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2016-02-08 07:08:21 -0800
commitcdad12f3b14e7cb4c1aa03990ea8044a3f204403 (patch)
tree8cf9f61c0866ece986b8dcccf2a80f0f2b0342a0 /gyp
parentb9c61f7a6e32cf5b17c16da484b3fe5902ba92f0 (diff)
Create image cache for use by json canvas
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': [