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

Side by Side Diff: gyp/dm.gypi

Issue 448263002: DM: conserve memory when using --skps (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 4 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/DMSKPTask.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 { 2 {
3 'include_dirs': [ 3 'include_dirs': [
4 '../dm', 4 '../dm',
5 '../gm', 5 '../gm',
6 '../tests', 6 '../tests',
7 '../src/images', 7 '../src/images',
8 '../src/lazy', 8 '../src/lazy',
9 '../src/core', 9 '../src/core',
10 '../src/effects', 10 '../src/effects',
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 '../dm/DMTestTask.cpp', 43 '../dm/DMTestTask.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 '../tools/LazyDecodeBitmap.cpp',
53 ], 54 ],
54 'conditions': [ 55 'conditions': [
55 [ 'skia_gpu == 1', { 56 [ 'skia_gpu == 1', {
56 'dependencies': [ 'gputest.gyp:skgputest' ], 57 'dependencies': [ 'gputest.gyp:skgputest' ],
57 }], 58 }],
58 ], 59 ],
59 } 60 }
OLDNEW
« no previous file with comments | « dm/DMSKPTask.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698