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

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: Try to get gn build working again 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 449 matching lines...) Expand 10 before | Expand all | Expand 10 after
544 'includes': [ 'build/package_app.gypi' ], 544 'includes': [ 'build/package_app.gypi' ],
545 }, 545 },
546 { 546 {
547 'target_name': 'mojo_demo_launcher', 547 'target_name': 'mojo_demo_launcher',
548 'type': 'loadable_module', 548 'type': 'loadable_module',
549 'dependencies': [ 549 'dependencies': [
550 '../base/base.gyp:base', 550 '../base/base.gyp:base',
551 '../skia/skia.gyp:skia', 551 '../skia/skia.gyp:skia',
552 '../ui/gfx/gfx.gyp:gfx', 552 '../ui/gfx/gfx.gyp:gfx',
553 '../ui/gfx/gfx.gyp:gfx_geometry', 553 '../ui/gfx/gfx.gyp:gfx_geometry',
554 '../ui/gl/gl.gyp:gl',
555 'mojo_base.gyp:mojo_application_chromium', 554 'mojo_base.gyp:mojo_application_chromium',
556 'mojo_base.gyp:mojo_cpp_bindings', 555 'mojo_base.gyp:mojo_cpp_bindings',
557 'mojo_base.gyp:mojo_utility', 556 'mojo_base.gyp:mojo_utility',
558 'mojo_geometry_bindings', 557 'mojo_geometry_bindings',
559 'mojo_view_manager_bindings', 558 'mojo_view_manager_bindings',
560 '<(mojo_system_for_loadable_module)', 559 '<(mojo_system_for_loadable_module)',
561 ], 560 ],
562 'includes': [ 561 'includes': [
563 'mojo_public_gles2_for_loadable_module.gypi', 562 'mojo_public_gles2_for_loadable_module.gypi',
564 ], 563 ],
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
636 }, 635 },
637 { 636 {
638 'target_name': 'mojo_window_manager', 637 'target_name': 'mojo_window_manager',
639 'type': 'loadable_module', 638 'type': 'loadable_module',
640 'dependencies': [ 639 'dependencies': [
641 '../base/base.gyp:base', 640 '../base/base.gyp:base',
642 '../ui/aura/aura.gyp:aura', 641 '../ui/aura/aura.gyp:aura',
643 '../ui/base/ui_base.gyp:ui_base', 642 '../ui/base/ui_base.gyp:ui_base',
644 '../ui/gfx/gfx.gyp:gfx', 643 '../ui/gfx/gfx.gyp:gfx',
645 '../ui/gfx/gfx.gyp:gfx_geometry', 644 '../ui/gfx/gfx.gyp:gfx_geometry',
646 '../ui/gl/gl.gyp:gl',
647 '../ui/resources/ui_resources.gyp:ui_resources', 645 '../ui/resources/ui_resources.gyp:ui_resources',
648 '../ui/resources/ui_resources.gyp:ui_test_pak', 646 '../ui/resources/ui_resources.gyp:ui_test_pak',
649 '../ui/views/views.gyp:views', 647 '../ui/views/views.gyp:views',
650 'mojo_base.gyp:mojo_application_chromium', 648 'mojo_base.gyp:mojo_application_chromium',
651 'mojo_base.gyp:mojo_cpp_bindings', 649 'mojo_base.gyp:mojo_cpp_bindings',
652 'mojo_base.gyp:mojo_utility', 650 'mojo_base.gyp:mojo_utility',
653 'mojo_aura_support', 651 'mojo_aura_support',
654 'mojo_core_window_manager_lib', 652 'mojo_core_window_manager_lib',
655 'mojo_geometry_bindings', 653 'mojo_geometry_bindings',
656 'mojo_geometry_lib', 654 'mojo_geometry_lib',
(...skipping 13 matching lines...) Expand all
670 'examples/window_manager/debug_panel.cc', 668 'examples/window_manager/debug_panel.cc',
671 'examples/window_manager/window_manager.cc', 669 'examples/window_manager/window_manager.cc',
672 ], 670 ],
673 }, 671 },
674 { 672 {
675 'target_name': 'mojo_embedded_app', 673 'target_name': 'mojo_embedded_app',
676 'type': 'loadable_module', 674 'type': 'loadable_module',
677 'dependencies': [ 675 'dependencies': [
678 '../base/base.gyp:base', 676 '../base/base.gyp:base',
679 '../ui/gfx/gfx.gyp:gfx_geometry', 677 '../ui/gfx/gfx.gyp:gfx_geometry',
680 '../ui/gl/gl.gyp:gl',
681 '../url/url.gyp:url_lib', 678 '../url/url.gyp:url_lib',
682 'mojo_base.gyp:mojo_application_chromium', 679 'mojo_base.gyp:mojo_application_chromium',
683 'mojo_base.gyp:mojo_cpp_bindings', 680 'mojo_base.gyp:mojo_cpp_bindings',
684 'mojo_base.gyp:mojo_utility', 681 'mojo_base.gyp:mojo_utility',
685 'mojo_geometry_bindings', 682 'mojo_geometry_bindings',
686 'mojo_navigation_bindings', 683 'mojo_navigation_bindings',
687 'mojo_view_manager_lib', 684 'mojo_view_manager_lib',
688 'mojo_window_manager_bindings', 685 'mojo_window_manager_bindings',
689 '<(mojo_system_for_loadable_module)', 686 '<(mojo_system_for_loadable_module)',
690 ], 687 ],
691 'includes': [ 688 'includes': [
692 'mojo_public_gles2_for_loadable_module.gypi', 689 'mojo_public_gles2_for_loadable_module.gypi',
693 ], 690 ],
694 'sources': [ 691 'sources': [
695 'examples/embedded_app/embedded_app.cc', 692 'examples/embedded_app/embedded_app.cc',
696 ], 693 ],
697 }, 694 },
698 { 695 {
699 'target_name': 'mojo_nesting_app', 696 'target_name': 'mojo_nesting_app',
700 'type': 'loadable_module', 697 'type': 'loadable_module',
701 'dependencies': [ 698 'dependencies': [
702 '../base/base.gyp:base', 699 '../base/base.gyp:base',
703 '../ui/gfx/gfx.gyp:gfx_geometry', 700 '../ui/gfx/gfx.gyp:gfx_geometry',
704 '../ui/gl/gl.gyp:gl',
705 '../url/url.gyp:url_lib', 701 '../url/url.gyp:url_lib',
706 'mojo_base.gyp:mojo_application_chromium', 702 'mojo_base.gyp:mojo_application_chromium',
707 'mojo_base.gyp:mojo_cpp_bindings', 703 'mojo_base.gyp:mojo_cpp_bindings',
708 'mojo_base.gyp:mojo_utility', 704 'mojo_base.gyp:mojo_utility',
709 'mojo_geometry_bindings', 705 'mojo_geometry_bindings',
710 'mojo_navigation_bindings', 706 'mojo_navigation_bindings',
711 'mojo_view_manager_lib', 707 'mojo_view_manager_lib',
712 'mojo_window_manager_bindings', 708 'mojo_window_manager_bindings',
713 '<(mojo_system_for_loadable_module)', 709 '<(mojo_system_for_loadable_module)',
714 ], 710 ],
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
866 ], 862 ],
867 'sources': [ 863 'sources': [
868 'examples/dbus_echo/dbus_echo_service.cc', 864 'examples/dbus_echo/dbus_echo_service.cc',
869 ], 865 ],
870 }, 866 },
871 ], 867 ],
872 868
873 }], 869 }],
874 ], 870 ],
875 } 871 }
OLDNEW
« no previous file with comments | « mojo/mojo.gyp ('k') | mojo/mojo_services.gypi » ('j') | mojo/services/html_viewer/html_viewer.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698