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

Side by Side Diff: gyp/dm.gyp

Issue 345553003: Support serialization in SkRecord-backed SkPictures. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: robert 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 | « dm/DMUtil.cpp ('k') | src/core/SkPicture.cpp » ('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 '../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/DMRecordTask.cpp',
40 '../dm/DMReplayTask.cpp', 39 '../dm/DMReplayTask.cpp',
41 '../dm/DMReporter.cpp', 40 '../dm/DMReporter.cpp',
42 '../dm/DMSKPTask.cpp', 41 '../dm/DMSKPTask.cpp',
43 '../dm/DMSerializeTask.cpp', 42 '../dm/DMSerializeTask.cpp',
44 '../dm/DMTask.cpp', 43 '../dm/DMTask.cpp',
45 '../dm/DMTaskRunner.cpp', 44 '../dm/DMTaskRunner.cpp',
46 '../dm/DMTestTask.cpp', 45 '../dm/DMTestTask.cpp',
47 '../dm/DMUtil.cpp', 46 '../dm/DMUtil.cpp',
48 '../dm/DMWriteTask.cpp', 47 '../dm/DMWriteTask.cpp',
49 '../gm/gm.cpp', 48 '../gm/gm.cpp',
(...skipping 18 matching lines...) Expand all
68 'libraries': [ '-lskia' ], 67 'libraries': [ '-lskia' ],
69 }], 68 }],
70 ['skia_poppler_enabled', { 69 ['skia_poppler_enabled', {
71 'sources': [ '../src/utils/SkPDFRasterizer.cpp' ], 70 'sources': [ '../src/utils/SkPDFRasterizer.cpp' ],
72 'defines': [ 'SK_BUILD_POPPLER' ], 71 'defines': [ 'SK_BUILD_POPPLER' ],
73 'dependencies': [ 'poppler.gyp:*' ], 72 'dependencies': [ 'poppler.gyp:*' ],
74 }], 73 }],
75 ], 74 ],
76 }] 75 }]
77 } 76 }
OLDNEW
« no previous file with comments | « dm/DMUtil.cpp ('k') | src/core/SkPicture.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698