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

Side by Side Diff: ash/BUILD.gn

Issue 2734733002: Revert "chromeos: Move files in //ash/common to //ash, part 3" (Closed)
Patch Set: 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
« no previous file with comments | « WATCHLISTS ('k') | ash/DEPS » ('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 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 24 matching lines...) Expand all
35 "accelerators/debug_commands.cc", 35 "accelerators/debug_commands.cc",
36 "accelerators/debug_commands.h", 36 "accelerators/debug_commands.h",
37 "accelerators/exit_warning_handler.cc", 37 "accelerators/exit_warning_handler.cc",
38 "accelerators/exit_warning_handler.h", 38 "accelerators/exit_warning_handler.h",
39 "accelerators/key_hold_detector.cc", 39 "accelerators/key_hold_detector.cc",
40 "accelerators/key_hold_detector.h", 40 "accelerators/key_hold_detector.h",
41 "accelerators/magnifier_key_scroller.cc", 41 "accelerators/magnifier_key_scroller.cc",
42 "accelerators/magnifier_key_scroller.h", 42 "accelerators/magnifier_key_scroller.h",
43 "accelerators/spoken_feedback_toggler.cc", 43 "accelerators/spoken_feedback_toggler.cc",
44 "accelerators/spoken_feedback_toggler.h", 44 "accelerators/spoken_feedback_toggler.h",
45 "accessibility_delegate.h",
46 "accessibility_types.h",
47 "animation/animation_change_type.h", 45 "animation/animation_change_type.h",
48 "app_list/app_list_delegate_impl.cc", 46 "app_list/app_list_delegate_impl.cc",
49 "app_list/app_list_delegate_impl.h", 47 "app_list/app_list_delegate_impl.h",
50 "app_list/app_list_presenter_delegate.cc", 48 "app_list/app_list_presenter_delegate.cc",
51 "app_list/app_list_presenter_delegate.h", 49 "app_list/app_list_presenter_delegate.h",
52 "app_list/app_list_presenter_delegate_factory.cc", 50 "app_list/app_list_presenter_delegate_factory.cc",
53 "app_list/app_list_presenter_delegate_factory.h", 51 "app_list/app_list_presenter_delegate_factory.h",
54 "ash_constants.cc",
55 "ash_constants.h",
56 "ash_export.h", 52 "ash_export.h",
57 "ash_layout_constants.cc",
58 "ash_layout_constants.h",
59 "ash_switches.cc",
60 "ash_switches.h",
61 "ash_touch_exploration_manager_chromeos.cc", 53 "ash_touch_exploration_manager_chromeos.cc",
62 "ash_touch_exploration_manager_chromeos.h", 54 "ash_touch_exploration_manager_chromeos.h",
63 "aura/aura_layout_manager_adapter.cc", 55 "aura/aura_layout_manager_adapter.cc",
64 "aura/aura_layout_manager_adapter.h", 56 "aura/aura_layout_manager_adapter.h",
65 "aura/key_event_watcher_aura.cc", 57 "aura/key_event_watcher_aura.cc",
66 "aura/key_event_watcher_aura.h", 58 "aura/key_event_watcher_aura.h",
67 "aura/pointer_watcher_adapter.cc", 59 "aura/pointer_watcher_adapter.cc",
68 "aura/pointer_watcher_adapter.h", 60 "aura/pointer_watcher_adapter.h",
69 "aura/wm_shell_aura.cc", 61 "aura/wm_shell_aura.cc",
70 "aura/wm_shell_aura.h", 62 "aura/wm_shell_aura.h",
71 "autoclick/autoclick_controller.cc", 63 "autoclick/autoclick_controller.cc",
72 "autoclick/autoclick_controller.h", 64 "autoclick/autoclick_controller.h",
73 "cancel_mode.cc", 65 "cancel_mode.cc",
74 "cancel_mode.h", 66 "cancel_mode.h",
75 "cast_config_controller.cc", 67 "common/accessibility_delegate.h",
76 "cast_config_controller.h", 68 "common/accessibility_types.h",
69 "common/ash_constants.cc",
70 "common/ash_constants.h",
71 "common/ash_layout_constants.cc",
72 "common/ash_layout_constants.h",
73 "common/ash_switches.cc",
74 "common/ash_switches.h",
75 "common/cast_config_controller.cc",
76 "common/cast_config_controller.h",
77 "common/default_accessibility_delegate.cc",
78 "common/default_accessibility_delegate.h",
79 "common/devtools/ash_devtools_css_agent.cc",
80 "common/devtools/ash_devtools_css_agent.h",
81 "common/devtools/ash_devtools_dom_agent.cc",
82 "common/devtools/ash_devtools_dom_agent.h",
83 "common/focus_cycler.cc",
84 "common/focus_cycler.h",
85 "common/gpu_support.h",
86 "common/gpu_support_stub.cc",
87 "common/gpu_support_stub.h",
88 "common/key_event_watcher.cc",
89 "common/key_event_watcher.h",
90 "common/keyboard/keyboard_ui.cc",
91 "common/keyboard/keyboard_ui.h",
92 "common/keyboard/keyboard_ui_observer.h",
93 "common/login_status.h",
94 "common/material_design/material_design_controller.cc",
95 "common/material_design/material_design_controller.h",
96 "common/media_controller.cc",
97 "common/media_controller.h",
98 "common/mojo_interface_factory.cc",
99 "common/mojo_interface_factory.h",
100 "common/multi_profile_uma.cc",
101 "common/multi_profile_uma.h",
102 "common/new_window_controller.cc",
103 "common/new_window_controller.h",
104 "common/palette_delegate.h",
105 "common/scoped_root_window_for_new_windows.cc",
106 "common/scoped_root_window_for_new_windows.h",
107 "common/session/session_controller.cc",
108 "common/session/session_controller.h",
109 "common/session/session_state_delegate.cc",
110 "common/session/session_state_delegate.h",
111 "common/session/session_state_observer.cc",
112 "common/session/session_state_observer.h",
113 "common/shell_delegate.h",
114 "common/shutdown_controller.cc",
115 "common/shutdown_controller.h",
116 "common/wallpaper/wallpaper_controller.cc",
117 "common/wallpaper/wallpaper_controller.h",
118 "common/wallpaper/wallpaper_controller_observer.h",
119 "common/wallpaper/wallpaper_delegate.h",
120 "common/wallpaper/wallpaper_view.cc",
121 "common/wallpaper/wallpaper_view.h",
122 "common/wallpaper/wallpaper_widget_controller.cc",
123 "common/wallpaper/wallpaper_widget_controller.h",
124 "common/wm_activation_observer.h",
125 "common/wm_display_observer.h",
126 "common/wm_layout_manager.h",
127 "common/wm_shell.cc",
128 "common/wm_shell.h",
129 "common/wm_transient_window_observer.h",
130 "common/wm_window.cc",
131 "common/wm_window.h",
132 "common/wm_window_user_data.h",
77 "debug.cc", 133 "debug.cc",
78 "debug.h", 134 "debug.h",
79 "default_accessibility_delegate.cc",
80 "default_accessibility_delegate.h",
81 "default_wallpaper_delegate.cc", 135 "default_wallpaper_delegate.cc",
82 "default_wallpaper_delegate.h", 136 "default_wallpaper_delegate.h",
83 "devtools/ash_devtools_css_agent.cc",
84 "devtools/ash_devtools_css_agent.h",
85 "devtools/ash_devtools_dom_agent.cc",
86 "devtools/ash_devtools_dom_agent.h",
87 "display/cursor_window_controller.cc", 137 "display/cursor_window_controller.cc",
88 "display/cursor_window_controller.h", 138 "display/cursor_window_controller.h",
89 "display/display_animator.h", 139 "display/display_animator.h",
90 "display/display_animator_chromeos.cc", 140 "display/display_animator_chromeos.cc",
91 "display/display_animator_chromeos.h", 141 "display/display_animator_chromeos.h",
92 "display/display_color_manager_chromeos.cc", 142 "display/display_color_manager_chromeos.cc",
93 "display/display_color_manager_chromeos.h", 143 "display/display_color_manager_chromeos.h",
94 "display/display_configuration_controller.cc", 144 "display/display_configuration_controller.cc",
95 "display/display_configuration_controller.h", 145 "display/display_configuration_controller.h",
96 "display/display_error_observer_chromeos.cc", 146 "display/display_error_observer_chromeos.cc",
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
136 "drag_drop/drag_drop_tracker.cc", 186 "drag_drop/drag_drop_tracker.cc",
137 "drag_drop/drag_drop_tracker.h", 187 "drag_drop/drag_drop_tracker.h",
138 "drag_drop/drag_image_view.cc", 188 "drag_drop/drag_image_view.cc",
139 "drag_drop/drag_image_view.h", 189 "drag_drop/drag_image_view.h",
140 "first_run/desktop_cleaner.cc", 190 "first_run/desktop_cleaner.cc",
141 "first_run/desktop_cleaner.h", 191 "first_run/desktop_cleaner.h",
142 "first_run/first_run_helper.cc", 192 "first_run/first_run_helper.cc",
143 "first_run/first_run_helper.h", 193 "first_run/first_run_helper.h",
144 "first_run/first_run_helper_impl.cc", 194 "first_run/first_run_helper_impl.cc",
145 "first_run/first_run_helper_impl.h", 195 "first_run/first_run_helper_impl.h",
146 "focus_cycler.cc",
147 "focus_cycler.h",
148 "frame/caption_buttons/caption_button_types.h", 196 "frame/caption_buttons/caption_button_types.h",
149 "frame/caption_buttons/frame_caption_button.cc", 197 "frame/caption_buttons/frame_caption_button.cc",
150 "frame/caption_buttons/frame_caption_button.h", 198 "frame/caption_buttons/frame_caption_button.h",
151 "frame/caption_buttons/frame_caption_button_container_view.cc", 199 "frame/caption_buttons/frame_caption_button_container_view.cc",
152 "frame/caption_buttons/frame_caption_button_container_view.h", 200 "frame/caption_buttons/frame_caption_button_container_view.h",
153 "frame/caption_buttons/frame_size_button.cc", 201 "frame/caption_buttons/frame_size_button.cc",
154 "frame/caption_buttons/frame_size_button.h", 202 "frame/caption_buttons/frame_size_button.h",
155 "frame/caption_buttons/frame_size_button_delegate.h", 203 "frame/caption_buttons/frame_size_button_delegate.h",
156 "frame/custom_frame_view_ash.cc", 204 "frame/custom_frame_view_ash.cc",
157 "frame/custom_frame_view_ash.h", 205 "frame/custom_frame_view_ash.h",
158 "frame/default_header_painter.cc", 206 "frame/default_header_painter.cc",
159 "frame/default_header_painter.h", 207 "frame/default_header_painter.h",
160 "frame/frame_border_hit_test.cc", 208 "frame/frame_border_hit_test.cc",
161 "frame/frame_border_hit_test.h", 209 "frame/frame_border_hit_test.h",
162 "frame/header_painter.h", 210 "frame/header_painter.h",
163 "frame/header_painter_util.cc", 211 "frame/header_painter_util.cc",
164 "frame/header_painter_util.h", 212 "frame/header_painter_util.h",
165 "frame/header_view.cc", 213 "frame/header_view.cc",
166 "frame/header_view.h", 214 "frame/header_view.h",
167 "gpu_support.h",
168 "gpu_support_stub.cc",
169 "gpu_support_stub.h",
170 "high_contrast/high_contrast_controller.cc", 215 "high_contrast/high_contrast_controller.cc",
171 "high_contrast/high_contrast_controller.h", 216 "high_contrast/high_contrast_controller.h",
172 "host/ash_window_tree_host.cc", 217 "host/ash_window_tree_host.cc",
173 "host/ash_window_tree_host.h", 218 "host/ash_window_tree_host.h",
174 "host/ash_window_tree_host_init_params.h", 219 "host/ash_window_tree_host_init_params.h",
175 "host/ash_window_tree_host_platform.cc", 220 "host/ash_window_tree_host_platform.cc",
176 "host/ash_window_tree_host_platform.h", 221 "host/ash_window_tree_host_platform.h",
177 "host/ash_window_tree_host_unified.cc", 222 "host/ash_window_tree_host_unified.cc",
178 "host/ash_window_tree_host_unified.h", 223 "host/ash_window_tree_host_unified.h",
179 "host/ash_window_tree_host_x11.cc", 224 "host/ash_window_tree_host_x11.cc",
180 "host/ash_window_tree_host_x11.h", 225 "host/ash_window_tree_host_x11.h",
181 "host/root_window_transformer.h", 226 "host/root_window_transformer.h",
182 "host/transformer_helper.cc", 227 "host/transformer_helper.cc",
183 "host/transformer_helper.h", 228 "host/transformer_helper.h",
184 "ime/input_method_event_handler.cc", 229 "ime/input_method_event_handler.cc",
185 "ime/input_method_event_handler.h", 230 "ime/input_method_event_handler.h",
186 "key_event_watcher.cc",
187 "key_event_watcher.h",
188 "keyboard/keyboard_ui.cc",
189 "keyboard/keyboard_ui.h",
190 "keyboard/keyboard_ui_observer.h",
191 "laser/laser_pointer_controller.cc", 231 "laser/laser_pointer_controller.cc",
192 "laser/laser_pointer_controller.h", 232 "laser/laser_pointer_controller.h",
193 "laser/laser_pointer_points.cc", 233 "laser/laser_pointer_points.cc",
194 "laser/laser_pointer_points.h", 234 "laser/laser_pointer_points.h",
195 "laser/laser_pointer_view.cc", 235 "laser/laser_pointer_view.cc",
196 "laser/laser_pointer_view.h", 236 "laser/laser_pointer_view.h",
197 "laser/laser_segment_utils.cc", 237 "laser/laser_segment_utils.cc",
198 "laser/laser_segment_utils.h", 238 "laser/laser_segment_utils.h",
199 "link_handler_model.cc", 239 "link_handler_model.cc",
200 "link_handler_model.h", 240 "link_handler_model.h",
201 "link_handler_model_factory.cc", 241 "link_handler_model_factory.cc",
202 "link_handler_model_factory.h", 242 "link_handler_model_factory.h",
203 "login_status.h",
204 "magnifier/magnification_controller.cc", 243 "magnifier/magnification_controller.cc",
205 "magnifier/magnification_controller.h", 244 "magnifier/magnification_controller.h",
206 "magnifier/partial_magnification_controller.cc", 245 "magnifier/partial_magnification_controller.cc",
207 "magnifier/partial_magnification_controller.h", 246 "magnifier/partial_magnification_controller.h",
208 "material_design/material_design_controller.cc",
209 "material_design/material_design_controller.h",
210 "media_controller.cc",
211 "media_controller.h",
212 "metrics/desktop_task_switch_metric_recorder.cc", 247 "metrics/desktop_task_switch_metric_recorder.cc",
213 "metrics/desktop_task_switch_metric_recorder.h", 248 "metrics/desktop_task_switch_metric_recorder.h",
214 "metrics/gesture_action_type.h", 249 "metrics/gesture_action_type.h",
215 "metrics/pointer_metrics_recorder.cc", 250 "metrics/pointer_metrics_recorder.cc",
216 "metrics/pointer_metrics_recorder.h", 251 "metrics/pointer_metrics_recorder.h",
217 "metrics/task_switch_metrics_recorder.cc", 252 "metrics/task_switch_metrics_recorder.cc",
218 "metrics/task_switch_metrics_recorder.h", 253 "metrics/task_switch_metrics_recorder.h",
219 "metrics/task_switch_time_tracker.cc", 254 "metrics/task_switch_time_tracker.cc",
220 "metrics/task_switch_time_tracker.h", 255 "metrics/task_switch_time_tracker.h",
221 "metrics/user_metrics_action.h", 256 "metrics/user_metrics_action.h",
222 "metrics/user_metrics_recorder.cc", 257 "metrics/user_metrics_recorder.cc",
223 "metrics/user_metrics_recorder.h", 258 "metrics/user_metrics_recorder.h",
224 "mojo_interface_factory.cc",
225 "mojo_interface_factory.h",
226 "multi_profile_uma.cc",
227 "multi_profile_uma.h",
228 "new_window_controller.cc",
229 "new_window_controller.h",
230 "palette_delegate.h",
231 "root_window_controller.cc", 259 "root_window_controller.cc",
232 "root_window_controller.h", 260 "root_window_controller.h",
233 "root_window_settings.cc", 261 "root_window_settings.cc",
234 "root_window_settings.h", 262 "root_window_settings.h",
235 "rotator/screen_rotation_animation.cc", 263 "rotator/screen_rotation_animation.cc",
236 "rotator/screen_rotation_animation.h", 264 "rotator/screen_rotation_animation.h",
237 "rotator/screen_rotation_animator.cc", 265 "rotator/screen_rotation_animator.cc",
238 "rotator/screen_rotation_animator.h", 266 "rotator/screen_rotation_animator.h",
239 "rotator/window_rotation.cc", 267 "rotator/window_rotation.cc",
240 "rotator/window_rotation.h", 268 "rotator/window_rotation.h",
241 "scoped_root_window_for_new_windows.cc",
242 "scoped_root_window_for_new_windows.h",
243 "screen_util.cc", 269 "screen_util.cc",
244 "screen_util.h", 270 "screen_util.h",
245 "screenshot_delegate.h", 271 "screenshot_delegate.h",
246 "session/session_controller.cc",
247 "session/session_controller.h",
248 "session/session_state_delegate.cc",
249 "session/session_state_delegate.h",
250 "session/session_state_observer.cc",
251 "session/session_state_observer.h",
252 "shared/immersive_context.cc", 272 "shared/immersive_context.cc",
253 "shared/immersive_context.h", 273 "shared/immersive_context.h",
254 "shared/immersive_focus_watcher.h", 274 "shared/immersive_focus_watcher.h",
255 "shared/immersive_fullscreen_controller.cc", 275 "shared/immersive_fullscreen_controller.cc",
256 "shared/immersive_fullscreen_controller.h", 276 "shared/immersive_fullscreen_controller.h",
257 "shared/immersive_fullscreen_controller_delegate.h", 277 "shared/immersive_fullscreen_controller_delegate.h",
258 "shared/immersive_gesture_handler.h", 278 "shared/immersive_gesture_handler.h",
259 "shared/immersive_handler_factory.cc", 279 "shared/immersive_handler_factory.cc",
260 "shared/immersive_handler_factory.h", 280 "shared/immersive_handler_factory.h",
261 "shared/immersive_revealed_lock.cc", 281 "shared/immersive_revealed_lock.cc",
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
313 "shelf/shelf_window_watcher.h", 333 "shelf/shelf_window_watcher.h",
314 "shelf/shelf_window_watcher_item_delegate.cc", 334 "shelf/shelf_window_watcher_item_delegate.cc",
315 "shelf/shelf_window_watcher_item_delegate.h", 335 "shelf/shelf_window_watcher_item_delegate.h",
316 "shelf/wm_shelf.cc", 336 "shelf/wm_shelf.cc",
317 "shelf/wm_shelf.h", 337 "shelf/wm_shelf.h",
318 "shelf/wm_shelf_observer.h", 338 "shelf/wm_shelf_observer.h",
319 "shelf/wm_shelf_util.cc", 339 "shelf/wm_shelf_util.cc",
320 "shelf/wm_shelf_util.h", 340 "shelf/wm_shelf_util.h",
321 "shell.cc", 341 "shell.cc",
322 "shell.h", 342 "shell.h",
323 "shell_delegate.h",
324 "shell_init_params.h", 343 "shell_init_params.h",
325 "shutdown_controller.cc",
326 "shutdown_controller.h",
327 "sticky_keys/sticky_keys_controller.cc", 344 "sticky_keys/sticky_keys_controller.cc",
328 "sticky_keys/sticky_keys_controller.h", 345 "sticky_keys/sticky_keys_controller.h",
329 "sticky_keys/sticky_keys_overlay.cc", 346 "sticky_keys/sticky_keys_overlay.cc",
330 "sticky_keys/sticky_keys_overlay.h", 347 "sticky_keys/sticky_keys_overlay.h",
331 "sticky_keys/sticky_keys_state.h", 348 "sticky_keys/sticky_keys_state.h",
332 "system/accessibility_observer.h", 349 "system/accessibility_observer.h",
333 "system/audio/audio_detailed_view.cc", 350 "system/audio/audio_detailed_view.cc",
334 "system/audio/audio_detailed_view.h", 351 "system/audio/audio_detailed_view.h",
335 "system/audio/tray_audio.cc", 352 "system/audio/tray_audio.cc",
336 "system/audio/tray_audio.h", 353 "system/audio/tray_audio.h",
(...skipping 264 matching lines...) Expand 10 before | Expand all | Expand 10 after
601 "touch/touch_hud_projection.cc", 618 "touch/touch_hud_projection.cc",
602 "touch/touch_hud_projection.h", 619 "touch/touch_hud_projection.h",
603 "touch/touch_observer_hud.cc", 620 "touch/touch_observer_hud.cc",
604 "touch/touch_observer_hud.h", 621 "touch/touch_observer_hud.h",
605 "touch/touch_uma.cc", 622 "touch/touch_uma.cc",
606 "touch/touch_uma.h", 623 "touch/touch_uma.h",
607 "utility/screenshot_controller.cc", 624 "utility/screenshot_controller.cc",
608 "utility/screenshot_controller.h", 625 "utility/screenshot_controller.h",
609 "virtual_keyboard_controller.cc", 626 "virtual_keyboard_controller.cc",
610 "virtual_keyboard_controller.h", 627 "virtual_keyboard_controller.h",
611 "wallpaper/wallpaper_controller.cc",
612 "wallpaper/wallpaper_controller.h",
613 "wallpaper/wallpaper_controller_observer.h",
614 "wallpaper/wallpaper_delegate.h",
615 "wallpaper/wallpaper_view.cc",
616 "wallpaper/wallpaper_view.h",
617 "wallpaper/wallpaper_widget_controller.cc",
618 "wallpaper/wallpaper_widget_controller.h",
619 "wm/always_on_top_controller.cc", 628 "wm/always_on_top_controller.cc",
620 "wm/always_on_top_controller.h", 629 "wm/always_on_top_controller.h",
621 "wm/ash_focus_rules.cc", 630 "wm/ash_focus_rules.cc",
622 "wm/ash_focus_rules.h", 631 "wm/ash_focus_rules.h",
623 "wm/ash_native_cursor_manager.cc", 632 "wm/ash_native_cursor_manager.cc",
624 "wm/ash_native_cursor_manager.h", 633 "wm/ash_native_cursor_manager.h",
625 "wm/boot_splash_screen_chromeos.cc", 634 "wm/boot_splash_screen_chromeos.cc",
626 "wm/boot_splash_screen_chromeos.h", 635 "wm/boot_splash_screen_chromeos.h",
627 "wm/container_finder.cc", 636 "wm/container_finder.cc",
628 "wm/container_finder.h", 637 "wm/container_finder.h",
(...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after
814 "wm/workspace/workspace_event_handler_aura.cc", 823 "wm/workspace/workspace_event_handler_aura.cc",
815 "wm/workspace/workspace_event_handler_aura.h", 824 "wm/workspace/workspace_event_handler_aura.h",
816 "wm/workspace/workspace_layout_manager.cc", 825 "wm/workspace/workspace_layout_manager.cc",
817 "wm/workspace/workspace_layout_manager.h", 826 "wm/workspace/workspace_layout_manager.h",
818 "wm/workspace/workspace_layout_manager_backdrop_delegate.h", 827 "wm/workspace/workspace_layout_manager_backdrop_delegate.h",
819 "wm/workspace/workspace_types.h", 828 "wm/workspace/workspace_types.h",
820 "wm/workspace/workspace_window_resizer.cc", 829 "wm/workspace/workspace_window_resizer.cc",
821 "wm/workspace/workspace_window_resizer.h", 830 "wm/workspace/workspace_window_resizer.h",
822 "wm/workspace_controller.cc", 831 "wm/workspace_controller.cc",
823 "wm/workspace_controller.h", 832 "wm/workspace_controller.h",
824 "wm_activation_observer.h",
825 "wm_display_observer.h",
826 "wm_layout_manager.h",
827 "wm_shell.cc",
828 "wm_shell.h",
829 "wm_transient_window_observer.h",
830 "wm_window.cc",
831 "wm_window.h",
832 "wm_window_user_data.h",
833 ] 833 ]
834 834
835 configs += [ "//build/config:precompiled_headers" ] 835 configs += [ "//build/config:precompiled_headers" ]
836 defines = [ "ASH_IMPLEMENTATION" ] 836 defines = [ "ASH_IMPLEMENTATION" ]
837 837
838 public_deps = [ 838 public_deps = [
839 "//ash/resources", 839 "//ash/resources",
840 "//ash/resources/vector_icons", 840 "//ash/resources/vector_icons",
841 "//ash/shared:app_types", 841 "//ash/shared:app_types",
842 "//ash/strings", 842 "//ash/strings",
(...skipping 307 matching lines...) Expand 10 before | Expand all | Expand 10 after
1150 # the majority of tests in |ash_unittests| should move here. 1150 # the majority of tests in |ash_unittests| should move here.
1151 source_set("common_unittests") { 1151 source_set("common_unittests") {
1152 testonly = true 1152 testonly = true
1153 sources = [ 1153 sources = [
1154 "accelerators/accelerator_controller_unittest.cc", 1154 "accelerators/accelerator_controller_unittest.cc",
1155 "accelerators/accelerator_filter_unittest.cc", 1155 "accelerators/accelerator_filter_unittest.cc",
1156 "accelerators/accelerator_table_unittest.cc", 1156 "accelerators/accelerator_table_unittest.cc",
1157 "accelerators/spoken_feedback_toggler_unittest.cc", 1157 "accelerators/spoken_feedback_toggler_unittest.cc",
1158 "ash_touch_exploration_manager_chromeos_unittest.cc", 1158 "ash_touch_exploration_manager_chromeos_unittest.cc",
1159 "autoclick/autoclick_unittest.cc", 1159 "autoclick/autoclick_unittest.cc",
1160 "devtools/ash_devtools_unittest.cc", 1160 "common/devtools/ash_devtools_unittest.cc",
1161 "common/mus_property_mirror_ash_unittest.cc",
1162 "common/session/session_controller_unittest.cc",
1163 "common/wallpaper/wallpaper_controller_unittest.cc",
1164 "common/wm_window_unittest.cc",
1165 "common/wm_window_user_data_unittest.cc",
1161 "drag_drop/drag_image_view_unittest.cc", 1166 "drag_drop/drag_image_view_unittest.cc",
1162 "first_run/first_run_helper_unittest.cc", 1167 "first_run/first_run_helper_unittest.cc",
1163 "focus_cycler_unittest.cc", 1168 "focus_cycler_unittest.cc",
1164 "frame/caption_buttons/frame_caption_button_container_view_unittest.cc", 1169 "frame/caption_buttons/frame_caption_button_container_view_unittest.cc",
1165 "frame/caption_buttons/frame_size_button_unittest.cc", 1170 "frame/caption_buttons/frame_size_button_unittest.cc",
1166 "frame/custom_frame_view_ash_unittest.cc", 1171 "frame/custom_frame_view_ash_unittest.cc",
1167 "frame/default_header_painter_unittest.cc", 1172 "frame/default_header_painter_unittest.cc",
1168 "laser/laser_pointer_controller_unittest.cc", 1173 "laser/laser_pointer_controller_unittest.cc",
1169 "laser/laser_pointer_points_unittest.cc", 1174 "laser/laser_pointer_points_unittest.cc",
1170 "laser/laser_segment_utils_unittest.cc", 1175 "laser/laser_segment_utils_unittest.cc",
1171 "metrics/desktop_task_switch_metric_recorder_unittest.cc", 1176 "metrics/desktop_task_switch_metric_recorder_unittest.cc",
1172 "metrics/pointer_metrics_recorder_unittest.cc", 1177 "metrics/pointer_metrics_recorder_unittest.cc",
1173 "metrics/task_switch_metrics_recorder_unittest.cc", 1178 "metrics/task_switch_metrics_recorder_unittest.cc",
1174 "metrics/task_switch_time_tracker_unittest.cc", 1179 "metrics/task_switch_time_tracker_unittest.cc",
1175 "metrics/user_metrics_recorder_unittest.cc", 1180 "metrics/user_metrics_recorder_unittest.cc",
1176 "mus_property_mirror_ash_unittest.cc",
1177 "root_window_controller_unittest.cc", 1181 "root_window_controller_unittest.cc",
1178 "rotator/screen_rotation_animation_unittest.cc", 1182 "rotator/screen_rotation_animation_unittest.cc",
1179 "screen_util_unittest.cc", 1183 "screen_util_unittest.cc",
1180 "session/session_controller_unittest.cc",
1181 "shelf/shelf_application_menu_model_unittest.cc", 1184 "shelf/shelf_application_menu_model_unittest.cc",
1182 "shelf/shelf_background_animator_unittest.cc", 1185 "shelf/shelf_background_animator_unittest.cc",
1183 "shelf/shelf_button_pressed_metric_tracker_unittest.cc", 1186 "shelf/shelf_button_pressed_metric_tracker_unittest.cc",
1184 "shelf/shelf_layout_manager_unittest.cc", 1187 "shelf/shelf_layout_manager_unittest.cc",
1185 "shelf/shelf_locking_manager_unittest.cc", 1188 "shelf/shelf_locking_manager_unittest.cc",
1186 "shelf/shelf_model_unittest.cc", 1189 "shelf/shelf_model_unittest.cc",
1187 "shelf/shelf_tooltip_manager_unittest.cc", 1190 "shelf/shelf_tooltip_manager_unittest.cc",
1188 "shelf/shelf_unittest.cc", 1191 "shelf/shelf_unittest.cc",
1189 "shelf/shelf_view_unittest.cc", 1192 "shelf/shelf_view_unittest.cc",
1190 "shelf/shelf_widget_unittest.cc", 1193 "shelf/shelf_widget_unittest.cc",
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
1222 "system/tray/size_range_layout_unittest.cc", 1225 "system/tray/size_range_layout_unittest.cc",
1223 "system/tray/system_tray_unittest.cc", 1226 "system/tray/system_tray_unittest.cc",
1224 "system/tray/tray_details_view_unittest.cc", 1227 "system/tray/tray_details_view_unittest.cc",
1225 "system/tray/tri_view_unittest.cc", 1228 "system/tray/tri_view_unittest.cc",
1226 "system/update/tray_update_unittest.cc", 1229 "system/update/tray_update_unittest.cc",
1227 "system/user/tray_user_unittest.cc", 1230 "system/user/tray_user_unittest.cc",
1228 "system/web_notification/ash_popup_alignment_delegate_unittest.cc", 1231 "system/web_notification/ash_popup_alignment_delegate_unittest.cc",
1229 "system/web_notification/web_notification_tray_unittest.cc", 1232 "system/web_notification/web_notification_tray_unittest.cc",
1230 "test/ash_test_helper_unittest.cc", 1233 "test/ash_test_helper_unittest.cc",
1231 "tooltips/tooltip_controller_unittest.cc", 1234 "tooltips/tooltip_controller_unittest.cc",
1232 "wallpaper/wallpaper_controller_unittest.cc",
1233 "wm/ash_focus_rules_unittest.cc", 1235 "wm/ash_focus_rules_unittest.cc",
1234 "wm/container_finder_unittest.cc", 1236 "wm/container_finder_unittest.cc",
1235 "wm/dock/docked_window_layout_manager_unittest.cc", 1237 "wm/dock/docked_window_layout_manager_unittest.cc",
1236 "wm/dock/docked_window_resizer_unittest.cc", 1238 "wm/dock/docked_window_resizer_unittest.cc",
1237 "wm/immersive_fullscreen_controller_unittest.cc", 1239 "wm/immersive_fullscreen_controller_unittest.cc",
1238 "wm/lock_state_controller_unittest.cc", 1240 "wm/lock_state_controller_unittest.cc",
1239 "wm/maximize_mode/accelerometer_test_data_literals.cc", 1241 "wm/maximize_mode/accelerometer_test_data_literals.cc",
1240 "wm/maximize_mode/maximize_mode_window_manager_unittest.cc", 1242 "wm/maximize_mode/maximize_mode_window_manager_unittest.cc",
1241 "wm/mru_window_tracker_unittest.cc", 1243 "wm/mru_window_tracker_unittest.cc",
1242 "wm/overview/cleanup_animation_observer_unittest.cc", 1244 "wm/overview/cleanup_animation_observer_unittest.cc",
1243 "wm/workspace/workspace_layout_manager_unittest.cc", 1245 "wm/workspace/workspace_layout_manager_unittest.cc",
1244 "wm_window_unittest.cc",
1245 "wm_window_user_data_unittest.cc",
1246 ] 1246 ]
1247 deps = [ 1247 deps = [
1248 "//ash", 1248 "//ash",
1249 "//ash/public/cpp:ash_public_cpp", 1249 "//ash/public/cpp:ash_public_cpp",
1250 "//ash/resources/vector_icons", 1250 "//ash/resources/vector_icons",
1251 "//ash/test:test_support_without_content", 1251 "//ash/test:test_support_without_content",
1252 "//base", 1252 "//base",
1253 "//base/test:test_support", 1253 "//base/test:test_support",
1254 "//chromeos", 1254 "//chromeos",
1255 "//chromeos:power_manager_proto", 1255 "//chromeos:power_manager_proto",
(...skipping 239 matching lines...) Expand 10 before | Expand all | Expand 10 after
1495 "//content/public/app:both", 1495 "//content/public/app:both",
1496 "//device/bluetooth", 1496 "//device/bluetooth",
1497 ] 1497 ]
1498 1498
1499 data_deps = [ 1499 data_deps = [
1500 "//ash/strings:ash_test_strings", 1500 "//ash/strings:ash_test_strings",
1501 "//ash/resources:ash_test_resources_with_content_100_percent", 1501 "//ash/resources:ash_test_resources_with_content_100_percent",
1502 "//ash/resources:ash_test_resources_200_percent", 1502 "//ash/resources:ash_test_resources_200_percent",
1503 ] 1503 ]
1504 } 1504 }
OLDNEW
« no previous file with comments | « WATCHLISTS ('k') | ash/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698