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 'includes': [ | 6 'includes': [ |
7 'mojo_variables.gypi', | 7 'mojo_variables.gypi', |
8 ], | 8 ], |
9 'target_defaults' : { | 9 'target_defaults' : { |
10 'include_dirs': [ | 10 'include_dirs': [ |
11 'src', | 11 '../..', |
12 ], | 12 ], |
13 'direct_dependent_settings': { | |
14 'include_dirs': [ | |
15 'src', | |
16 ], | |
17 }, | |
18 }, | 13 }, |
19 'targets': [ | 14 'targets': [ |
20 { | 15 { |
21 'target_name': 'mojo_public', | 16 'target_name': 'mojo_public', |
22 'type': 'none', | 17 'type': 'none', |
23 'dependencies': [ | 18 'dependencies': [ |
24 'mojo_js_bindings', | 19 'mojo_js_bindings', |
25 'mojo_public_test_interfaces', | 20 'mojo_public_test_interfaces', |
26 'mojo_public_test_utils', | 21 'mojo_public_test_utils', |
27 'mojo_system', | 22 'mojo_system', |
(...skipping 365 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
393 'dependencies': [ | 388 'dependencies': [ |
394 'mojo_interface_bindings_java_sources', | 389 'mojo_interface_bindings_java_sources', |
395 'mojo_public_java', | 390 'mojo_public_java', |
396 ], | 391 ], |
397 'includes': [ '../../build/java.gypi' ], | 392 'includes': [ '../../build/java.gypi' ], |
398 }, | 393 }, |
399 ], | 394 ], |
400 }], | 395 }], |
401 ], | 396 ], |
402 } | 397 } |
OLD | NEW |