aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/tools.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'gyp/tools.gyp')
-rw-r--r--gyp/tools.gyp12
1 files changed, 12 insertions, 0 deletions
diff --git a/gyp/tools.gyp b/gyp/tools.gyp
index f36c523435..f4d927cd89 100644
--- a/gyp/tools.gyp
+++ b/gyp/tools.gyp
@@ -530,6 +530,7 @@
'pdf.gyp:pdf',
'skia_lib.gyp:skia_lib',
'tools.gyp:picture_utils',
+ 'tools.gyp:sk_tool_proc_stats',
],
'conditions': [
['skia_win_debuggers_path and skia_os == "win"',
@@ -646,6 +647,17 @@
'skia_lib.gyp:skia_lib',
],
},
+ {
+ 'target_name': 'sk_tool_proc_stats',
+ 'type': 'static_library',
+ 'sources': [
+ '../tools/ProcStats.h',
+ '../tools/ProcStats.cpp',
+ ],
+ 'direct_dependent_settings': {
+ 'include_dirs': [ '../tools', ],
+ },
+ },
],
'conditions': [
['skia_shared_lib',