OLD | NEW |
1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 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 'target_defaults': { | 6 'target_defaults': { |
7 'conditions': [ | 7 'conditions': [ |
8 ['mojo_shell_debug_url != ""', { | 8 ['mojo_shell_debug_url != ""', { |
9 'defines': [ | 9 'defines': [ |
10 'MOJO_SHELL_DEBUG=1', | 10 'MOJO_SHELL_DEBUG=1', |
11 'MOJO_SHELL_DEBUG_URL="<(mojo_shell_debug_url)"', | 11 'MOJO_SHELL_DEBUG_URL="<(mojo_shell_debug_url)"', |
12 ], | 12 ], |
13 }], | 13 }], |
14 ], | 14 ], |
15 }, | 15 }, |
16 'includes': [ | 16 'includes': [ |
17 'mojo_apps.gypi', | 17 'mojo_apps.gypi', |
| 18 'mojo_converters.gypi', |
18 'mojo_examples.gypi', | 19 'mojo_examples.gypi', |
19 'mojo_services.gypi', | 20 'mojo_services.gypi', |
20 'mojo_variables.gypi', | 21 'mojo_variables.gypi', |
21 ], | 22 ], |
22 'targets': [ | 23 'targets': [ |
23 { | 24 { |
24 # GN version: //mojo | 25 # GN version: //mojo |
25 'target_name': 'mojo', | 26 'target_name': 'mojo', |
26 'type': 'none', | 27 'type': 'none', |
27 'dependencies': [ | 28 'dependencies': [ |
(...skipping 742 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
770 '../build/isolate.gypi', | 771 '../build/isolate.gypi', |
771 ], | 772 ], |
772 'sources': [ | 773 'sources': [ |
773 'mojo_js_unittests.isolate', | 774 'mojo_js_unittests.isolate', |
774 ], | 775 ], |
775 }, | 776 }, |
776 ], | 777 ], |
777 }], | 778 }], |
778 ], | 779 ], |
779 } | 780 } |
OLD | NEW |