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

Side by Side Diff: gyp/dm.gyp

Issue 377373003: Merge Replay and Quilt tasks, adding in all BBH implementations. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: 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 | « gm/resizeimagefilter.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 18 matching lines...) Expand all
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/DMPDFRasterizeTask.cpp', 35 '../dm/DMPDFRasterizeTask.cpp',
36 '../dm/DMPDFTask.cpp', 36 '../dm/DMPDFTask.cpp',
37 '../dm/DMPipeTask.cpp', 37 '../dm/DMPipeTask.cpp',
38 '../dm/DMQuiltTask.cpp', 38 '../dm/DMQuiltTask.cpp',
39 '../dm/DMReplayTask.cpp',
40 '../dm/DMReporter.cpp', 39 '../dm/DMReporter.cpp',
41 '../dm/DMSKPTask.cpp', 40 '../dm/DMSKPTask.cpp',
42 '../dm/DMSerializeTask.cpp', 41 '../dm/DMSerializeTask.cpp',
43 '../dm/DMTask.cpp', 42 '../dm/DMTask.cpp',
44 '../dm/DMTaskRunner.cpp', 43 '../dm/DMTaskRunner.cpp',
45 '../dm/DMTestTask.cpp', 44 '../dm/DMTestTask.cpp',
46 '../dm/DMUtil.cpp', 45 '../dm/DMUtil.cpp',
47 '../dm/DMWriteTask.cpp', 46 '../dm/DMWriteTask.cpp',
48 '../gm/gm.cpp', 47 '../gm/gm.cpp',
49 '../gm/gm_expectations.cpp', 48 '../gm/gm_expectations.cpp',
(...skipping 17 matching lines...) Expand all
67 'libraries': [ '-lskia' ], 66 'libraries': [ '-lskia' ],
68 }], 67 }],
69 ['skia_poppler_enabled', { 68 ['skia_poppler_enabled', {
70 'sources': [ '../src/utils/SkPDFRasterizer.cpp' ], 69 'sources': [ '../src/utils/SkPDFRasterizer.cpp' ],
71 'defines': [ 'SK_BUILD_POPPLER' ], 70 'defines': [ 'SK_BUILD_POPPLER' ],
72 'dependencies': [ 'poppler.gyp:*' ], 71 'dependencies': [ 'poppler.gyp:*' ],
73 }], 72 }],
74 ], 73 ],
75 }] 74 }]
76 } 75 }
OLDNEW
« no previous file with comments | « gm/resizeimagefilter.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698