| 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/android', | |
| 12 '../src/core', | 11 '../src/core', |
| 13 '../src/effects', | 12 '../src/effects', |
| 14 '../src/images', | 13 '../src/images', |
| 15 '../src/lazy', | 14 '../src/lazy', |
| 16 '../src/pipe/utils/', | 15 '../src/pipe/utils/', |
| 17 '../src/utils', | 16 '../src/utils', |
| 18 '../src/utils/debugger', | 17 '../src/utils/debugger', |
| 19 '../tests', | 18 '../tests', |
| 20 ], | 19 ], |
| 21 'dependencies': [ | 20 'dependencies': [ |
| (...skipping 25 matching lines...) Expand all Loading... |
| 47 '../src/utils/debugger/SkDebugCanvas.cpp', | 46 '../src/utils/debugger/SkDebugCanvas.cpp', |
| 48 '../src/utils/debugger/SkDrawCommand.cpp', | 47 '../src/utils/debugger/SkDrawCommand.cpp', |
| 49 '../src/utils/debugger/SkObjectParser.cpp', | 48 '../src/utils/debugger/SkObjectParser.cpp', |
| 50 ], | 49 ], |
| 51 'conditions': [ | 50 'conditions': [ |
| 52 [ 'skia_gpu == 1', { | 51 [ 'skia_gpu == 1', { |
| 53 'dependencies': [ 'gputest.gyp:skgputest' ], | 52 'dependencies': [ 'gputest.gyp:skgputest' ], |
| 54 }], | 53 }], |
| 55 ], | 54 ], |
| 56 } | 55 } |
| OLD | NEW |