| OLD | NEW |
| 1 # Copyright 2015 Google Inc. |
| 2 # |
| 3 # Use of this source code is governed by a BSD-style license that can be |
| 4 # found in the LICENSE file. |
| 1 # 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). |
| 2 { | 6 { |
| 3 'includes': [ 'apptype_console.gypi' ], | 7 'includes': [ 'apptype_console.gypi' ], |
| 4 | 8 |
| 5 'targets': [{ | 9 'targets': [{ |
| 6 'target_name': 'dm', | 10 'target_name': 'dm', |
| 7 'type': 'executable', | 11 'type': 'executable', |
| 8 'includes': [ | 12 'includes': [ |
| 9 'dm.gypi', | 13 'dm.gypi', |
| 10 ], | 14 ], |
| (...skipping 13 matching lines...) Expand all Loading... |
| 24 'sources': [ | 28 'sources': [ |
| 25 '../dm/DMSrcSinkAndroid.cpp', | 29 '../dm/DMSrcSinkAndroid.cpp', |
| 26 ], | 30 ], |
| 27 'dependencies': [ | 31 'dependencies': [ |
| 28 'utils.gyp:android_utils', | 32 'utils.gyp:android_utils', |
| 29 ], | 33 ], |
| 30 }], | 34 }], |
| 31 ], | 35 ], |
| 32 }] | 36 }] |
| 33 } | 37 } |
| OLD | NEW |