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

Side by Side Diff: mojo/mojo_examples.gypi

Issue 400113005: A new WM bootstrap flow (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 5 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
« no previous file with comments | « mojo/mojo.gyp ('k') | mojo/mojo_services.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 'target_name': 'mojo_sample_app', 8 'target_name': 'mojo_sample_app',
9 'type': 'loadable_module', 9 'type': 'loadable_module',
10 'dependencies': [ 10 'dependencies': [
(...skipping 576 matching lines...) Expand 10 before | Expand all | Expand 10 after
587 'mojo_views_support', 587 'mojo_views_support',
588 'mojo_view_manager_bindings', 588 'mojo_view_manager_bindings',
589 'mojo_view_manager_lib', 589 'mojo_view_manager_lib',
590 '<(mojo_system_for_loadable_module)', 590 '<(mojo_system_for_loadable_module)',
591 ], 591 ],
592 'sources': [ 592 'sources': [
593 'examples/media_viewer/media_viewer.cc', 593 'examples/media_viewer/media_viewer.cc',
594 'public/cpp/application/lib/mojo_main_chromium.cc', 594 'public/cpp/application/lib/mojo_main_chromium.cc',
595 ], 595 ],
596 }, 596 },
597 {
598 'target_name': 'mojo_wm_flow_wm',
599 'type': 'loadable_module',
600 'dependencies': [
601 '../base/base.gyp:base',
602 'mojo_application',
603 'mojo_environment_chromium',
604 'mojo_core_window_manager_lib',
605 'mojo_view_manager_lib',
606 '<(mojo_system_for_loadable_module)',
607 ],
608 'sources': [
609 'examples/wm_flow/wm/wm.cc',
610 'public/cpp/application/lib/mojo_main_chromium.cc',
611 ],
612 },
613 {
614 'target_name': 'mojo_wm_flow_init',
615 'type': 'loadable_module',
616 'dependencies': [
617 '../base/base.gyp:base',
618 'mojo_application',
619 'mojo_environment_chromium',
620 'mojo_view_manager_bindings',
621 '<(mojo_system_for_loadable_module)',
622 ],
623 'sources': [
624 'examples/wm_flow/init/init.cc',
625 'public/cpp/application/lib/mojo_main_chromium.cc',
626 ],
627 },
628 {
629 'target_name': 'mojo_wm_flow_app',
630 'type': 'loadable_module',
631 'dependencies': [
632 '../base/base.gyp:base',
633 'mojo_application',
634 'mojo_environment_chromium',
635 'mojo_core_window_manager_bindings',
636 'mojo_view_manager_lib',
637 '<(mojo_system_for_loadable_module)',
638 ],
639 'sources': [
640 'examples/wm_flow/app/app.cc',
641 'public/cpp/application/lib/mojo_main_chromium.cc',
642 ],
643 },
597 ], 644 ],
598 }], 645 }],
599 ['OS=="linux"', { 646 ['OS=="linux"', {
600 'targets': [ 647 'targets': [
601 { 648 {
602 'target_name': 'mojo_dbus_echo', 649 'target_name': 'mojo_dbus_echo',
603 'type': 'loadable_module', 650 'type': 'loadable_module',
604 'dependencies': [ 651 'dependencies': [
605 '../base/base.gyp:base', 652 '../base/base.gyp:base',
606 'mojo_application', 653 'mojo_application',
607 'mojo_cpp_bindings', 654 'mojo_cpp_bindings',
608 'mojo_environment_standalone', 655 'mojo_environment_standalone',
609 'mojo_echo_bindings', 656 'mojo_echo_bindings',
610 'mojo_utility', 657 'mojo_utility',
611 '<(mojo_system_for_loadable_module)', 658 '<(mojo_system_for_loadable_module)',
612 ], 659 ],
613 'sources': [ 660 'sources': [
614 'examples/dbus_echo/dbus_echo_app.cc', 661 'examples/dbus_echo/dbus_echo_app.cc',
615 'public/cpp/application/lib/mojo_main_standalone.cc', 662 'public/cpp/application/lib/mojo_main_standalone.cc',
616 ], 663 ],
617 }, 664 },
618 ], 665 ],
619 }], 666 }],
620 ], 667 ],
621 } 668 }
OLDNEW
« no previous file with comments | « mojo/mojo.gyp ('k') | mojo/mojo_services.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698