OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 # GN version: //mojo/public/c/system |
8 'target_name': 'mojo_system', | 9 'target_name': 'mojo_system', |
9 'type': 'static_library', | 10 'type': 'static_library', |
10 'defines': [ | 11 'defines': [ |
11 'MOJO_SYSTEM_IMPLEMENTATION', | 12 'MOJO_SYSTEM_IMPLEMENTATION', |
12 ], | 13 ], |
13 'include_dirs': [ | 14 'include_dirs': [ |
14 '..', | 15 '..', |
15 ], | 16 ], |
16 'direct_dependent_settings': { | 17 'direct_dependent_settings': { |
17 'include_dirs': [ | 18 'include_dirs': [ |
(...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
216 }, | 217 }, |
217 'dependencies': [ | 218 'dependencies': [ |
218 'mojo_public_java', | 219 'mojo_public_java', |
219 ], | 220 ], |
220 'includes': [ '../build/java.gypi' ], | 221 'includes': [ '../build/java.gypi' ], |
221 }, | 222 }, |
222 ], | 223 ], |
223 }], | 224 }], |
224 ], | 225 ], |
225 } | 226 } |
OLD | NEW |