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
3 # found in the LICENSE file.
8 ['mojo_shell_debug_url != ""', {
11 'MOJO_SHELL_DEBUG_URL="<(mojo_shell_debug_url)"',
18 'mojo_shell_debug_url%': "",
21 # The following mojo_system-prefixed variables are used to express a
22 # dependency on the mojo system APIs.
24 # In a component == "shared_library" build, everything can link against
25 # mojo_system_impl because it is built as a shared library. However, in a
26 # component != "shared_library" build, mojo_system_impl is linked into an
27 # executable (e.g., mojo_shell), and must be injected into other shared
28 # libraries (i.e., Mojo Apps) that need the mojo system API.
30 # For component targets, add <(mojo_system_for_component) to your
31 # dependencies section. For loadable module targets (e.g., a Mojo App),
32 # add <(mojo_system_for_loadable_module) to your dependencies section.
34 # NOTE: component != "shared_library" implies that we are generating a
35 # static library, and in that case, it is expected that the target
36 # listing the component as a dependency will specify either mojo_system
37 # or mojo_system_impl to link against. This enables multiple targets to
38 # link against the same component library without having to agree on
39 # which Mojo system library they are using.
41 ['component=="shared_library"', {
42 'mojo_system_for_component': "mojo_system_impl",
43 'mojo_system_for_loadable_module': "mojo_system_impl",
45 'mojo_system_for_component': "mojo_none",
46 'mojo_system_for_loadable_module': "mojo_system",
54 'mojo_public_tests.gypi',
59 'target_name': 'mojo',
62 'mojo_apps_js_unittests',
63 'mojo_compositor_app',
65 'mojo_common_unittests',
73 'mojo_message_generator',
74 'mojo_native_viewport_service',
75 'mojo_network_service',
76 'mojo_pepper_container_app',
78 'mojo_public_application_unittests',
79 'mojo_public_test_utils',
80 'mojo_public_bindings_unittests',
81 'mojo_public_environment_unittests',
82 'mojo_public_system_perftests',
83 'mojo_public_system_unittests',
84 'mojo_public_utility_unittests',
86 'mojo_service_manager',
87 'mojo_service_manager_unittests',
92 'mojo_surfaces_child_app',
94 'mojo_surfaces_lib_unittests',
96 'mojo_surfaces_service',
99 'mojo_system_unittests',
101 'mojo_test_request_tracker_app',
103 'mojo_view_manager_lib',
104 'mojo_view_manager_lib_unittests',
111 'mojo_aura_demo_init',
113 'mojo_demo_launcher',
118 'mojo_window_manager',
120 'mojo_view_manager_unittests',
123 ['OS == "android"', {
125 'mojo_bindings_java',
128 'libmojo_system_java',
135 'mojo_dbus_echo_service',
141 'target_name': 'mojo_none',
145 'target_name': 'mojo_external_service_bindings',
146 'type': 'static_library',
148 'shell/external_service.mojom',
150 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ],
151 'export_dependent_settings': [
159 'target_name': 'mojo_run_all_unittests',
160 'type': 'static_library',
162 '../base/base.gyp:base',
163 '../base/base.gyp:test_support_base',
164 '../testing/gtest.gyp:gtest',
167 'mojo_test_support_impl',
170 'common/test/run_all_unittests.cc',
174 'target_name': 'mojo_run_all_perftests',
175 'type': 'static_library',
177 '../base/base.gyp:test_support_base',
180 'mojo_test_support_impl',
183 'common/test/run_all_perftests.cc',
187 # GN version: //mojo/system
188 'target_name': 'mojo_system_impl',
189 'type': '<(component)',
191 '../base/base.gyp:base',
192 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
195 'MOJO_SYSTEM_IMPL_IMPLEMENTATION',
196 'MOJO_SYSTEM_IMPLEMENTATION',
197 'MOJO_USE_SYSTEM_IMPL',
200 'embedder/channel_init.cc',
201 'embedder/channel_init.h',
202 'embedder/embedder.cc',
203 'embedder/embedder.h',
204 'embedder/platform_channel_pair.cc',
205 'embedder/platform_channel_pair.h',
206 'embedder/platform_channel_pair_posix.cc',
207 'embedder/platform_channel_pair_win.cc',
208 'embedder/platform_channel_utils_posix.cc',
209 'embedder/platform_channel_utils_posix.h',
210 'embedder/platform_handle.cc',
211 'embedder/platform_handle.h',
212 'embedder/platform_handle_utils.h',
213 'embedder/platform_handle_utils_posix.cc',
214 'embedder/platform_handle_utils_win.cc',
215 'embedder/platform_handle_vector.h',
216 'embedder/scoped_platform_handle.h',
219 'system/constants.h',
222 'system/data_pipe.cc',
223 'system/data_pipe.h',
224 'system/data_pipe_consumer_dispatcher.cc',
225 'system/data_pipe_consumer_dispatcher.h',
226 'system/data_pipe_producer_dispatcher.cc',
227 'system/data_pipe_producer_dispatcher.h',
228 'system/dispatcher.cc',
229 'system/dispatcher.h',
230 'system/entrypoints.cc',
231 'system/handle_signals_state.h',
232 'system/handle_table.cc',
233 'system/handle_table.h',
234 'system/local_data_pipe.cc',
235 'system/local_data_pipe.h',
236 'system/local_message_pipe_endpoint.cc',
237 'system/local_message_pipe_endpoint.h',
238 'system/mapping_table.cc',
239 'system/mapping_table.h',
242 'system/message_in_transit.cc',
243 'system/message_in_transit.h',
244 'system/message_in_transit_queue.cc',
245 'system/message_in_transit_queue.h',
246 'system/message_pipe.cc',
247 'system/message_pipe.h',
248 'system/message_pipe_dispatcher.cc',
249 'system/message_pipe_dispatcher.h',
250 'system/message_pipe_endpoint.cc',
251 'system/message_pipe_endpoint.h',
252 'system/options_validation.h',
253 'system/platform_handle_dispatcher.cc',
254 'system/platform_handle_dispatcher.h',
255 'system/proxy_message_pipe_endpoint.cc',
256 'system/proxy_message_pipe_endpoint.h',
257 'system/raw_channel.cc',
258 'system/raw_channel.h',
259 'system/raw_channel_posix.cc',
260 'system/raw_channel_win.cc',
261 'system/raw_shared_buffer.cc',
262 'system/raw_shared_buffer.h',
263 'system/raw_shared_buffer_posix.cc',
264 'system/raw_shared_buffer_win.cc',
265 'system/shared_buffer_dispatcher.cc',
266 'system/shared_buffer_dispatcher.h',
267 'system/simple_dispatcher.cc',
268 'system/simple_dispatcher.h',
269 'system/transport_data.cc',
270 'system/transport_data.h',
273 'system/waiter_list.cc',
274 'system/waiter_list.h',
276 # TODO(vtl): It's a little unfortunate that these end up in the same
277 # component as non-test-only code. In the static build, this code should
278 # hopefully be dead-stripped.
279 'embedder/test_embedder.cc',
280 'embedder/test_embedder.h',
282 'all_dependent_settings': {
283 # Ensures that dependent projects import the core functions on Windows.
284 'defines': ['MOJO_USE_SYSTEM_IMPL'],
288 'target_name': 'mojo_system_unittests',
289 'type': 'executable',
291 '../base/base.gyp:base',
292 '../base/base.gyp:run_all_unittests',
293 '../testing/gtest.gyp:gtest',
294 'mojo_common_test_support',
298 'embedder/embedder_unittest.cc',
299 'embedder/platform_channel_pair_posix_unittest.cc',
300 'system/channel_unittest.cc',
301 'system/core_unittest.cc',
302 'system/core_test_base.cc',
303 'system/core_test_base.h',
304 'system/data_pipe_unittest.cc',
305 'system/dispatcher_unittest.cc',
306 'system/local_data_pipe_unittest.cc',
307 'system/memory_unittest.cc',
308 'system/message_pipe_dispatcher_unittest.cc',
309 'system/message_pipe_unittest.cc',
310 'system/multiprocess_message_pipe_unittest.cc',
311 'system/options_validation_unittest.cc',
312 'system/platform_handle_dispatcher_unittest.cc',
313 'system/raw_channel_unittest.cc',
314 'system/raw_shared_buffer_unittest.cc',
315 'system/remote_message_pipe_unittest.cc',
316 'system/shared_buffer_dispatcher_unittest.cc',
317 'system/simple_dispatcher_unittest.cc',
318 'system/test_utils.cc',
319 'system/test_utils.h',
320 'system/waiter_list_unittest.cc',
321 'system/waiter_test_utils.cc',
322 'system/waiter_test_utils.h',
323 'system/waiter_unittest.cc',
327 'target_name': 'mojo_gles2_impl',
328 'type': '<(component)',
330 '../base/base.gyp:base',
331 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
332 '../gpu/gpu.gyp:command_buffer_client',
333 '../gpu/gpu.gyp:command_buffer_common',
334 '../gpu/gpu.gyp:gles2_cmd_helper',
335 '../gpu/gpu.gyp:gles2_implementation',
337 'mojo_gles2_bindings',
338 'mojo_environment_chromium',
339 '<(mojo_system_for_component)',
342 'MOJO_GLES2_IMPL_IMPLEMENTATION',
345 'gles2/command_buffer_client_impl.cc',
346 'gles2/command_buffer_client_impl.h',
347 'gles2/gles2_impl_export.h',
348 'gles2/gles2_support_impl.cc',
349 'gles2/gles2_support_impl.h',
350 'gles2/gles2_context.cc',
351 'gles2/gles2_context.h',
355 'target_name': 'mojo_test_support_impl',
356 'type': 'static_library',
358 '../base/base.gyp:base',
361 'common/test/test_support_impl.cc',
362 'common/test/test_support_impl.h',
366 # GN version: //mojo/common
367 'target_name': 'mojo_common_lib',
368 'type': '<(component)',
370 'MOJO_COMMON_IMPLEMENTATION',
373 '../base/base.gyp:base',
374 '../url/url.gyp:url_lib',
375 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
376 '<(mojo_system_for_component)',
378 'export_dependent_settings': [
379 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
382 'common/common_type_converters.cc',
383 'common/common_type_converters.h',
384 'common/data_pipe_utils.cc',
385 'common/data_pipe_utils.h',
386 'common/handle_watcher.cc',
387 'common/handle_watcher.h',
388 'common/message_pump_mojo.cc',
389 'common/message_pump_mojo.h',
390 'common/message_pump_mojo_handler.h',
391 'common/time_helper.cc',
392 'common/time_helper.h',
396 'target_name': 'mojo_common_test_support',
397 'type': 'static_library',
399 '../base/base.gyp:base',
400 '../base/base.gyp:test_support_base',
401 '../testing/gtest.gyp:gtest',
405 'common/test/multiprocess_test_helper.cc',
406 'common/test/multiprocess_test_helper.h',
407 'common/test/test_utils.h',
408 'common/test/test_utils_posix.cc',
409 'common/test/test_utils_win.cc',
413 'target_name': 'mojo_common_unittests',
414 'type': 'executable',
416 '../base/base.gyp:base',
417 '../base/base.gyp:base_message_loop_tests',
418 '../testing/gtest.gyp:gtest',
419 '../url/url.gyp:url_lib',
421 'mojo_environment_chromium',
423 'mojo_common_test_support',
424 'mojo_public_test_utils',
425 'mojo_run_all_unittests',
428 'common/common_type_converters_unittest.cc',
429 'common/handle_watcher_unittest.cc',
430 'common/message_pump_mojo_unittest.cc',
431 'common/test/multiprocess_test_helper_unittest.cc',
435 # GN version: //mojo/environment:chromium
436 'target_name': 'mojo_environment_chromium',
437 'type': 'static_library',
439 'mojo_environment_chromium_impl',
442 'environment/environment.cc',
443 # TODO(vtl): This is kind of ugly. (See TODO in logging.h.)
444 "public/cpp/environment/logging.h",
445 "public/cpp/environment/lib/logging.cc",
450 'export_dependent_settings': [
451 'mojo_environment_chromium_impl',
455 # GN version: //mojo/environment:chromium_impl
456 'target_name': 'mojo_environment_chromium_impl',
457 'type': '<(component)',
459 'MOJO_ENVIRONMENT_IMPL_IMPLEMENTATION',
462 '../base/base.gyp:base',
463 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
465 '<(mojo_system_for_component)',
468 'environment/default_async_waiter_impl.cc',
469 'environment/default_async_waiter_impl.h',
470 'environment/default_logger_impl.cc',
471 'environment/default_logger_impl.h',
478 # GN version: //mojo/service_manager
479 'target_name': 'mojo_service_manager',
480 'type': '<(component)',
482 'MOJO_SERVICE_MANAGER_IMPLEMENTATION',
485 '../base/base.gyp:base',
486 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
487 '../net/net.gyp:net',
488 '../url/url.gyp:url_lib',
490 'mojo_environment_chromium',
491 'mojo_service_provider_bindings',
492 '<(mojo_system_for_component)',
495 'service_manager/background_service_loader.cc',
496 'service_manager/background_service_loader.h',
497 'service_manager/service_loader.h',
498 'service_manager/service_manager.cc',
499 'service_manager/service_manager.h',
500 'service_manager/service_manager_export.h',
502 'export_dependent_settings': [
503 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
504 'mojo_service_provider_bindings',
508 'target_name': 'mojo_spy',
509 'type': 'static_library',
511 '../base/base.gyp:base',
512 '../base/base.gyp:base_static',
513 '../net/net.gyp:http_server',
514 '../url/url.gyp:url_lib',
515 'mojo_service_manager',
518 'mojom_base_output_dir': 'mojo',
520 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ],
522 'spy/public/spy.mojom',
526 'spy/spy_server_impl.h',
527 'spy/spy_server_impl.cc',
528 'spy/websocket_server.cc',
529 'spy/websocket_server.h',
533 'target_name': 'mojo_shell_lib',
534 'type': 'static_library',
536 '../base/base.gyp:base',
537 '../base/base.gyp:base_static',
538 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
539 '../net/net.gyp:net',
540 '../url/url.gyp:url_lib',
543 'mojo_external_service_bindings',
545 'mojo_native_viewport_service',
546 'mojo_network_bindings',
547 'mojo_service_manager',
548 'mojo_service_provider_bindings',
552 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ],
554 'shell/app_child_process.cc',
555 'shell/app_child_process.h',
556 'shell/app_child_process.mojom',
557 'shell/app_child_process_host.cc',
558 'shell/app_child_process_host.h',
559 'shell/child_process.cc',
560 'shell/child_process.h',
561 'shell/child_process_host.cc',
562 'shell/child_process_host.h',
565 'shell/dbus_service_loader_linux.cc',
566 'shell/dbus_service_loader_linux.h',
567 'shell/dynamic_service_loader.cc',
568 'shell/dynamic_service_loader.h',
569 'shell/dynamic_service_runner.h',
572 'shell/in_process_dynamic_service_runner.cc',
573 'shell/in_process_dynamic_service_runner.h',
574 'shell/keep_alive.cc',
575 'shell/keep_alive.h',
576 'shell/mojo_url_resolver.cc',
577 'shell/mojo_url_resolver.h',
578 'shell/out_of_process_dynamic_service_runner.cc',
579 'shell/out_of_process_dynamic_service_runner.h',
584 'shell/task_runners.cc',
585 'shell/task_runners.h',
586 'shell/test_child_process.cc',
587 'shell/test_child_process.h',
588 'shell/view_manager_loader.cc',
589 'shell/view_manager_loader.h',
594 '../build/linux/system.gyp:dbus',
595 '../dbus/dbus.gyp:dbus',
600 'mojo_network_service_lib',
603 'shell/network_service_loader.cc',
604 'shell/network_service_loader.h',
609 # These are only necessary as long as we hard code use of ViewManager.
610 '../skia/skia.gyp:skia',
613 'mojo_view_manager_bindings',
617 'shell/view_manager_loader.cc',
618 'shell/view_manager_loader.h',
624 'target_name': 'mojo_shell_test_support',
625 'type': 'static_library',
627 '../base/base.gyp:base',
628 '../base/base.gyp:base_static',
629 '../url/url.gyp:url_lib',
630 'mojo_service_manager',
635 'shell/shell_test_helper.cc',
636 'shell/shell_test_helper.h',
640 'target_name': 'mojo_shell',
641 'type': 'executable',
643 '../base/base.gyp:base',
644 '../ui/gl/gl.gyp:gl',
645 '../url/url.gyp:url_lib',
647 'mojo_environment_chromium',
648 'mojo_service_manager',
655 '../ui/ozone/ozone.gyp:ozone',
660 'shell/desktop/mojo_main.cc',
664 'target_name': 'mojo_shell_tests',
665 'type': '<(gtest_target_type)',
667 '../base/base.gyp:base',
668 '../base/base.gyp:base_i18n',
669 '../base/base.gyp:test_support_base',
670 '../testing/gtest.gyp:gtest',
671 # TODO(vtl): We don't currently need this, but I imagine we will soon.
672 # '../ui/gl/gl.gyp:gl',
673 '../url/url.gyp:url_lib',
675 'mojo_environment_chromium',
676 'mojo_service_manager',
680 'mojo_test_request_tracker_app',
681 'mojo_test_service_bindings',
684 'shell/child_process_host_unittest.cc',
685 'shell/shell_test_base.cc',
686 'shell/shell_test_base.h',
687 'shell/shell_test_base_unittest.cc',
688 'shell/shell_test_main.cc',
691 ['OS == "android"', {
693 '../testing/android/native_test.gyp:native_test_native_code',
699 'target_name': 'mojo_service_manager_unittests',
700 'type': 'executable',
702 '../base/base.gyp:base',
703 '../testing/gtest.gyp:gtest',
704 '../url/url.gyp:url_lib',
707 'mojo_environment_chromium',
708 'mojo_run_all_unittests',
709 'mojo_service_manager',
712 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ],
714 'service_manager/service_manager_unittest.cc',
715 'service_manager/test.mojom',
719 'target_name': 'mojo_js_bindings_lib',
720 'type': 'static_library',
722 '../base/base.gyp:base',
723 '../gin/gin.gyp:gin',
724 '../v8/tools/gyp/v8.gyp:v8',
727 'export_dependent_settings': [
728 '../base/base.gyp:base',
729 '../gin/gin.gyp:gin',
733 'bindings/js/core.cc',
734 'bindings/js/core.h',
735 'bindings/js/handle.cc',
736 'bindings/js/handle.h',
737 'bindings/js/support.cc',
738 'bindings/js/support.h',
739 'bindings/js/waiting_callback.cc',
740 'bindings/js/waiting_callback.h',
744 'target_name': 'mojo_js_unittests',
745 'type': 'executable',
747 '../gin/gin.gyp:gin_test',
748 'mojo_common_test_support',
749 'mojo_js_bindings_lib',
750 'mojo_run_all_unittests',
751 'mojo_public_test_interfaces',
754 'bindings/js/run_js_tests.cc',
758 'target_name': 'mojo_message_generator',
759 'type': 'executable',
761 '../base/base.gyp:base',
762 '../testing/gtest.gyp:gtest',
765 'mojo_environment_chromium',
769 'tools/message_generator.cc',
773 'target_name': 'mojo_cc_support',
774 'type': 'static_library',
776 '../base/base.gyp:base',
778 '../skia/skia.gyp:skia',
779 '../gpu/gpu.gyp:gles2_implementation',
783 'cc/context_provider_mojo.cc',
784 'cc/context_provider_mojo.h',
792 'target_name': 'mojo_jni_headers',
795 'mojo_java_set_jni_headers',
798 'android/javatests/src/org/chromium/mojo/MojoTestCase.java',
799 'android/system/src/org/chromium/mojo/system/impl/CoreImpl.java',
800 'services/native_viewport/android/src/org/chromium/mojo/NativeViewportAndroid.java',
801 'shell/android/apk/src/org/chromium/mojo_shell_apk/MojoMain.java',
804 'jni_gen_package': 'mojo',
806 'includes': [ '../build/jni_generator.gypi' ],
809 'target_name': 'mojo_system_java',
812 '../base/base.gyp:base_java',
816 'java_in_dir': '<(DEPTH)/mojo/android/system',
818 'includes': [ '../build/java.gypi' ],
821 'target_name': 'libmojo_system_java',
822 'type': 'static_library',
824 '../base/base.gyp:base',
825 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
827 'mojo_environment_chromium',
829 'mojo_service_provider_bindings',
833 'android/system/core_impl.cc',
834 'android/system/core_impl.h',
838 'target_name': 'libmojo_java_unittest',
839 'type': 'shared_library',
841 '../base/base.gyp:base',
842 '../base/base.gyp:test_support_base',
843 'libmojo_system_java',
847 'UNIT_TEST' # As exported from testing/gtest.gyp:gtest.
850 'android/javatests/mojo_test_case.cc',
851 'android/javatests/mojo_test_case.h',
852 'android/javatests/init_library.cc',
856 'target_name': 'mojo_test_apk',
859 'mojo_bindings_java',
860 'mojo_public_test_interfaces',
862 '../base/base.gyp:base_java_test_support',
865 'apk_name': 'MojoTest',
866 'java_in_dir': '<(DEPTH)/mojo/android/javatests',
867 'resource_dir': '<(DEPTH)/mojo/android/javatests/apk',
868 'native_lib_target': 'libmojo_java_unittest',
870 # Given that this apk tests itself, it needs to bring emma with it
873 ['emma_coverage != 0', {
874 'emma_instrument': 1,
878 'includes': [ '../build/java_apk.gypi' ],
881 'target_name': 'mojo_native_viewport_java',
884 '../base/base.gyp:base_java',
887 'java_in_dir': '<(DEPTH)/mojo/services/native_viewport/android',
889 'includes': [ '../build/java.gypi' ],
892 'target_name': 'mojo_java_set_jni_headers',
895 'jni_gen_package': 'mojo',
896 'input_java_class': 'java/util/HashSet.class',
898 'includes': [ '../build/jar_file_jni_generator.gypi' ],
901 'target_name': 'libmojo_shell',
902 'type': 'shared_library',
904 '../base/base.gyp:base',
905 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
906 '../ui/gfx/gfx.gyp:gfx',
907 '../ui/gfx/gfx.gyp:gfx_geometry',
908 '../ui/gl/gl.gyp:gl',
910 'mojo_environment_chromium',
912 'mojo_service_provider_bindings',
916 'shell/android/library_loader.cc',
917 'shell/android/mojo_main.cc',
918 'shell/android/mojo_main.h',
922 'target_name': 'mojo_shell_apk',
925 '../base/base.gyp:base_java',
926 '../net/net.gyp:net_java',
927 'mojo_native_viewport_java',
931 'apk_name': 'MojoShell',
932 'java_in_dir': '<(DEPTH)/mojo/shell/android/apk',
933 'resource_dir': '<(DEPTH)/mojo/shell/android/apk/res',
934 'native_lib_target': 'libmojo_shell',
936 'includes': [ '../build/java_apk.gypi' ],
943 'target_name': 'mojo_dbus_service',
944 'type': 'static_library',
946 '../base/base.gyp:base',
947 '../build/linux/system.gyp:dbus',
948 '../dbus/dbus.gyp:dbus',
950 'mojo_external_service_bindings',
955 'dbus/dbus_external_service.h',
956 'dbus/dbus_external_service.cc',
961 ['test_isolation_mode != "noop"', {
964 'target_name': 'mojo_js_unittests_run',
970 '../build/isolate.gypi',
971 'mojo_js_unittests.isolate',
974 'mojo_js_unittests.isolate',
982 'target_name': 'mojo_aura_support',
983 'type': 'static_library',
986 '../ui/aura/aura.gyp:aura',
987 '../ui/compositor/compositor.gyp:compositor',
988 '../ui/events/events.gyp:events',
989 '../ui/events/events.gyp:events_base',
990 '../ui/gl/gl.gyp:gl',
991 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu',
994 'mojo_native_viewport_bindings',
999 'aura/context_factory_mojo.cc',
1000 'aura/context_factory_mojo.h',
1001 'aura/screen_mojo.cc',
1002 'aura/screen_mojo.h',
1003 'aura/window_tree_host_mojo.cc',
1004 'aura/window_tree_host_mojo.h',
1005 'aura/window_tree_host_mojo_delegate.h',
1009 'target_name': 'mojo_views_support',
1010 'type': 'static_library',
1012 '../base/base.gyp:base',
1013 '../base/base.gyp:base_i18n',
1014 '../skia/skia.gyp:skia',
1015 '../skia/skia.gyp:skia',
1016 '../third_party/icu/icu.gyp:icui18n',
1017 '../third_party/icu/icu.gyp:icuuc',
1018 '../ui/aura/aura.gyp:aura',
1019 '../ui/base/ui_base.gyp:ui_base',
1020 '../ui/views/views.gyp:views',
1021 '../ui/wm/wm.gyp:wm',
1022 'mojo_aura_support',
1023 'mojo_views_support_internal',
1026 'views/native_widget_view_manager.cc',
1027 'views/native_widget_view_manager.h',
1028 'views/views_init.cc',
1029 'views/views_init.h',
1033 'target_name': 'mojo_views_support_internal',
1034 'type': '<(component)',
1036 '../base/base.gyp:base',
1037 '../base/base.gyp:base_i18n',
1038 '../base/base.gyp:base_static',
1039 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
1040 '../skia/skia.gyp:skia',
1041 '../skia/skia.gyp:skia',
1042 '../third_party/icu/icu.gyp:icui18n',
1043 '../third_party/icu/icu.gyp:icuuc',
1044 '../ui/base/ui_base.gyp:ui_base',
1045 '../ui/gfx/gfx.gyp:gfx',
1048 'views/mojo_views_export.h',
1049 'views/views_init_internal.cc',
1050 'views/views_init_internal.h',
1053 'MOJO_VIEWS_IMPLEMENTATION',