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

Side by Side Diff: gyp/dm.gypi

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 unified diff | Download patch
« no previous file with comments | « gyp/dm.gyp ('k') | gyp/flags.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # GYP for "dm" (Diamond Master, a.k.a Dungeon master, a.k.a GM 2).
2 {
3 'include_dirs': [
4 '../dm',
5 '../gm',
6 '../tests',
7 '../src/images',
8 '../src/lazy',
9 '../src/core',
10 '../src/effects',
11 '../src/pipe/utils/',
12 '../src/utils',
13 '../src/utils/debugger',
14 '../tools',
15 ],
16 'dependencies': [
17 'etc1.gyp:libetc1',
18 'flags.gyp:flags',
19 'gputest.gyp:skgputest',
20 'jsoncpp.gyp:jsoncpp',
21 'skia_lib.gyp:skia_lib',
22 'tools.gyp:crash_handler',
23 'tools.gyp:sk_tool_utils',
24 ],
25 'includes': [
26 'gmslides.gypi',
27 'pathops_unittest.gypi',
28 'tests.gypi',
29 ],
30 'sources': [
31 '../dm/DM.cpp',
32 '../dm/DMCpuGMTask.cpp',
33 '../dm/DMExpectationsTask.cpp',
34 '../dm/DMGpuGMTask.cpp',
35 '../dm/DMPDFRasterizeTask.cpp',
36 '../dm/DMPDFTask.cpp',
37 '../dm/DMPipeTask.cpp',
38 '../dm/DMQuiltTask.cpp',
39 '../dm/DMReporter.cpp',
40 '../dm/DMSKPTask.cpp',
41 '../dm/DMSerializeTask.cpp',
42 '../dm/DMTask.cpp',
43 '../dm/DMTaskRunner.cpp',
44 '../dm/DMTestTask.cpp',
45 '../dm/DMUtil.cpp',
46 '../dm/DMWriteTask.cpp',
47 '../gm/gm.cpp',
48 '../gm/gm_expectations.cpp',
49
50 '../src/pipe/utils/SamplePipeControllers.cpp',
51 '../src/utils/debugger/SkDebugCanvas.cpp',
52 '../src/utils/debugger/SkDrawCommand.cpp',
53 '../src/utils/debugger/SkObjectParser.cpp',
54 ],
55 }
OLDNEW
« no previous file with comments | « gyp/dm.gyp ('k') | gyp/flags.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698