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

Side by Side Diff: mojo/mojo_examples.gypi

Issue 549883003: Window controls (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: , 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
« no previous file with comments | « mojo/examples/wm_flow/wm/wm.cc ('k') | mojo/services/public/cpp/view_manager/view.h » ('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 # 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 729 matching lines...) Expand 10 before | Expand all | Expand 10 after
740 ], 740 ],
741 'sources': [ 741 'sources': [
742 'examples/media_viewer/media_viewer.cc', 742 'examples/media_viewer/media_viewer.cc',
743 ], 743 ],
744 }, 744 },
745 { 745 {
746 'target_name': 'mojo_wm_flow_wm', 746 'target_name': 'mojo_wm_flow_wm',
747 'type': 'loadable_module', 747 'type': 'loadable_module',
748 'dependencies': [ 748 'dependencies': [
749 '../base/base.gyp:base', 749 '../base/base.gyp:base',
750 '../skia/skia.gyp:skia',
751 '../ui/views/views.gyp:views',
750 'mojo_base.gyp:mojo_application_chromium', 752 'mojo_base.gyp:mojo_application_chromium',
751 'mojo_core_window_manager_lib', 753 'mojo_core_window_manager_lib',
752 'mojo_view_manager_lib', 754 'mojo_view_manager_lib',
755 'mojo_views_support',
753 '<(mojo_system_for_loadable_module)', 756 '<(mojo_system_for_loadable_module)',
754 ], 757 ],
755 'sources': [ 758 'sources': [
759 'examples/wm_flow/wm/frame_controller.cc',
760 'examples/wm_flow/wm/frame_controller.h',
756 'examples/wm_flow/wm/wm.cc', 761 'examples/wm_flow/wm/wm.cc',
757 ], 762 ],
758 }, 763 },
759 { 764 {
760 'target_name': 'mojo_wm_flow_init', 765 'target_name': 'mojo_wm_flow_init',
761 'type': 'loadable_module', 766 'type': 'loadable_module',
762 'dependencies': [ 767 'dependencies': [
763 '../base/base.gyp:base', 768 '../base/base.gyp:base',
764 'mojo_base.gyp:mojo_application_chromium', 769 'mojo_base.gyp:mojo_application_chromium',
765 'mojo_view_manager_bindings', 770 'mojo_view_manager_bindings',
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
863 ], 868 ],
864 'sources': [ 869 'sources': [
865 'examples/dbus_echo/dbus_echo_service.cc', 870 'examples/dbus_echo/dbus_echo_service.cc',
866 ], 871 ],
867 }, 872 },
868 ], 873 ],
869 874
870 }], 875 }],
871 ], 876 ],
872 } 877 }
OLDNEW
« no previous file with comments | « mojo/examples/wm_flow/wm/wm.cc ('k') | mojo/services/public/cpp/view_manager/view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698