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 'includes': [ | 6 'includes': [ |
7 'mojo_converters.gypi', | |
8 'mojo_variables.gypi', | 7 'mojo_variables.gypi', |
9 ], | 8 ], |
10 'targets': [ | 9 'targets': [ |
11 { | 10 { |
12 # GN version: //mojo | 11 # GN version: //mojo |
13 'target_name': 'mojo', | 12 'target_name': 'mojo', |
14 'type': 'none', | 13 'type': 'none', |
15 'dependencies': [ | 14 'dependencies': [ |
16 'edk/mojo_edk.gyp:mojo_edk', | 15 'edk/mojo_edk.gyp:mojo_edk', |
17 'mojo_application_manager', | 16 'mojo_application_manager', |
18 'mojo_application_manager_unittests', | 17 'mojo_application_manager_unittests', |
19 'mojo_base.gyp:mojo_base', | 18 'mojo_base.gyp:mojo_base', |
20 'mojo_geometry_lib', | 19 'mojo_geometry_converters.gyp:mojo_geometry_lib', |
21 'mojo_input_events_lib', | 20 'mojo_input_events_converters.gyp:mojo_input_events_lib', |
22 'mojo_js_unittests', | 21 'mojo_js_unittests', |
23 'mojo_surfaces_lib', | 22 'mojo_surface_converters.gyp:mojo_surfaces_lib', |
24 'mojo_surfaces_lib_unittests', | 23 'mojo_surface_converters.gyp:mojo_surfaces_lib_unittests', |
25 'services/public/mojo_services_public.gyp:mojo_services_public', | 24 'services/public/mojo_services_public.gyp:mojo_services_public', |
26 'public/mojo_public.gyp:mojo_public', | 25 'public/mojo_public.gyp:mojo_public', |
27 ], | 26 ], |
28 }, | 27 }, |
29 { | 28 { |
30 # GN version: //mojo/application_manager | 29 # GN version: //mojo/application_manager |
31 'target_name': 'mojo_application_manager', | 30 'target_name': 'mojo_application_manager', |
32 'type': '<(component)', | 31 'type': '<(component)', |
33 'defines': [ | 32 'defines': [ |
34 'MOJO_APPLICATION_MANAGER_IMPLEMENTATION', | 33 'MOJO_APPLICATION_MANAGER_IMPLEMENTATION', |
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
93 'public/mojo_public.gyp:mojo_environment_standalone', | 92 'public/mojo_public.gyp:mojo_environment_standalone', |
94 'public/mojo_public.gyp:mojo_public_test_interfaces', | 93 'public/mojo_public.gyp:mojo_public_test_interfaces', |
95 'public/mojo_public.gyp:mojo_utility', | 94 'public/mojo_public.gyp:mojo_utility', |
96 ], | 95 ], |
97 'sources': [ | 96 'sources': [ |
98 'bindings/js/tests/run_js_tests.cc', | 97 'bindings/js/tests/run_js_tests.cc', |
99 ], | 98 ], |
100 }, | 99 }, |
101 ], | 100 ], |
102 } | 101 } |
OLD | NEW |