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

Side by Side Diff: mojo/mojo_examples.gypi

Issue 477923004: Create native_viewport_service, don't build it into mojo_shell unless Android (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove workaround for thunks 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 | Annotate | Revision Log
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 450 matching lines...) Expand 10 before | Expand all | Expand 10 after
545 'includes': [ 'build/package_app.gypi' ], 545 'includes': [ 'build/package_app.gypi' ],
546 }, 546 },
547 { 547 {
548 'target_name': 'mojo_demo_launcher', 548 'target_name': 'mojo_demo_launcher',
549 'type': 'loadable_module', 549 'type': 'loadable_module',
550 'dependencies': [ 550 'dependencies': [
551 '../base/base.gyp:base', 551 '../base/base.gyp:base',
552 '../skia/skia.gyp:skia', 552 '../skia/skia.gyp:skia',
553 '../ui/gfx/gfx.gyp:gfx', 553 '../ui/gfx/gfx.gyp:gfx',
554 '../ui/gfx/gfx.gyp:gfx_geometry', 554 '../ui/gfx/gfx.gyp:gfx_geometry',
555 '../ui/gl/gl.gyp:gl',
556 'mojo_base.gyp:mojo_application_chromium', 555 'mojo_base.gyp:mojo_application_chromium',
557 'mojo_base.gyp:mojo_cpp_bindings', 556 'mojo_base.gyp:mojo_cpp_bindings',
558 'mojo_base.gyp:mojo_utility', 557 'mojo_base.gyp:mojo_utility',
559 'mojo_geometry_bindings', 558 'mojo_geometry_bindings',
560 'mojo_view_manager_bindings', 559 'mojo_view_manager_bindings',
561 '<(mojo_system_for_loadable_module)', 560 '<(mojo_system_for_loadable_module)',
562 ], 561 ],
563 'includes': [ 562 'includes': [
564 'mojo_public_gles2_for_loadable_module.gypi', 563 'mojo_public_gles2_for_loadable_module.gypi',
565 ], 564 ],
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
637 }, 636 },
638 { 637 {
639 'target_name': 'mojo_window_manager', 638 'target_name': 'mojo_window_manager',
640 'type': 'loadable_module', 639 'type': 'loadable_module',
641 'dependencies': [ 640 'dependencies': [
642 '../base/base.gyp:base', 641 '../base/base.gyp:base',
643 '../ui/aura/aura.gyp:aura', 642 '../ui/aura/aura.gyp:aura',
644 '../ui/base/ui_base.gyp:ui_base', 643 '../ui/base/ui_base.gyp:ui_base',
645 '../ui/gfx/gfx.gyp:gfx', 644 '../ui/gfx/gfx.gyp:gfx',
646 '../ui/gfx/gfx.gyp:gfx_geometry', 645 '../ui/gfx/gfx.gyp:gfx_geometry',
647 '../ui/gl/gl.gyp:gl',
648 '../ui/resources/ui_resources.gyp:ui_resources', 646 '../ui/resources/ui_resources.gyp:ui_resources',
649 '../ui/resources/ui_resources.gyp:ui_test_pak', 647 '../ui/resources/ui_resources.gyp:ui_test_pak',
650 '../ui/views/views.gyp:views', 648 '../ui/views/views.gyp:views',
651 'mojo_base.gyp:mojo_application_chromium', 649 'mojo_base.gyp:mojo_application_chromium',
652 'mojo_base.gyp:mojo_cpp_bindings', 650 'mojo_base.gyp:mojo_cpp_bindings',
653 'mojo_base.gyp:mojo_utility', 651 'mojo_base.gyp:mojo_utility',
654 'mojo_aura_support', 652 'mojo_aura_support',
655 'mojo_core_window_manager_lib', 653 'mojo_core_window_manager_lib',
656 'mojo_geometry_bindings', 654 'mojo_geometry_bindings',
657 'mojo_geometry_lib', 655 'mojo_geometry_lib',
(...skipping 14 matching lines...) Expand all
672 'examples/window_manager/debug_panel.cc', 670 'examples/window_manager/debug_panel.cc',
673 'examples/window_manager/window_manager.cc', 671 'examples/window_manager/window_manager.cc',
674 ], 672 ],
675 }, 673 },
676 { 674 {
677 'target_name': 'mojo_embedded_app', 675 'target_name': 'mojo_embedded_app',
678 'type': 'loadable_module', 676 'type': 'loadable_module',
679 'dependencies': [ 677 'dependencies': [
680 '../base/base.gyp:base', 678 '../base/base.gyp:base',
681 '../ui/gfx/gfx.gyp:gfx_geometry', 679 '../ui/gfx/gfx.gyp:gfx_geometry',
682 '../ui/gl/gl.gyp:gl',
683 '../url/url.gyp:url_lib', 680 '../url/url.gyp:url_lib',
684 'mojo_base.gyp:mojo_application_chromium', 681 'mojo_base.gyp:mojo_application_chromium',
685 'mojo_base.gyp:mojo_cpp_bindings', 682 'mojo_base.gyp:mojo_cpp_bindings',
686 'mojo_base.gyp:mojo_utility', 683 'mojo_base.gyp:mojo_utility',
687 'mojo_geometry_bindings', 684 'mojo_geometry_bindings',
688 'mojo_navigation_bindings', 685 'mojo_navigation_bindings',
689 'mojo_view_manager_lib', 686 'mojo_view_manager_lib',
690 'mojo_window_manager_bindings', 687 'mojo_window_manager_bindings',
691 '<(mojo_system_for_loadable_module)', 688 '<(mojo_system_for_loadable_module)',
692 ], 689 ],
693 'includes': [ 690 'includes': [
694 'mojo_public_gles2_for_loadable_module.gypi', 691 'mojo_public_gles2_for_loadable_module.gypi',
695 ], 692 ],
696 'sources': [ 693 'sources': [
697 'examples/embedded_app/embedded_app.cc', 694 'examples/embedded_app/embedded_app.cc',
698 ], 695 ],
699 }, 696 },
700 { 697 {
701 'target_name': 'mojo_nesting_app', 698 'target_name': 'mojo_nesting_app',
702 'type': 'loadable_module', 699 'type': 'loadable_module',
703 'dependencies': [ 700 'dependencies': [
704 '../base/base.gyp:base', 701 '../base/base.gyp:base',
705 '../ui/gfx/gfx.gyp:gfx_geometry', 702 '../ui/gfx/gfx.gyp:gfx_geometry',
706 '../ui/gl/gl.gyp:gl',
707 '../url/url.gyp:url_lib', 703 '../url/url.gyp:url_lib',
708 'mojo_base.gyp:mojo_application_chromium', 704 'mojo_base.gyp:mojo_application_chromium',
709 'mojo_base.gyp:mojo_cpp_bindings', 705 'mojo_base.gyp:mojo_cpp_bindings',
710 'mojo_base.gyp:mojo_utility', 706 'mojo_base.gyp:mojo_utility',
711 'mojo_geometry_bindings', 707 'mojo_geometry_bindings',
712 'mojo_navigation_bindings', 708 'mojo_navigation_bindings',
713 'mojo_view_manager_lib', 709 'mojo_view_manager_lib',
714 'mojo_window_manager_bindings', 710 'mojo_window_manager_bindings',
715 '<(mojo_system_for_loadable_module)', 711 '<(mojo_system_for_loadable_module)',
716 ], 712 ],
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
863 ], 859 ],
864 'sources': [ 860 'sources': [
865 'examples/dbus_echo/dbus_echo_service.cc', 861 'examples/dbus_echo/dbus_echo_service.cc',
866 ], 862 ],
867 }, 863 },
868 ], 864 ],
869 865
870 }], 866 }],
871 ], 867 ],
872 } 868 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698