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