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', | |
18 'mojo_converters.gypi', | 17 'mojo_converters.gypi', |
19 'mojo_services.gypi', | 18 'mojo_services.gypi', |
20 'mojo_variables.gypi', | 19 'mojo_variables.gypi', |
21 ], | 20 ], |
22 'targets': [ | 21 'targets': [ |
23 { | 22 { |
24 # GN version: //mojo | 23 # GN version: //mojo |
25 'target_name': 'mojo', | 24 'target_name': 'mojo', |
26 'type': 'none', | 25 'type': 'none', |
27 'dependencies': [ | 26 'dependencies': [ |
28 'edk/mojo_edk.gyp:mojo_edk', | 27 'edk/mojo_edk.gyp:mojo_edk', |
29 'mojo_application_manager', | 28 'mojo_application_manager', |
30 'mojo_application_manager_unittests', | 29 'mojo_application_manager_unittests', |
31 'mojo_apps_js_unittests', | |
32 'mojo_base.gyp:mojo_base', | 30 'mojo_base.gyp:mojo_base', |
33 'mojo_clipboard', | 31 'mojo_clipboard', |
34 'mojo_clipboard_unittests', | 32 'mojo_clipboard_unittests', |
35 'mojo_geometry_lib', | 33 'mojo_geometry_lib', |
36 'mojo_input_events_lib', | 34 'mojo_input_events_lib', |
37 'mojo_js_content_handler', | |
38 'mojo_js_standalone', | |
39 'mojo_js_unittests', | 35 'mojo_js_unittests', |
40 'mojo_native_viewport_service', | 36 'mojo_native_viewport_service', |
41 'mojo_network_service', | 37 'mojo_network_service', |
42 'mojo_shell', | 38 'mojo_shell', |
43 'mojo_shell_lib', | 39 'mojo_shell_lib', |
44 'mojo_shell_tests', | 40 'mojo_shell_tests', |
45 'mojo_surfaces_lib', | 41 'mojo_surfaces_lib', |
46 'mojo_surfaces_lib_unittests', | 42 'mojo_surfaces_lib_unittests', |
47 'mojo_surfaces_service', | 43 'mojo_surfaces_service', |
48 'mojo_test_app', | 44 'mojo_test_app', |
(...skipping 442 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
491 '../build/isolate.gypi', | 487 '../build/isolate.gypi', |
492 ], | 488 ], |
493 'sources': [ | 489 'sources': [ |
494 'mojo_js_unittests.isolate', | 490 'mojo_js_unittests.isolate', |
495 ], | 491 ], |
496 }, | 492 }, |
497 ], | 493 ], |
498 }], | 494 }], |
499 ], | 495 ], |
500 } | 496 } |
OLD | NEW |