aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/tools.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'gyp/tools.gyp')
-rw-r--r--gyp/tools.gyp9
1 files changed, 8 insertions, 1 deletions
diff --git a/gyp/tools.gyp b/gyp/tools.gyp
index 259ae67ad5..81483585a0 100644
--- a/gyp/tools.gyp
+++ b/gyp/tools.gyp
@@ -197,11 +197,18 @@
'type': 'executable',
'include_dirs' : [
'../src/core',
+ '../debugger',
],
'sources': [
'../tools/filtermain.cpp',
- '../tools/path_utils.cpp',
'../tools/path_utils.h',
+ '../tools/path_utils.cpp',
+ '../debugger/SkDrawCommand.h',
+ '../debugger/SkDrawCommand.cpp',
+ '../debugger/SkDebugCanvas.h',
+ '../debugger/SkDebugCanvas.cpp',
+ '../debugger/SkObjectParser.h',
+ '../debugger/SkObjectParser.cpp',
],
'dependencies': [
'skia_base_libs.gyp:skia_base_libs',