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

Side by Side Diff: ash/ash.gyp

Issue 390983002: Add ash to the GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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 | Annotate | Revision Log
« no previous file with comments | « ash/BUILD.gn ('k') | build/config/linux/BUILD.gn » ('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 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', 8 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome',
9 # These files lists are shared with the GN build.
10 'ash_sources': [
11 'accelerators/accelerator_commands.cc',
12 'accelerators/accelerator_commands.h',
13 'accelerators/accelerator_controller.cc',
14 'accelerators/accelerator_controller.h',
15 'accelerators/nested_accelerator_delegate.cc',
16 'accelerators/nested_accelerator_delegate.h',
17 'accelerators/accelerator_delegate.cc',
18 'accelerators/accelerator_delegate.h',
19 'accelerators/accelerator_table.cc',
20 'accelerators/accelerator_table.h',
21 'accelerators/debug_commands.cc',
22 'accelerators/debug_commands.h',
23 'accelerators/exit_warning_handler.cc',
24 'accelerators/exit_warning_handler.h',
25 'accelerators/key_hold_detector.cc',
26 'accelerators/key_hold_detector.h',
27 'accelerators/focus_manager_factory.cc',
28 'accelerators/focus_manager_factory.h',
29 'accelerators/magnifier_key_scroller.cc',
30 'accelerators/magnifier_key_scroller.h',
31 'accelerators/spoken_feedback_toggler.cc',
32 'accelerators/spoken_feedback_toggler.h',
33 'accelerometer/accelerometer_controller.cc',
34 'accelerometer/accelerometer_controller.h',
35 'accelerometer/accelerometer_observer.h',
36 'accessibility_delegate.h',
37 'audio/sounds.cc',
38 'audio/sounds.h',
39 'autoclick/autoclick_controller.cc',
40 'autoclick/autoclick_controller.h',
41 'ash_constants.cc',
42 'ash_constants.h',
43 'ash_switches.cc',
44 'ash_switches.h',
45 'cancel_mode.cc',
46 'cancel_mode.h',
47 'debug.cc',
48 'debug.h',
49 'default_accessibility_delegate.cc',
50 'default_accessibility_delegate.h',
51 'default_user_wallpaper_delegate.cc',
52 'default_user_wallpaper_delegate.h',
53 'desktop_background/desktop_background_controller.cc',
54 'desktop_background/desktop_background_controller.h',
55 'desktop_background/desktop_background_controller_observer.h',
56 'desktop_background/desktop_background_view.cc',
57 'desktop_background/desktop_background_view.h',
58 'desktop_background/desktop_background_widget_controller.cc',
59 'desktop_background/desktop_background_widget_controller.h',
60 'desktop_background/user_wallpaper_delegate.h',
61 'desktop_background/wallpaper_resizer.cc',
62 'desktop_background/wallpaper_resizer.h',
63 'desktop_background/wallpaper_resizer_observer.h',
64 'display/cursor_window_controller.cc',
65 'display/cursor_window_controller.h',
66 'display/display_change_observer_chromeos.cc',
67 'display/display_change_observer_chromeos.h',
68 'display/display_configurator_animation.cc',
69 'display/display_configurator_animation.h',
70 'display/display_controller.cc',
71 'display/display_controller.h',
72 'display/display_error_observer_chromeos.cc',
73 'display/display_error_observer_chromeos.h',
74 'display/display_info.h',
75 'display/display_info.cc',
76 'display/display_layout.h',
77 'display/display_layout.cc',
78 'display/display_layout_store.h',
79 'display/display_layout_store.cc',
80 'display/display_manager.cc',
81 'display/display_manager.h',
82 'display/display_pref_util.h',
83 'display/event_transformation_handler.cc',
84 'display/event_transformation_handler.h',
85 'display/mirror_window_controller.cc',
86 'display/mirror_window_controller.h',
87 'display/mouse_cursor_event_filter.cc',
88 'display/mouse_cursor_event_filter.h',
89 'display/projecting_observer_chromeos.cc',
90 'display/projecting_observer_chromeos.h',
91 'display/resolution_notification_controller.cc',
92 'display/resolution_notification_controller.h',
93 'display/root_window_transformers.cc',
94 'display/root_window_transformers.h',
95 'display/screen_ash.cc',
96 'display/screen_ash.h',
97 'display/screen_position_controller.cc',
98 'display/screen_position_controller.h',
99 'display/shared_display_edge_indicator.cc',
100 'display/shared_display_edge_indicator.h',
101 'display/virtual_keyboard_window_controller.cc',
102 'display/virtual_keyboard_window_controller.h',
103 'drag_drop/drag_drop_controller.cc',
104 'drag_drop/drag_drop_controller.h',
105 'drag_drop/drag_drop_tracker.cc',
106 'drag_drop/drag_drop_tracker.h',
107 'drag_drop/drag_image_view.cc',
108 'drag_drop/drag_image_view.h',
109 'first_run/desktop_cleaner.cc',
110 'first_run/desktop_cleaner.h',
111 'first_run/first_run_helper.cc',
112 'first_run/first_run_helper.h',
113 'first_run/first_run_helper_impl.cc',
114 'first_run/first_run_helper_impl.h',
115 'focus_cycler.cc',
116 'focus_cycler.h',
117 'frame/caption_buttons/caption_button_types.h',
118 'frame/caption_buttons/frame_caption_button.cc',
119 'frame/caption_buttons/frame_caption_button.h',
120 'frame/caption_buttons/frame_caption_button_container_view.cc',
121 'frame/caption_buttons/frame_caption_button_container_view.h',
122 'frame/caption_buttons/frame_size_button.cc',
123 'frame/caption_buttons/frame_size_button.h',
124 'frame/caption_buttons/frame_size_button_delegate.h',
125 'frame/custom_frame_view_ash.cc',
126 'frame/custom_frame_view_ash.h',
127 'frame/frame_border_hit_test_controller.cc',
128 'frame/frame_border_hit_test_controller.h',
129 'frame/default_header_painter.cc',
130 'frame/default_header_painter.h',
131 'frame/frame_util.cc',
132 'frame/frame_util.h',
133 'frame/header_painter.h',
134 'frame/header_painter_util.cc',
135 'frame/header_painter_util.h',
136 'gpu_support.h',
137 'gpu_support_stub.cc',
138 'gpu_support_stub.h',
139 'high_contrast/high_contrast_controller.cc',
140 'high_contrast/high_contrast_controller.h',
141 'host/ash_remote_window_tree_host_win.cc',
142 'host/ash_remote_window_tree_host_win.h',
143 'host/ash_window_tree_host.h',
144 'host/ash_window_tree_host_init_params.cc',
145 'host/ash_window_tree_host_init_params.h',
146 'host/ash_window_tree_host_ozone.cc',
147 'host/ash_window_tree_host_win.cc',
148 'host/ash_window_tree_host_x11.cc',
149 'host/ash_window_tree_host_x11.h',
150 'host/root_window_transformer.h',
151 'host/transformer_helper.cc',
152 'host/transformer_helper.h',
153 'ime/candidate_view.cc',
154 'ime/candidate_view.h',
155 'ime/candidate_window_view.cc',
156 'ime/candidate_window_view.h',
157 'ime/infolist_window.cc',
158 'ime/infolist_window.h',
159 'ime/input_method_menu_item.cc',
160 'ime/input_method_menu_item.h',
161 'ime/input_method_menu_manager.cc',
162 'ime/input_method_menu_manager.h',
163 'ime/mode_indicator_view.cc',
164 'ime/mode_indicator_view.h',
165 'keyboard_uma_event_filter.cc',
166 'keyboard_uma_event_filter.h',
167 'magnifier/magnification_controller.cc',
168 'magnifier/magnification_controller.h',
169 'magnifier/magnifier_constants.h',
170 'magnifier/partial_magnification_controller.cc',
171 'magnifier/partial_magnification_controller.h',
172 'metrics/user_metrics_recorder.cc',
173 'metrics/user_metrics_recorder.h',
174 'multi_profile_uma.cc',
175 'multi_profile_uma.h',
176 'popup_message.cc',
177 'popup_message.h',
178 'root_window_controller.cc',
179 'root_window_controller.h',
180 'root_window_settings.cc',
181 'root_window_settings.h',
182 'rotator/screen_rotation.cc',
183 'rotator/screen_rotation.h',
184 'scoped_target_root_window.cc',
185 'scoped_target_root_window.h',
186 'screen_util.cc',
187 'screen_util.h',
188 'screenshot_delegate.h',
189 'session/session_state_delegate.h',
190 'session/session_state_observer.cc',
191 'session/session_state_observer.h',
192 'shelf/app_list_button.cc',
193 'shelf/app_list_button.h',
194 'shelf/app_list_shelf_item_delegate.cc',
195 'shelf/app_list_shelf_item_delegate.h',
196 'shelf/background_animator.cc',
197 'shelf/background_animator.h',
198 'shelf/overflow_bubble.cc',
199 'shelf/overflow_bubble.h',
200 'shelf/overflow_bubble_view.cc',
201 'shelf/overflow_bubble_view.h',
202 'shelf/overflow_button.cc',
203 'shelf/overflow_button.h',
204 'shelf/scoped_observer_with_duplicated_sources.h',
205 'shelf/shelf.cc',
206 'shelf/shelf.h',
207 'shelf/shelf_alignment_menu.cc',
208 'shelf/shelf_alignment_menu.h',
209 'shelf/shelf_bezel_event_filter.cc',
210 'shelf/shelf_bezel_event_filter.h',
211 'shelf/shelf_button.cc',
212 'shelf/shelf_button.h',
213 'shelf/shelf_button_host.h',
214 'shelf/shelf_constants.cc',
215 'shelf/shelf_constants.h',
216 'shelf/shelf_delegate.h',
217 'shelf/shelf_icon_observer.h',
218 'shelf/shelf_item_delegate.h',
219 'shelf/shelf_item_delegate_manager.cc',
220 'shelf/shelf_item_delegate_manager.h',
221 'shelf/shelf_item_types.cc',
222 'shelf/shelf_item_types.h',
223 'shelf/shelf_layout_manager.cc',
224 'shelf/shelf_layout_manager.h',
225 'shelf/shelf_layout_manager_observer.h',
226 'shelf/shelf_menu_model.h',
227 'shelf/shelf_model.cc',
228 'shelf/shelf_model.h',
229 'shelf/shelf_model_observer.h',
230 'shelf/shelf_navigator.cc',
231 'shelf/shelf_navigator.h',
232 'shelf/shelf_tooltip_manager.cc',
233 'shelf/shelf_tooltip_manager.h',
234 'shelf/shelf_types.h',
235 'shelf/shelf_util.cc',
236 'shelf/shelf_util.h',
237 'shelf/shelf_view.cc',
238 'shelf/shelf_view.h',
239 'shelf/shelf_widget.cc',
240 'shelf/shelf_widget.h',
241 'shelf/shelf_window_watcher.cc',
242 'shelf/shelf_window_watcher.h',
243 'shelf/shelf_window_watcher_item_delegate.cc',
244 'shelf/shelf_window_watcher_item_delegate.h',
245 'shell.cc',
246 'shell.h',
247 'shell_delegate.h',
248 'shell_factory.h',
249 'shell_init_params.cc',
250 'shell_init_params.h',
251 'shell_window_ids.h',
252 'sticky_keys/sticky_keys_state.h',
253 'sticky_keys/sticky_keys_controller.cc',
254 'sticky_keys/sticky_keys_controller.h',
255 'sticky_keys/sticky_keys_overlay.cc',
256 'sticky_keys/sticky_keys_overlay.h',
257 'switchable_windows.cc',
258 'switchable_windows.h',
259 'system/audio/audio_observer.h',
260 'system/audio/tray_audio.cc',
261 'system/audio/tray_audio.h',
262 'system/audio/tray_audio_delegate.h',
263 'system/audio/volume_view.cc',
264 'system/audio/volume_view.h',
265 'system/bluetooth/bluetooth_observer.h',
266 'system/bluetooth/tray_bluetooth.cc',
267 'system/bluetooth/tray_bluetooth.h',
268 'system/brightness_control_delegate.h',
269 'system/chromeos/audio/audio_detailed_view.cc',
270 'system/chromeos/audio/audio_detailed_view.h',
271 'system/chromeos/audio/tray_audio_chromeos.cc',
272 'system/chromeos/audio/tray_audio_chromeos.h',
273 'system/chromeos/audio/tray_audio_delegate_chromeos.cc',
274 'system/chromeos/audio/tray_audio_delegate_chromeos.h',
275 'system/chromeos/bluetooth/bluetooth_notification_controller.cc',
276 'system/chromeos/bluetooth/bluetooth_notification_controller.h',
277 'system/chromeos/brightness/brightness_controller_chromeos.cc',
278 'system/chromeos/brightness/brightness_controller_chromeos.h',
279 'system/chromeos/brightness/tray_brightness.cc',
280 'system/chromeos/brightness/tray_brightness.h',
281 'system/chromeos/enterprise/enterprise_domain_observer.h',
282 'system/chromeos/enterprise/tray_enterprise.cc',
283 'system/chromeos/enterprise/tray_enterprise.h',
284 'system/chromeos/keyboard_brightness_controller.cc',
285 'system/chromeos/keyboard_brightness_controller.h',
286 'system/chromeos/label_tray_view.cc',
287 'system/chromeos/label_tray_view.h',
288 'system/chromeos/managed/tray_locally_managed_user.cc',
289 'system/chromeos/managed/tray_locally_managed_user.h',
290 'system/chromeos/network/network_connect.cc',
291 'system/chromeos/network/network_connect.h',
292 'system/chromeos/network/network_detailed_view.h',
293 'system/chromeos/network/network_observer.h',
294 'system/chromeos/network/network_portal_detector_observer.h',
295 'system/chromeos/network/network_state_list_detailed_view.cc',
296 'system/chromeos/network/network_state_list_detailed_view.h',
297 'system/chromeos/network/network_state_notifier.cc',
298 'system/chromeos/network/network_state_notifier.h',
299 'system/chromeos/network/tray_network.cc',
300 'system/chromeos/network/tray_network.h',
301 'system/chromeos/network/tray_network_state_observer.cc',
302 'system/chromeos/network/tray_network_state_observer.h',
303 'system/chromeos/network/tray_sms.cc',
304 'system/chromeos/network/tray_sms.h',
305 'system/chromeos/network/tray_vpn.cc',
306 'system/chromeos/network/tray_vpn.h',
307 'system/chromeos/power/power_event_observer.cc',
308 'system/chromeos/power/power_event_observer.h',
309 'system/chromeos/power/power_status.cc',
310 'system/chromeos/power/power_status.h',
311 'system/chromeos/power/power_status_view.cc',
312 'system/chromeos/power/power_status_view.h',
313 'system/chromeos/power/tray_power.cc',
314 'system/chromeos/power/tray_power.h',
315 'system/chromeos/power/video_activity_notifier.cc',
316 'system/chromeos/power/video_activity_notifier.h',
317 'system/chromeos/rotation/tray_rotation_lock.cc',
318 'system/chromeos/rotation/tray_rotation_lock.h',
319 'system/chromeos/screen_security/screen_capture_observer.h',
320 'system/chromeos/screen_security/screen_capture_tray_item.cc',
321 'system/chromeos/screen_security/screen_capture_tray_item.h',
322 'system/chromeos/screen_security/screen_share_observer.h',
323 'system/chromeos/screen_security/screen_share_tray_item.cc',
324 'system/chromeos/screen_security/screen_share_tray_item.h',
325 'system/chromeos/screen_security/screen_tray_item.cc',
326 'system/chromeos/screen_security/screen_tray_item.h',
327 'system/chromeos/session/last_window_closed_observer.h',
328 'system/chromeos/session/last_window_closed_logout_reminder.cc',
329 'system/chromeos/session/last_window_closed_logout_reminder.h',
330 'system/chromeos/session/logout_button_observer.h',
331 'system/chromeos/session/logout_button_tray.cc',
332 'system/chromeos/session/logout_button_tray.h',
333 'system/chromeos/session/logout_confirmation_controller.cc',
334 'system/chromeos/session/logout_confirmation_controller.h',
335 'system/chromeos/session/logout_confirmation_dialog.cc',
336 'system/chromeos/session/logout_confirmation_dialog.h',
337 'system/chromeos/session/session_length_limit_observer.h',
338 'system/chromeos/session/tray_session_length_limit.cc',
339 'system/chromeos/session/tray_session_length_limit.h',
340 'system/chromeos/settings/tray_settings.cc',
341 'system/chromeos/settings/tray_settings.h',
342 'system/chromeos/system_clock_observer.cc',
343 'system/chromeos/system_clock_observer.h',
344 'system/chromeos/tray_caps_lock.cc',
345 'system/chromeos/tray_caps_lock.h',
346 'system/chromeos/tray_display.cc',
347 'system/chromeos/tray_display.h',
348 'system/chromeos/tray_tracing.cc',
349 'system/chromeos/tray_tracing.h',
350 'system/chromeos/virtual_keyboard/virtual_keyboard_tray.cc',
351 'system/chromeos/virtual_keyboard/virtual_keyboard_tray.h',
352 'system/date/clock_observer.h',
353 'system/date/date_default_view.cc',
354 'system/date/date_default_view.h',
355 'system/date/date_view.cc',
356 'system/date/date_view.h',
357 'system/date/tray_date.cc',
358 'system/date/tray_date.h',
359 'system/drive/drive_observer.h',
360 'system/drive/tray_drive.cc',
361 'system/drive/tray_drive.h',
362 'system/ime/ime_observer.h',
363 'system/ime/tray_ime.cc',
364 'system/ime/tray_ime.h',
365 'system/keyboard_brightness/keyboard_brightness_control_delegate.h',
366 'system/locale/locale_notification_controller.cc',
367 'system/locale/locale_notification_controller.h',
368 'system/overview/overview_button_tray.h',
369 'system/overview/overview_button_tray.cc',
370 'system/status_area_widget.cc',
371 'system/status_area_widget.h',
372 'system/status_area_widget_delegate.cc',
373 'system/status_area_widget_delegate.h',
374 'system/system_notifier.cc',
375 'system/system_notifier.h',
376 'system/tray/actionable_view.cc',
377 'system/tray/actionable_view.h',
378 'system/tray/default_system_tray_delegate.cc',
379 'system/tray/default_system_tray_delegate.h',
380 'system/tray/fixed_sized_image_view.cc',
381 'system/tray/fixed_sized_image_view.h',
382 'system/tray/fixed_sized_scroll_view.cc',
383 'system/tray/fixed_sized_scroll_view.h',
384 'system/tray/hover_highlight_view.cc',
385 'system/tray/hover_highlight_view.h',
386 'system/tray/media_security/media_capture_observer.h',
387 'system/tray/media_security/multi_profile_media_tray_item.cc',
388 'system/tray/media_security/multi_profile_media_tray_item.h',
389 'system/tray/special_popup_row.cc',
390 'system/tray/special_popup_row.h',
391 'system/tray/system_tray.cc',
392 'system/tray/system_tray.h',
393 'system/tray/system_tray_bubble.cc',
394 'system/tray/system_tray_bubble.h',
395 'system/tray/system_tray_delegate.cc',
396 'system/tray/system_tray_delegate.h',
397 'system/tray/system_tray_item.cc',
398 'system/tray/system_tray_item.h',
399 'system/tray/system_tray_notifier.cc',
400 'system/tray/system_tray_notifier.h',
401 'system/tray/throbber_view.cc',
402 'system/tray/throbber_view.h',
403 'system/tray/tray_background_view.cc',
404 'system/tray/tray_background_view.h',
405 'system/tray/tray_bar_button_with_title.cc',
406 'system/tray/tray_bar_button_with_title.h',
407 'system/tray/tray_bubble_wrapper.cc',
408 'system/tray/tray_bubble_wrapper.h',
409 'system/tray/tray_constants.cc',
410 'system/tray/tray_constants.h',
411 'system/tray/tray_details_view.cc',
412 'system/tray/tray_details_view.h',
413 'system/tray/tray_empty.cc',
414 'system/tray/tray_empty.h',
415 'system/tray/tray_event_filter.cc',
416 'system/tray/tray_event_filter.h',
417 'system/tray/tray_image_item.cc',
418 'system/tray/tray_image_item.h',
419 'system/tray/tray_item_more.cc',
420 'system/tray/tray_item_more.h',
421 'system/tray/tray_item_view.cc',
422 'system/tray/tray_item_view.h',
423 'system/tray/tray_notification_view.cc',
424 'system/tray/tray_notification_view.h',
425 'system/tray/tray_popup_header_button.cc',
426 'system/tray/tray_popup_header_button.h',
427 'system/tray/tray_popup_label_button.cc',
428 'system/tray/tray_popup_label_button.h',
429 'system/tray/tray_popup_label_button_border.cc',
430 'system/tray/tray_popup_label_button_border.h',
431 'system/tray/tray_utils.cc',
432 'system/tray/tray_utils.h',
433 'system/tray/view_click_listener.h',
434 'system/tray_accessibility.cc',
435 'system/tray_accessibility.h',
436 'system/tray_update.cc',
437 'system/tray_update.h',
438 'system/user/accounts_detailed_view.cc',
439 'system/user/accounts_detailed_view.h',
440 'system/user/config.cc',
441 'system/user/config.h',
442 'system/user/button_from_view.cc',
443 'system/user/button_from_view.h',
444 'system/user/login_status.cc',
445 'system/user/login_status.h',
446 'system/user/rounded_image_view.cc',
447 'system/user/rounded_image_view.h',
448 'system/user/tray_user.cc',
449 'system/user/tray_user.h',
450 'system/user/tray_user_separator.cc',
451 'system/user/tray_user_separator.h',
452 'system/user/update_observer.h',
453 'system/user/user_observer.h',
454 'system/user/user_accounts_delegate.cc',
455 'system/user/user_accounts_delegate.h',
456 'system/user/user_card_view.cc',
457 'system/user/user_card_view.h',
458 'system/user/user_view.cc',
459 'system/user/user_view.h',
460 'system/web_notification/ash_popup_alignment_delegate.cc',
461 'system/web_notification/ash_popup_alignment_delegate.h',
462 'system/web_notification/web_notification_tray.cc',
463 'system/web_notification/web_notification_tray.h',
464 'system/win/audio/tray_audio_delegate_win.cc',
465 'system/win/audio/tray_audio_delegate_win.h',
466 'system/win/audio/tray_audio_win.cc',
467 'system/win/audio/tray_audio_win.h',
468 'touch/touch_hud_debug.cc',
469 'touch/touch_hud_debug.h',
470 'touch/touch_hud_projection.cc',
471 'touch/touch_hud_projection.h',
472 'touch/touch_observer_hud.cc',
473 'touch/touch_observer_hud.h',
474 'touch/touch_transformer_controller.cc',
475 'touch/touch_transformer_controller.h',
476 'touch/touch_uma.cc',
477 'touch/touch_uma.h',
478 'volume_control_delegate.h',
479 'wm/app_list_controller.cc',
480 'wm/app_list_controller.h',
481 'wm/always_on_top_controller.cc',
482 'wm/always_on_top_controller.h',
483 'wm/ash_native_cursor_manager.cc',
484 'wm/ash_native_cursor_manager.h',
485 'wm/ash_focus_rules.cc',
486 'wm/ash_focus_rules.h',
487 'wm/boot_splash_screen_chromeos.cc',
488 'wm/boot_splash_screen_chromeos.h',
489 'wm/cursor_manager_chromeos.cc',
490 'wm/cursor_manager_chromeos.h',
491 'wm/coordinate_conversion.cc',
492 'wm/coordinate_conversion.h',
493 'wm/default_state.cc',
494 'wm/default_state.h',
495 'wm/default_window_resizer.cc',
496 'wm/default_window_resizer.h',
497 'wm/dock/docked_window_layout_manager.cc',
498 'wm/dock/docked_window_layout_manager.h',
499 'wm/dock/docked_window_layout_manager_observer.h',
500 'wm/dock/docked_window_resizer.cc',
501 'wm/dock/docked_window_resizer.h',
502 'wm/drag_details.cc',
503 'wm/drag_details.h',
504 'wm/drag_window_controller.cc',
505 'wm/drag_window_controller.h',
506 'wm/drag_window_resizer.cc',
507 'wm/drag_window_resizer.h',
508 'wm/event_client_impl.cc',
509 'wm/event_client_impl.h',
510 'wm/gestures/long_press_affordance_handler.cc',
511 'wm/gestures/long_press_affordance_handler.h',
512 'wm/gestures/overview_gesture_handler.cc',
513 'wm/gestures/overview_gesture_handler.h',
514 'wm/gestures/shelf_gesture_handler.cc',
515 'wm/gestures/shelf_gesture_handler.h',
516 'wm/gestures/tray_gesture_handler.cc',
517 'wm/gestures/tray_gesture_handler.h',
518 'wm/immersive_fullscreen_controller.cc',
519 'wm/immersive_fullscreen_controller.h',
520 'wm/immersive_revealed_lock.cc',
521 'wm/immersive_revealed_lock.h',
522 'wm/lock_layout_manager.cc',
523 'wm/lock_layout_manager.h',
524 'wm/lock_state_controller.cc',
525 'wm/lock_state_controller.h',
526 'wm/lock_state_observer.h',
527 'wm/lock_window_state.cc',
528 'wm/lock_window_state.h',
529 'wm/maximize_mode/maximize_mode_controller.cc',
530 'wm/maximize_mode/maximize_mode_controller.h',
531 'wm/maximize_mode/maximize_mode_window_manager.cc',
532 'wm/maximize_mode/maximize_mode_window_manager.h',
533 'wm/maximize_mode/maximize_mode_window_state.cc',
534 'wm/maximize_mode/maximize_mode_window_state.h',
535 'wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard.h',
536 'wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_x11.cc',
537 'wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_x11.h',
538 'wm/maximize_mode/workspace_backdrop_delegate.cc',
539 'wm/maximize_mode/workspace_backdrop_delegate.h',
540 'wm/mru_window_tracker.cc',
541 'wm/mru_window_tracker.h',
542 'wm/overlay_event_filter.cc',
543 'wm/overlay_event_filter.h',
544 'wm/overview/scoped_transform_overview_window.cc',
545 'wm/overview/scoped_transform_overview_window.h',
546 'wm/overview/scoped_window_copy.cc',
547 'wm/overview/scoped_window_copy.h',
548 'wm/overview/window_grid.cc',
549 'wm/overview/window_grid.h',
550 'wm/overview/window_selector.cc',
551 'wm/overview/window_selector.h',
552 'wm/window_cycle_controller.cc',
553 'wm/window_cycle_controller.h',
554 'wm/window_cycle_list.cc',
555 'wm/window_cycle_list.h',
556 'wm/overview/transparent_activate_window_button.cc',
557 'wm/overview/transparent_activate_window_button.h',
558 'wm/overview/window_selector_controller.cc',
559 'wm/overview/window_selector_controller.h',
560 'wm/overview/window_selector_delegate.h',
561 'wm/overview/window_selector_item.cc',
562 'wm/overview/window_selector_item.h',
563 'wm/overview/window_selector_panels.cc',
564 'wm/overview/window_selector_panels.h',
565 'wm/overview/window_selector_window.cc',
566 'wm/overview/window_selector_window.h',
567 'wm/panels/attached_panel_window_targeter.cc',
568 'wm/panels/attached_panel_window_targeter.h',
569 'wm/panels/panel_frame_view.cc',
570 'wm/panels/panel_frame_view.h',
571 'wm/panels/panel_layout_manager.cc',
572 'wm/panels/panel_layout_manager.h',
573 'wm/panels/panel_window_event_handler.cc',
574 'wm/panels/panel_window_event_handler.h',
575 'wm/panels/panel_window_resizer.cc',
576 'wm/panels/panel_window_resizer.h',
577 'wm/partial_screenshot_view.cc',
578 'wm/partial_screenshot_view.h',
579 'wm/power_button_controller.cc',
580 'wm/power_button_controller.h',
581 'wm/resize_handle_window_targeter.cc',
582 'wm/resize_handle_window_targeter.h',
583 'wm/resize_shadow.cc',
584 'wm/resize_shadow.h',
585 'wm/resize_shadow_controller.cc',
586 'wm/resize_shadow_controller.h',
587 'wm/root_window_layout_manager.cc',
588 'wm/root_window_layout_manager.h',
589 'wm/screen_dimmer.cc',
590 'wm/screen_dimmer.h',
591 'wm/session_state_animator.cc',
592 'wm/session_state_animator.h',
593 'wm/stacking_controller.cc',
594 'wm/stacking_controller.h',
595 'wm/status_area_layout_manager.cc',
596 'wm/status_area_layout_manager.h',
597 'wm/system_background_controller.cc',
598 'wm/system_background_controller.h',
599 'wm/system_gesture_event_filter.cc',
600 'wm/system_gesture_event_filter.h',
601 'wm/system_modal_container_event_filter.cc',
602 'wm/system_modal_container_event_filter.h',
603 'wm/system_modal_container_event_filter_delegate.h',
604 'wm/system_modal_container_layout_manager.cc',
605 'wm/system_modal_container_layout_manager.h',
606 'wm/toplevel_window_event_handler.cc',
607 'wm/toplevel_window_event_handler.h',
608 'wm/video_detector.cc',
609 'wm/video_detector.h',
610 'wm/window_animations.cc',
611 'wm/window_animations.h',
612 'wm/window_positioner.cc',
613 'wm/window_positioner.h',
614 'wm/window_state.cc',
615 'wm/window_state.h',
616 'wm/window_state_delegate.cc',
617 'wm/window_state_delegate.h',
618 'wm/window_state_observer.h',
619 'wm/window_state_util.cc',
620 'wm/window_state_util.h',
621 'wm/window_properties.cc',
622 'wm/window_properties.h',
623 'wm/window_resizer.cc',
624 'wm/window_resizer.h',
625 'wm/window_util.cc',
626 'wm/window_util.h',
627 'wm/wm_event.cc',
628 'wm/wm_event.h',
629 'wm/wm_types.cc',
630 'wm/wm_types.h',
631 'wm/workspace_controller.cc',
632 'wm/workspace_controller.h',
633 'wm/workspace/magnetism_matcher.cc',
634 'wm/workspace/magnetism_matcher.h',
635 'wm/workspace/multi_window_resize_controller.cc',
636 'wm/workspace/multi_window_resize_controller.h',
637 'wm/workspace/phantom_window_controller.cc',
638 'wm/workspace/phantom_window_controller.h',
639 'wm/workspace/two_step_edge_cycler.cc',
640 'wm/workspace/two_step_edge_cycler.h',
641 'wm/workspace/workspace_event_handler.cc',
642 'wm/workspace/workspace_event_handler.h',
643 'wm/workspace/workspace_layout_manager.cc',
644 'wm/workspace/workspace_layout_manager.h',
645 'wm/workspace/workspace_layout_manager_delegate.h',
646 'wm/workspace/workspace_types.h',
647 'wm/workspace/workspace_window_resizer.cc',
648 'wm/workspace/workspace_window_resizer.h',
649 ],
650 'ash_test_support_sources': [
651 'desktop_background/desktop_background_controller_test_api.cc',
652 'desktop_background/desktop_background_controller_test_api.h',
653 'shell/keyboard_controller_proxy_stub.cc',
654 'shell/keyboard_controller_proxy_stub.h',
655 'shell/toplevel_window.cc',
656 'shell/toplevel_window.h',
657 'test/app_list_controller_test_api.cc',
658 'test/app_list_controller_test_api.h',
659 'test/ash_test_base.cc',
660 'test/ash_test_base.h',
661 'test/ash_test_helper.cc',
662 'test/ash_test_helper.h',
663 'test/ash_test_views_delegate.cc',
664 'test/ash_test_views_delegate.h',
665 'test/child_modal_window.cc',
666 'test/child_modal_window.h',
667 'test/cursor_manager_test_api.cc',
668 'test/cursor_manager_test_api.h',
669 'test/display_manager_test_api.cc',
670 'test/display_manager_test_api.h',
671 'test/mirror_window_test_api.cc',
672 'test/mirror_window_test_api.h',
673 'test/overflow_bubble_view_test_api.cc',
674 'test/overflow_bubble_view_test_api.h',
675 'test/shelf_item_delegate_manager_test_api.cc',
676 'test/shelf_item_delegate_manager_test_api.h',
677 'test/shelf_test_api.cc',
678 'test/shelf_test_api.h',
679 'test/shelf_view_test_api.cc',
680 'test/shelf_view_test_api.h',
681 'test/shell_test_api.cc',
682 'test/shell_test_api.h',
683 'test/status_area_widget_test_helper.cc',
684 'test/status_area_widget_test_helper.h',
685 'test/test_activation_delegate.cc',
686 'test/test_activation_delegate.h',
687 'test/test_lock_state_controller_delegate.cc',
688 'test/test_lock_state_controller_delegate.h',
689 'test/test_screenshot_delegate.cc',
690 'test/test_screenshot_delegate.h',
691 'test/test_session_state_delegate.cc',
692 'test/test_session_state_delegate.h',
693 'test/test_shelf_delegate.cc',
694 'test/test_shelf_delegate.h',
695 'test/test_shelf_item_delegate.cc',
696 'test/test_shelf_item_delegate.h',
697 'test/test_shell_delegate.cc',
698 'test/test_shell_delegate.h',
699 'test/test_suite.cc',
700 'test/test_suite.h',
701 'test/test_suite_init.h',
702 'test/test_suite_init.mm',
703 'test/test_system_tray_delegate.cc',
704 'test/test_system_tray_delegate.h',
705 'test/test_user_wallpaper_delegate.cc',
706 'test/test_user_wallpaper_delegate.h',
707 'test/test_volume_control_delegate.cc',
708 'test/test_volume_control_delegate.h',
709 'test/ui_controls_factory_ash.cc',
710 'test/ui_controls_factory_ash.h',
711 ],
712 'ash_shell_lib_sources': [
713 '../content/app/startup_helper_win.cc',
714 '../ui/views/test/test_views_delegate_aura.cc',
715 'shell/app_list.cc',
716 'shell/bubble.cc',
717 'shell/content_client/shell_browser_main_parts.cc',
718 'shell/content_client/shell_browser_main_parts.h',
719 'shell/content_client/shell_content_browser_client.cc',
720 'shell/content_client/shell_content_browser_client.h',
721 'shell/content_client/shell_main_delegate.cc',
722 'shell/content_client/shell_main_delegate.h',
723 'shell/context_menu.cc',
724 'shell/context_menu.h',
725 'shell/example_factory.h',
726 'shell/keyboard_controller_proxy_stub.cc',
727 'shell/keyboard_controller_proxy_stub.h',
728 'shell/lock_view.cc',
729 'shell/panel_window.cc',
730 'shell/panel_window.h',
731 'shell/shelf_delegate_impl.cc',
732 'shell/shelf_delegate_impl.h',
733 'shell/shell_delegate_impl.cc',
734 'shell/shell_delegate_impl.h',
735 'shell/shell_main_parts.cc',
736 'shell/shell_main_parts.h',
737 'shell/toplevel_window.cc',
738 'shell/toplevel_window.h',
739 'shell/widgets.cc',
740 'shell/window_type_launcher.cc',
741 'shell/window_type_launcher.h',
742 'shell/window_watcher.cc',
743 'shell/window_watcher.h',
744 'shell/window_watcher_shelf_item_delegate.cc',
745 'shell/window_watcher_shelf_item_delegate.h',
746 ],
747 'ash_unittests_sources': [
748 'accelerators/accelerator_commands_unittest.cc',
749 'accelerators/accelerator_controller_unittest.cc',
750 'accelerators/accelerator_filter_unittest.cc',
751 'accelerators/accelerator_table_unittest.cc',
752 'accelerators/magnifier_key_scroller_unittest.cc',
753 'accelerators/spoken_feedback_toggler_unittest.cc',
754 'autoclick/autoclick_unittest.cc',
755 'desktop_background/desktop_background_controller_unittest.cc',
756 'desktop_background/wallpaper_resizer_unittest.cc',
757 'dip_unittest.cc',
758 'display/display_change_observer_chromeos_unittest.cc',
759 'display/display_controller_unittest.cc',
760 'display/display_error_observer_chromeos_unittest.cc',
761 'display/display_info_unittest.cc',
762 'display/display_manager_unittest.cc',
763 'display/mirror_window_controller_unittest.cc',
764 'display/virtual_keyboard_window_controller_unittest.cc',
765 'display/mouse_cursor_event_filter_unittest.cc',
766 'display/projecting_observer_chromeos_unittest.cc',
767 'display/resolution_notification_controller_unittest.cc',
768 'display/root_window_transformers_unittest.cc',
769 'display/screen_position_controller_unittest.cc',
770 'drag_drop/drag_drop_controller_unittest.cc',
771 'drag_drop/drag_drop_tracker_unittest.cc',
772 'extended_desktop_unittest.cc',
773 'focus_cycler_unittest.cc',
774 'frame/caption_buttons/frame_caption_button_container_view_unittest.cc',
775 'frame/caption_buttons/frame_size_button_unittest.cc',
776 'frame/custom_frame_view_ash_unittest.cc',
777 'frame/default_header_painter_unittest.cc',
778 'host/ash_window_tree_host_x11_unittest.cc',
779 'ime/candidate_view_unittest.cc',
780 'ime/candidate_window_view_unittest.cc',
781 'ime/input_method_menu_item_unittest.cc',
782 'ime/input_method_menu_manager_unittest.cc',
783 'keyboard_overlay/keyboard_overlay_delegate_unittest.cc',
784 'keyboard_overlay/keyboard_overlay_view_unittest.cc',
785 'magnifier/magnification_controller_unittest.cc',
786 'root_window_controller_unittest.cc',
787 'screen_util_unittest.cc',
788 'screensaver/screensaver_view_unittest.cc',
789 'shelf/scoped_observer_with_duplicated_sources_unittest.cc',
790 'shelf/shelf_layout_manager_unittest.cc',
791 'shelf/shelf_model_unittest.cc',
792 'shelf/shelf_navigator_unittest.cc',
793 'shelf/shelf_tooltip_manager_unittest.cc',
794 'shelf/shelf_unittest.cc',
795 'shelf/shelf_view_unittest.cc',
796 'shelf/shelf_widget_unittest.cc',
797 'shelf/shelf_window_watcher_unittest.cc',
798 'shell_unittest.cc',
799 'sticky_keys/sticky_keys_overlay_unittest.cc',
800 'sticky_keys/sticky_keys_unittest.cc',
801 'system/chromeos/brightness/tray_brightness_unittest.cc',
802 'system/chromeos/managed/tray_locally_managed_user_unittest.cc',
803 'system/chromeos/network/network_state_notifier_unittest.cc',
804 'system/chromeos/power/power_event_observer_unittest.cc',
805 'system/chromeos/power/power_status_unittest.cc',
806 'system/chromeos/power/power_status_view_unittest.cc',
807 'system/chromeos/power/tray_power_unittest.cc',
808 'system/chromeos/rotation/tray_rotation_lock_unittest.cc',
809 'system/chromeos/screen_security/screen_tray_item_unittest.cc',
810 'system/chromeos/session/logout_confirmation_controller_unittest.cc',
811 'system/chromeos/session/tray_session_length_limit_unittest.cc',
812 'system/chromeos/tray_display_unittest.cc',
813 'system/date/date_view_unittest.cc',
814 'system/overview/overview_button_tray_unittest.cc',
815 'system/tray/media_security/multi_profile_media_tray_item_unittest.cc',
816 'system/tray/system_tray_unittest.cc',
817 'system/tray/tray_details_view_unittest.cc',
818 'system/user/tray_user_unittest.cc',
819 'system/web_notification/ash_popup_alignment_delegate_unittest.cc',
820 'system/web_notification/web_notification_tray_unittest.cc',
821 'test/ash_test_helper_unittest.cc',
822 'test/ash_unittests.cc',
823 'tooltips/tooltip_controller_unittest.cc',
824 'touch/touch_observer_hud_unittest.cc',
825 'touch/touch_transformer_controller_unittest.cc',
826 'wm/app_list_controller_unittest.cc',
827 'wm/ash_native_cursor_manager_unittest.cc',
828 'wm/dock/docked_window_layout_manager_unittest.cc',
829 'wm/dock/docked_window_resizer_unittest.cc',
830 'wm/drag_window_resizer_unittest.cc',
831 'wm/gestures/overview_gesture_handler_unittest.cc',
832 'wm/immersive_fullscreen_controller_unittest.cc',
833 'wm/lock_layout_manager_unittest.cc',
834 'wm/lock_state_controller_unittest.cc',
835 'wm/maximize_mode/accelerometer_test_data_literals.cc',
836 'wm/maximize_mode/maximize_mode_controller_unittest.cc',
837 'wm/maximize_mode/maximize_mode_window_manager_unittest.cc',
838 'wm/mru_window_tracker_unittest.cc',
839 'wm/overview/window_selector_unittest.cc',
840 'wm/panels/panel_layout_manager_unittest.cc',
841 'wm/panels/panel_window_resizer_unittest.cc',
842 'wm/partial_screenshot_view_unittest.cc',
843 'wm/resize_shadow_and_cursor_unittest.cc',
844 'wm/screen_dimmer_unittest.cc',
845 'wm/stacking_controller_unittest.cc',
846 'wm/system_gesture_event_filter_unittest.cc',
847 'wm/system_modal_container_layout_manager_unittest.cc',
848 'wm/toplevel_window_event_handler_unittest.cc',
849 'wm/video_detector_unittest.cc',
850 'wm/window_animations_unittest.cc',
851 'wm/window_cycle_controller_unittest.cc',
852 'wm/window_manager_unittest.cc',
853 'wm/window_modality_controller_unittest.cc',
854 'wm/window_positioner_unittest.cc',
855 'wm/window_state_unittest.cc',
856 'wm/window_util_unittest.cc',
857 'wm/maximize_mode/workspace_backdrop_delegate.cc',
858 'wm/maximize_mode/workspace_backdrop_delegate.h',
859 'wm/workspace/magnetism_matcher_unittest.cc',
860 'wm/workspace/multi_window_resize_controller_unittest.cc',
861 'wm/workspace/workspace_event_handler_test_helper.cc',
862 'wm/workspace/workspace_event_handler_test_helper.h',
863 'wm/workspace/workspace_event_handler_unittest.cc',
864 'wm/workspace/workspace_layout_manager_unittest.cc',
865 'wm/workspace/workspace_window_resizer_unittest.cc',
866 'wm/workspace_controller_test_helper.cc',
867 'wm/workspace_controller_test_helper.h',
868 'wm/workspace_controller_unittest.cc',
869 ],
9 }, 870 },
10 'targets': [ 871 'targets': [
11 { 872 {
873 # GN version: //ash
12 'target_name': 'ash', 874 'target_name': 'ash',
13 'type': '<(component)', 875 'type': '<(component)',
14 'dependencies': [ 876 'dependencies': [
15 '../base/base.gyp:base', 877 '../base/base.gyp:base',
16 '../base/base.gyp:base_i18n', 878 '../base/base.gyp:base_i18n',
17 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', 879 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations',
18 '../cc/cc.gyp:cc', 880 '../cc/cc.gyp:cc',
19 '../components/components.gyp:user_manager', 881 '../components/components.gyp:user_manager',
20 '../content/content.gyp:content_browser', 882 '../content/content.gyp:content_browser',
21 '../media/media.gyp:media', 883 '../media/media.gyp:media',
(...skipping 19 matching lines...) Expand all
41 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', 903 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs',
42 '../ui/wm/wm.gyp:wm', 904 '../ui/wm/wm.gyp:wm',
43 '../url/url.gyp:url_lib', 905 '../url/url.gyp:url_lib',
44 'ash_resources.gyp:ash_resources', 906 'ash_resources.gyp:ash_resources',
45 'ash_strings.gyp:ash_strings', 907 'ash_strings.gyp:ash_strings',
46 ], 908 ],
47 'defines': [ 909 'defines': [
48 'ASH_IMPLEMENTATION', 910 'ASH_IMPLEMENTATION',
49 ], 911 ],
50 'sources': [ 912 'sources': [
51 # All .cc, .h under ash, except unittests 913 '<@(ash_sources)',
52 'accelerators/accelerator_commands.cc',
53 'accelerators/accelerator_commands.h',
54 'accelerators/accelerator_controller.cc',
55 'accelerators/accelerator_controller.h',
56 'accelerators/nested_accelerator_delegate.cc',
57 'accelerators/nested_accelerator_delegate.h',
58 'accelerators/accelerator_delegate.cc',
59 'accelerators/accelerator_delegate.h',
60 'accelerators/accelerator_table.cc',
61 'accelerators/accelerator_table.h',
62 'accelerators/debug_commands.cc',
63 'accelerators/debug_commands.h',
64 'accelerators/exit_warning_handler.cc',
65 'accelerators/exit_warning_handler.h',
66 'accelerators/key_hold_detector.cc',
67 'accelerators/key_hold_detector.h',
68 'accelerators/focus_manager_factory.cc',
69 'accelerators/focus_manager_factory.h',
70 'accelerators/magnifier_key_scroller.cc',
71 'accelerators/magnifier_key_scroller.h',
72 'accelerators/spoken_feedback_toggler.cc',
73 'accelerators/spoken_feedback_toggler.h',
74 'accelerometer/accelerometer_controller.cc',
75 'accelerometer/accelerometer_controller.h',
76 'accelerometer/accelerometer_observer.h',
77 'accessibility_delegate.h',
78 'audio/sounds.cc',
79 'audio/sounds.h',
80 'autoclick/autoclick_controller.cc',
81 'autoclick/autoclick_controller.h',
82 'ash_constants.cc',
83 'ash_constants.h',
84 'ash_switches.cc',
85 'ash_switches.h',
86 'cancel_mode.cc',
87 'cancel_mode.h',
88 'debug.cc',
89 'debug.h',
90 'default_accessibility_delegate.cc',
91 'default_accessibility_delegate.h',
92 'default_user_wallpaper_delegate.cc',
93 'default_user_wallpaper_delegate.h',
94 'desktop_background/desktop_background_controller.cc',
95 'desktop_background/desktop_background_controller.h',
96 'desktop_background/desktop_background_controller_observer.h',
97 'desktop_background/desktop_background_view.cc',
98 'desktop_background/desktop_background_view.h',
99 'desktop_background/desktop_background_widget_controller.cc',
100 'desktop_background/desktop_background_widget_controller.h',
101 'desktop_background/user_wallpaper_delegate.h',
102 'desktop_background/wallpaper_resizer.cc',
103 'desktop_background/wallpaper_resizer.h',
104 'desktop_background/wallpaper_resizer_observer.h',
105 'display/cursor_window_controller.cc',
106 'display/cursor_window_controller.h',
107 'display/display_change_observer_chromeos.cc',
108 'display/display_change_observer_chromeos.h',
109 'display/display_configurator_animation.cc',
110 'display/display_configurator_animation.h',
111 'display/display_controller.cc',
112 'display/display_controller.h',
113 'display/display_error_observer_chromeos.cc',
114 'display/display_error_observer_chromeos.h',
115 'display/display_info.h',
116 'display/display_info.cc',
117 'display/display_layout.h',
118 'display/display_layout.cc',
119 'display/display_layout_store.h',
120 'display/display_layout_store.cc',
121 'display/display_manager.cc',
122 'display/display_manager.h',
123 'display/display_pref_util.h',
124 'display/event_transformation_handler.cc',
125 'display/event_transformation_handler.h',
126 'display/mirror_window_controller.cc',
127 'display/mirror_window_controller.h',
128 'display/mouse_cursor_event_filter.cc',
129 'display/mouse_cursor_event_filter.h',
130 'display/projecting_observer_chromeos.cc',
131 'display/projecting_observer_chromeos.h',
132 'display/resolution_notification_controller.cc',
133 'display/resolution_notification_controller.h',
134 'display/root_window_transformers.cc',
135 'display/root_window_transformers.h',
136 'display/screen_ash.cc',
137 'display/screen_ash.h',
138 'display/screen_position_controller.cc',
139 'display/screen_position_controller.h',
140 'display/shared_display_edge_indicator.cc',
141 'display/shared_display_edge_indicator.h',
142 'display/virtual_keyboard_window_controller.cc',
143 'display/virtual_keyboard_window_controller.h',
144 'drag_drop/drag_drop_controller.cc',
145 'drag_drop/drag_drop_controller.h',
146 'drag_drop/drag_drop_tracker.cc',
147 'drag_drop/drag_drop_tracker.h',
148 'drag_drop/drag_image_view.cc',
149 'drag_drop/drag_image_view.h',
150 'first_run/desktop_cleaner.cc',
151 'first_run/desktop_cleaner.h',
152 'first_run/first_run_helper.cc',
153 'first_run/first_run_helper.h',
154 'first_run/first_run_helper_impl.cc',
155 'first_run/first_run_helper_impl.h',
156 'focus_cycler.cc',
157 'focus_cycler.h',
158 'frame/caption_buttons/caption_button_types.h',
159 'frame/caption_buttons/frame_caption_button.cc',
160 'frame/caption_buttons/frame_caption_button.h',
161 'frame/caption_buttons/frame_caption_button_container_view.cc',
162 'frame/caption_buttons/frame_caption_button_container_view.h',
163 'frame/caption_buttons/frame_size_button.cc',
164 'frame/caption_buttons/frame_size_button.h',
165 'frame/caption_buttons/frame_size_button_delegate.h',
166 'frame/custom_frame_view_ash.cc',
167 'frame/custom_frame_view_ash.h',
168 'frame/frame_border_hit_test_controller.cc',
169 'frame/frame_border_hit_test_controller.h',
170 'frame/default_header_painter.cc',
171 'frame/default_header_painter.h',
172 'frame/frame_util.cc',
173 'frame/frame_util.h',
174 'frame/header_painter.h',
175 'frame/header_painter_util.cc',
176 'frame/header_painter_util.h',
177 'gpu_support.h',
178 'gpu_support_stub.cc',
179 'gpu_support_stub.h',
180 'high_contrast/high_contrast_controller.cc',
181 'high_contrast/high_contrast_controller.h',
182 'host/ash_remote_window_tree_host_win.cc',
183 'host/ash_remote_window_tree_host_win.h',
184 'host/ash_window_tree_host.h',
185 'host/ash_window_tree_host_init_params.cc',
186 'host/ash_window_tree_host_init_params.h',
187 'host/ash_window_tree_host_ozone.cc',
188 'host/ash_window_tree_host_win.cc',
189 'host/ash_window_tree_host_x11.cc',
190 'host/ash_window_tree_host_x11.h',
191 'host/root_window_transformer.h',
192 'host/transformer_helper.cc',
193 'host/transformer_helper.h',
194 'ime/candidate_view.cc',
195 'ime/candidate_view.h',
196 'ime/candidate_window_view.cc',
197 'ime/candidate_window_view.h',
198 'ime/infolist_window.cc',
199 'ime/infolist_window.h',
200 'ime/input_method_menu_item.cc',
201 'ime/input_method_menu_item.h',
202 'ime/input_method_menu_manager.cc',
203 'ime/input_method_menu_manager.h',
204 'ime/mode_indicator_view.cc',
205 'ime/mode_indicator_view.h',
206 'keyboard_uma_event_filter.cc',
207 'keyboard_uma_event_filter.h',
208 'magnifier/magnification_controller.cc',
209 'magnifier/magnification_controller.h',
210 'magnifier/magnifier_constants.h',
211 'magnifier/partial_magnification_controller.cc',
212 'magnifier/partial_magnification_controller.h',
213 'metrics/user_metrics_recorder.cc',
214 'metrics/user_metrics_recorder.h',
215 'multi_profile_uma.cc',
216 'multi_profile_uma.h',
217 'popup_message.cc',
218 'popup_message.h',
219 'root_window_controller.cc',
220 'root_window_controller.h',
221 'root_window_settings.cc',
222 'root_window_settings.h',
223 'rotator/screen_rotation.cc',
224 'rotator/screen_rotation.h',
225 'scoped_target_root_window.cc',
226 'scoped_target_root_window.h',
227 'screen_util.cc',
228 'screen_util.h',
229 'screenshot_delegate.h',
230 'session/session_state_delegate.h',
231 'session/session_state_observer.cc',
232 'session/session_state_observer.h',
233 'shelf/app_list_button.cc',
234 'shelf/app_list_button.h',
235 'shelf/app_list_shelf_item_delegate.cc',
236 'shelf/app_list_shelf_item_delegate.h',
237 'shelf/background_animator.cc',
238 'shelf/background_animator.h',
239 'shelf/overflow_bubble.cc',
240 'shelf/overflow_bubble.h',
241 'shelf/overflow_bubble_view.cc',
242 'shelf/overflow_bubble_view.h',
243 'shelf/overflow_button.cc',
244 'shelf/overflow_button.h',
245 'shelf/scoped_observer_with_duplicated_sources.h',
246 'shelf/shelf.cc',
247 'shelf/shelf.h',
248 'shelf/shelf_alignment_menu.cc',
249 'shelf/shelf_alignment_menu.h',
250 'shelf/shelf_bezel_event_filter.cc',
251 'shelf/shelf_bezel_event_filter.h',
252 'shelf/shelf_button.cc',
253 'shelf/shelf_button.h',
254 'shelf/shelf_button_host.h',
255 'shelf/shelf_constants.cc',
256 'shelf/shelf_constants.h',
257 'shelf/shelf_delegate.h',
258 'shelf/shelf_icon_observer.h',
259 'shelf/shelf_item_delegate.h',
260 'shelf/shelf_item_delegate_manager.cc',
261 'shelf/shelf_item_delegate_manager.h',
262 'shelf/shelf_item_types.cc',
263 'shelf/shelf_item_types.h',
264 'shelf/shelf_layout_manager.cc',
265 'shelf/shelf_layout_manager.h',
266 'shelf/shelf_layout_manager_observer.h',
267 'shelf/shelf_menu_model.h',
268 'shelf/shelf_model.cc',
269 'shelf/shelf_model.h',
270 'shelf/shelf_model_observer.h',
271 'shelf/shelf_navigator.cc',
272 'shelf/shelf_navigator.h',
273 'shelf/shelf_tooltip_manager.cc',
274 'shelf/shelf_tooltip_manager.h',
275 'shelf/shelf_types.h',
276 'shelf/shelf_util.cc',
277 'shelf/shelf_util.h',
278 'shelf/shelf_view.cc',
279 'shelf/shelf_view.h',
280 'shelf/shelf_widget.cc',
281 'shelf/shelf_widget.h',
282 'shelf/shelf_window_watcher.cc',
283 'shelf/shelf_window_watcher.h',
284 'shelf/shelf_window_watcher_item_delegate.cc',
285 'shelf/shelf_window_watcher_item_delegate.h',
286 'shell.cc',
287 'shell.h',
288 'shell_delegate.h',
289 'shell_factory.h',
290 'shell_init_params.cc',
291 'shell_init_params.h',
292 'shell_window_ids.h',
293 'sticky_keys/sticky_keys_state.h',
294 'sticky_keys/sticky_keys_controller.cc',
295 'sticky_keys/sticky_keys_controller.h',
296 'sticky_keys/sticky_keys_overlay.cc',
297 'sticky_keys/sticky_keys_overlay.h',
298 'switchable_windows.cc',
299 'switchable_windows.h',
300 'system/audio/audio_observer.h',
301 'system/audio/tray_audio.cc',
302 'system/audio/tray_audio.h',
303 'system/audio/tray_audio_delegate.h',
304 'system/audio/volume_view.cc',
305 'system/audio/volume_view.h',
306 'system/bluetooth/bluetooth_observer.h',
307 'system/bluetooth/tray_bluetooth.cc',
308 'system/bluetooth/tray_bluetooth.h',
309 'system/brightness_control_delegate.h',
310 'system/chromeos/audio/audio_detailed_view.cc',
311 'system/chromeos/audio/audio_detailed_view.h',
312 'system/chromeos/audio/tray_audio_chromeos.cc',
313 'system/chromeos/audio/tray_audio_chromeos.h',
314 'system/chromeos/audio/tray_audio_delegate_chromeos.cc',
315 'system/chromeos/audio/tray_audio_delegate_chromeos.h',
316 'system/chromeos/bluetooth/bluetooth_notification_controller.cc',
317 'system/chromeos/bluetooth/bluetooth_notification_controller.h',
318 'system/chromeos/brightness/brightness_controller_chromeos.cc',
319 'system/chromeos/brightness/brightness_controller_chromeos.h',
320 'system/chromeos/brightness/tray_brightness.cc',
321 'system/chromeos/brightness/tray_brightness.h',
322 'system/chromeos/enterprise/enterprise_domain_observer.h',
323 'system/chromeos/enterprise/tray_enterprise.cc',
324 'system/chromeos/enterprise/tray_enterprise.h',
325 'system/chromeos/keyboard_brightness_controller.cc',
326 'system/chromeos/keyboard_brightness_controller.h',
327 'system/chromeos/label_tray_view.cc',
328 'system/chromeos/label_tray_view.h',
329 'system/chromeos/managed/tray_locally_managed_user.cc',
330 'system/chromeos/managed/tray_locally_managed_user.h',
331 'system/chromeos/network/network_connect.cc',
332 'system/chromeos/network/network_connect.h',
333 'system/chromeos/network/network_detailed_view.h',
334 'system/chromeos/network/network_observer.h',
335 'system/chromeos/network/network_portal_detector_observer.h',
336 'system/chromeos/network/network_state_list_detailed_view.cc',
337 'system/chromeos/network/network_state_list_detailed_view.h',
338 'system/chromeos/network/network_state_notifier.cc',
339 'system/chromeos/network/network_state_notifier.h',
340 'system/chromeos/network/tray_network.cc',
341 'system/chromeos/network/tray_network.h',
342 'system/chromeos/network/tray_network_state_observer.cc',
343 'system/chromeos/network/tray_network_state_observer.h',
344 'system/chromeos/network/tray_sms.cc',
345 'system/chromeos/network/tray_sms.h',
346 'system/chromeos/network/tray_vpn.cc',
347 'system/chromeos/network/tray_vpn.h',
348 'system/chromeos/power/power_event_observer.cc',
349 'system/chromeos/power/power_event_observer.h',
350 'system/chromeos/power/power_status.cc',
351 'system/chromeos/power/power_status.h',
352 'system/chromeos/power/power_status_view.cc',
353 'system/chromeos/power/power_status_view.h',
354 'system/chromeos/power/tray_power.cc',
355 'system/chromeos/power/tray_power.h',
356 'system/chromeos/power/video_activity_notifier.cc',
357 'system/chromeos/power/video_activity_notifier.h',
358 'system/chromeos/rotation/tray_rotation_lock.cc',
359 'system/chromeos/rotation/tray_rotation_lock.h',
360 'system/chromeos/screen_security/screen_capture_observer.h',
361 'system/chromeos/screen_security/screen_capture_tray_item.cc',
362 'system/chromeos/screen_security/screen_capture_tray_item.h',
363 'system/chromeos/screen_security/screen_share_observer.h',
364 'system/chromeos/screen_security/screen_share_tray_item.cc',
365 'system/chromeos/screen_security/screen_share_tray_item.h',
366 'system/chromeos/screen_security/screen_tray_item.cc',
367 'system/chromeos/screen_security/screen_tray_item.h',
368 'system/chromeos/session/last_window_closed_observer.h',
369 'system/chromeos/session/last_window_closed_logout_reminder.cc',
370 'system/chromeos/session/last_window_closed_logout_reminder.h',
371 'system/chromeos/session/logout_button_observer.h',
372 'system/chromeos/session/logout_button_tray.cc',
373 'system/chromeos/session/logout_button_tray.h',
374 'system/chromeos/session/logout_confirmation_controller.cc',
375 'system/chromeos/session/logout_confirmation_controller.h',
376 'system/chromeos/session/logout_confirmation_dialog.cc',
377 'system/chromeos/session/logout_confirmation_dialog.h',
378 'system/chromeos/session/session_length_limit_observer.h',
379 'system/chromeos/session/tray_session_length_limit.cc',
380 'system/chromeos/session/tray_session_length_limit.h',
381 'system/chromeos/settings/tray_settings.cc',
382 'system/chromeos/settings/tray_settings.h',
383 'system/chromeos/system_clock_observer.cc',
384 'system/chromeos/system_clock_observer.h',
385 'system/chromeos/tray_caps_lock.cc',
386 'system/chromeos/tray_caps_lock.h',
387 'system/chromeos/tray_display.cc',
388 'system/chromeos/tray_display.h',
389 'system/chromeos/tray_tracing.cc',
390 'system/chromeos/tray_tracing.h',
391 'system/chromeos/virtual_keyboard/virtual_keyboard_tray.cc',
392 'system/chromeos/virtual_keyboard/virtual_keyboard_tray.h',
393 'system/date/clock_observer.h',
394 'system/date/date_default_view.cc',
395 'system/date/date_default_view.h',
396 'system/date/date_view.cc',
397 'system/date/date_view.h',
398 'system/date/tray_date.cc',
399 'system/date/tray_date.h',
400 'system/drive/drive_observer.h',
401 'system/drive/tray_drive.cc',
402 'system/drive/tray_drive.h',
403 'system/ime/ime_observer.h',
404 'system/ime/tray_ime.cc',
405 'system/ime/tray_ime.h',
406 'system/keyboard_brightness/keyboard_brightness_control_delegate.h',
407 'system/locale/locale_notification_controller.cc',
408 'system/locale/locale_notification_controller.h',
409 'system/overview/overview_button_tray.h',
410 'system/overview/overview_button_tray.cc',
411 'system/status_area_widget.cc',
412 'system/status_area_widget.h',
413 'system/status_area_widget_delegate.cc',
414 'system/status_area_widget_delegate.h',
415 'system/system_notifier.cc',
416 'system/system_notifier.h',
417 'system/tray/actionable_view.cc',
418 'system/tray/actionable_view.h',
419 'system/tray/default_system_tray_delegate.cc',
420 'system/tray/default_system_tray_delegate.h',
421 'system/tray/fixed_sized_image_view.cc',
422 'system/tray/fixed_sized_image_view.h',
423 'system/tray/fixed_sized_scroll_view.cc',
424 'system/tray/fixed_sized_scroll_view.h',
425 'system/tray/hover_highlight_view.cc',
426 'system/tray/hover_highlight_view.h',
427 'system/tray/media_security/media_capture_observer.h',
428 'system/tray/media_security/multi_profile_media_tray_item.cc',
429 'system/tray/media_security/multi_profile_media_tray_item.h',
430 'system/tray/special_popup_row.cc',
431 'system/tray/special_popup_row.h',
432 'system/tray/system_tray.cc',
433 'system/tray/system_tray.h',
434 'system/tray/system_tray_bubble.cc',
435 'system/tray/system_tray_bubble.h',
436 'system/tray/system_tray_delegate.cc',
437 'system/tray/system_tray_delegate.h',
438 'system/tray/system_tray_item.cc',
439 'system/tray/system_tray_item.h',
440 'system/tray/system_tray_notifier.cc',
441 'system/tray/system_tray_notifier.h',
442 'system/tray/throbber_view.cc',
443 'system/tray/throbber_view.h',
444 'system/tray/tray_background_view.cc',
445 'system/tray/tray_background_view.h',
446 'system/tray/tray_bar_button_with_title.cc',
447 'system/tray/tray_bar_button_with_title.h',
448 'system/tray/tray_bubble_wrapper.cc',
449 'system/tray/tray_bubble_wrapper.h',
450 'system/tray/tray_constants.cc',
451 'system/tray/tray_constants.h',
452 'system/tray/tray_details_view.cc',
453 'system/tray/tray_details_view.h',
454 'system/tray/tray_empty.cc',
455 'system/tray/tray_empty.h',
456 'system/tray/tray_event_filter.cc',
457 'system/tray/tray_event_filter.h',
458 'system/tray/tray_image_item.cc',
459 'system/tray/tray_image_item.h',
460 'system/tray/tray_item_more.cc',
461 'system/tray/tray_item_more.h',
462 'system/tray/tray_item_view.cc',
463 'system/tray/tray_item_view.h',
464 'system/tray/tray_notification_view.cc',
465 'system/tray/tray_notification_view.h',
466 'system/tray/tray_popup_header_button.cc',
467 'system/tray/tray_popup_header_button.h',
468 'system/tray/tray_popup_label_button.cc',
469 'system/tray/tray_popup_label_button.cc',
470 'system/tray/tray_popup_label_button.h',
471 'system/tray/tray_popup_label_button_border.cc',
472 'system/tray/tray_popup_label_button_border.h',
473 'system/tray/tray_utils.cc',
474 'system/tray/tray_utils.h',
475 'system/tray/view_click_listener.h',
476 'system/tray_accessibility.cc',
477 'system/tray_accessibility.h',
478 'system/tray_update.cc',
479 'system/tray_update.h',
480 'system/user/accounts_detailed_view.cc',
481 'system/user/accounts_detailed_view.h',
482 'system/user/config.cc',
483 'system/user/config.h',
484 'system/user/button_from_view.cc',
485 'system/user/button_from_view.h',
486 'system/user/login_status.cc',
487 'system/user/login_status.h',
488 'system/user/rounded_image_view.cc',
489 'system/user/rounded_image_view.h',
490 'system/user/tray_user.cc',
491 'system/user/tray_user.h',
492 'system/user/tray_user_separator.cc',
493 'system/user/tray_user_separator.h',
494 'system/user/update_observer.h',
495 'system/user/user_observer.h',
496 'system/user/user_accounts_delegate.cc',
497 'system/user/user_accounts_delegate.h',
498 'system/user/user_card_view.cc',
499 'system/user/user_card_view.h',
500 'system/user/user_view.cc',
501 'system/user/user_view.h',
502 'system/web_notification/ash_popup_alignment_delegate.cc',
503 'system/web_notification/ash_popup_alignment_delegate.h',
504 'system/web_notification/web_notification_tray.cc',
505 'system/web_notification/web_notification_tray.h',
506 'system/win/audio/tray_audio_delegate_win.cc',
507 'system/win/audio/tray_audio_delegate_win.h',
508 'system/win/audio/tray_audio_win.cc',
509 'system/win/audio/tray_audio_win.h',
510 'touch/touch_hud_debug.cc',
511 'touch/touch_hud_debug.h',
512 'touch/touch_hud_projection.cc',
513 'touch/touch_hud_projection.h',
514 'touch/touch_observer_hud.cc',
515 'touch/touch_observer_hud.h',
516 'touch/touch_transformer_controller.cc',
517 'touch/touch_transformer_controller.h',
518 'touch/touch_uma.cc',
519 'touch/touch_uma.h',
520 'volume_control_delegate.h',
521 'wm/app_list_controller.cc',
522 'wm/app_list_controller.h',
523 'wm/always_on_top_controller.cc',
524 'wm/always_on_top_controller.h',
525 'wm/ash_native_cursor_manager.cc',
526 'wm/ash_native_cursor_manager.h',
527 'wm/ash_focus_rules.cc',
528 'wm/ash_focus_rules.h',
529 'wm/boot_splash_screen_chromeos.cc',
530 'wm/boot_splash_screen_chromeos.h',
531 'wm/cursor_manager_chromeos.cc',
532 'wm/cursor_manager_chromeos.h',
533 'wm/coordinate_conversion.cc',
534 'wm/coordinate_conversion.h',
535 'wm/default_state.cc',
536 'wm/default_state.h',
537 'wm/default_window_resizer.cc',
538 'wm/default_window_resizer.h',
539 'wm/dock/docked_window_layout_manager.cc',
540 'wm/dock/docked_window_layout_manager.h',
541 'wm/dock/docked_window_layout_manager_observer.h',
542 'wm/dock/docked_window_resizer.cc',
543 'wm/dock/docked_window_resizer.h',
544 'wm/drag_details.cc',
545 'wm/drag_details.h',
546 'wm/drag_window_controller.cc',
547 'wm/drag_window_controller.h',
548 'wm/drag_window_resizer.cc',
549 'wm/drag_window_resizer.h',
550 'wm/event_client_impl.cc',
551 'wm/event_client_impl.h',
552 'wm/gestures/long_press_affordance_handler.cc',
553 'wm/gestures/long_press_affordance_handler.h',
554 'wm/gestures/overview_gesture_handler.cc',
555 'wm/gestures/overview_gesture_handler.h',
556 'wm/gestures/shelf_gesture_handler.cc',
557 'wm/gestures/shelf_gesture_handler.h',
558 'wm/gestures/tray_gesture_handler.cc',
559 'wm/gestures/tray_gesture_handler.h',
560 'wm/immersive_fullscreen_controller.cc',
561 'wm/immersive_fullscreen_controller.h',
562 'wm/immersive_revealed_lock.cc',
563 'wm/immersive_revealed_lock.h',
564 'wm/lock_layout_manager.cc',
565 'wm/lock_layout_manager.h',
566 'wm/lock_state_controller.cc',
567 'wm/lock_state_controller.h',
568 'wm/lock_state_observer.h',
569 'wm/lock_window_state.cc',
570 'wm/lock_window_state.h',
571 'wm/maximize_mode/maximize_mode_controller.cc',
572 'wm/maximize_mode/maximize_mode_controller.h',
573 'wm/maximize_mode/maximize_mode_window_manager.cc',
574 'wm/maximize_mode/maximize_mode_window_manager.h',
575 'wm/maximize_mode/maximize_mode_window_state.cc',
576 'wm/maximize_mode/maximize_mode_window_state.h',
577 'wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard.h',
578 'wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_x11.cc',
579 'wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_x11.h',
580 'wm/maximize_mode/workspace_backdrop_delegate.cc',
581 'wm/maximize_mode/workspace_backdrop_delegate.h',
582 'wm/mru_window_tracker.cc',
583 'wm/mru_window_tracker.h',
584 'wm/overlay_event_filter.cc',
585 'wm/overlay_event_filter.h',
586 'wm/overview/scoped_transform_overview_window.cc',
587 'wm/overview/scoped_transform_overview_window.h',
588 'wm/overview/scoped_window_copy.cc',
589 'wm/overview/scoped_window_copy.h',
590 'wm/overview/window_grid.cc',
591 'wm/overview/window_grid.h',
592 'wm/overview/window_selector.cc',
593 'wm/overview/window_selector.h',
594 'wm/window_cycle_controller.cc',
595 'wm/window_cycle_controller.h',
596 'wm/window_cycle_list.cc',
597 'wm/window_cycle_list.h',
598 'wm/overview/transparent_activate_window_button.cc',
599 'wm/overview/transparent_activate_window_button.h',
600 'wm/overview/window_selector_controller.cc',
601 'wm/overview/window_selector_controller.h',
602 'wm/overview/window_selector_delegate.h',
603 'wm/overview/window_selector_item.cc',
604 'wm/overview/window_selector_item.h',
605 'wm/overview/window_selector_panels.cc',
606 'wm/overview/window_selector_panels.h',
607 'wm/overview/window_selector_window.cc',
608 'wm/overview/window_selector_window.h',
609 'wm/panels/attached_panel_window_targeter.cc',
610 'wm/panels/attached_panel_window_targeter.h',
611 'wm/panels/panel_frame_view.cc',
612 'wm/panels/panel_frame_view.h',
613 'wm/panels/panel_layout_manager.cc',
614 'wm/panels/panel_layout_manager.h',
615 'wm/panels/panel_window_event_handler.cc',
616 'wm/panels/panel_window_event_handler.h',
617 'wm/panels/panel_window_resizer.cc',
618 'wm/panels/panel_window_resizer.h',
619 'wm/partial_screenshot_view.cc',
620 'wm/partial_screenshot_view.h',
621 'wm/power_button_controller.cc',
622 'wm/power_button_controller.h',
623 'wm/resize_handle_window_targeter.cc',
624 'wm/resize_handle_window_targeter.h',
625 'wm/resize_shadow.cc',
626 'wm/resize_shadow.h',
627 'wm/resize_shadow_controller.cc',
628 'wm/resize_shadow_controller.h',
629 'wm/root_window_layout_manager.cc',
630 'wm/root_window_layout_manager.h',
631 'wm/screen_dimmer.cc',
632 'wm/screen_dimmer.h',
633 'wm/session_state_animator.cc',
634 'wm/session_state_animator.h',
635 'wm/stacking_controller.cc',
636 'wm/stacking_controller.h',
637 'wm/status_area_layout_manager.cc',
638 'wm/status_area_layout_manager.h',
639 'wm/system_background_controller.cc',
640 'wm/system_background_controller.h',
641 'wm/system_gesture_event_filter.cc',
642 'wm/system_gesture_event_filter.h',
643 'wm/system_modal_container_event_filter.cc',
644 'wm/system_modal_container_event_filter.h',
645 'wm/system_modal_container_event_filter_delegate.h',
646 'wm/system_modal_container_layout_manager.cc',
647 'wm/system_modal_container_layout_manager.h',
648 'wm/toplevel_window_event_handler.cc',
649 'wm/toplevel_window_event_handler.h',
650 'wm/video_detector.cc',
651 'wm/video_detector.h',
652 'wm/window_animations.cc',
653 'wm/window_animations.h',
654 'wm/window_positioner.cc',
655 'wm/window_positioner.h',
656 'wm/window_state.cc',
657 'wm/window_state.h',
658 'wm/window_state_delegate.cc',
659 'wm/window_state_delegate.h',
660 'wm/window_state_observer.h',
661 'wm/window_state_util.cc',
662 'wm/window_state_util.h',
663 'wm/window_properties.cc',
664 'wm/window_properties.h',
665 'wm/window_resizer.cc',
666 'wm/window_resizer.h',
667 'wm/window_util.cc',
668 'wm/window_util.h',
669 'wm/wm_event.cc',
670 'wm/wm_event.h',
671 'wm/wm_types.cc',
672 'wm/wm_types.h',
673 'wm/workspace_controller.cc',
674 'wm/workspace_controller.h',
675 'wm/workspace/magnetism_matcher.cc',
676 'wm/workspace/magnetism_matcher.h',
677 'wm/workspace/multi_window_resize_controller.cc',
678 'wm/workspace/multi_window_resize_controller.h',
679 'wm/workspace/phantom_window_controller.cc',
680 'wm/workspace/phantom_window_controller.h',
681 'wm/workspace/two_step_edge_cycler.cc',
682 'wm/workspace/two_step_edge_cycler.h',
683 'wm/workspace/workspace_event_handler.cc',
684 'wm/workspace/workspace_event_handler.h',
685 'wm/workspace/workspace_layout_manager.cc',
686 'wm/workspace/workspace_layout_manager.h',
687 'wm/workspace/workspace_layout_manager_delegate.h',
688 'wm/workspace/workspace_types.h',
689 'wm/workspace/workspace_window_resizer.cc',
690 'wm/workspace/workspace_window_resizer.h',
691 ], 914 ],
692 'conditions': [ 915 'conditions': [
693 ['OS=="win"', { 916 ['OS=="win"', {
694 'sources/': [ 917 'sources!': [
695 ['exclude', 'host/window_tree_host_factory.cc'], 918 # Note: sources list duplicated in GN build.
696 ['exclude', 'sticky_keys/sticky_keys_controller.cc'], 919 "host/window_tree_host_factory.cc",
697 ['exclude', 'sticky_keys/sticky_keys_controller.h'], 920 "sticky_keys/sticky_keys_controller.cc",
921 "sticky_keys/sticky_keys_controller.h",
698 ], 922 ],
699 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 923 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
700 'msvs_disabled_warnings': [ 4267, ], 924 'msvs_disabled_warnings': [ 4267, ],
701 }], 925 }],
702 ['use_x11!=1', { 926 ['use_x11!=1', {
703 'sources/': [ 927 'sources!': [
704 ['exclude', 'accelerators/key_hold_detector.cc'], 928 # Note: sources list duplicated in GN build.
705 ['exclude', 'accelerators/key_hold_detector.h'], 929 'accelerators/key_hold_detector.cc',
706 ['exclude', 'accelerators/magnifier_key_scroller.cc'], 930 'accelerators/key_hold_detector.h',
707 ['exclude', 'accelerators/magnifier_key_scroller.h'], 931 'accelerators/magnifier_key_scroller.cc',
708 ['exclude', 'accelerators/spoken_feedback_toggler.cc'], 932 'accelerators/magnifier_key_scroller.h',
709 ['exclude', 'accelerators/spoken_feedback_toggler.h'], 933 'accelerators/spoken_feedback_toggler.cc',
710 ['exclude', 'touch/touch_transformer_controller.cc'], 934 'accelerators/spoken_feedback_toggler.h',
711 ['exclude', 'touch/touch_transformer_controller.h'], 935 'touch/touch_transformer_controller.cc',
936 'touch/touch_transformer_controller.h',
712 ], 937 ],
713 }, { # else: use_x11==1 938 }, { # else: use_x11==1
714 'dependencies': [ 939 'dependencies': [
715 '../build/linux/system.gyp:xfixes', 940 '../build/linux/system.gyp:xfixes',
716 ], 941 ],
717 }], 942 }],
718 ['chromeos==1', { 943 ['chromeos==1', {
719 'dependencies': [ 944 'dependencies': [
720 '../chromeos/chromeos.gyp:chromeos', 945 '../chromeos/chromeos.gyp:chromeos',
721 # Ash #includes power_supply_properties.pb.h directly. 946 # Ash #includes power_supply_properties.pb.h directly.
722 '../chromeos/chromeos.gyp:power_manager_proto', 947 '../chromeos/chromeos.gyp:power_manager_proto',
723 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 948 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
724 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_resources', 949 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_resources',
725 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_strings', 950 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_strings',
726 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos', 951 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos',
727 '../ui/display/display.gyp:display', 952 '../ui/display/display.gyp:display',
728 '../ui/display/display.gyp:display_util', 953 '../ui/display/display.gyp:display_util',
729 ], 954 ],
730 }, { # else: chromeos!=1 955 }, { # else: chromeos!=1
731 'sources/': [ 956 'sources!': [
732 ['exclude', 'display/display_configurator_animation.cc'], 957 'display/display_configurator_animation.cc',
733 ['exclude', 'display/display_configurator_animation.h'], 958 'display/display_configurator_animation.h',
734 ['exclude', 'display/resolution_notification_controller.cc'], 959 'display/resolution_notification_controller.cc',
735 ['exclude', 'display/resolution_notification_controller.h'], 960 'display/resolution_notification_controller.h',
736 » ['exclude', 'system/tray/media_security/media_capture_observer.h'], 961 'system/tray/media_security/media_capture_observer.h',
737 » ['exclude', 'system/tray/media_security/multi_profile_media_tray_ite m.cc'], 962 'system/tray/media_security/multi_profile_media_tray_item.cc',
738 » ['exclude', 'system/tray/media_security/multi_profile_media_tray_ite m.h'], 963 'system/tray/media_security/multi_profile_media_tray_item.h',
739 ['exclude', 'touch/touch_transformer_controller.cc'], 964 'touch/touch_transformer_controller.cc',
740 ['exclude', 'touch/touch_transformer_controller.h'], 965 'touch/touch_transformer_controller.h',
741 ], 966 ],
742 }], 967 }],
743 ], 968 ],
744 }, 969 },
745 { 970 {
971 # GN version: //ash:ash_with_content
746 'target_name': 'ash_with_content', 972 'target_name': 'ash_with_content',
747 'type': '<(component)', 973 'type': '<(component)',
748 'dependencies': [ 974 'dependencies': [
749 '../base/base.gyp:base', 975 '../base/base.gyp:base',
750 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', 976 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations',
751 '../content/content.gyp:content_browser', 977 '../content/content.gyp:content_browser',
752 '../ipc/ipc.gyp:ipc', 978 '../ipc/ipc.gyp:ipc',
753 '../skia/skia.gyp:skia', 979 '../skia/skia.gyp:skia',
754 '../ui/aura/aura.gyp:aura', 980 '../ui/aura/aura.gyp:aura',
755 '../ui/base/ui_base.gyp:ui_base', 981 '../ui/base/ui_base.gyp:ui_base',
756 '../ui/compositor/compositor.gyp:compositor', 982 '../ui/compositor/compositor.gyp:compositor',
757 '../ui/events/events.gyp:events', 983 '../ui/events/events.gyp:events',
758 '../ui/gfx/gfx.gyp:gfx', 984 '../ui/gfx/gfx.gyp:gfx',
759 '../ui/gfx/gfx.gyp:gfx_geometry', 985 '../ui/gfx/gfx.gyp:gfx_geometry',
760 '../ui/resources/ui_resources.gyp:ui_resources', 986 '../ui/resources/ui_resources.gyp:ui_resources',
761 '../ui/strings/ui_strings.gyp:ui_strings', 987 '../ui/strings/ui_strings.gyp:ui_strings',
762 '../ui/views/controls/webview/webview.gyp:webview', 988 '../ui/views/controls/webview/webview.gyp:webview',
763 '../ui/views/views.gyp:views', 989 '../ui/views/views.gyp:views',
764 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', 990 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs',
765 '../url/url.gyp:url_lib', 991 '../url/url.gyp:url_lib',
766 'ash', 992 'ash',
767 'ash_resources.gyp:ash_resources', 993 'ash_resources.gyp:ash_resources',
768 'ash_strings.gyp:ash_strings', 994 'ash_strings.gyp:ash_strings',
769 ], 995 ],
770 'defines': [ 996 'defines': [
771 'ASH_WITH_CONTENT_IMPLEMENTATION', 997 'ASH_WITH_CONTENT_IMPLEMENTATION',
772 ], 998 ],
773 'sources': [ 999 'sources': [
1000 # Note: sources list duplicated in GN build.
774 'content_support/ash_with_content_export.h', 1001 'content_support/ash_with_content_export.h',
775 'content_support/gpu_support_impl.cc', 1002 'content_support/gpu_support_impl.cc',
776 'content_support/gpu_support_impl.h', 1003 'content_support/gpu_support_impl.h',
777 'screensaver/screensaver_view.cc', 1004 'screensaver/screensaver_view.cc',
778 'screensaver/screensaver_view.h', 1005 'screensaver/screensaver_view.h',
779 'keyboard_overlay/keyboard_overlay_delegate.cc', 1006 'keyboard_overlay/keyboard_overlay_delegate.cc',
780 'keyboard_overlay/keyboard_overlay_delegate.h', 1007 'keyboard_overlay/keyboard_overlay_delegate.h',
781 'keyboard_overlay/keyboard_overlay_view.cc', 1008 'keyboard_overlay/keyboard_overlay_view.cc',
782 'keyboard_overlay/keyboard_overlay_view.h', 1009 'keyboard_overlay/keyboard_overlay_view.h',
783 ], 1010 ],
784 }, 1011 },
785 { 1012 {
1013 # GN version: //ash:test_support
786 'target_name': 'ash_test_support', 1014 'target_name': 'ash_test_support',
787 'type': 'static_library', 1015 'type': 'static_library',
788 'dependencies': [ 1016 'dependencies': [
789 '../skia/skia.gyp:skia', 1017 '../skia/skia.gyp:skia',
790 '../testing/gtest.gyp:gtest', 1018 '../testing/gtest.gyp:gtest',
791 '../ui/accessibility/accessibility.gyp:ax_gen', 1019 '../ui/accessibility/accessibility.gyp:ax_gen',
792 '../ui/app_list/app_list.gyp:app_list_test_support', 1020 '../ui/app_list/app_list.gyp:app_list_test_support',
793 '../ui/views/views.gyp:views_test_support', 1021 '../ui/views/views.gyp:views_test_support',
794 'ash', 1022 'ash',
795 'ash_resources.gyp:ash_resources', 1023 'ash_resources.gyp:ash_resources',
796 ], 1024 ],
797 'sources': [ 1025 'sources': [
798 'desktop_background/desktop_background_controller_test_api.cc', 1026 '<@(ash_test_support_sources)',
799 'desktop_background/desktop_background_controller_test_api.h',
800 'shell/keyboard_controller_proxy_stub.cc',
801 'shell/keyboard_controller_proxy_stub.h',
802 'shell/toplevel_window.cc',
803 'shell/toplevel_window.h',
804 'test/app_list_controller_test_api.cc',
805 'test/app_list_controller_test_api.h',
806 'test/ash_test_base.cc',
807 'test/ash_test_base.h',
808 'test/ash_test_helper.cc',
809 'test/ash_test_helper.h',
810 'test/ash_test_views_delegate.cc',
811 'test/ash_test_views_delegate.h',
812 'test/child_modal_window.cc',
813 'test/child_modal_window.h',
814 'test/cursor_manager_test_api.cc',
815 'test/cursor_manager_test_api.h',
816 'test/display_manager_test_api.cc',
817 'test/display_manager_test_api.h',
818 'test/mirror_window_test_api.cc',
819 'test/mirror_window_test_api.h',
820 'test/overflow_bubble_view_test_api.cc',
821 'test/overflow_bubble_view_test_api.h',
822 'test/shelf_item_delegate_manager_test_api.cc',
823 'test/shelf_item_delegate_manager_test_api.h',
824 'test/shelf_test_api.cc',
825 'test/shelf_test_api.h',
826 'test/shelf_view_test_api.cc',
827 'test/shelf_view_test_api.h',
828 'test/shell_test_api.cc',
829 'test/shell_test_api.h',
830 'test/status_area_widget_test_helper.cc',
831 'test/status_area_widget_test_helper.h',
832 'test/test_activation_delegate.cc',
833 'test/test_activation_delegate.h',
834 'test/test_lock_state_controller_delegate.cc',
835 'test/test_lock_state_controller_delegate.h',
836 'test/test_screenshot_delegate.cc',
837 'test/test_screenshot_delegate.cc',
838 'test/test_session_state_delegate.cc',
839 'test/test_session_state_delegate.h',
840 'test/test_shelf_delegate.cc',
841 'test/test_shelf_delegate.h',
842 'test/test_shelf_item_delegate.cc',
843 'test/test_shelf_item_delegate.h',
844 'test/test_shell_delegate.cc',
845 'test/test_shell_delegate.h',
846 'test/test_suite.cc',
847 'test/test_suite.h',
848 'test/test_suite_init.h',
849 'test/test_suite_init.mm',
850 'test/test_system_tray_delegate.cc',
851 'test/test_system_tray_delegate.h',
852 'test/test_user_wallpaper_delegate.cc',
853 'test/test_user_wallpaper_delegate.h',
854 'test/test_volume_control_delegate.cc',
855 'test/test_volume_control_delegate.h',
856 'test/ui_controls_factory_ash.cc',
857 'test/ui_controls_factory_ash.h',
858 ], 1027 ],
859 'conditions': [ 1028 'conditions': [
860 ['OS=="win"', { 1029 ['OS=="win"', {
861 'dependencies': [ 1030 'dependencies': [
862 '../ipc/ipc.gyp:ipc', 1031 '../ipc/ipc.gyp:ipc',
863 '../ui/metro_viewer/metro_viewer.gyp:metro_viewer_messages', 1032 '../ui/metro_viewer/metro_viewer.gyp:metro_viewer_messages',
864 '../win8/win8.gyp:metro_viewer', 1033 '../win8/win8.gyp:metro_viewer',
865 '../win8/win8.gyp:test_support_win8', 1034 '../win8/win8.gyp:test_support_win8',
866 '../win8/win8_tests.gyp:test_registrar', 1035 '../win8/win8_tests.gyp:test_registrar',
867 ], 1036 ],
868 'sources': [ 1037 'sources': [
869 'test/test_metro_viewer_process_host.cc', 1038 'test/test_metro_viewer_process_host.cc',
870 'test/test_metro_viewer_process_host.h', 1039 'test/test_metro_viewer_process_host.h',
871 ], 1040 ],
872 }], 1041 }],
873 ], 1042 ],
874 }, 1043 },
875 { 1044 {
1045 # GN version: //ash:ash_unittests
876 'target_name': 'ash_unittests', 1046 'target_name': 'ash_unittests',
877 'type': 'executable', 1047 'type': 'executable',
878 'dependencies': [ 1048 'dependencies': [
879 '../base/base.gyp:base', 1049 '../base/base.gyp:base',
880 '../base/base.gyp:test_support_base', 1050 '../base/base.gyp:test_support_base',
881 '../chrome/chrome_resources.gyp:packed_resources', 1051 '../chrome/chrome_resources.gyp:packed_resources',
882 '../components/components.gyp:user_manager', 1052 '../components/components.gyp:user_manager',
883 '../content/content.gyp:content_browser', 1053 '../content/content.gyp:content_browser',
884 '../content/content_shell_and_tests.gyp:test_support_content', 1054 '../content/content_shell_and_tests.gyp:test_support_content',
885 '../skia/skia.gyp:skia', 1055 '../skia/skia.gyp:skia',
(...skipping 23 matching lines...) Expand all
909 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs_test_support', 1079 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs_test_support',
910 '../ui/wm/wm.gyp:wm', 1080 '../ui/wm/wm.gyp:wm',
911 '../url/url.gyp:url_lib', 1081 '../url/url.gyp:url_lib',
912 'ash', 1082 'ash',
913 'ash_resources.gyp:ash_resources', 1083 'ash_resources.gyp:ash_resources',
914 'ash_strings.gyp:ash_strings', 1084 'ash_strings.gyp:ash_strings',
915 'ash_test_support', 1085 'ash_test_support',
916 'ash_with_content', 1086 'ash_with_content',
917 ], 1087 ],
918 'sources': [ 1088 'sources': [
919 'accelerators/accelerator_commands_unittest.cc', 1089 '<@(ash_unittests_sources)',
920 'accelerators/accelerator_controller_unittest.cc',
921 'accelerators/accelerator_filter_unittest.cc',
922 'accelerators/accelerator_table_unittest.cc',
923 'accelerators/magnifier_key_scroller_unittest.cc',
924 'accelerators/spoken_feedback_toggler_unittest.cc',
925 'autoclick/autoclick_unittest.cc',
926 'desktop_background/desktop_background_controller_unittest.cc',
927 'desktop_background/wallpaper_resizer_unittest.cc',
928 'dip_unittest.cc',
929 'display/display_change_observer_chromeos_unittest.cc',
930 'display/display_controller_unittest.cc',
931 'display/display_error_observer_chromeos_unittest.cc',
932 'display/display_info_unittest.cc',
933 'display/display_manager_unittest.cc',
934 'display/mirror_window_controller_unittest.cc',
935 'display/virtual_keyboard_window_controller_unittest.cc',
936 'display/mouse_cursor_event_filter_unittest.cc',
937 'display/projecting_observer_chromeos_unittest.cc',
938 'display/resolution_notification_controller_unittest.cc',
939 'display/root_window_transformers_unittest.cc',
940 'display/screen_position_controller_unittest.cc',
941 'drag_drop/drag_drop_controller_unittest.cc',
942 'drag_drop/drag_drop_tracker_unittest.cc',
943 'extended_desktop_unittest.cc',
944 'focus_cycler_unittest.cc',
945 'frame/caption_buttons/frame_caption_button_container_view_unittest.cc',
946 'frame/caption_buttons/frame_size_button_unittest.cc',
947 'frame/custom_frame_view_ash_unittest.cc',
948 'frame/default_header_painter_unittest.cc',
949 'host/ash_window_tree_host_x11_unittest.cc',
950 'ime/candidate_view_unittest.cc',
951 'ime/candidate_window_view_unittest.cc',
952 'ime/input_method_menu_item_unittest.cc',
953 'ime/input_method_menu_manager_unittest.cc',
954 'keyboard_overlay/keyboard_overlay_delegate_unittest.cc',
955 'keyboard_overlay/keyboard_overlay_view_unittest.cc',
956 'magnifier/magnification_controller_unittest.cc',
957 'root_window_controller_unittest.cc',
958 'screen_util_unittest.cc',
959 'screensaver/screensaver_view_unittest.cc',
960 'shelf/scoped_observer_with_duplicated_sources_unittest.cc',
961 'shelf/shelf_layout_manager_unittest.cc',
962 'shelf/shelf_model_unittest.cc',
963 'shelf/shelf_navigator_unittest.cc',
964 'shelf/shelf_tooltip_manager_unittest.cc',
965 'shelf/shelf_unittest.cc',
966 'shelf/shelf_view_unittest.cc',
967 'shelf/shelf_widget_unittest.cc',
968 'shelf/shelf_window_watcher_unittest.cc',
969 'shell_unittest.cc',
970 'sticky_keys/sticky_keys_overlay_unittest.cc',
971 'sticky_keys/sticky_keys_unittest.cc',
972 'system/chromeos/brightness/tray_brightness_unittest.cc',
973 'system/chromeos/managed/tray_locally_managed_user_unittest.cc',
974 'system/chromeos/network/network_state_notifier_unittest.cc',
975 'system/chromeos/power/power_event_observer_unittest.cc',
976 'system/chromeos/power/power_status_unittest.cc',
977 'system/chromeos/power/power_status_view_unittest.cc',
978 'system/chromeos/power/tray_power_unittest.cc',
979 'system/chromeos/rotation/tray_rotation_lock_unittest.cc',
980 'system/chromeos/screen_security/screen_tray_item_unittest.cc',
981 'system/chromeos/session/logout_confirmation_controller_unittest.cc',
982 'system/chromeos/session/tray_session_length_limit_unittest.cc',
983 'system/chromeos/tray_display_unittest.cc',
984 'system/date/date_view_unittest.cc',
985 'system/overview/overview_button_tray_unittest.cc',
986 'system/tray/media_security/multi_profile_media_tray_item_unittest.cc',
987 'system/tray/system_tray_unittest.cc',
988 'system/tray/tray_details_view_unittest.cc',
989 'system/user/tray_user_unittest.cc',
990 'system/web_notification/ash_popup_alignment_delegate_unittest.cc',
991 'system/web_notification/web_notification_tray_unittest.cc',
992 'test/ash_test_helper_unittest.cc',
993 'test/ash_unittests.cc',
994 'tooltips/tooltip_controller_unittest.cc',
995 'touch/touch_observer_hud_unittest.cc',
996 'touch/touch_transformer_controller_unittest.cc',
997 'wm/app_list_controller_unittest.cc',
998 'wm/ash_native_cursor_manager_unittest.cc',
999 'wm/dock/docked_window_layout_manager_unittest.cc',
1000 'wm/dock/docked_window_resizer_unittest.cc',
1001 'wm/drag_window_resizer_unittest.cc',
1002 'wm/gestures/overview_gesture_handler_unittest.cc',
1003 'wm/immersive_fullscreen_controller_unittest.cc',
1004 'wm/lock_layout_manager_unittest.cc',
1005 'wm/lock_state_controller_unittest.cc',
1006 'wm/maximize_mode/accelerometer_test_data_literals.cc',
1007 'wm/maximize_mode/maximize_mode_controller_unittest.cc',
1008 'wm/maximize_mode/maximize_mode_window_manager_unittest.cc',
1009 'wm/mru_window_tracker_unittest.cc',
1010 'wm/overview/window_selector_unittest.cc',
1011 'wm/panels/panel_layout_manager_unittest.cc',
1012 'wm/panels/panel_window_resizer_unittest.cc',
1013 'wm/partial_screenshot_view_unittest.cc',
1014 'wm/resize_shadow_and_cursor_unittest.cc',
1015 'wm/screen_dimmer_unittest.cc',
1016 'wm/stacking_controller_unittest.cc',
1017 'wm/system_gesture_event_filter_unittest.cc',
1018 'wm/system_modal_container_layout_manager_unittest.cc',
1019 'wm/toplevel_window_event_handler_unittest.cc',
1020 'wm/video_detector_unittest.cc',
1021 'wm/window_animations_unittest.cc',
1022 'wm/window_cycle_controller_unittest.cc',
1023 'wm/window_manager_unittest.cc',
1024 'wm/window_modality_controller_unittest.cc',
1025 'wm/window_positioner_unittest.cc',
1026 'wm/window_state_unittest.cc',
1027 'wm/window_util_unittest.cc',
1028 'wm/maximize_mode/workspace_backdrop_delegate.cc',
1029 'wm/maximize_mode/workspace_backdrop_delegate.h',
1030 'wm/workspace/magnetism_matcher_unittest.cc',
1031 'wm/workspace/multi_window_resize_controller_unittest.cc',
1032 'wm/workspace/workspace_event_handler_test_helper.cc',
1033 'wm/workspace/workspace_event_handler_test_helper.h',
1034 'wm/workspace/workspace_event_handler_unittest.cc',
1035 'wm/workspace/workspace_layout_manager_unittest.cc',
1036 'wm/workspace/workspace_window_resizer_unittest.cc',
1037 'wm/workspace_controller_test_helper.cc',
1038 'wm/workspace_controller_test_helper.h',
1039 'wm/workspace_controller_unittest.cc',
1040 ], 1090 ],
1041 'conditions': [ 1091 'conditions': [
1042 ['chromeos==0', { 1092 ['chromeos==0', {
1043 'sources/': [ 1093 'sources!': [
1044 # TODO(zork): fix this test to build on Windows. See: crosbug.com/26 906 1094 # TODO(zork): fix this test to build on Windows. See: crosbug.com/26 906
1045 ['exclude', 'focus_cycler_unittest.cc'], 1095 'focus_cycler_unittest.cc',
1046 # All tests for multiple displays: not supported on Windows Ash. 1096 # All tests for multiple displays: not supported on Windows Ash.
1047 ['exclude', 'accelerators/nested_dispatcher_controller_unittest.cc'] , 1097 'accelerators/nested_dispatcher_controller_unittest.cc',
1048 ['exclude', 'wm/drag_window_resizer_unittest.cc'], 1098 'wm/drag_window_resizer_unittest.cc',
1049 # Can't resize on Windows Ash. http://crbug.com/165962 1099 # Can't resize on Windows Ash. http://crbug.com/165962
1050 ['exclude', 'ash_root_window_transformer_unittest.cc'], 1100 'ash_root_window_transformer_unittest.cc',
1051 ['exclude', 'magnifier/magnification_controller_unittest.cc'], 1101 'magnifier/magnification_controller_unittest.cc',
1052 ['exclude', 'wm/workspace/workspace_window_resizer_unittest.cc'], 1102 'wm/workspace/workspace_window_resizer_unittest.cc',
1053 ['exclude', 'sticky_keys/sticky_keys_overlay_unittest.cc'], 1103 'sticky_keys/sticky_keys_overlay_unittest.cc',
1054 ['exclude', 'sticky_keys/sticky_keys_unittest.cc'], 1104 'sticky_keys/sticky_keys_unittest.cc',
1055 » ['exclude', 'system/tray/media_security/multi_profile_media_tray_ite m_unittest.cc'], 1105 'system/tray/media_security/multi_profile_media_tray_item_unittest.c c',
1056 ['exclude', 'autoclick/autoclick_unittest.cc'], 1106 'autoclick/autoclick_unittest.cc',
1057 ], 1107 ],
1058 'sources': [ 1108 'sources': [
1059 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/ui_unscaled_resources.rc', 1109 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/ui_unscaled_resources.rc',
1060 ], 1110 ],
1061 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 1111 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
1062 'msvs_disabled_warnings': [ 4267, ], 1112 'msvs_disabled_warnings': [ 4267, ],
1063 }], 1113 }],
1064 ['OS=="win" and win_use_allocator_shim==1', { 1114 ['OS=="win" and win_use_allocator_shim==1', {
1065 'dependencies': [ 1115 'dependencies': [
1066 '../base/allocator/allocator.gyp:allocator', 1116 '../base/allocator/allocator.gyp:allocator',
1067 ], 1117 ],
1068 }], 1118 }],
1069 ['use_x11!=1', { 1119 ['use_x11!=1', {
1070 'sources/': [ 1120 'sources!': [
1071 ['exclude', 'accelerators/magnifier_key_scroller_unittest.cc'], 1121 'accelerators/magnifier_key_scroller_unittest.cc',
1072 ['exclude', 'accelerators/spoken_feedback_toggler_unittest.cc'], 1122 'accelerators/spoken_feedback_toggler_unittest.cc',
1073 ['exclude', 'touch/touch_transformer_controller_unittest.cc'], 1123 'touch/touch_transformer_controller_unittest.cc',
1074 ], 1124 ],
1075 }], 1125 }],
1076 ['chromeos==1', { 1126 ['chromeos==1', {
1077 'dependencies': [ 1127 'dependencies': [
1078 '../chromeos/chromeos.gyp:chromeos_test_support_without_gmock', 1128 '../chromeos/chromeos.gyp:chromeos_test_support_without_gmock',
1079 '../chromeos/chromeos.gyp:power_manager_proto', 1129 '../chromeos/chromeos.gyp:power_manager_proto',
1080 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 1130 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
1081 '../ui/display/display.gyp:display', 1131 '../ui/display/display.gyp:display',
1082 '../ui/display/display.gyp:display_test_util', 1132 '../ui/display/display.gyp:display_test_util',
1083 '../ui/display/display.gyp:display_types', 1133 '../ui/display/display.gyp:display_types',
1084 ], 1134 ],
1085 'sources': [ 1135 'sources': [
1086 'first_run/first_run_helper_unittest.cc', 1136 'first_run/first_run_helper_unittest.cc',
1087 ], 1137 ],
1088 }, { # else: chromeos!=1 1138 }, { # else: chromeos!=1
1089 'sources/': [ 1139 'sources!': [
1090 ['exclude', 'display/resolution_notification_controller_unittest.cc' ], 1140 'display/resolution_notification_controller_unittest.cc',
1091 ['exclude', 'touch/touch_transformer_controller_unittest.cc'], 1141 'touch/touch_transformer_controller_unittest.cc',
1092 ], 1142 ],
1093 }], 1143 }],
1094 ['OS=="linux" and component=="shared_library" and use_allocator!="none"' , { 1144 ['OS=="linux" and component=="shared_library" and use_allocator!="none"' , {
1095 'dependencies': [ 1145 'dependencies': [
1096 '<(DEPTH)/base/allocator/allocator.gyp:allocator', 1146 '<(DEPTH)/base/allocator/allocator.gyp:allocator',
1097 ], 1147 ],
1098 'link_settings': { 1148 'link_settings': {
1099 'ldflags': ['-rdynamic'], 1149 'ldflags': ['-rdynamic'],
1100 }, 1150 },
1101 }], 1151 }],
1102 » ['use_ozone==1', { 1152 ['use_ozone==1', {
1103 » 'sources!': [ 1153 'sources!': [
1104 » 'sticky_keys/sticky_keys_unittest.cc', # crbug.com/354035 1154 'sticky_keys/sticky_keys_unittest.cc', # crbug.com/354035
1105 » ], 1155 ],
1106 » }], 1156 }],
1107 ], 1157 ],
1108 }, 1158 },
1109 { 1159 {
1160 # GN version: //ash:ash_shell_lib
1110 'target_name': 'ash_shell_lib', 1161 'target_name': 'ash_shell_lib',
1111 'type': 'static_library', 1162 'type': 'static_library',
1112 'dependencies': [ 1163 'dependencies': [
1113 '../base/base.gyp:base', 1164 '../base/base.gyp:base',
1114 '../base/base.gyp:base_i18n', 1165 '../base/base.gyp:base_i18n',
1115 '../chrome/chrome_resources.gyp:packed_resources', 1166 '../chrome/chrome_resources.gyp:packed_resources',
1116 '../content/content_shell_and_tests.gyp:content_shell_lib', 1167 '../content/content_shell_and_tests.gyp:content_shell_lib',
1117 '../content/content.gyp:content', 1168 '../content/content.gyp:content',
1118 '../skia/skia.gyp:skia', 1169 '../skia/skia.gyp:skia',
1119 '../third_party/icu/icu.gyp:icui18n', 1170 '../third_party/icu/icu.gyp:icui18n',
(...skipping 12 matching lines...) Expand all
1132 '../ui/views/examples/examples.gyp:views_examples_with_content_lib', 1183 '../ui/views/examples/examples.gyp:views_examples_with_content_lib',
1133 '../ui/views/views.gyp:views', 1184 '../ui/views/views.gyp:views',
1134 '../ui/views/views.gyp:views_test_support', 1185 '../ui/views/views.gyp:views_test_support',
1135 'ash', 1186 'ash',
1136 'ash_resources.gyp:ash_resources', 1187 'ash_resources.gyp:ash_resources',
1137 'ash_strings.gyp:ash_strings', 1188 'ash_strings.gyp:ash_strings',
1138 'ash_test_support', 1189 'ash_test_support',
1139 'ash_with_content', 1190 'ash_with_content',
1140 ], 1191 ],
1141 'sources': [ 1192 'sources': [
1142 '../content/app/startup_helper_win.cc', 1193 '<@(ash_shell_lib_sources)',
1143 '../ui/views/test/test_views_delegate_aura.cc',
1144 'shell/app_list.cc',
1145 'shell/bubble.cc',
1146 'shell/content_client/shell_browser_main_parts.cc',
1147 'shell/content_client/shell_browser_main_parts.h',
1148 'shell/content_client/shell_content_browser_client.cc',
1149 'shell/content_client/shell_content_browser_client.h',
1150 'shell/content_client/shell_main_delegate.cc',
1151 'shell/content_client/shell_main_delegate.h',
1152 'shell/context_menu.cc',
1153 'shell/context_menu.h',
1154 'shell/example_factory.h',
1155 'shell/keyboard_controller_proxy_stub.cc',
1156 'shell/keyboard_controller_proxy_stub.h',
1157 'shell/lock_view.cc',
1158 'shell/panel_window.cc',
1159 'shell/panel_window.h',
1160 'shell/shelf_delegate_impl.cc',
1161 'shell/shelf_delegate_impl.h',
1162 'shell/shell_delegate_impl.cc',
1163 'shell/shell_delegate_impl.h',
1164 'shell/shell_main_parts.cc',
1165 'shell/shell_main_parts.h',
1166 'shell/toplevel_window.cc',
1167 'shell/toplevel_window.h',
1168 'shell/widgets.cc',
1169 'shell/window_type_launcher.cc',
1170 'shell/window_type_launcher.h',
1171 'shell/window_watcher.cc',
1172 'shell/window_watcher.h',
1173 'shell/window_watcher_shelf_item_delegate.cc',
1174 'shell/window_watcher_shelf_item_delegate.h',
1175 ], 1194 ],
1176 }, 1195 },
1177 { 1196 {
1197 # GN version: //ash:ash_shell
1178 'target_name': 'ash_shell', 1198 'target_name': 'ash_shell',
1179 'type': 'executable', 1199 'type': 'executable',
1180 'dependencies': [ 1200 'dependencies': [
1181 'ash_shell_lib', 1201 'ash_shell_lib',
1182 '../components/components.gyp:user_manager', 1202 '../components/components.gyp:user_manager',
1183 ], 1203 ],
1184 'sources': [ 1204 'sources': [
1185 'shell/shell_main.cc', 1205 'shell/shell_main.cc',
1186 ], 1206 ],
1187 'conditions': [ 1207 'conditions': [
1188 ['OS=="win"', { 1208 ['OS=="win"', {
1189 'msvs_settings': { 1209 'msvs_settings': {
1190 'VCLinkerTool': { 1210 'VCLinkerTool': {
1191 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS 1211 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS
1192 }, 1212 },
1193 }, 1213 },
1194 'dependencies': [ 1214 'dependencies': [
1195 '../sandbox/sandbox.gyp:sandbox', 1215 '../sandbox/sandbox.gyp:sandbox',
1196 ], 1216 ],
1197 }], 1217 }],
1198 ['chromeos==1', { 1218 ['chromeos==1', {
1199 'dependencies': [ 1219 'dependencies': [
1200 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 1220 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
1201 ], 1221 ],
1202 }], 1222 }],
1203 ], 1223 ],
1204 }, 1224 },
1205 { 1225 {
1226 # GN version: //ash:ash_shell_unittests
1206 'target_name': 'ash_shell_unittests', 1227 'target_name': 'ash_shell_unittests',
1207 'type': 'executable', 1228 'type': 'executable',
1208 'dependencies': [ 1229 'dependencies': [
1209 '../base/base.gyp:test_support_base', 1230 '../base/base.gyp:test_support_base',
1210 '../components/components.gyp:user_manager', 1231 '../components/components.gyp:user_manager',
1211 '../content/content_shell_and_tests.gyp:test_support_content', 1232 '../content/content_shell_and_tests.gyp:test_support_content',
1212 '../skia/skia.gyp:skia', 1233 '../skia/skia.gyp:skia',
1213 '../testing/gtest.gyp:gtest', 1234 '../testing/gtest.gyp:gtest',
1214 '../ui/accessibility/accessibility.gyp:ax_gen', 1235 '../ui/accessibility/accessibility.gyp:ax_gen',
1215 'ash_shell_lib', 1236 'ash_shell_lib',
1216 'ash_test_support', 1237 'ash_test_support',
1217 ], 1238 ],
1218 'sources': [ 1239 'sources': [
1240 # Note: file list duplicated in GN build.
1219 'shell/window_watcher_unittest.cc', 1241 'shell/window_watcher_unittest.cc',
1220 'test/ash_unittests.cc', 1242 'test/ash_unittests.cc',
1221 ], 1243 ],
1222 'conditions': [ 1244 'conditions': [
1223 ['chromeos==1', { 1245 ['chromeos==1', {
1224 'dependencies': [ 1246 'dependencies': [
1225 '../ui/display/display.gyp:display', 1247 '../ui/display/display.gyp:display',
1226 ], 1248 ],
1227 }], 1249 }],
1228 ], 1250 ],
1229 }, 1251 },
1230 ], 1252 ],
1231 } 1253 }
OLDNEW
« no previous file with comments | « ash/BUILD.gn ('k') | build/config/linux/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698