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

Side by Side Diff: ash/ash.gyp

Issue 948583005: Add more tests for mouse rotation,scale&position after display change (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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/display/cursor_window_controller.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 # 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 735 matching lines...) Expand 10 before | Expand all | Expand 10 after
746 'accelerators/accelerator_controller_unittest.cc', 746 'accelerators/accelerator_controller_unittest.cc',
747 'accelerators/accelerator_filter_unittest.cc', 747 'accelerators/accelerator_filter_unittest.cc',
748 'accelerators/accelerator_table_unittest.cc', 748 'accelerators/accelerator_table_unittest.cc',
749 'accelerators/magnifier_key_scroller_unittest.cc', 749 'accelerators/magnifier_key_scroller_unittest.cc',
750 'accelerators/spoken_feedback_toggler_unittest.cc', 750 'accelerators/spoken_feedback_toggler_unittest.cc',
751 'ash_touch_exploration_manager_chromeos_unittest.cc', 751 'ash_touch_exploration_manager_chromeos_unittest.cc',
752 'autoclick/autoclick_unittest.cc', 752 'autoclick/autoclick_unittest.cc',
753 'content/display/screen_orientation_controller_chromeos_unittest.cc', 753 'content/display/screen_orientation_controller_chromeos_unittest.cc',
754 'desktop_background/desktop_background_controller_unittest.cc', 754 'desktop_background/desktop_background_controller_unittest.cc',
755 'dip_unittest.cc', 755 'dip_unittest.cc',
756 'display/cursor_window_controller_unittest.cc',
756 'display/display_change_observer_chromeos_unittest.cc', 757 'display/display_change_observer_chromeos_unittest.cc',
757 'display/display_controller_unittest.cc', 758 'display/display_controller_unittest.cc',
758 'display/display_error_observer_chromeos_unittest.cc', 759 'display/display_error_observer_chromeos_unittest.cc',
759 'display/display_info_unittest.cc', 760 'display/display_info_unittest.cc',
760 'display/display_manager_unittest.cc', 761 'display/display_manager_unittest.cc',
761 'display/mirror_window_controller_unittest.cc', 762 'display/mirror_window_controller_unittest.cc',
762 'display/mouse_cursor_event_filter_unittest.cc', 763 'display/mouse_cursor_event_filter_unittest.cc',
763 'display/projecting_observer_chromeos_unittest.cc', 764 'display/projecting_observer_chromeos_unittest.cc',
764 'display/resolution_notification_controller_unittest.cc', 765 'display/resolution_notification_controller_unittest.cc',
765 'display/root_window_transformers_unittest.cc', 766 'display/root_window_transformers_unittest.cc',
(...skipping 532 matching lines...) Expand 10 before | Expand all | Expand 10 after
1298 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1299 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1299 ], 1300 ],
1300 } 1301 }
1301 ], 1302 ],
1302 ], 1303 ],
1303 }, 1304 },
1304 ], 1305 ],
1305 }], 1306 }],
1306 ], 1307 ],
1307 } 1308 }
OLDNEW
« no previous file with comments | « no previous file | ash/display/cursor_window_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698