Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(291)

Side by Side Diff: mojo/mojo_examples.gypi

Issue 568883003: Second attempt to land change to remove NativeViewportService and (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix Windows component build Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 'targets': [ 6 'targets': [
7 { 7 {
8 # GN version: //mojo/examples/echo:client 8 # GN version: //mojo/examples/echo:client
9 'target_name': 'mojo_echo_client', 9 'target_name': 'mojo_echo_client',
10 'type': 'loadable_module', 10 'type': 'loadable_module',
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 'mojo_geometry_bindings', 74 'mojo_geometry_bindings',
75 'mojo_gpu_bindings', 75 'mojo_gpu_bindings',
76 'mojo_native_viewport_bindings', 76 'mojo_native_viewport_bindings',
77 '<(mojo_system_for_loadable_module)', 77 '<(mojo_system_for_loadable_module)',
78 ], 78 ],
79 'includes': [ 79 'includes': [
80 'mojo_public_gles2_for_loadable_module.gypi', 80 'mojo_public_gles2_for_loadable_module.gypi',
81 ], 81 ],
82 'sources': [ 82 'sources': [
83 'examples/sample_app/gles2_client_impl.cc', 83 'examples/sample_app/gles2_client_impl.cc',
84 'examples/sample_app/gles2_client_impl.cc', 84 'examples/sample_app/gles2_client_impl.h',
85 'examples/sample_app/sample_app.cc', 85 'examples/sample_app/sample_app.cc',
86 'examples/sample_app/spinning_cube.cc', 86 'examples/sample_app/spinning_cube.cc',
87 'examples/sample_app/spinning_cube.h', 87 'examples/sample_app/spinning_cube.h',
88 ], 88 ],
89 }, 89 },
90 { 90 {
91 'target_name': 'package_mojo_sample_app', 91 'target_name': 'package_mojo_sample_app',
92 'variables': { 92 'variables': {
93 'app_name': 'mojo_sample_app', 93 'app_name': 'mojo_sample_app',
94 }, 94 },
(...skipping 465 matching lines...) Expand 10 before | Expand all | Expand 10 after
560 }, 560 },
561 { 561 {
562 # GYP version: //mojo/examples/demo_launcher 562 # GYP version: //mojo/examples/demo_launcher
563 'target_name': 'mojo_demo_launcher', 563 'target_name': 'mojo_demo_launcher',
564 'type': 'loadable_module', 564 'type': 'loadable_module',
565 'dependencies': [ 565 'dependencies': [
566 '../base/base.gyp:base', 566 '../base/base.gyp:base',
567 '../skia/skia.gyp:skia', 567 '../skia/skia.gyp:skia',
568 '../ui/gfx/gfx.gyp:gfx', 568 '../ui/gfx/gfx.gyp:gfx',
569 '../ui/gfx/gfx.gyp:gfx_geometry', 569 '../ui/gfx/gfx.gyp:gfx_geometry',
570 '../ui/gl/gl.gyp:gl',
571 'mojo_base.gyp:mojo_application_chromium', 570 'mojo_base.gyp:mojo_application_chromium',
572 'mojo_base.gyp:mojo_cpp_bindings', 571 'mojo_base.gyp:mojo_cpp_bindings',
573 'mojo_base.gyp:mojo_utility', 572 'mojo_base.gyp:mojo_utility',
574 'mojo_geometry_bindings', 573 'mojo_geometry_bindings',
575 'mojo_view_manager_bindings', 574 'mojo_view_manager_bindings',
576 '<(mojo_system_for_loadable_module)', 575 '<(mojo_system_for_loadable_module)',
577 ], 576 ],
578 'includes': [ 577 'includes': [
579 'mojo_public_gles2_for_loadable_module.gypi', 578 'mojo_public_gles2_for_loadable_module.gypi',
580 ], 579 ],
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
656 { 655 {
657 # GN version: //mojo/examples/window_manager 656 # GN version: //mojo/examples/window_manager
658 'target_name': 'mojo_window_manager', 657 'target_name': 'mojo_window_manager',
659 'type': 'loadable_module', 658 'type': 'loadable_module',
660 'dependencies': [ 659 'dependencies': [
661 '../base/base.gyp:base', 660 '../base/base.gyp:base',
662 '../ui/aura/aura.gyp:aura', 661 '../ui/aura/aura.gyp:aura',
663 '../ui/base/ui_base.gyp:ui_base', 662 '../ui/base/ui_base.gyp:ui_base',
664 '../ui/gfx/gfx.gyp:gfx', 663 '../ui/gfx/gfx.gyp:gfx',
665 '../ui/gfx/gfx.gyp:gfx_geometry', 664 '../ui/gfx/gfx.gyp:gfx_geometry',
666 '../ui/gl/gl.gyp:gl',
667 '../ui/resources/ui_resources.gyp:ui_resources', 665 '../ui/resources/ui_resources.gyp:ui_resources',
668 '../ui/resources/ui_resources.gyp:ui_test_pak', 666 '../ui/resources/ui_resources.gyp:ui_test_pak',
669 '../ui/views/views.gyp:views', 667 '../ui/views/views.gyp:views',
670 'mojo_base.gyp:mojo_application_chromium', 668 'mojo_base.gyp:mojo_application_chromium',
671 'mojo_base.gyp:mojo_cpp_bindings', 669 'mojo_base.gyp:mojo_cpp_bindings',
672 'mojo_base.gyp:mojo_utility', 670 'mojo_base.gyp:mojo_utility',
673 'mojo_aura_support', 671 'mojo_aura_support',
674 'mojo_core_window_manager_lib', 672 'mojo_core_window_manager_lib',
675 'mojo_geometry_bindings', 673 'mojo_geometry_bindings',
676 'mojo_geometry_lib', 674 'mojo_geometry_lib',
(...skipping 14 matching lines...) Expand all
691 'examples/window_manager/window_manager.cc', 689 'examples/window_manager/window_manager.cc',
692 ], 690 ],
693 }, 691 },
694 { 692 {
695 # GN version: //mojo/examples/embedded_app 693 # GN version: //mojo/examples/embedded_app
696 'target_name': 'mojo_embedded_app', 694 'target_name': 'mojo_embedded_app',
697 'type': 'loadable_module', 695 'type': 'loadable_module',
698 'dependencies': [ 696 'dependencies': [
699 '../base/base.gyp:base', 697 '../base/base.gyp:base',
700 '../ui/gfx/gfx.gyp:gfx_geometry', 698 '../ui/gfx/gfx.gyp:gfx_geometry',
701 '../ui/gl/gl.gyp:gl',
702 '../url/url.gyp:url_lib', 699 '../url/url.gyp:url_lib',
703 'mojo_base.gyp:mojo_application_chromium', 700 'mojo_base.gyp:mojo_application_chromium',
704 'mojo_base.gyp:mojo_cpp_bindings', 701 'mojo_base.gyp:mojo_cpp_bindings',
705 'mojo_base.gyp:mojo_utility', 702 'mojo_base.gyp:mojo_utility',
706 'mojo_geometry_bindings', 703 'mojo_geometry_bindings',
707 'mojo_navigation_bindings', 704 'mojo_navigation_bindings',
708 'mojo_view_manager_lib', 705 'mojo_view_manager_lib',
709 'mojo_window_manager_bindings', 706 'mojo_window_manager_bindings',
710 '<(mojo_system_for_loadable_module)', 707 '<(mojo_system_for_loadable_module)',
711 ], 708 ],
712 'includes': [ 709 'includes': [
713 'mojo_public_gles2_for_loadable_module.gypi', 710 'mojo_public_gles2_for_loadable_module.gypi',
714 ], 711 ],
715 'sources': [ 712 'sources': [
716 'examples/embedded_app/embedded_app.cc', 713 'examples/embedded_app/embedded_app.cc',
717 ], 714 ],
718 }, 715 },
719 { 716 {
720 # GN version: //mojo/examples/nesting_app 717 # GN version: //mojo/examples/nesting_app
721 'target_name': 'mojo_nesting_app', 718 'target_name': 'mojo_nesting_app',
722 'type': 'loadable_module', 719 'type': 'loadable_module',
723 'dependencies': [ 720 'dependencies': [
724 '../base/base.gyp:base', 721 '../base/base.gyp:base',
725 '../ui/gfx/gfx.gyp:gfx_geometry', 722 '../ui/gfx/gfx.gyp:gfx_geometry',
726 '../ui/gl/gl.gyp:gl',
727 '../url/url.gyp:url_lib', 723 '../url/url.gyp:url_lib',
728 'mojo_base.gyp:mojo_application_chromium', 724 'mojo_base.gyp:mojo_application_chromium',
729 'mojo_base.gyp:mojo_cpp_bindings', 725 'mojo_base.gyp:mojo_cpp_bindings',
730 'mojo_base.gyp:mojo_utility', 726 'mojo_base.gyp:mojo_utility',
731 'mojo_geometry_bindings', 727 'mojo_geometry_bindings',
732 'mojo_navigation_bindings', 728 'mojo_navigation_bindings',
733 'mojo_view_manager_lib', 729 'mojo_view_manager_lib',
734 'mojo_window_manager_bindings', 730 'mojo_window_manager_bindings',
735 '<(mojo_system_for_loadable_module)', 731 '<(mojo_system_for_loadable_module)',
736 ], 732 ],
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
897 ], 893 ],
898 'sources': [ 894 'sources': [
899 'examples/dbus_echo/dbus_echo_service.cc', 895 'examples/dbus_echo/dbus_echo_service.cc',
900 ], 896 ],
901 }, 897 },
902 ], 898 ],
903 899
904 }], 900 }],
905 ], 901 ],
906 } 902 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698