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

Side by Side Diff: ash/ash.gyp

Issue 592753004: Enable virtual keyboard in overview mode (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rename to VirtualKeyboardController 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 | « no previous file | ash/shell.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 (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 # These files lists are shared with the GN build. 9 # These files lists are shared with the GN build.
10 'ash_sources': [ 10 'ash_sources': [
(...skipping 462 matching lines...) Expand 10 before | Expand all | Expand 10 after
473 'touch/touch_hud_projection.cc', 473 'touch/touch_hud_projection.cc',
474 'touch/touch_hud_projection.h', 474 'touch/touch_hud_projection.h',
475 'touch/touch_observer_hud.cc', 475 'touch/touch_observer_hud.cc',
476 'touch/touch_observer_hud.h', 476 'touch/touch_observer_hud.h',
477 'touch/touch_transformer_controller.cc', 477 'touch/touch_transformer_controller.cc',
478 'touch/touch_transformer_controller.h', 478 'touch/touch_transformer_controller.h',
479 'touch/touch_uma.cc', 479 'touch/touch_uma.cc',
480 'touch/touch_uma.h', 480 'touch/touch_uma.h',
481 'touch/touchscreen_util.cc', 481 'touch/touchscreen_util.cc',
482 'touch/touchscreen_util.h', 482 'touch/touchscreen_util.h',
483 'virtual_keyboard_controller.cc',
484 'virtual_keyboard_controller.h',
483 'volume_control_delegate.h', 485 'volume_control_delegate.h',
484 'wm/app_list_controller.cc', 486 'wm/app_list_controller.cc',
485 'wm/app_list_controller.h', 487 'wm/app_list_controller.h',
486 'wm/always_on_top_controller.cc', 488 'wm/always_on_top_controller.cc',
487 'wm/always_on_top_controller.h', 489 'wm/always_on_top_controller.h',
488 'wm/ash_native_cursor_manager.cc', 490 'wm/ash_native_cursor_manager.cc',
489 'wm/ash_native_cursor_manager.h', 491 'wm/ash_native_cursor_manager.h',
490 'wm/ash_focus_rules.cc', 492 'wm/ash_focus_rules.cc',
491 'wm/ash_focus_rules.h', 493 'wm/ash_focus_rules.h',
492 'wm/boot_splash_screen_chromeos.cc', 494 'wm/boot_splash_screen_chromeos.cc',
(...skipping 335 matching lines...) Expand 10 before | Expand all | Expand 10 after
828 'system/tray/tray_details_view_unittest.cc', 830 'system/tray/tray_details_view_unittest.cc',
829 'system/user/tray_user_unittest.cc', 831 'system/user/tray_user_unittest.cc',
830 'system/web_notification/ash_popup_alignment_delegate_unittest.cc', 832 'system/web_notification/ash_popup_alignment_delegate_unittest.cc',
831 'system/web_notification/web_notification_tray_unittest.cc', 833 'system/web_notification/web_notification_tray_unittest.cc',
832 'test/ash_test_helper_unittest.cc', 834 'test/ash_test_helper_unittest.cc',
833 'test/ash_unittests.cc', 835 'test/ash_unittests.cc',
834 'tooltips/tooltip_controller_unittest.cc', 836 'tooltips/tooltip_controller_unittest.cc',
835 'touch/touch_observer_hud_unittest.cc', 837 'touch/touch_observer_hud_unittest.cc',
836 'touch/touch_transformer_controller_unittest.cc', 838 'touch/touch_transformer_controller_unittest.cc',
837 'touch/touchscreen_util_unittest.cc', 839 'touch/touchscreen_util_unittest.cc',
840 'virtual_keyboard_controller_unittest.cc',
838 'wm/app_list_controller_unittest.cc', 841 'wm/app_list_controller_unittest.cc',
839 'wm/ash_native_cursor_manager_unittest.cc', 842 'wm/ash_native_cursor_manager_unittest.cc',
840 'wm/dock/docked_window_layout_manager_unittest.cc', 843 'wm/dock/docked_window_layout_manager_unittest.cc',
841 'wm/dock/docked_window_resizer_unittest.cc', 844 'wm/dock/docked_window_resizer_unittest.cc',
842 'wm/drag_window_resizer_unittest.cc', 845 'wm/drag_window_resizer_unittest.cc',
843 'wm/gestures/overview_gesture_handler_unittest.cc', 846 'wm/gestures/overview_gesture_handler_unittest.cc',
844 'wm/immersive_fullscreen_controller_unittest.cc', 847 'wm/immersive_fullscreen_controller_unittest.cc',
845 'wm/lock_layout_manager_unittest.cc', 848 'wm/lock_layout_manager_unittest.cc',
846 'wm/lock_state_controller_unittest.cc', 849 'wm/lock_state_controller_unittest.cc',
847 'wm/maximize_mode/accelerometer_test_data_literals.cc', 850 'wm/maximize_mode/accelerometer_test_data_literals.cc',
(...skipping 417 matching lines...) Expand 10 before | Expand all | Expand 10 after
1265 'conditions': [ 1268 'conditions': [
1266 ['chromeos==1', { 1269 ['chromeos==1', {
1267 'dependencies': [ 1270 'dependencies': [
1268 '../ui/display/display.gyp:display', 1271 '../ui/display/display.gyp:display',
1269 ], 1272 ],
1270 }], 1273 }],
1271 ], 1274 ],
1272 }, 1275 },
1273 ], 1276 ],
1274 } 1277 }
OLDNEW
« no previous file with comments | « no previous file | ash/shell.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698