| 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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 45 '../tools/debugger/SkDebugCanvas.cpp', | 45 '../tools/debugger/SkDebugCanvas.cpp', |
| 46 '../tools/debugger/SkDrawCommand.cpp', | 46 '../tools/debugger/SkDrawCommand.cpp', |
| 47 '../tools/debugger/SkObjectParser.cpp', | 47 '../tools/debugger/SkObjectParser.cpp', |
| 48 '../tools/debugger/SkOverdrawMode.h', | 48 '../tools/debugger/SkOverdrawMode.h', |
| 49 '../tools/debugger/SkOverdrawMode.cpp', | 49 '../tools/debugger/SkOverdrawMode.cpp', |
| 50 ], | 50 ], |
| 51 'conditions': [ | 51 'conditions': [ |
| 52 [ 'skia_gpu == 1', { | 52 [ 'skia_gpu == 1', { |
| 53 'dependencies': [ 'gputest.gyp:skgputest' ], | 53 'dependencies': [ 'gputest.gyp:skgputest' ], |
| 54 }], | 54 }], |
| 55 [ 'skia_mojo', { 'dependencies': [ 'skmojo.gyp:skmojo' ], } ], | |
| 56 ], | 55 ], |
| 57 } | 56 } |
| OLD | NEW |