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

Side by Side Diff: ash/ash.gyp

Issue 1315573003: Snap screen rotation animation layers to final position if the animation is aborted. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added // AshTestBase: to override list. Created 5 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/rotator/screen_rotation_animation.cc » ('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 811 matching lines...) Expand 10 before | Expand all | Expand 10 after
822 'host/ash_window_tree_host_x11_unittest.cc', 822 'host/ash_window_tree_host_x11_unittest.cc',
823 'keyboard_overlay/keyboard_overlay_delegate_unittest.cc', 823 'keyboard_overlay/keyboard_overlay_delegate_unittest.cc',
824 'keyboard_overlay/keyboard_overlay_view_unittest.cc', 824 'keyboard_overlay/keyboard_overlay_view_unittest.cc',
825 'magnifier/magnification_controller_unittest.cc', 825 'magnifier/magnification_controller_unittest.cc',
826 'metrics/desktop_task_switch_metric_recorder_unittest.cc', 826 'metrics/desktop_task_switch_metric_recorder_unittest.cc',
827 'metrics/task_switch_metrics_recorder_unittest.cc', 827 'metrics/task_switch_metrics_recorder_unittest.cc',
828 'metrics/task_switch_time_tracker_unittest.cc', 828 'metrics/task_switch_time_tracker_unittest.cc',
829 'metrics/user_metrics_recorder_unittest.cc', 829 'metrics/user_metrics_recorder_unittest.cc',
830 'popup_message_unittest.cc', 830 'popup_message_unittest.cc',
831 'root_window_controller_unittest.cc', 831 'root_window_controller_unittest.cc',
832 'rotator/screen_rotation_animation_unittest.cc',
832 'screen_util_unittest.cc', 833 'screen_util_unittest.cc',
833 'shelf/scoped_observer_with_duplicated_sources_unittest.cc', 834 'shelf/scoped_observer_with_duplicated_sources_unittest.cc',
834 'shelf/shelf_button_pressed_metric_tracker_unittest.cc', 835 'shelf/shelf_button_pressed_metric_tracker_unittest.cc',
835 'shelf/shelf_layout_manager_unittest.cc', 836 'shelf/shelf_layout_manager_unittest.cc',
836 'shelf/shelf_model_unittest.cc', 837 'shelf/shelf_model_unittest.cc',
837 'shelf/shelf_navigator_unittest.cc', 838 'shelf/shelf_navigator_unittest.cc',
838 'shelf/shelf_tooltip_manager_unittest.cc', 839 'shelf/shelf_tooltip_manager_unittest.cc',
839 'shelf/shelf_unittest.cc', 840 'shelf/shelf_unittest.cc',
840 'shelf/shelf_view_unittest.cc', 841 'shelf/shelf_view_unittest.cc',
841 'shelf/shelf_widget_unittest.cc', 842 'shelf/shelf_widget_unittest.cc',
(...skipping 489 matching lines...) Expand 10 before | Expand all | Expand 10 after
1331 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1332 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1332 ], 1333 ],
1333 } 1334 }
1334 ], 1335 ],
1335 ], 1336 ],
1336 }, 1337 },
1337 ], 1338 ],
1338 }], 1339 }],
1339 ], 1340 ],
1340 } 1341 }
OLDNEW
« no previous file with comments | « no previous file | ash/rotator/screen_rotation_animation.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698