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 'target_defaults': { | 6 'target_defaults': { |
7 'conditions': [ | 7 'conditions': [ |
8 ['mojo_shell_debug_url != ""', { | 8 ['mojo_shell_debug_url != ""', { |
9 'defines': [ | 9 'defines': [ |
10 'MOJO_SHELL_DEBUG=1', | 10 'MOJO_SHELL_DEBUG=1', |
(...skipping 540 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
551 'aura/screen_mojo.h', | 551 'aura/screen_mojo.h', |
552 'aura/surface_binding.cc', | 552 'aura/surface_binding.cc', |
553 'aura/surface_binding.h', | 553 'aura/surface_binding.h', |
554 'aura/surface_context_factory.cc', | 554 'aura/surface_context_factory.cc', |
555 'aura/surface_context_factory.h', | 555 'aura/surface_context_factory.h', |
556 'aura/window_tree_host_mojo.cc', | 556 'aura/window_tree_host_mojo.cc', |
557 'aura/window_tree_host_mojo.h', | 557 'aura/window_tree_host_mojo.h', |
558 ], | 558 ], |
559 }, | 559 }, |
560 { | 560 { |
561 # GN version: //mojo/views | 561 # GN version: //mojo/views:views |
562 'target_name': 'mojo_views_support', | 562 'target_name': 'mojo_views_support', |
563 'type': 'static_library', | 563 'type': 'static_library', |
564 'dependencies': [ | 564 'dependencies': [ |
565 '../base/base.gyp:base', | 565 '../base/base.gyp:base', |
566 '../base/base.gyp:base_i18n', | 566 '../base/base.gyp:base_i18n', |
| 567 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn
amic_annotations', |
567 '../skia/skia.gyp:skia', | 568 '../skia/skia.gyp:skia', |
568 '../third_party/icu/icu.gyp:icui18n', | 569 '../third_party/icu/icu.gyp:icui18n', |
569 '../third_party/icu/icu.gyp:icuuc', | 570 '../third_party/icu/icu.gyp:icuuc', |
570 '../ui/aura/aura.gyp:aura', | 571 '../ui/aura/aura.gyp:aura', |
571 '../ui/base/ui_base.gyp:ui_base', | 572 '../ui/base/ui_base.gyp:ui_base', |
| 573 '../ui/gfx/gfx.gyp:gfx', |
572 '../ui/views/views.gyp:views', | 574 '../ui/views/views.gyp:views', |
573 '../ui/wm/wm.gyp:wm', | 575 '../ui/wm/wm.gyp:wm', |
574 'mojo_aura_support', | 576 'mojo_aura_support', |
575 'mojo_views_support_internal', | |
576 'mojo_view_manager_lib', | 577 'mojo_view_manager_lib', |
577 'services/public/mojo_services_public.gyp:mojo_view_manager_bindings
', | 578 'services/public/mojo_services_public.gyp:mojo_view_manager_bindings
', |
578 ], | 579 ], |
579 'sources': [ | 580 'sources': [ |
580 'views/input_method_mojo_linux.cc', | 581 'views/input_method_mojo_linux.cc', |
581 'views/input_method_mojo_linux.h', | 582 'views/input_method_mojo_linux.h', |
582 'views/native_widget_view_manager.cc', | 583 'views/native_widget_view_manager.cc', |
583 'views/native_widget_view_manager.h', | 584 'views/native_widget_view_manager.h', |
584 'views/views_init.cc', | 585 'views/views_init.cc', |
585 'views/views_init.h', | 586 'views/views_init.h', |
586 ], | 587 ], |
587 }, | 588 }, |
588 { | 589 { |
589 # GN version: //mojo/views:views_internal | |
590 'target_name': 'mojo_views_support_internal', | |
591 'type': '<(component)', | |
592 'dependencies': [ | |
593 '../base/base.gyp:base', | |
594 '../base/base.gyp:base_i18n', | |
595 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn
amic_annotations', | |
596 '../skia/skia.gyp:skia', | |
597 '../third_party/icu/icu.gyp:icui18n', | |
598 '../third_party/icu/icu.gyp:icuuc', | |
599 '../ui/base/ui_base.gyp:ui_base', | |
600 '../ui/gfx/gfx.gyp:gfx', | |
601 ], | |
602 'sources': [ | |
603 'views/mojo_views_export.h', | |
604 'views/views_init_internal.cc', | |
605 'views/views_init_internal.h', | |
606 ], | |
607 'defines': [ | |
608 'MOJO_VIEWS_IMPLEMENTATION', | |
609 ], | |
610 }, | |
611 { | |
612 # GN version: //mojo/services/public/cpp/view_manager/lib:run_unittest
s | 590 # GN version: //mojo/services/public/cpp/view_manager/lib:run_unittest
s |
613 'target_name': 'mojo_view_manager_run_unittests', | 591 'target_name': 'mojo_view_manager_run_unittests', |
614 'type': 'static_library', | 592 'type': 'static_library', |
615 'dependencies': [ | 593 'dependencies': [ |
616 '../base/base.gyp:base', | 594 '../base/base.gyp:base', |
617 '../base/base.gyp:test_support_base', | 595 '../base/base.gyp:test_support_base', |
618 ], | 596 ], |
619 'sources': [ | 597 'sources': [ |
620 'services/public/cpp/view_manager/lib/view_manager_test_suite.cc', | 598 'services/public/cpp/view_manager/lib/view_manager_test_suite.cc', |
621 'services/public/cpp/view_manager/lib/view_manager_test_suite.h', | 599 'services/public/cpp/view_manager/lib/view_manager_test_suite.h', |
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
772 '../build/isolate.gypi', | 750 '../build/isolate.gypi', |
773 ], | 751 ], |
774 'sources': [ | 752 'sources': [ |
775 'mojo_js_unittests.isolate', | 753 'mojo_js_unittests.isolate', |
776 ], | 754 ], |
777 }, | 755 }, |
778 ], | 756 ], |
779 }], | 757 }], |
780 ], | 758 ], |
781 } | 759 } |
OLD | NEW |