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

Side by Side Diff: gyp/dm.gyp

Issue 256373002: Turn on quilt mode in DM. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: rebase Created 6 years, 7 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 | « gm/verylargebitmap.cpp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # GYP for "dm" (Diamond Master, a.k.a Dungeon master, a.k.a GM 2). 1 # GYP for "dm" (Diamond Master, a.k.a Dungeon master, a.k.a GM 2).
2 # vim: set expandtab tabstop=4 shiftwidth=4 2 # vim: set expandtab tabstop=4 shiftwidth=4
3 { 3 {
4 'includes': [ 'apptype_console.gypi' ], 4 'includes': [ 'apptype_console.gypi' ],
5 5
6 'targets': [{ 6 'targets': [{
7 'target_name': 'dm', 7 'target_name': 'dm',
8 'type': 'executable', 8 'type': 'executable',
9 'include_dirs': [ 9 'include_dirs': [
10 '../bench', 10 '../bench',
(...skipping 15 matching lines...) Expand all
26 'pathops_unittest.gypi', 26 'pathops_unittest.gypi',
27 'tests.gypi', 27 'tests.gypi',
28 ], 28 ],
29 'sources': [ 29 'sources': [
30 '../dm/DM.cpp', 30 '../dm/DM.cpp',
31 '../dm/DMBenchTask.cpp', 31 '../dm/DMBenchTask.cpp',
32 '../dm/DMCpuGMTask.cpp', 32 '../dm/DMCpuGMTask.cpp',
33 '../dm/DMExpectationsTask.cpp', 33 '../dm/DMExpectationsTask.cpp',
34 '../dm/DMGpuGMTask.cpp', 34 '../dm/DMGpuGMTask.cpp',
35 '../dm/DMPipeTask.cpp', 35 '../dm/DMPipeTask.cpp',
36 '../dm/DMQuiltTask.cpp',
36 '../dm/DMRecordTask.cpp', 37 '../dm/DMRecordTask.cpp',
37 '../dm/DMReplayTask.cpp', 38 '../dm/DMReplayTask.cpp',
38 '../dm/DMReporter.cpp', 39 '../dm/DMReporter.cpp',
39 '../dm/DMSerializeTask.cpp', 40 '../dm/DMSerializeTask.cpp',
40 '../dm/DMTask.cpp', 41 '../dm/DMTask.cpp',
41 '../dm/DMTaskRunner.cpp', 42 '../dm/DMTaskRunner.cpp',
42 '../dm/DMTestTask.cpp', 43 '../dm/DMTestTask.cpp',
43 '../dm/DMTileGridTask.cpp',
44 '../dm/DMUtil.cpp', 44 '../dm/DMUtil.cpp',
45 '../dm/DMWriteTask.cpp', 45 '../dm/DMWriteTask.cpp',
46 '../gm/gm.cpp', 46 '../gm/gm.cpp',
47 '../gm/gm_expectations.cpp', 47 '../gm/gm_expectations.cpp',
48 48
49 '../src/pipe/utils/SamplePipeControllers.cpp', 49 '../src/pipe/utils/SamplePipeControllers.cpp',
50 '../src/utils/debugger/SkDebugCanvas.cpp', 50 '../src/utils/debugger/SkDebugCanvas.cpp',
51 '../src/utils/debugger/SkDrawCommand.cpp', 51 '../src/utils/debugger/SkDrawCommand.cpp',
52 '../src/utils/debugger/SkObjectParser.cpp', 52 '../src/utils/debugger/SkObjectParser.cpp',
53 ], 53 ],
54 'dependencies': [ 54 'dependencies': [
55 'skia_lib.gyp:skia_lib', 55 'skia_lib.gyp:skia_lib',
56 'flags.gyp:flags', 56 'flags.gyp:flags',
57 'jsoncpp.gyp:jsoncpp', 57 'jsoncpp.gyp:jsoncpp',
58 'gputest.gyp:skgputest', 58 'gputest.gyp:skgputest',
59 'record.gyp:*', 59 'record.gyp:*',
60 ], 60 ],
61 }] 61 }]
62 } 62 }
OLDNEW
« no previous file with comments | « gm/verylargebitmap.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698