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 '../url/url.gyp:url_lib',
48 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
49 '<(mojo_system_for_component)',
51 'export_dependent_settings': [
52 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
55 'common/common_type_converters.cc',
56 'common/common_type_converters.h',
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:mojo_common_unittests
70 'target_name': 'mojo_common_unittests',
73 '../base/base.gyp:base',
74 '../base/base.gyp:test_support_base',
75 '../base/base.gyp:base_message_loop_tests',
76 '../testing/gtest.gyp:gtest',
77 '../url/url.gyp:url_lib',
79 '../third_party/mojo/mojo_edk.gyp:mojo_system_impl',
80 '../third_party/mojo/mojo_edk.gyp:mojo_common_test_support',
81 '../third_party/mojo/mojo_edk.gyp:mojo_run_all_unittests',
82 'mojo_environment_chromium',
83 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
84 '../third_party/mojo/mojo_public.gyp:mojo_public_test_utils',
87 'common/common_type_converters_unittest.cc',
88 'common/handle_watcher_unittest.cc',
89 'common/message_pump_mojo_unittest.cc',
93 # GN version: //mojo/environment:chromium
94 'target_name': 'mojo_environment_chromium',
95 'type': 'static_library',
97 'mojo_environment_chromium_impl',
98 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
101 'environment/environment.cc',
102 # TODO(vtl): This is kind of ugly. (See TODO in logging.h.)
103 "../third_party/mojo/src/mojo/public/cpp/environment/async_waiter.h",
104 "../third_party/mojo/src/mojo/public/cpp/environment/lib/async_waiter.cc",
105 "../third_party/mojo/src/mojo/public/cpp/environment/logging.h",
106 "../third_party/mojo/src/mojo/public/cpp/environment/lib/logging.cc",
110 '../third_party/mojo/src',
112 'direct_dependent_settings': {
114 '../third_party/mojo/src',
117 'export_dependent_settings': [
118 'mojo_environment_chromium_impl',
122 # GN version: //mojo/environment:chromium_impl
123 'target_name': 'mojo_environment_chromium_impl',
124 'type': '<(component)',
126 'MOJO_ENVIRONMENT_IMPL_IMPLEMENTATION',
129 '../base/base.gyp:base',
130 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
132 '<(mojo_system_for_component)',
135 'environment/default_async_waiter_impl.cc',
136 'environment/default_async_waiter_impl.h',
137 'environment/default_logger_impl.cc',
138 'environment/default_logger_impl.h',
139 'environment/default_run_loop_impl.cc',
140 'environment/default_run_loop_impl.h',
144 '../third_party/mojo/src',
146 'direct_dependent_settings': {
148 '../third_party/mojo/src',
153 # GN version: //mojo/application
154 'target_name': 'mojo_application_chromium',
155 'type': 'static_library',
157 'application/application_runner_chromium.cc',
158 'application/application_runner_chromium.h',
162 'mojo_environment_chromium',
163 '../third_party/mojo/mojo_public.gyp:mojo_application_base',
165 'export_dependent_settings': [
166 '../third_party/mojo/mojo_public.gyp:mojo_application_base',
174 'target_name': 'mojo_jni_headers',
177 'mojo_java_set_jni_headers',
180 'android/javatests/src/org/chromium/mojo/MojoTestCase.java',
181 'android/javatests/src/org/chromium/mojo/bindings/ValidationTestUtil.java',
182 'android/system/src/org/chromium/mojo/system/impl/CoreImpl.java',
185 'jni_gen_package': 'mojo',
187 'includes': [ '../build/jni_generator.gypi' ],
190 'target_name': 'libmojo_system_java',
191 'type': 'static_library',
193 '../base/base.gyp:base',
194 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
196 '../third_party/mojo/mojo_edk.gyp:mojo_system_impl',
197 'mojo_environment_chromium',
201 'android/system/core_impl.cc',
202 'android/system/core_impl.h',
206 'target_name': 'mojo_java_set_jni_headers',
209 'jni_gen_package': 'mojo',
210 'input_java_class': 'java/util/HashSet.class',
212 'includes': [ '../build/jar_file_jni_generator.gypi' ],
215 'target_name': 'mojo_system_java',
218 '../base/base.gyp:base_java',
219 'libmojo_system_java',
220 '../third_party/mojo/mojo_public.gyp:mojo_public_java',
223 'java_in_dir': '<(DEPTH)/mojo/android/system',
225 'includes': [ '../build/java.gypi' ],