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

Side by Side Diff: ash/ash.gyp

Issue 960073002: Do not hide the cursor on a key up (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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
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 # These files lists are shared with the GN build. 8 # These files lists are shared with the GN build.
9 'ash_sources': [ 9 'ash_sources': [
10 'accelerators/accelerator_commands.cc', 10 'accelerators/accelerator_commands.cc',
(...skipping 804 matching lines...) Expand 10 before | Expand all | Expand 10 after
815 'test/ash_unittests.cc', 815 'test/ash_unittests.cc',
816 'tooltips/tooltip_controller_unittest.cc', 816 'tooltips/tooltip_controller_unittest.cc',
817 'touch/touch_observer_hud_unittest.cc', 817 'touch/touch_observer_hud_unittest.cc',
818 'touch/touch_transformer_controller_unittest.cc', 818 'touch/touch_transformer_controller_unittest.cc',
819 'touch/touchscreen_util_unittest.cc', 819 'touch/touchscreen_util_unittest.cc',
820 'utility/partial_screenshot_controller_unittest.cc', 820 'utility/partial_screenshot_controller_unittest.cc',
821 'virtual_keyboard_controller_unittest.cc', 821 'virtual_keyboard_controller_unittest.cc',
822 'wm/always_on_top_controller_unittest.cc', 822 'wm/always_on_top_controller_unittest.cc',
823 'wm/app_list_controller_unittest.cc', 823 'wm/app_list_controller_unittest.cc',
824 'wm/ash_native_cursor_manager_unittest.cc', 824 'wm/ash_native_cursor_manager_unittest.cc',
825 'wm/cursor_manager_chromeos_unittest.cc',
825 'wm/dock/docked_window_layout_manager_unittest.cc', 826 'wm/dock/docked_window_layout_manager_unittest.cc',
826 'wm/dock/docked_window_resizer_unittest.cc', 827 'wm/dock/docked_window_resizer_unittest.cc',
827 'wm/drag_window_resizer_unittest.cc', 828 'wm/drag_window_resizer_unittest.cc',
828 'wm/gestures/overview_gesture_handler_unittest.cc', 829 'wm/gestures/overview_gesture_handler_unittest.cc',
829 'wm/immersive_fullscreen_controller_unittest.cc', 830 'wm/immersive_fullscreen_controller_unittest.cc',
830 'wm/lock_layout_manager_unittest.cc', 831 'wm/lock_layout_manager_unittest.cc',
831 'wm/lock_state_controller_unittest.cc', 832 'wm/lock_state_controller_unittest.cc',
832 'wm/maximize_mode/accelerometer_test_data_literals.cc', 833 'wm/maximize_mode/accelerometer_test_data_literals.cc',
833 'wm/maximize_mode/maximize_mode_controller_unittest.cc', 834 'wm/maximize_mode/maximize_mode_controller_unittest.cc',
834 'wm/maximize_mode/maximize_mode_window_manager_unittest.cc', 835 'wm/maximize_mode/maximize_mode_window_manager_unittest.cc',
(...skipping 453 matching lines...) Expand 10 before | Expand all | Expand 10 after
1288 '../build/isolate.gypi', 1289 '../build/isolate.gypi',
1289 ], 1290 ],
1290 'sources': [ 1291 'sources': [
1291 'ash_unittests.isolate', 1292 'ash_unittests.isolate',
1292 ], 1293 ],
1293 }, 1294 },
1294 ], 1295 ],
1295 }], 1296 }],
1296 ], 1297 ],
1297 } 1298 }
OLDNEW
« no previous file with comments | « no previous file | ash/wm/cursor_manager_chromeos.cc » ('j') | ash/wm/cursor_manager_chromeos_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698