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

Side by Side Diff: gyp/dm.gyp

Issue 103033002: Big Cleanup: SkBitmapFactory, SkLazyPixelRef, SkImageCache (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: rebase one last time Created 7 years 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 | Annotate | Revision Log
« no previous file with comments | « gyp/core.gypi ('k') | gyp/gm.gyp » ('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 '../dm', 10 '../dm',
11 '../gm', 11 '../gm',
12 '../src/images',
13 '../src/lazy',
12 '../src/core', 14 '../src/core',
13 '../src/effects', 15 '../src/effects',
14 '../src/pipe/utils/', 16 '../src/pipe/utils/',
15 '../src/utils', 17 '../src/utils',
16 '../src/utils/debugger', 18 '../src/utils/debugger',
17 ], 19 ],
18 'includes': [ 'gmslides.gypi' ], 20 'includes': [ 'gmslides.gypi' ],
19 'sources': [ 21 'sources': [
20 '../dm/DM.cpp', 22 '../dm/DM.cpp',
21 '../dm/DMChecksumTask.cpp', 23 '../dm/DMChecksumTask.cpp',
(...skipping 17 matching lines...) Expand all
39 '../src/utils/debugger/SkObjectParser.cpp', 41 '../src/utils/debugger/SkObjectParser.cpp',
40 ], 42 ],
41 'dependencies': [ 43 'dependencies': [
42 'skia_lib.gyp:skia_lib', 44 'skia_lib.gyp:skia_lib',
43 'flags.gyp:flags', 45 'flags.gyp:flags',
44 'jsoncpp.gyp:jsoncpp', 46 'jsoncpp.gyp:jsoncpp',
45 'gputest.gyp:skgputest', 47 'gputest.gyp:skgputest',
46 ], 48 ],
47 }] 49 }]
48 } 50 }
OLDNEW
« no previous file with comments | « gyp/core.gypi ('k') | gyp/gm.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698