Index: gyp/dm.gyp |
diff --git a/gyp/dm.gyp b/gyp/dm.gyp |
index a2ef0376d3ab2537fe3171393bf1efbc14f8832d..cc14d12b784d59011272afd8fe0d59dcbf3cc766 100644 |
--- a/gyp/dm.gyp |
+++ b/gyp/dm.gyp |
@@ -6,61 +6,13 @@ |
'targets': [{ |
'target_name': 'dm', |
'type': 'executable', |
scroggo
2014/07/11 21:12:14
I wonder if this is the right separation between d
caryclark
2014/07/14 12:24:46
Done.
|
- 'include_dirs': [ |
- '../bench', |
- '../dm', |
- '../gm', |
- '../tests', |
- '../src/images', |
- '../src/lazy', |
- '../src/core', |
- '../src/effects', |
- '../src/pipe/utils/', |
- '../src/utils', |
- '../src/utils/debugger', |
- '../tools', |
- ], |
'includes': [ |
'bench.gypi', |
+ 'dm.gypi', |
'gmslides.gypi', |
'pathops_unittest.gypi', |
'tests.gypi', |
], |
- 'sources': [ |
- '../dm/DM.cpp', |
- '../dm/DMBenchTask.cpp', |
- '../dm/DMCpuGMTask.cpp', |
- '../dm/DMExpectationsTask.cpp', |
- '../dm/DMGpuGMTask.cpp', |
- '../dm/DMPDFRasterizeTask.cpp', |
- '../dm/DMPDFTask.cpp', |
- '../dm/DMPipeTask.cpp', |
- '../dm/DMQuiltTask.cpp', |
- '../dm/DMReporter.cpp', |
- '../dm/DMSKPTask.cpp', |
- '../dm/DMSerializeTask.cpp', |
- '../dm/DMTask.cpp', |
- '../dm/DMTaskRunner.cpp', |
- '../dm/DMTestTask.cpp', |
- '../dm/DMUtil.cpp', |
- '../dm/DMWriteTask.cpp', |
- '../gm/gm.cpp', |
- '../gm/gm_expectations.cpp', |
- |
- '../src/pipe/utils/SamplePipeControllers.cpp', |
- '../src/utils/debugger/SkDebugCanvas.cpp', |
- '../src/utils/debugger/SkDrawCommand.cpp', |
- '../src/utils/debugger/SkObjectParser.cpp', |
- ], |
- 'dependencies': [ |
- 'etc1.gyp:libetc1', |
- 'flags.gyp:flags', |
- 'gputest.gyp:skgputest', |
- 'jsoncpp.gyp:jsoncpp', |
- 'skia_lib.gyp:skia_lib', |
- 'tools.gyp:crash_handler', |
- 'tools.gyp:sk_tool_utils', |
- ], |
'conditions': [ |
['skia_android_framework', { |
'libraries': [ '-lskia' ], |