OLD | NEW |
1 # Copyright 2015 Google Inc. | 1 # Copyright 2015 Google Inc. |
2 # | 2 # |
3 # Use of this source code is governed by a BSD-style license that can be | 3 # Use of this source code is governed by a BSD-style license that can be |
4 # found in the LICENSE file. | 4 # found in the LICENSE file. |
5 # GYP for "dm" (Diamond Master, a.k.a Dungeon master, a.k.a GM 2). | 5 # GYP for "dm" (Diamond Master, a.k.a Dungeon master, a.k.a GM 2). |
6 { | 6 { |
7 'include_dirs': [ | 7 'include_dirs': [ |
8 '../dm', | 8 '../dm', |
9 '../gm', | 9 '../gm', |
10 '../include/private', | 10 '../include/private', |
11 '../src/core', | 11 '../src/core', |
12 '../src/effects', | 12 '../src/effects', |
13 '../src/images', | 13 '../src/images', |
14 '../src/lazy', | 14 '../src/lazy', |
15 '../src/pipe/utils/', | 15 '../src/pipe/utils/', |
16 '../src/utils', | 16 '../src/utils', |
17 '../src/utils/debugger', | 17 '../src/utils/debugger', |
18 '../tests', | 18 '../tests', |
19 '../tools', | 19 '../tools', |
20 ], | 20 ], |
21 'dependencies': [ | 21 'dependencies': [ |
22 'etc1.gyp:libetc1', | 22 'etc1.gyp:libetc1', |
23 'flags.gyp:flags', | 23 'flags.gyp:flags', |
24 'jsoncpp.gyp:jsoncpp', | 24 'jsoncpp.gyp:jsoncpp', |
| 25 'libpng.gyp:libpng_static_when_possible', |
25 'skia_lib.gyp:skia_lib', | 26 'skia_lib.gyp:skia_lib', |
26 'svg.gyp:svg', | 27 'svg.gyp:svg', |
27 'tools.gyp:crash_handler', | 28 'tools.gyp:crash_handler', |
28 'tools.gyp:proc_stats', | 29 'tools.gyp:proc_stats', |
29 'tools.gyp:sk_tool_utils', | 30 'tools.gyp:sk_tool_utils', |
30 'tools.gyp:timer', | 31 'tools.gyp:timer', |
31 'xml.gyp:xml', | 32 'xml.gyp:xml', |
32 'xps.gyp:xps', | 33 'xps.gyp:xps', |
33 ], | 34 ], |
34 'includes': [ | 35 'includes': [ |
(...skipping 11 matching lines...) Expand all Loading... |
46 '../src/utils/debugger/SkDebugCanvas.cpp', | 47 '../src/utils/debugger/SkDebugCanvas.cpp', |
47 '../src/utils/debugger/SkDrawCommand.cpp', | 48 '../src/utils/debugger/SkDrawCommand.cpp', |
48 '../src/utils/debugger/SkObjectParser.cpp', | 49 '../src/utils/debugger/SkObjectParser.cpp', |
49 ], | 50 ], |
50 'conditions': [ | 51 'conditions': [ |
51 [ 'skia_gpu == 1', { | 52 [ 'skia_gpu == 1', { |
52 'dependencies': [ 'gputest.gyp:skgputest' ], | 53 'dependencies': [ 'gputest.gyp:skgputest' ], |
53 }], | 54 }], |
54 ], | 55 ], |
55 } | 56 } |
OLD | NEW |