OLD | NEW |
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', |
11 '../src/pipe/utils/', | 11 '../src/pipe/utils/', |
12 '../src/utils', | 12 '../src/utils', |
13 '../src/utils/debugger', | 13 '../src/utils/debugger', |
14 '../tools', | 14 '../tools', |
15 ], | 15 ], |
16 'dependencies': [ | 16 'dependencies': [ |
| 17 'android_output.gyp:android_output', |
17 'etc1.gyp:libetc1', | 18 'etc1.gyp:libetc1', |
18 'flags.gyp:flags', | 19 'flags.gyp:flags', |
19 'jsoncpp.gyp:jsoncpp', | 20 'jsoncpp.gyp:jsoncpp', |
20 'skia_lib.gyp:skia_lib', | 21 'skia_lib.gyp:skia_lib', |
21 'tools.gyp:crash_handler', | 22 'tools.gyp:crash_handler', |
22 'tools.gyp:proc_stats', | 23 'tools.gyp:proc_stats', |
23 'tools.gyp:sk_tool_utils', | 24 'tools.gyp:sk_tool_utils', |
24 ], | 25 ], |
25 'includes': [ | 26 'includes': [ |
26 'gmslides.gypi', | 27 'gmslides.gypi', |
(...skipping 24 matching lines...) Expand all Loading... |
51 '../src/utils/debugger/SkDrawCommand.cpp', | 52 '../src/utils/debugger/SkDrawCommand.cpp', |
52 '../src/utils/debugger/SkObjectParser.cpp', | 53 '../src/utils/debugger/SkObjectParser.cpp', |
53 '../tools/LazyDecodeBitmap.cpp', | 54 '../tools/LazyDecodeBitmap.cpp', |
54 ], | 55 ], |
55 'conditions': [ | 56 'conditions': [ |
56 [ 'skia_gpu == 1', { | 57 [ 'skia_gpu == 1', { |
57 'dependencies': [ 'gputest.gyp:skgputest' ], | 58 'dependencies': [ 'gputest.gyp:skgputest' ], |
58 }], | 59 }], |
59 ], | 60 ], |
60 } | 61 } |
OLD | NEW |