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', |
(...skipping 27 matching lines...) Expand all Loading... |
38 'tests.gypi', | 38 'tests.gypi', |
39 ], | 39 ], |
40 'sources': [ | 40 'sources': [ |
41 '../dm/DM.cpp', | 41 '../dm/DM.cpp', |
42 '../dm/DMSrcSink.cpp', | 42 '../dm/DMSrcSink.cpp', |
43 '../dm/DMJsonWriter.cpp', | 43 '../dm/DMJsonWriter.cpp', |
44 '../gm/gm.cpp', | 44 '../gm/gm.cpp', |
45 | 45 |
46 '../tools/debugger/SkDebugCanvas.cpp', | 46 '../tools/debugger/SkDebugCanvas.cpp', |
47 '../tools/debugger/SkDrawCommand.cpp', | 47 '../tools/debugger/SkDrawCommand.cpp', |
| 48 '../tools/debugger/SkJsonWriteBuffer.cpp', |
48 '../tools/debugger/SkObjectParser.cpp', | 49 '../tools/debugger/SkObjectParser.cpp', |
49 '../tools/debugger/SkOverdrawMode.h', | 50 '../tools/debugger/SkOverdrawMode.h', |
50 '../tools/debugger/SkOverdrawMode.cpp', | 51 '../tools/debugger/SkOverdrawMode.cpp', |
51 ], | 52 ], |
52 'conditions': [ | 53 'conditions': [ |
53 [ 'skia_gpu == 1', { | 54 [ 'skia_gpu == 1', { |
54 'dependencies': [ 'gputest.gyp:skgputest' ], | 55 'dependencies': [ 'gputest.gyp:skgputest' ], |
55 }], | 56 }], |
56 ], | 57 ], |
57 } | 58 } |
OLD | NEW |