OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 { | 5 { |
6 'targets': [ | 6 'targets': [ |
7 ], | 7 ], |
8 'conditions': [ | 8 'conditions': [ |
9 ['OS=="mac" or (OS=="ios" and "<(GENERATOR)"=="ninja")', { | 9 ['OS=="mac" or (OS=="ios" and "<(GENERATOR)"=="ninja")', { |
10 'targets' : [ | 10 'targets' : [ |
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
53 'target_name' : 'mach_override', | 53 'target_name' : 'mach_override', |
54 'type': 'static_library', | 54 'type': 'static_library', |
55 'toolsets': ['host', 'target'], | 55 'toolsets': ['host', 'target'], |
56 'dependencies': [ | 56 'dependencies': [ |
57 'libudis86', | 57 'libudis86', |
58 ], | 58 ], |
59 'sources': [ | 59 'sources': [ |
60 'mach_override.c', | 60 'mach_override.c', |
61 'mach_override.h', | 61 'mach_override.h', |
62 ], | 62 ], |
| 63 'include_dirs': [ |
| 64 '../..', |
| 65 ], |
63 }, | 66 }, |
64 ], | 67 ], |
65 }], | 68 }], |
66 ], | 69 ], |
67 } | 70 } |
OLD | NEW |