blob: 415ab6689ad9fc4bac4d10275223a071ba174349 [file] [log] [blame]
[email protected]02657da2013-09-16 02:55:181# Copyright 2013 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.
4
5{
[email protected]f02343052014-01-14 14:43:566 'target_defaults': {
7 'conditions': [
8 ['mojo_shell_debug_url != ""', {
9 'defines': [
10 'MOJO_SHELL_DEBUG=1',
11 'MOJO_SHELL_DEBUG_URL="<(mojo_shell_debug_url)"',
12 ],
13 }],
14 ],
15 },
[email protected]02657da2013-09-16 02:55:1816 'variables': {
[email protected]3d58663b2013-09-28 00:30:0417 'chromium_code': 1,
[email protected]f02343052014-01-14 14:43:5618 'mojo_shell_debug_url%': "",
[email protected]02657da2013-09-16 02:55:1819 },
[email protected]3cf4aad2013-12-01 17:27:2520 'includes': [
[email protected]de3d0b02013-12-03 23:18:2521 'mojo_apps.gypi',
[email protected]3cf4aad2013-12-01 17:27:2522 'mojo_examples.gypi',
23 'mojo_public.gypi',
24 'mojo_services.gypi',
25 ],
[email protected]02657da2013-09-16 02:55:1826 'targets': [
27 {
28 'target_name': 'mojo',
29 'type': 'none',
[email protected]3d58663b2013-09-28 00:30:0430 'dependencies': [
[email protected]b4aef952013-11-26 23:25:4531 'mojo_bindings',
[email protected]cbf7e962013-11-07 20:35:5232 'mojo_common_lib',
33 'mojo_common_unittests',
[email protected]93830742013-11-08 12:17:2434 'mojo_js',
[email protected]de3d0b02013-12-03 23:18:2535 'mojo_js_unittests',
[email protected]b4aef952013-11-26 23:25:4536 'mojo_public_test_support',
[email protected]0b438a62014-01-12 06:19:0337 'mojo_public_bindings_unittests',
[email protected]0d37563e2014-01-14 16:27:5138 'mojo_public_environment_unittests',
[email protected]0b438a62014-01-12 06:19:0339 'mojo_public_system_perftests',
40 'mojo_public_system_unittests',
41 'mojo_public_utility_unittests',
[email protected]67f839c92013-12-11 03:26:4042 'mojo_sample_app',
[email protected]b4aef952013-11-26 23:25:4543 'mojo_shell',
44 'mojo_shell_lib',
[email protected]df47c492014-01-03 22:50:1545 'mojo_shell_unittests',
[email protected]b4aef952013-11-26 23:25:4546 'mojo_system',
[email protected]5fd29c12013-12-10 07:13:4747 'mojo_system_impl',
[email protected]b4aef952013-11-26 23:25:4548 'mojo_system_unittests',
[email protected]273e2172013-12-10 07:24:1649 'mojo_utility',
[email protected]3d58663b2013-09-28 00:30:0450 ],
[email protected]331e4db2014-01-07 21:46:0451 'conditions': [
52 ['use_aura==1', {
53 'dependencies': [
54 'mojo_aura_demo',
55 ],
56 }],
57 ]
[email protected]3d58663b2013-09-28 00:30:0458 },
59 {
[email protected]4b4068d2013-11-11 21:12:0360 'target_name': 'mojo_run_all_unittests',
61 'type': 'static_library',
62 'dependencies': [
63 '../base/base.gyp:base',
64 '../base/base.gyp:test_support_base',
[email protected]d16a5b42013-12-03 17:47:2465 '../testing/gtest.gyp:gtest',
[email protected]4b4068d2013-11-11 21:12:0366 'mojo_system',
[email protected]5fd29c12013-12-10 07:13:4767 'mojo_system_impl',
[email protected]4b4068d2013-11-11 21:12:0368 ],
69 'sources': [
70 'common/test/run_all_unittests.cc',
71 ],
72 },
73 {
[email protected]5f8471fb2013-11-26 23:07:2474 'target_name': 'mojo_run_all_perftests',
75 'type': 'static_library',
76 'dependencies': [
77 '../base/base.gyp:test_support_base',
78 'mojo_system',
[email protected]5fd29c12013-12-10 07:13:4779 'mojo_system_impl',
[email protected]5f8471fb2013-11-26 23:07:2480 ],
81 'sources': [
82 'common/test/run_all_perftests.cc',
83 ],
84 },
85 {
[email protected]5fd29c12013-12-10 07:13:4786 'target_name': 'mojo_system_impl',
[email protected]6cf6ca52013-10-10 20:52:1187 'type': '<(component)',
[email protected]3d58663b2013-09-28 00:30:0488 'dependencies': [
[email protected]5fd29c12013-12-10 07:13:4789 'mojo_system',
[email protected]3d58663b2013-09-28 00:30:0490 '../base/base.gyp:base',
91 ],
[email protected]6cf6ca52013-10-10 20:52:1192 'defines': [
[email protected]5fd29c12013-12-10 07:13:4793 'MOJO_SYSTEM_IMPL_IMPLEMENTATION',
[email protected]6cf6ca52013-10-10 20:52:1194 ],
[email protected]3d58663b2013-09-28 00:30:0495 'sources': [
[email protected]ccf8453d2013-11-07 17:49:5096 'system/channel.cc',
97 'system/channel.h',
[email protected]32446982013-12-16 20:58:4898 'system/constants.h',
[email protected]3d58663b2013-09-28 00:30:0499 'system/core_impl.cc',
100 'system/core_impl.h',
[email protected]82d1954d2013-12-13 22:23:19101 'system/data_pipe.cc',
102 'system/data_pipe.h',
[email protected]ae3d3572013-12-14 00:00:53103 'system/data_pipe_consumer_dispatcher.cc',
104 'system/data_pipe_consumer_dispatcher.h',
[email protected]82d1954d2013-12-13 22:23:19105 'system/data_pipe_producer_dispatcher.cc',
106 'system/data_pipe_producer_dispatcher.h',
[email protected]3d58663b2013-09-28 00:30:04107 'system/dispatcher.cc',
108 'system/dispatcher.h',
[email protected]3d427fb2014-01-11 00:31:08109 'system/embedder.cc',
110 'system/embedder.h',
[email protected]00798012013-12-16 20:39:30111 'system/local_data_pipe.cc',
112 'system/local_data_pipe.h',
[email protected]989f8bc2013-10-16 00:24:37113 'system/local_message_pipe_endpoint.cc',
114 'system/local_message_pipe_endpoint.h',
[email protected]3d58663b2013-09-28 00:30:04115 'system/memory.cc',
116 'system/memory.h',
[email protected]aae74e92013-10-03 20:52:34117 'system/message_in_transit.cc',
118 'system/message_in_transit.h',
[email protected]3d58663b2013-09-28 00:30:04119 'system/message_pipe.cc',
120 'system/message_pipe.h',
121 'system/message_pipe_dispatcher.cc',
122 'system/message_pipe_dispatcher.h',
[email protected]989f8bc2013-10-16 00:24:37123 'system/message_pipe_endpoint.cc',
124 'system/message_pipe_endpoint.h',
[email protected]072b8d482013-12-02 18:51:43125 'system/platform_channel.cc',
126 'system/platform_channel.h',
[email protected]2f8f0c02013-12-03 23:44:57127 'system/platform_channel_handle.cc',
[email protected]5a0d0062013-10-11 19:07:18128 'system/platform_channel_handle.h',
[email protected]35cfded2014-01-10 20:50:18129 'system/platform_channel_pair.cc',
130 'system/platform_channel_pair.h',
131 'system/platform_channel_pair_posix.cc',
[email protected]ccf8453d2013-11-07 17:49:50132 'system/proxy_message_pipe_endpoint.cc',
133 'system/proxy_message_pipe_endpoint.h',
[email protected]5a0d0062013-10-11 19:07:18134 'system/raw_channel.h',
135 'system/raw_channel_posix.cc',
[email protected]ccf8453d2013-11-07 17:49:50136 'system/raw_channel_win.cc',
[email protected]3d58663b2013-09-28 00:30:04137 'system/simple_dispatcher.cc',
138 'system/simple_dispatcher.h',
139 'system/waiter.cc',
140 'system/waiter.h',
141 'system/waiter_list.cc',
142 'system/waiter_list.h',
143 ],
[email protected]3d58663b2013-09-28 00:30:04144 },
145 {
146 'target_name': 'mojo_system_unittests',
147 'type': 'executable',
148 'dependencies': [
149 '../base/base.gyp:run_all_unittests',
150 '../testing/gtest.gyp:gtest',
[email protected]1ad40142013-12-12 13:20:02151 'mojo_common_test_support',
[email protected]3d58663b2013-09-28 00:30:04152 'mojo_system',
[email protected]5fd29c12013-12-10 07:13:47153 'mojo_system_impl',
[email protected]3d58663b2013-09-28 00:30:04154 ],
155 'sources': [
156 'system/core_impl_unittest.cc',
157 'system/core_test_base.cc',
158 'system/core_test_base.h',
[email protected]92fb7f42013-12-17 22:38:30159 'system/data_pipe_unittest.cc',
[email protected]3d58663b2013-09-28 00:30:04160 'system/dispatcher_unittest.cc',
[email protected]92fb7f42013-12-17 22:38:30161 'system/local_data_pipe_unittest.cc',
[email protected]3d58663b2013-09-28 00:30:04162 'system/message_pipe_dispatcher_unittest.cc',
163 'system/message_pipe_unittest.cc',
[email protected]1ad40142013-12-12 13:20:02164 'system/multiprocess_message_pipe_unittest.cc',
[email protected]5a0d0062013-10-11 19:07:18165 'system/raw_channel_posix_unittest.cc',
[email protected]ccf8453d2013-11-07 17:49:50166 'system/remote_message_pipe_posix_unittest.cc',
[email protected]3d58663b2013-09-28 00:30:04167 'system/simple_dispatcher_unittest.cc',
[email protected]b334246d2013-10-24 00:08:57168 'system/test_utils.cc',
[email protected]3d58663b2013-09-28 00:30:04169 'system/test_utils.h',
170 'system/waiter_list_unittest.cc',
171 'system/waiter_test_utils.cc',
172 'system/waiter_test_utils.h',
173 'system/waiter_unittest.cc',
174 ],
[email protected]02657da2013-09-16 02:55:18175 },
[email protected]6cf6ca52013-10-10 20:52:11176 {
[email protected]2e5f3a02013-12-21 07:12:37177 'target_name': 'mojo_gles2',
[email protected]99e508a42013-12-04 01:15:09178 'type': '<(component)',
179 'dependencies': [
180 '../gpu/gpu.gyp:gles2_c_lib',
181 ],
182 'defines': [
[email protected]2e5f3a02013-12-21 07:12:37183 'MOJO_GLES2_IMPLEMENTATION',
[email protected]99e508a42013-12-04 01:15:09184 ],
185 'sources': [
[email protected]2e5f3a02013-12-21 07:12:37186 'gles2/gles2.cc',
[email protected]99e508a42013-12-04 01:15:09187 ],
188 },
189 {
[email protected]3cf4aad2013-12-01 17:27:25190 'target_name': 'mojo_common_lib',
191 'type': '<(component)',
192 'defines': [
193 'MOJO_COMMON_IMPLEMENTATION',
194 ],
195 'dependencies': [
196 '../base/base.gyp:base',
197 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
198 'mojo_system',
199 ],
200 'sources': [
[email protected]2229d4252013-12-08 06:53:47201 'common/common_type_converters.cc',
202 'common/common_type_converters.h',
[email protected]3cf4aad2013-12-01 17:27:25203 'common/handle_watcher.cc',
204 'common/handle_watcher.h',
205 'common/message_pump_mojo.cc',
206 'common/message_pump_mojo.h',
207 'common/message_pump_mojo_handler.h',
208 ],
209 'conditions': [
210 ['OS == "win"', {
211 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
212 'msvs_disabled_warnings': [
213 4267,
214 ],
215 }],
216 ],
217 },
218 {
[email protected]1ad40142013-12-12 13:20:02219 'target_name': 'mojo_common_test_support',
220 'type': 'static_library',
221 'dependencies': [
222 '../base/base.gyp:base',
223 '../base/base.gyp:test_support_base',
224 '../testing/gtest.gyp:gtest',
225 'mojo_system',
226 'mojo_system_impl',
227 ],
228 'sources': [
229 'common/test/multiprocess_test_base.cc',
230 'common/test/multiprocess_test_base.h',
231 ],
232 },
233 {
[email protected]3cf4aad2013-12-01 17:27:25234 'target_name': 'mojo_common_unittests',
235 'type': 'executable',
236 'dependencies': [
237 '../base/base.gyp:base',
238 '../base/base.gyp:base_message_loop_tests',
239 '../testing/gtest.gyp:gtest',
[email protected]c2a52bf2013-12-02 13:55:36240 'mojo_bindings',
[email protected]0d37563e2014-01-14 16:27:51241 'mojo_environment_chromium',
[email protected]3cf4aad2013-12-01 17:27:25242 'mojo_common_lib',
[email protected]1ad40142013-12-12 13:20:02243 'mojo_common_test_support',
[email protected]c2a52bf2013-12-02 13:55:36244 'mojo_public_test_support',
[email protected]3cf4aad2013-12-01 17:27:25245 'mojo_run_all_unittests',
246 'mojo_system',
[email protected]5fd29c12013-12-10 07:13:47247 'mojo_system_impl',
[email protected]3cf4aad2013-12-01 17:27:25248 ],
249 'sources': [
[email protected]2229d4252013-12-08 06:53:47250 'common/common_type_converters_unittest.cc',
[email protected]3cf4aad2013-12-01 17:27:25251 'common/handle_watcher_unittest.cc',
252 'common/message_pump_mojo_unittest.cc',
[email protected]d16a5b42013-12-03 17:47:24253 'common/test/multiprocess_test_base_unittest.cc',
[email protected]3cf4aad2013-12-01 17:27:25254 ],
255 'conditions': [
256 ['OS == "win"', {
257 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
258 'msvs_disabled_warnings': [
259 4267,
260 ],
261 }],
262 ],
263 },
264 {
[email protected]0d37563e2014-01-14 16:27:51265 'target_name': 'mojo_environment_chromium',
266 'type': 'static_library',
267 'dependencies': [
268 'mojo_environment_chromium_impl',
269 ],
270 'sources': [
271 'environment/default_async_waiter.cc',
272 'environment/buffer_tls.cc',
273 'environment/environment.cc',
274 ],
275 'include_dirs': [
276 '..',
277 ],
278 'export_dependent_settings': [
279 'mojo_environment_chromium_impl',
280 ],
281 },
282 {
283 'target_name': 'mojo_environment_chromium_impl',
284 'type': '<(component)',
285 'defines': [
286 'MOJO_ENVIRONMENT_IMPL_IMPLEMENTATION',
287 ],
288 'dependencies': [
289 '../base/base.gyp:base',
290 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
291 'mojo_common_lib'
292 ],
293 'sources': [
294 'environment/default_async_waiter_impl.cc',
295 'environment/default_async_waiter_impl.h',
296 'environment/buffer_tls_impl.cc',
297 'environment/buffer_tls_impl.h',
298 ],
299 'include_dirs': [
300 '..',
301 ],
302 },
303 {
[email protected]786d75c2013-10-24 20:29:35304 'target_name': 'mojo_shell_lib',
305 'type': 'static_library',
[email protected]6cf6ca52013-10-10 20:52:11306 'dependencies': [
307 '../base/base.gyp:base',
[email protected]eba6f512013-10-19 00:17:09308 '../net/net.gyp:net',
[email protected]3c448302013-10-22 08:39:08309 '../url/url.gyp:url_lib',
[email protected]edce7542013-12-18 02:07:37310 'mojo_shell_bindings',
[email protected]6cf6ca52013-10-10 20:52:11311 'mojo_system',
[email protected]5fd29c12013-12-10 07:13:47312 'mojo_system_impl',
[email protected]2e5f3a02013-12-21 07:12:37313 'mojo_native_viewport_service',
[email protected]6cf6ca52013-10-10 20:52:11314 ],
315 'sources': [
[email protected]6e50d5e42013-10-27 02:45:46316 'shell/context.cc',
317 'shell/context.h',
[email protected]df47c492014-01-03 22:50:15318 'shell/dynamic_service_loader.cc',
319 'shell/dynamic_service_loader.h',
[email protected]40932702013-11-20 22:29:30320 'shell/init.cc',
321 'shell/init.h',
[email protected]0be9b242013-10-28 06:28:38322 'shell/loader.cc',
323 'shell/loader.h',
[email protected]c6c6e5652013-10-29 02:40:30324 'shell/network_delegate.cc',
325 'shell/network_delegate.h',
[email protected]adeb6f72013-10-25 08:05:02326 'shell/run.cc',
327 'shell/run.h',
[email protected]edce7542013-12-18 02:07:37328 'shell/service_manager.cc',
329 'shell/service_manager.h',
[email protected]09d040f2013-12-20 20:44:59330 'shell/storage.cc',
331 'shell/storage.h',
[email protected]6cf6ca52013-10-10 20:52:11332 'shell/switches.cc',
333 'shell/switches.h',
[email protected]eba6f512013-10-19 00:17:09334 'shell/task_runners.cc',
335 'shell/task_runners.h',
[email protected]0be9b242013-10-28 06:28:38336 'shell/url_request_context_getter.cc',
337 'shell/url_request_context_getter.h',
[email protected]6cf6ca52013-10-10 20:52:11338 ],
[email protected]6838e3c2013-10-11 20:16:22339 'conditions': [
340 ['OS == "win"', {
341 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
342 'msvs_disabled_warnings': [
343 4267,
344 ],
345 }],
346 ],
[email protected]6cf6ca52013-10-10 20:52:11347 },
348 {
[email protected]edce7542013-12-18 02:07:37349 'target_name': 'mojo_shell_bindings',
350 'type': 'static_library',
351 'sources': [
352 'shell/shell.mojom',
353 ],
354 'includes': [ 'public/bindings/mojom_bindings_generator.gypi' ],
355 'export_dependent_settings': [
356 'mojo_bindings',
357 'mojo_system',
358 ],
359 },
360 {
[email protected]786d75c2013-10-24 20:29:35361 'target_name': 'mojo_shell',
362 'type': 'executable',
363 'dependencies': [
364 '../base/base.gyp:base',
[email protected]42368392013-11-05 13:45:02365 '../ui/gl/gl.gyp:gl',
[email protected]786d75c2013-10-24 20:29:35366 '../url/url.gyp:url_lib',
[email protected]c1e5c782013-11-12 05:10:07367 'mojo_common_lib',
[email protected]0d37563e2014-01-14 16:27:51368 'mojo_environment_chromium',
[email protected]786d75c2013-10-24 20:29:35369 'mojo_shell_lib',
370 'mojo_system',
[email protected]5fd29c12013-12-10 07:13:47371 'mojo_system_impl',
[email protected]786d75c2013-10-24 20:29:35372 ],
373 'sources': [
[email protected]adeb6f72013-10-25 08:05:02374 'shell/desktop/mojo_main.cc',
[email protected]786d75c2013-10-24 20:29:35375 ],
376 'conditions': [
377 ['OS == "win"', {
378 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
379 'msvs_disabled_warnings': [
380 4267,
381 ],
382 }],
383 ],
384 },
[email protected]df47c492014-01-03 22:50:15385 {
386 'target_name': 'mojo_shell_unittests',
387 'type': 'executable',
388 'dependencies': [
389 '../base/base.gyp:base',
390 '../testing/gtest.gyp:gtest',
391 'mojo_common_lib',
[email protected]0d37563e2014-01-14 16:27:51392 'mojo_environment_chromium',
[email protected]df47c492014-01-03 22:50:15393 'mojo_run_all_unittests',
394 'mojo_shell_lib',
395 ],
396 'includes': [ 'public/bindings/mojom_bindings_generator.gypi' ],
397 'sources': [
398 'shell/service_manager_unittest.cc',
399 'shell/test.mojom',
400 ],
401 },
[email protected]02657da2013-09-16 02:55:18402 ],
[email protected]786d75c2013-10-24 20:29:35403 'conditions': [
404 ['OS=="android"', {
405 'targets': [
406 {
[email protected]99e508a42013-12-04 01:15:09407 'target_name': 'mojo_native_viewport_java',
[email protected]29ccd8e2013-11-01 16:44:56408 'type': 'none',
409 'dependencies': [
410 '../base/base.gyp:base_java',
411 ],
412 'variables': {
413 'java_in_dir': '<(DEPTH)/mojo/services/native_viewport/android',
414 },
415 'includes': [ '../build/java.gypi' ],
416 },
417 {
[email protected]67f839c92013-12-11 03:26:40418 'target_name': 'mojo_java_set_jni_headers',
[email protected]adeb6f72013-10-25 08:05:02419 'type': 'none',
420 'variables': {
421 'jni_gen_package': 'mojo',
[email protected]de857502014-01-10 15:08:04422 'jni_generator_ptr_type': 'long',
[email protected]adeb6f72013-10-25 08:05:02423 'input_java_class': 'java/util/HashSet.class',
424 },
425 'includes': [ '../build/jar_file_jni_generator.gypi' ],
426 },
427 {
428 'target_name': 'mojo_jni_headers',
429 'type': 'none',
430 'dependencies': [
[email protected]67f839c92013-12-11 03:26:40431 'mojo_java_set_jni_headers',
[email protected]adeb6f72013-10-25 08:05:02432 ],
[email protected]adeb6f72013-10-25 08:05:02433 'sources': [
[email protected]92aa30ec2013-12-05 06:39:18434 'services/native_viewport/android/src/org/chromium/mojo/NativeViewportAndroid.java',
[email protected]0be9b242013-10-28 06:28:38435 'shell/android/apk/src/org/chromium/mojo_shell_apk/MojoMain.java',
[email protected]adeb6f72013-10-25 08:05:02436 ],
437 'variables': {
[email protected]de857502014-01-10 15:08:04438 'jni_gen_package': 'mojo',
439 'jni_generator_ptr_type': 'long',
440 },
[email protected]adeb6f72013-10-25 08:05:02441 'includes': [ '../build/jni_generator.gypi' ],
442 },
443 {
[email protected]786d75c2013-10-24 20:29:35444 'target_name': 'libmojo_shell',
445 'type': 'shared_library',
446 'dependencies': [
447 '../base/base.gyp:base',
[email protected]adeb6f72013-10-25 08:05:02448 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
[email protected]570c26d2013-10-30 04:07:46449 '../ui/gfx/gfx.gyp:gfx',
[email protected]b5e2d782013-12-18 21:01:15450 '../ui/gfx/gfx.gyp:gfx_geometry',
[email protected]570c26d2013-10-30 04:07:46451 '../ui/gl/gl.gyp:gl',
[email protected]c1e5c782013-11-12 05:10:07452 'mojo_common_lib',
[email protected]0d37563e2014-01-14 16:27:51453 'mojo_environment_chromium',
[email protected]adeb6f72013-10-25 08:05:02454 'mojo_jni_headers',
[email protected]09d040f2013-12-20 20:44:59455 'mojo_shell_bindings',
456 'mojo_shell_lib',
[email protected]786d75c2013-10-24 20:29:35457 ],
458 'sources': [
459 'shell/android/library_loader.cc',
[email protected]adeb6f72013-10-25 08:05:02460 'shell/android/mojo_main.cc',
461 'shell/android/mojo_main.h',
[email protected]786d75c2013-10-24 20:29:35462 ],
463 },
464 {
465 'target_name': 'mojo_shell_apk',
466 'type': 'none',
467 'dependencies': [
468 '../base/base.gyp:base_java',
469 '../net/net.gyp:net_java',
[email protected]99e508a42013-12-04 01:15:09470 'mojo_native_viewport_java',
[email protected]786d75c2013-10-24 20:29:35471 'libmojo_shell',
472 ],
473 'variables': {
474 'apk_name': 'MojoShell',
[email protected]0be9b242013-10-28 06:28:38475 'java_in_dir': '<(DEPTH)/mojo/shell/android/apk',
476 'resource_dir': '<(DEPTH)/mojo/shell/android/apk/res',
[email protected]786d75c2013-10-24 20:29:35477 'native_lib_target': 'libmojo_shell',
478 },
479 'includes': [ '../build/java_apk.gypi' ],
480 }
481 ],
482 }],
483 ],
[email protected]02657da2013-09-16 02:55:18484}