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
3 # found in the LICENSE file.
5 # Essential components (and their tests) that are needed to build
6 # Chrome should be here. Other components that are useful only in
7 # Mojo land like mojo_shell should be in mojo.gyp.
10 '../third_party/mojo/mojo_variables.gypi',
14 'target_name': 'mojo_base',
17 # NOTE: If adding a new dependency here, please consider whether it
18 # should also be added to the list of Mojo-related dependencies of
19 # build/all.gyp:All on iOS, as All cannot depend on the mojo_base
20 # target on iOS due to the presence of the js targets, which cause v8
23 'mojo_common_unittests',
28 '../third_party/mojo/mojo_public.gyp:mojo_bindings_java',
29 '../third_party/mojo/mojo_public.gyp:mojo_public_java',
35 'target_name': 'mojo_none',
39 # GN version: //mojo/common
40 'target_name': 'mojo_common_lib',
41 'type': '<(component)',
43 'MOJO_COMMON_IMPLEMENTATION',
46 '../base/base.gyp:base',
47 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
48 '<(mojo_system_for_component)',
50 'export_dependent_settings': [
51 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
54 'common/common_type_converters.cc',
55 'common/common_type_converters.h',
56 'common/data_pipe_file_utils.cc',
57 'common/data_pipe_utils.cc',
58 'common/data_pipe_utils.h',
59 'common/handle_watcher.cc',
60 'common/handle_watcher.h',
61 'common/message_pump_mojo.cc',
62 'common/message_pump_mojo.h',
63 'common/message_pump_mojo_handler.h',
64 'common/time_helper.cc',
65 'common/time_helper.h',
69 # GN version: //mojo/common:url_type_converters
70 'target_name': 'mojo_url_type_converters',
71 'type': 'static_library',
73 '../base/base.gyp:base',
74 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
75 '../url/url.gyp:url_lib',
76 '<(mojo_system_for_component)',
78 'export_dependent_settings': [
79 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
82 'common/url_type_converters.cc',
83 'common/url_type_converters.h',
87 # GN version: //mojo/common:mojo_common_unittests
88 'target_name': 'mojo_common_unittests',
91 '../base/base.gyp:base',
92 '../base/base.gyp:test_support_base',
93 '../base/base.gyp:base_message_loop_tests',
94 '../testing/gtest.gyp:gtest',
95 '../url/url.gyp:url_lib',
97 'mojo_url_type_converters',
98 '../third_party/mojo/mojo_edk.gyp:mojo_system_impl',
99 '../third_party/mojo/mojo_edk.gyp:mojo_common_test_support',
100 '../third_party/mojo/mojo_edk.gyp:mojo_run_all_unittests',
101 'mojo_environment_chromium',
102 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
103 '../third_party/mojo/mojo_public.gyp:mojo_public_test_utils',
106 'common/common_type_converters_unittest.cc',
107 'common/handle_watcher_unittest.cc',
108 'common/message_pump_mojo_unittest.cc',
112 # GN version: //mojo/environment:chromium
113 'target_name': 'mojo_environment_chromium',
114 'type': 'static_library',
116 'mojo_environment_chromium_impl',
117 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
120 'environment/environment.cc',
121 # TODO(vtl): This is kind of ugly. (See TODO in logging.h.)
122 "../third_party/mojo/src/mojo/public/cpp/environment/async_waiter.h",
123 "../third_party/mojo/src/mojo/public/cpp/environment/lib/async_waiter.cc",
124 "../third_party/mojo/src/mojo/public/cpp/environment/lib/logging.cc",
125 "../third_party/mojo/src/mojo/public/cpp/environment/lib/scoped_task_tracking.cc",
126 "../third_party/mojo/src/mojo/public/cpp/environment/lib/scoped_task_tracking.cc",
127 "../third_party/mojo/src/mojo/public/cpp/environment/logging.h",
128 "../third_party/mojo/src/mojo/public/cpp/environment/task_tracker.h",
132 '../third_party/mojo/src',
134 'direct_dependent_settings': {
136 '../third_party/mojo/src',
139 'export_dependent_settings': [
140 'mojo_environment_chromium_impl',
144 # GN version: //mojo/environment:chromium_impl
145 'target_name': 'mojo_environment_chromium_impl',
146 'type': '<(component)',
148 'MOJO_ENVIRONMENT_IMPL_IMPLEMENTATION',
151 '../base/base.gyp:base',
152 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
154 '<(mojo_system_for_component)',
157 'environment/default_async_waiter_impl.cc',
158 'environment/default_async_waiter_impl.h',
159 'environment/default_logger_impl.cc',
160 'environment/default_logger_impl.h',
161 'environment/default_run_loop_impl.cc',
162 'environment/default_run_loop_impl.h',
163 'environment/default_task_tracker_impl.cc',
164 'environment/default_task_tracker_impl.h',
168 '../third_party/mojo/src',
170 'direct_dependent_settings': {
172 '../third_party/mojo/src',
177 'target_name': 'mojo_application_bindings_mojom',
181 'application/public/interfaces/application.mojom',
182 'application/public/interfaces/service_provider.mojom',
183 'application/public/interfaces/shell.mojom',
186 'includes': [ '../third_party/mojo/mojom_bindings_generator_explicit.gypi' ],
189 # GN version: //mojo/application/public/cpp
190 'target_name': 'mojo_application_base',
191 'type': 'static_library',
193 'application/public/cpp/app_lifetime_helper.h',
194 'application/public/cpp/application_connection.h',
195 'application/public/cpp/application_delegate.h',
196 'application/public/cpp/application_impl.h',
197 'application/public/cpp/application_runner.h',
198 'application/public/cpp/connect.h',
199 'application/public/cpp/interface_factory.h',
200 'application/public/cpp/interface_factory_impl.h',
201 'application/public/cpp/lib/app_lifetime_helper.cc',
202 'application/public/cpp/lib/application_connection.cc',
203 'application/public/cpp/lib/application_delegate.cc',
204 'application/public/cpp/lib/application_impl.cc',
205 'application/public/cpp/lib/application_runner.cc',
206 'application/public/cpp/lib/interface_factory_connector.h',
207 'application/public/cpp/lib/service_connector_registry.cc',
208 'application/public/cpp/lib/service_connector_registry.h',
209 'application/public/cpp/lib/service_provider_impl.cc',
210 'application/public/cpp/lib/service_registry.cc',
211 'application/public/cpp/lib/service_registry.h',
212 'application/public/cpp/service_connector.h',
213 'application/public/cpp/service_provider_impl.h',
216 'mojo_application_bindings',
218 'export_dependent_settings': [
219 'mojo_application_bindings',
223 # GN version: //mojo/public/interfaces/application:application
224 'target_name': 'mojo_application_bindings',
225 'type': 'static_library',
227 'mojo_application_bindings_mojom',
228 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
230 'export_dependent_settings': [
231 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
235 # GN version: //mojo/application/public/cpp/tests
236 'target_name': 'mojo_public_application_unittests',
237 'type': 'executable',
239 'mojo_application_base',
240 '../base/base.gyp:base',
241 '../testing/gtest.gyp:gtest',
242 '../third_party/mojo/mojo_edk.gyp:mojo_run_all_unittests',
243 '../third_party/mojo/mojo_public.gyp:mojo_utility',
244 '../third_party/mojo/mojo_public.gyp:mojo_environment_standalone',
247 'application/public/cpp/tests/service_registry_unittest.cc',
255 'target_name': 'mojo_jni_headers',
258 'mojo_java_set_jni_headers',
261 'android/javatests/src/org/chromium/mojo/MojoTestCase.java',
262 'android/javatests/src/org/chromium/mojo/bindings/ValidationTestUtil.java',
263 'android/system/src/org/chromium/mojo/system/impl/CoreImpl.java',
266 'jni_gen_package': 'mojo',
268 'includes': [ '../build/jni_generator.gypi' ],
271 'target_name': 'libmojo_system_java',
272 'type': 'static_library',
274 '../base/base.gyp:base',
275 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
277 '../third_party/mojo/mojo_edk.gyp:mojo_system_impl',
278 'mojo_environment_chromium',
282 'android/system/core_impl.cc',
283 'android/system/core_impl.h',
287 'target_name': 'mojo_java_set_jni_headers',
290 'jni_gen_package': 'mojo',
291 'input_java_class': 'java/util/HashSet.class',
293 'includes': [ '../build/jar_file_jni_generator.gypi' ],
296 'target_name': 'mojo_system_java',
299 '../base/base.gyp:base_java',
300 'libmojo_system_java',
301 '../third_party/mojo/mojo_public.gyp:mojo_public_java',
304 'java_in_dir': '<(DEPTH)/mojo/android/system',
306 'includes': [ '../build/java.gypi' ],