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

Side by Side Diff: ash/ash.gyp

Issue 47873003: Add a full screen virtual keyboard to virtual keyboard root window (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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 | « no previous file | ash/display/display_controller.h » ('j') | ash/display/display_controller.cc » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', 8 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome',
9 }, 9 },
10 'includes': [ 10 'includes': [
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
140 'first_run/first_run_helper.h', 140 'first_run/first_run_helper.h',
141 'first_run/first_run_helper_impl.cc', 141 'first_run/first_run_helper_impl.cc',
142 'first_run/first_run_helper_impl.h', 142 'first_run/first_run_helper_impl.h',
143 'focus_cycler.cc', 143 'focus_cycler.cc',
144 'focus_cycler.h', 144 'focus_cycler.h',
145 'high_contrast/high_contrast_controller.cc', 145 'high_contrast/high_contrast_controller.cc',
146 'high_contrast/high_contrast_controller.h', 146 'high_contrast/high_contrast_controller.h',
147 'host/root_window_host_factory.cc', 147 'host/root_window_host_factory.cc',
148 'host/root_window_host_factory.h', 148 'host/root_window_host_factory.h',
149 'host/root_window_host_factory_win.cc', 149 'host/root_window_host_factory_win.cc',
150 'keyboard_controller_proxy_stub.cc',
151 'keyboard_controller_proxy_stub.h',
152 'keyboard_overlay/keyboard_overlay_delegate.cc', 150 'keyboard_overlay/keyboard_overlay_delegate.cc',
153 'keyboard_overlay/keyboard_overlay_delegate.h', 151 'keyboard_overlay/keyboard_overlay_delegate.h',
154 'keyboard_overlay/keyboard_overlay_view.cc', 152 'keyboard_overlay/keyboard_overlay_view.cc',
155 'keyboard_overlay/keyboard_overlay_view.h', 153 'keyboard_overlay/keyboard_overlay_view.h',
156 'keyboard_uma_event_filter.cc', 154 'keyboard_uma_event_filter.cc',
157 'keyboard_uma_event_filter.h', 155 'keyboard_uma_event_filter.h',
158 'launcher/launcher.cc', 156 'launcher/launcher.cc',
159 'launcher/launcher.h', 157 'launcher/launcher.h',
160 'launcher/launcher_button.cc', 158 'launcher/launcher_button.cc',
161 'launcher/launcher_button.h', 159 'launcher/launcher_button.h',
(...skipping 452 matching lines...) Expand 10 before | Expand all | Expand 10 after
614 { 612 {
615 'target_name': 'ash_test_support', 613 'target_name': 'ash_test_support',
616 'type': 'static_library', 614 'type': 'static_library',
617 'dependencies': [ 615 'dependencies': [
618 '../skia/skia.gyp:skia', 616 '../skia/skia.gyp:skia',
619 '../testing/gtest.gyp:gtest', 617 '../testing/gtest.gyp:gtest',
620 'ash', 618 'ash',
621 'ash_resources', 619 'ash_resources',
622 ], 620 ],
623 'sources': [ 621 'sources': [
622 'shell/keyboard_controller_proxy_stub.cc',
623 'shell/keyboard_controller_proxy_stub.h',
624 'test/app_list_controller_test_api.cc', 624 'test/app_list_controller_test_api.cc',
625 'test/app_list_controller_test_api.h', 625 'test/app_list_controller_test_api.h',
626 'test/ash_test_base.cc', 626 'test/ash_test_base.cc',
627 'test/ash_test_base.h', 627 'test/ash_test_base.h',
628 'test/ash_test_helper.cc', 628 'test/ash_test_helper.cc',
629 'test/ash_test_helper.h', 629 'test/ash_test_helper.h',
630 'test/cursor_manager_test_api.cc', 630 'test/cursor_manager_test_api.cc',
631 'test/cursor_manager_test_api.h', 631 'test/cursor_manager_test_api.h',
632 'test/launcher_test_api.cc', 632 'test/launcher_test_api.cc',
633 'test/launcher_test_api.h', 633 'test/launcher_test_api.h',
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
729 'autoclick/autoclick_unittest.cc', 729 'autoclick/autoclick_unittest.cc',
730 'desktop_background/desktop_background_controller_unittest.cc', 730 'desktop_background/desktop_background_controller_unittest.cc',
731 'desktop_background/wallpaper_resizer_unittest.cc', 731 'desktop_background/wallpaper_resizer_unittest.cc',
732 'dip_unittest.cc', 732 'dip_unittest.cc',
733 'display/display_change_observer_chromeos_unittest.cc', 733 'display/display_change_observer_chromeos_unittest.cc',
734 'display/display_controller_unittest.cc', 734 'display/display_controller_unittest.cc',
735 'display/display_error_observer_chromeos_unittest.cc', 735 'display/display_error_observer_chromeos_unittest.cc',
736 'display/display_info_unittest.cc', 736 'display/display_info_unittest.cc',
737 'display/display_manager_unittest.cc', 737 'display/display_manager_unittest.cc',
738 'display/mirror_window_controller_unittest.cc', 738 'display/mirror_window_controller_unittest.cc',
739 'display/virtual_keyboard_window_controller_unittest.cc',
739 'display/mouse_cursor_event_filter_unittest.cc', 740 'display/mouse_cursor_event_filter_unittest.cc',
740 'display/resolution_notification_controller_unittest.cc', 741 'display/resolution_notification_controller_unittest.cc',
741 'display/root_window_transformers_unittest.cc', 742 'display/root_window_transformers_unittest.cc',
742 'display/screen_position_controller_unittest.cc', 743 'display/screen_position_controller_unittest.cc',
743 'drag_drop/drag_drop_controller_unittest.cc', 744 'drag_drop/drag_drop_controller_unittest.cc',
744 'drag_drop/drag_drop_tracker_unittest.cc', 745 'drag_drop/drag_drop_tracker_unittest.cc',
745 'extended_desktop_unittest.cc', 746 'extended_desktop_unittest.cc',
746 'focus_cycler_unittest.cc', 747 'focus_cycler_unittest.cc',
747 'keyboard_overlay/keyboard_overlay_delegate_unittest.cc', 748 'keyboard_overlay/keyboard_overlay_delegate_unittest.cc',
748 'keyboard_overlay/keyboard_overlay_view_unittest.cc', 749 'keyboard_overlay/keyboard_overlay_view_unittest.cc',
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
915 'shell/bubble.cc', 916 'shell/bubble.cc',
916 'shell/content_client/shell_browser_main_parts.cc', 917 'shell/content_client/shell_browser_main_parts.cc',
917 'shell/content_client/shell_browser_main_parts.h', 918 'shell/content_client/shell_browser_main_parts.h',
918 'shell/content_client/shell_content_browser_client.cc', 919 'shell/content_client/shell_content_browser_client.cc',
919 'shell/content_client/shell_content_browser_client.h', 920 'shell/content_client/shell_content_browser_client.h',
920 'shell/content_client/shell_main_delegate.cc', 921 'shell/content_client/shell_main_delegate.cc',
921 'shell/content_client/shell_main_delegate.h', 922 'shell/content_client/shell_main_delegate.h',
922 'shell/context_menu.cc', 923 'shell/context_menu.cc',
923 'shell/context_menu.h', 924 'shell/context_menu.h',
924 'shell/example_factory.h', 925 'shell/example_factory.h',
926 'shell/keyboard_controller_proxy_stub.cc',
927 'shell/keyboard_controller_proxy_stub.h',
925 'shell/launcher_delegate_impl.cc', 928 'shell/launcher_delegate_impl.cc',
926 'shell/launcher_delegate_impl.h', 929 'shell/launcher_delegate_impl.h',
927 'shell/lock_view.cc', 930 'shell/lock_view.cc',
928 'shell/panel_window.cc', 931 'shell/panel_window.cc',
929 'shell/panel_window.h', 932 'shell/panel_window.h',
930 'shell/shell_delegate_impl.cc', 933 'shell/shell_delegate_impl.cc',
931 'shell/shell_delegate_impl.h', 934 'shell/shell_delegate_impl.h',
932 'shell/shell_main.cc', 935 'shell/shell_main.cc',
933 'shell/shell_main_parts.cc', 936 'shell/shell_main_parts.cc',
934 'shell/shell_main_parts.h', 937 'shell/shell_main_parts.h',
(...skipping 17 matching lines...) Expand all
952 }, 955 },
953 }, 956 },
954 'dependencies': [ 957 'dependencies': [
955 '../sandbox/sandbox.gyp:sandbox', 958 '../sandbox/sandbox.gyp:sandbox',
956 ], 959 ],
957 }], 960 }],
958 ], 961 ],
959 }, 962 },
960 ], 963 ],
961 } 964 }
OLDNEW
« no previous file with comments | « no previous file | ash/display/display_controller.h » ('j') | ash/display/display_controller.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698