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

Side by Side Diff: ash/BUILD.gn

Issue 2728803002: Handles users rotating screen too early (Closed)
Patch Set: Fixes some nit. Created 3 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
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 import("//build/config/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//testing/test.gni") 7 import("//testing/test.gni")
8 import("//ui/base/ui_features.gni") 8 import("//ui/base/ui_features.gni")
9 9
10 # Historical note: Ash shipped on Windows for a couple years to support 10 # Historical note: Ash shipped on Windows for a couple years to support
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 "common/frame/header_painter.h", 101 "common/frame/header_painter.h",
102 "common/frame/header_painter_util.cc", 102 "common/frame/header_painter_util.cc",
103 "common/frame/header_painter_util.h", 103 "common/frame/header_painter_util.h",
104 "common/frame/header_view.cc", 104 "common/frame/header_view.cc",
105 "common/frame/header_view.h", 105 "common/frame/header_view.h",
106 "common/gpu_support.h", 106 "common/gpu_support.h",
107 "common/gpu_support_stub.cc", 107 "common/gpu_support_stub.cc",
108 "common/gpu_support_stub.h", 108 "common/gpu_support_stub.h",
109 "common/key_event_watcher.cc", 109 "common/key_event_watcher.cc",
110 "common/key_event_watcher.h", 110 "common/key_event_watcher.h",
111 "common/keyboard/keyboard_observer_register.cc", 111 "common/keyboard/keyboard_observer_register.cc",
bruthig 2017/03/16 20:41:57 I'm assuming this delta came from a merge with mas
wutao 2017/03/17 00:01:03 Acknowledged.
112 "common/keyboard/keyboard_observer_register.h", 112 "common/keyboard/keyboard_observer_register.h",
113 "common/keyboard/keyboard_ui.cc", 113 "common/keyboard/keyboard_ui.cc",
114 "common/keyboard/keyboard_ui.h", 114 "common/keyboard/keyboard_ui.h",
115 "common/keyboard/keyboard_ui_observer.h", 115 "common/keyboard/keyboard_ui_observer.h",
116 "common/login_status.h", 116 "common/login_status.h",
117 "common/material_design/material_design_controller.cc", 117 "common/material_design/material_design_controller.cc",
118 "common/material_design/material_design_controller.h", 118 "common/material_design/material_design_controller.h",
119 "common/media_controller.cc", 119 "common/media_controller.cc",
120 "common/media_controller.h", 120 "common/media_controller.h",
121 "common/metrics/gesture_action_type.h", 121 "common/metrics/gesture_action_type.h",
(...skipping 1077 matching lines...) Expand 10 before | Expand all | Expand 10 after
1199 "common/system/tray/tri_view_unittest.cc", 1199 "common/system/tray/tri_view_unittest.cc",
1200 "common/system/update/tray_update_unittest.cc", 1200 "common/system/update/tray_update_unittest.cc",
1201 "common/system/user/tray_user_unittest.cc", 1201 "common/system/user/tray_user_unittest.cc",
1202 "common/wallpaper/wallpaper_controller_unittest.cc", 1202 "common/wallpaper/wallpaper_controller_unittest.cc",
1203 "common/window_user_data_unittest.cc", 1203 "common/window_user_data_unittest.cc",
1204 "common/wm/container_finder_unittest.cc", 1204 "common/wm/container_finder_unittest.cc",
1205 "common/wm/mru_window_tracker_unittest.cc", 1205 "common/wm/mru_window_tracker_unittest.cc",
1206 "common/wm/overview/cleanup_animation_observer_unittest.cc", 1206 "common/wm/overview/cleanup_animation_observer_unittest.cc",
1207 "common/wm/workspace/workspace_layout_manager_unittest.cc", 1207 "common/wm/workspace/workspace_layout_manager_unittest.cc",
1208 "common/wm_window_unittest.cc", 1208 "common/wm_window_unittest.cc",
1209 "display/display_configuration_controller_unittest.cc",
1209 "first_run/first_run_helper_unittest.cc", 1210 "first_run/first_run_helper_unittest.cc",
1210 "focus_cycler_unittest.cc", 1211 "focus_cycler_unittest.cc",
1211 "frame/caption_buttons/frame_size_button_unittest.cc", 1212 "frame/caption_buttons/frame_size_button_unittest.cc",
1212 "laser/laser_pointer_controller_unittest.cc", 1213 "laser/laser_pointer_controller_unittest.cc",
1213 "laser/laser_pointer_points_unittest.cc", 1214 "laser/laser_pointer_points_unittest.cc",
1214 "laser/laser_segment_utils_unittest.cc", 1215 "laser/laser_segment_utils_unittest.cc",
1215 "metrics/desktop_task_switch_metric_recorder_unittest.cc", 1216 "metrics/desktop_task_switch_metric_recorder_unittest.cc",
1216 "metrics/task_switch_metrics_recorder_unittest.cc", 1217 "metrics/task_switch_metrics_recorder_unittest.cc",
1217 "metrics/task_switch_time_tracker_unittest.cc", 1218 "metrics/task_switch_time_tracker_unittest.cc",
1218 "metrics/user_metrics_recorder_unittest.cc", 1219 "metrics/user_metrics_recorder_unittest.cc",
1219 "root_window_controller_unittest.cc", 1220 "root_window_controller_unittest.cc",
1220 "rotator/screen_rotation_animation_unittest.cc", 1221 "rotator/screen_rotation_animation_unittest.cc",
1222 "rotator/screen_rotation_animator_unittest.cc",
1221 "screen_util_unittest.cc", 1223 "screen_util_unittest.cc",
1222 "shelf/shelf_layout_manager_unittest.cc", 1224 "shelf/shelf_layout_manager_unittest.cc",
1223 "shelf/shelf_unittest.cc", 1225 "shelf/shelf_unittest.cc",
1224 "shelf/shelf_view_unittest.cc", 1226 "shelf/shelf_view_unittest.cc",
1225 "shelf/shelf_widget_unittest.cc", 1227 "shelf/shelf_widget_unittest.cc",
1226 "shell_unittest.cc", 1228 "shell_unittest.cc",
1227 "sticky_keys/sticky_keys_overlay_unittest.cc", 1229 "sticky_keys/sticky_keys_overlay_unittest.cc",
1228 "sticky_keys/sticky_keys_unittest.cc", 1230 "sticky_keys/sticky_keys_unittest.cc",
1229 "system/chromeos/power/power_event_observer_unittest.cc", 1231 "system/chromeos/power/power_event_observer_unittest.cc",
1230 "system/chromeos/power/tablet_power_button_controller_unittest.cc", 1232 "system/chromeos/power/tablet_power_button_controller_unittest.cc",
(...skipping 276 matching lines...) Expand 10 before | Expand all | Expand 10 after
1507 "//content/public/app:both", 1509 "//content/public/app:both",
1508 "//device/bluetooth", 1510 "//device/bluetooth",
1509 ] 1511 ]
1510 1512
1511 data_deps = [ 1513 data_deps = [
1512 "//ash/strings:ash_test_strings", 1514 "//ash/strings:ash_test_strings",
1513 "//ash/resources:ash_test_resources_with_content_100_percent", 1515 "//ash/resources:ash_test_resources_with_content_100_percent",
1514 "//ash/resources:ash_test_resources_200_percent", 1516 "//ash/resources:ash_test_resources_200_percent",
1515 ] 1517 ]
1516 } 1518 }
OLDNEW
« no previous file with comments | « no previous file | ash/display/display_configuration_controller.h » ('j') | ash/display/display_configuration_controller.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698