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_converters.gypi', |
19 'mojo_examples.gypi', | |
20 'mojo_services.gypi', | 19 'mojo_services.gypi', |
21 'mojo_variables.gypi', | 20 'mojo_variables.gypi', |
22 ], | 21 ], |
23 'targets': [ | 22 'targets': [ |
24 { | 23 { |
25 # GN version: //mojo | 24 # GN version: //mojo |
26 'target_name': 'mojo', | 25 'target_name': 'mojo', |
27 'type': 'none', | 26 'type': 'none', |
28 'dependencies': [ | 27 'dependencies': [ |
29 'edk/mojo_edk.gyp:mojo_edk', | 28 'edk/mojo_edk.gyp:mojo_edk', |
30 'mojo_application_manager', | 29 'mojo_application_manager', |
31 'mojo_application_manager_unittests', | 30 'mojo_application_manager_unittests', |
32 'mojo_apps_js_unittests', | 31 'mojo_apps_js_unittests', |
33 'mojo_base.gyp:mojo_base', | 32 'mojo_base.gyp:mojo_base', |
34 'mojo_clipboard', | 33 'mojo_clipboard', |
35 'mojo_clipboard_unittests', | 34 'mojo_clipboard_unittests', |
36 'mojo_content_handler_demo', | |
37 'mojo_echo_client', | |
38 'mojo_echo_service', | |
39 'mojo_example_apptests', | |
40 'mojo_example_service', | |
41 'mojo_geometry_lib', | 35 'mojo_geometry_lib', |
42 'mojo_html_viewer', | 36 'mojo_html_viewer', |
43 'mojo_input_events_lib', | 37 'mojo_input_events_lib', |
44 'mojo_js_content_handler', | 38 'mojo_js_content_handler', |
45 'mojo_js_standalone', | 39 'mojo_js_standalone', |
46 'mojo_js_unittests', | 40 'mojo_js_unittests', |
47 'mojo_native_viewport_service', | 41 'mojo_native_viewport_service', |
48 'mojo_network_service', | 42 'mojo_network_service', |
49 'mojo_pepper_container_app', | |
50 'mojo_png_viewer', | |
51 'mojo_sample_app', | |
52 'mojo_shell', | 43 'mojo_shell', |
53 'mojo_shell_lib', | 44 'mojo_shell_lib', |
54 'mojo_shell_tests', | 45 'mojo_shell_tests', |
55 'mojo_surfaces_app', | |
56 'mojo_surfaces_app', | |
57 'mojo_surfaces_child_app', | |
58 'mojo_surfaces_child_gl_app', | |
59 'mojo_surfaces_lib', | 46 'mojo_surfaces_lib', |
60 'mojo_surfaces_lib_unittests', | 47 'mojo_surfaces_lib_unittests', |
61 'mojo_surfaces_service', | 48 'mojo_surfaces_service', |
62 'mojo_test_app', | 49 'mojo_test_app', |
63 'mojo_test_request_tracker_app', | 50 'mojo_test_request_tracker_app', |
64 'mojo_view_manager_lib_unittests', | 51 'mojo_view_manager_lib_unittests', |
65 'mojo_wget', | |
66 'services/public/mojo_services_public.gyp:mojo_services_public', | 52 'services/public/mojo_services_public.gyp:mojo_services_public', |
67 'public/mojo_public.gyp:mojo_public', | 53 'public/mojo_public.gyp:mojo_public', |
68 ], | 54 ], |
69 'conditions': [ | 55 'conditions': [ |
70 ['use_aura==1', { | 56 ['use_aura==1', { |
71 'dependencies': [ | 57 'dependencies': [ |
72 'mojo_aura_demo', | |
73 'mojo_aura_demo_init', | |
74 'mojo_browser', | |
75 'mojo_core_window_manager', | 58 'mojo_core_window_manager', |
76 'mojo_core_window_manager_unittests', | 59 'mojo_core_window_manager_unittests', |
77 'mojo_demo_launcher', | |
78 'mojo_embedded_app', | |
79 'mojo_keyboard', | |
80 'mojo_media_viewer', | |
81 'mojo_nesting_app', | |
82 'mojo_view_manager', | 60 'mojo_view_manager', |
83 'mojo_view_manager_unittests', | 61 'mojo_view_manager_unittests', |
84 'mojo_window_manager', | |
85 'mojo_wm_flow_app', | |
86 'mojo_wm_flow_embedded', | |
87 'mojo_wm_flow_init', | |
88 'mojo_wm_flow_wm', | |
89 ], | 62 ], |
90 }], | 63 }], |
91 ['OS == "linux"', { | 64 ['OS == "linux"', { |
92 'dependencies': [ | 65 'dependencies': [ |
93 'mojo_external_application_tests', | 66 'mojo_external_application_tests', |
94 ], | 67 ], |
95 }], | 68 }], |
96 ['component != "shared_library" and OS == "linux"', { | 69 ['component != "shared_library" and OS == "linux"', { |
97 'dependencies': [ | 70 'dependencies': [ |
98 'mojo_python_bindings', | 71 'mojo_python_bindings', |
(...skipping 674 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
773 '../build/isolate.gypi', | 746 '../build/isolate.gypi', |
774 ], | 747 ], |
775 'sources': [ | 748 'sources': [ |
776 'mojo_js_unittests.isolate', | 749 'mojo_js_unittests.isolate', |
777 ], | 750 ], |
778 }, | 751 }, |
779 ], | 752 ], |
780 }], | 753 }], |
781 ], | 754 ], |
782 } | 755 } |
OLD | NEW |