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

Side by Side Diff: mojo/mojo_examples.gypi

Issue 474883003: Move focus from the view manager to the window manager. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 4 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/examples/wm_flow/wm/wm.cc ('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_echo_client', 8 'target_name': 'mojo_echo_client',
9 'type': 'loadable_module', 9 'type': 'loadable_module',
10 'dependencies': [ 10 'dependencies': [
(...skipping 621 matching lines...) Expand 10 before | Expand all | Expand 10 after
632 '../ui/gfx/gfx.gyp:gfx_geometry', 632 '../ui/gfx/gfx.gyp:gfx_geometry',
633 '../ui/gl/gl.gyp:gl', 633 '../ui/gl/gl.gyp:gl',
634 '../ui/resources/ui_resources.gyp:ui_resources', 634 '../ui/resources/ui_resources.gyp:ui_resources',
635 '../ui/resources/ui_resources.gyp:ui_test_pak', 635 '../ui/resources/ui_resources.gyp:ui_test_pak',
636 '../ui/views/views.gyp:views', 636 '../ui/views/views.gyp:views',
637 'mojo_base.gyp:mojo_application_chromium', 637 'mojo_base.gyp:mojo_application_chromium',
638 'mojo_base.gyp:mojo_cpp_bindings', 638 'mojo_base.gyp:mojo_cpp_bindings',
639 'mojo_base.gyp:mojo_utility', 639 'mojo_base.gyp:mojo_utility',
640 'mojo_base.gyp:mojo_environment_chromium', 640 'mojo_base.gyp:mojo_environment_chromium',
641 'mojo_aura_support', 641 'mojo_aura_support',
642 'mojo_core_window_manager_lib',
642 'mojo_geometry_bindings', 643 'mojo_geometry_bindings',
643 'mojo_geometry_lib', 644 'mojo_geometry_lib',
644 'mojo_input_events_lib', 645 'mojo_input_events_lib',
645 'mojo_keyboard_bindings', 646 'mojo_keyboard_bindings',
646 'mojo_launcher_bindings', 647 'mojo_launcher_bindings',
647 'mojo_navigation_bindings', 648 'mojo_navigation_bindings',
648 'mojo_view_manager_lib', 649 'mojo_view_manager_lib',
649 'mojo_views_support', 650 'mojo_views_support',
650 'mojo_window_manager_bindings', 651 'mojo_window_manager_bindings',
651 '<(mojo_gles2_for_loadable_module)', 652 '<(mojo_gles2_for_loadable_module)',
(...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after
842 ], 843 ],
843 'sources': [ 844 'sources': [
844 'examples/dbus_echo/dbus_echo_app.cc', 845 'examples/dbus_echo/dbus_echo_app.cc',
845 'public/cpp/application/lib/mojo_main_standalone.cc', 846 'public/cpp/application/lib/mojo_main_standalone.cc',
846 ], 847 ],
847 }, 848 },
848 ], 849 ],
849 }], 850 }],
850 ], 851 ],
851 } 852 }
OLDNEW
« no previous file with comments | « mojo/examples/wm_flow/wm/wm.cc ('k') | mojo/mojo_services.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698