Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(413)

Unified Diff: gyp/dm.gyp

Issue 389653004: share dm and command flags (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: sync up with latest dm Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gyp/bench.gyp ('k') | gyp/dm.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/dm.gyp
diff --git a/gyp/dm.gyp b/gyp/dm.gyp
index 51c85699251f1857f5210b97d763ca97ed26ad6a..e4d6bd67086ce81ea0056c8d9bddc52aa442fdf2 100644
--- a/gyp/dm.gyp
+++ b/gyp/dm.gyp
@@ -1,62 +1,12 @@
# GYP for "dm" (Diamond Master, a.k.a Dungeon master, a.k.a GM 2).
-# vim: set expandtab tabstop=4 shiftwidth=4
{
'includes': [ 'apptype_console.gypi' ],
'targets': [{
'target_name': 'dm',
'type': 'executable',
- 'include_dirs': [
- '../dm',
- '../gm',
- '../tests',
- '../src/images',
- '../src/lazy',
- '../src/core',
- '../src/effects',
- '../src/pipe/utils/',
- '../src/utils',
- '../src/utils/debugger',
- '../tools',
- ],
'includes': [
- 'gmslides.gypi',
- 'pathops_unittest.gypi',
- 'tests.gypi',
- ],
- 'sources': [
- '../dm/DM.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',
+ 'dm.gypi',
],
'conditions': [
['skia_android_framework', {
« no previous file with comments | « gyp/bench.gyp ('k') | gyp/dm.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698