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

Side by Side Diff: gyp/dm.gyp

Issue 178473006: DM: also run benches once. (Closed) Base URL: https://skia.googlesource.com/skia.git@dm
Patch Set: add note Created 6 years, 10 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/bench.gypi ('k') | samplecode/GMSampleView.h » ('j') | 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 '../dm', 11 '../dm',
11 '../gm', 12 '../gm',
12 '../tests', 13 '../tests',
13 '../src/images', 14 '../src/images',
14 '../src/lazy', 15 '../src/lazy',
15 '../src/core', 16 '../src/core',
16 '../src/effects', 17 '../src/effects',
17 '../src/pipe/utils/', 18 '../src/pipe/utils/',
18 '../src/utils', 19 '../src/utils',
19 '../src/utils/debugger', 20 '../src/utils/debugger',
20 '../tools', 21 '../tools',
21 ], 22 ],
22 'includes': [ 23 'includes': [
24 'bench.gypi',
23 'gmslides.gypi', 25 'gmslides.gypi',
24 'pathops_unittest.gypi', 26 'pathops_unittest.gypi',
25 'tests.gypi', 27 'tests.gypi',
26 ], 28 ],
27 'sources': [ 29 'sources': [
28 '../dm/DM.cpp', 30 '../dm/DM.cpp',
31 '../dm/DMBenchTask.cpp',
29 '../dm/DMCpuTask.cpp', 32 '../dm/DMCpuTask.cpp',
30 '../dm/DMExpectationsTask.cpp', 33 '../dm/DMExpectationsTask.cpp',
31 '../dm/DMGpuTask.cpp', 34 '../dm/DMGpuTask.cpp',
32 '../dm/DMPipeTask.cpp', 35 '../dm/DMPipeTask.cpp',
33 '../dm/DMReplayTask.cpp', 36 '../dm/DMReplayTask.cpp',
34 '../dm/DMReporter.cpp', 37 '../dm/DMReporter.cpp',
35 '../dm/DMSerializeTask.cpp', 38 '../dm/DMSerializeTask.cpp',
36 '../dm/DMTask.cpp', 39 '../dm/DMTask.cpp',
37 '../dm/DMTaskRunner.cpp', 40 '../dm/DMTaskRunner.cpp',
38 '../dm/DMTestTask.cpp', 41 '../dm/DMTestTask.cpp',
39 '../dm/DMTileGridTask.cpp', 42 '../dm/DMTileGridTask.cpp',
40 '../dm/DMUtil.cpp', 43 '../dm/DMUtil.cpp',
41 '../dm/DMWriteTask.cpp', 44 '../dm/DMWriteTask.cpp',
42 '../gm/gm.cpp', 45 '../gm/gm.cpp',
43 '../gm/gm_expectations.cpp', 46 '../gm/gm_expectations.cpp',
44 47
45 '../src/pipe/utils/SamplePipeControllers.cpp', 48 '../src/pipe/utils/SamplePipeControllers.cpp',
46 '../src/utils/debugger/SkDebugCanvas.cpp', 49 '../src/utils/debugger/SkDebugCanvas.cpp',
47 '../src/utils/debugger/SkDrawCommand.cpp', 50 '../src/utils/debugger/SkDrawCommand.cpp',
48 '../src/utils/debugger/SkObjectParser.cpp', 51 '../src/utils/debugger/SkObjectParser.cpp',
49 ], 52 ],
50 'dependencies': [ 53 'dependencies': [
51 'skia_lib.gyp:skia_lib', 54 'skia_lib.gyp:skia_lib',
52 'flags.gyp:flags', 55 'flags.gyp:flags',
53 'jsoncpp.gyp:jsoncpp', 56 'jsoncpp.gyp:jsoncpp',
54 'gputest.gyp:skgputest', 57 'gputest.gyp:skgputest',
55 ], 58 ],
56 }] 59 }]
57 } 60 }
OLDNEW
« no previous file with comments | « gyp/bench.gypi ('k') | samplecode/GMSampleView.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698