aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
authorGravatar robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-01-31 15:56:22 +0000
committerGravatar robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-01-31 15:56:22 +0000
commit3b0a9fe5672e7339ec3e5e6d3986b15f57ae24e7 (patch)
tree3c1fd7d83830d76aa412f57a3d7cf39cb8d1e24a /gyp
parent633c32b13b5d199d797be669d3dc7981d603a945 (diff)
Update filter tool to allow more flexible filtering
Diffstat (limited to 'gyp')
-rw-r--r--gyp/core.gypi2
-rw-r--r--gyp/ports.gyp2
-rw-r--r--gyp/tools.gyp9
3 files changed, 10 insertions, 3 deletions
diff --git a/gyp/core.gypi b/gyp/core.gypi
index 8c75c1f87d..d5f76a3a09 100644
--- a/gyp/core.gypi
+++ b/gyp/core.gypi
@@ -85,6 +85,8 @@
'<(skia_src_path)/core/SkFloat.h',
'<(skia_src_path)/core/SkFloatBits.cpp',
'<(skia_src_path)/core/SkFontHost.cpp',
+ '<(skia_src_path)/core/SkFontDescriptor.cpp',
+ '<(skia_src_path)/core/SkFontDescriptor.h',
'<(skia_src_path)/core/SkGeometry.cpp',
'<(skia_src_path)/core/SkGlyphCache.cpp',
'<(skia_src_path)/core/SkGlyphCache.h',
diff --git a/gyp/ports.gyp b/gyp/ports.gyp
index a84f7883d7..0b298d13c9 100644
--- a/gyp/ports.gyp
+++ b/gyp/ports.gyp
@@ -23,8 +23,6 @@
'../src/ports/SkDebug_nacl.cpp',
'../src/ports/SkDebug_stdio.cpp',
'../src/ports/SkDebug_win.cpp',
- '../src/ports/SkFontDescriptor.h',
- '../src/ports/SkFontDescriptor.cpp',
'../src/ports/SkFontHost_sandbox_none.cpp',
'../src/ports/SkFontHost_win.cpp',
'../src/ports/SkFontHost_win_dw.cpp',
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',