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

Side by Side Diff: ash/ash.gyp

Issue 2322883003: Nukes ash.gyp (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « ash/BUILD.gn ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
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
3 # found in the LICENSE file.
4
5 {
6 'variables': {
7 'chromium_code': 1,
8 # These files lists are shared with the GN build.
9 'ash_sources': [
10 'accelerators/accelerator_commands_aura.cc',
11 'accelerators/accelerator_commands_aura.h',
12 'accelerators/accelerator_controller_delegate_aura.cc',
13 'accelerators/accelerator_controller_delegate_aura.h',
14 'accelerators/accelerator_delegate.cc',
15 'accelerators/accelerator_delegate.h',
16 'accelerators/key_hold_detector.cc',
17 'accelerators/key_hold_detector.h',
18 'accelerators/magnifier_key_scroller.cc',
19 'accelerators/magnifier_key_scroller.h',
20 'accelerators/spoken_feedback_toggler.cc',
21 'accelerators/spoken_feedback_toggler.h',
22 'app_list/app_list_presenter_delegate.cc',
23 'app_list/app_list_presenter_delegate.h',
24 'app_list/app_list_presenter_delegate_factory.cc',
25 'app_list/app_list_presenter_delegate_factory.h',
26 'ash_export.h',
27 'ash_touch_exploration_manager_chromeos.cc',
28 'ash_touch_exploration_manager_chromeos.h',
29 'aura/aura_layout_manager_adapter.cc',
30 'aura/aura_layout_manager_adapter.h',
31 'aura/pointer_watcher_adapter.cc',
32 'aura/pointer_watcher_adapter.h',
33 'aura/wm_lookup_aura.cc',
34 'aura/wm_lookup_aura.h',
35 'aura/wm_root_window_controller_aura.cc',
36 'aura/wm_root_window_controller_aura.h',
37 'aura/wm_shelf_aura.cc',
38 'aura/wm_shelf_aura.h',
39 'aura/wm_shell_aura.cc',
40 'aura/wm_shell_aura.h',
41 'aura/wm_window_aura.cc',
42 'aura/wm_window_aura.h',
43 'autoclick/autoclick_controller.cc',
44 'autoclick/autoclick_controller.h',
45 'cancel_mode.cc',
46 'cancel_mode.h',
47 'common/accelerators/accelerator_commands.cc',
48 'common/accelerators/accelerator_commands.h',
49 'common/accelerators/accelerator_controller.cc',
50 'common/accelerators/accelerator_controller.h',
51 'common/accelerators/accelerator_controller_delegate.h',
52 'common/accelerators/accelerator_router.cc',
53 'common/accelerators/accelerator_router.h',
54 'common/accelerators/accelerator_table.cc',
55 'common/accelerators/accelerator_table.h',
56 'common/accelerators/ash_focus_manager_factory.cc',
57 'common/accelerators/ash_focus_manager_factory.h',
58 'common/accelerators/debug_commands.cc',
59 'common/accelerators/debug_commands.h',
60 'common/accelerators/exit_warning_handler.cc',
61 'common/accelerators/exit_warning_handler.h',
62 'common/accessibility_delegate.h',
63 'common/accessibility_types.h',
64 'common/ash_constants.cc',
65 'common/ash_constants.h',
66 'common/ash_layout_constants.cc',
67 'common/ash_layout_constants.h',
68 'common/ash_switches.cc',
69 'common/ash_switches.h',
70 'common/cast_config_delegate.cc',
71 'common/cast_config_delegate.h',
72 'common/default_accessibility_delegate.cc',
73 'common/default_accessibility_delegate.h',
74 'common/drag_drop/drag_image_view.cc',
75 'common/drag_drop/drag_image_view.h',
76 'common/focus_cycler.cc',
77 'common/focus_cycler.h',
78 'common/frame/caption_buttons/caption_button_types.h',
79 'common/frame/caption_buttons/frame_caption_button.cc',
80 'common/frame/caption_buttons/frame_caption_button.h',
81 'common/frame/caption_buttons/frame_caption_button_container_view.cc',
82 'common/frame/caption_buttons/frame_caption_button_container_view.h',
83 'common/frame/caption_buttons/frame_size_button.cc',
84 'common/frame/caption_buttons/frame_size_button.h',
85 'common/frame/caption_buttons/frame_size_button_delegate.h',
86 'common/frame/custom_frame_view_ash.cc',
87 'common/frame/custom_frame_view_ash.h',
88 'common/frame/default_header_painter.cc',
89 'common/frame/default_header_painter.h',
90 'common/frame/frame_border_hit_test.cc',
91 'common/frame/frame_border_hit_test.h',
92 'common/frame/header_painter.h',
93 'common/frame/header_painter_util.cc',
94 'common/frame/header_painter_util.h',
95 'common/frame/header_view.cc',
96 'common/frame/header_view.h',
97 'common/gpu_support.h',
98 'common/gpu_support_stub.cc',
99 'common/gpu_support_stub.h',
100 'common/keyboard/keyboard_ui.cc',
101 'common/keyboard/keyboard_ui.h',
102 'common/keyboard/keyboard_ui_observer.h',
103 'common/login_status.h',
104 'common/material_design/material_design_controller.cc',
105 'common/material_design/material_design_controller.h',
106 'common/metrics/gesture_action_type.h',
107 'common/metrics/user_metrics_action.h',
108 'common/multi_profile_uma.cc',
109 'common/multi_profile_uma.h',
110 'common/palette_delegate.h',
111 'common/popup_message.cc',
112 'common/popup_message.h',
113 'common/scoped_root_window_for_new_windows.cc',
114 'common/scoped_root_window_for_new_windows.h',
115 'common/session/session_state_delegate.cc',
116 'common/session/session_state_delegate.h',
117 'common/session/session_state_observer.cc',
118 'common/session/session_state_observer.h',
119 'common/session/session_types.h',
120 'common/shelf/app_list_button.cc',
121 'common/shelf/app_list_button.h',
122 'common/shelf/app_list_shelf_item_delegate.cc',
123 'common/shelf/app_list_shelf_item_delegate.h',
124 'common/shelf/ink_drop_button_listener.h',
125 'common/shelf/overflow_bubble.cc',
126 'common/shelf/overflow_bubble.h',
127 'common/shelf/overflow_bubble_view.cc',
128 'common/shelf/overflow_bubble_view.h',
129 'common/shelf/overflow_button.cc',
130 'common/shelf/overflow_button.h',
131 'common/shelf/shelf_alignment_menu.cc',
132 'common/shelf/shelf_alignment_menu.h',
133 'common/shelf/shelf_background_animator.cc',
134 'common/shelf/shelf_background_animator.h',
135 'common/shelf/shelf_background_animator_observer.h',
136 'common/shelf/shelf_button.cc',
137 'common/shelf/shelf_button.h',
138 'common/shelf/shelf_button_pressed_metric_tracker.cc',
139 'common/shelf/shelf_button_pressed_metric_tracker.h',
140 'common/shelf/shelf_constants.cc',
141 'common/shelf/shelf_constants.h',
142 'common/shelf/shelf_delegate.h',
143 'common/shelf/shelf_item_delegate.h',
144 'common/shelf/shelf_item_types.cc',
145 'common/shelf/shelf_item_types.h',
146 'common/shelf/shelf_layout_manager.cc',
147 'common/shelf/shelf_layout_manager.h',
148 'common/shelf/shelf_layout_manager_observer.h',
149 'common/shelf/shelf_locking_manager.cc',
150 'common/shelf/shelf_locking_manager.h',
151 'common/shelf/shelf_menu_model.h',
152 'common/shelf/shelf_model.cc',
153 'common/shelf/shelf_model.h',
154 'common/shelf/shelf_model_observer.h',
155 'common/shelf/shelf_tooltip_manager.cc',
156 'common/shelf/shelf_tooltip_manager.h',
157 'common/shelf/shelf_types.h',
158 'common/shelf/shelf_view.cc',
159 'common/shelf/shelf_view.h',
160 'common/shelf/shelf_widget.cc',
161 'common/shelf/shelf_widget.h',
162 'common/shelf/shelf_window_watcher.cc',
163 'common/shelf/shelf_window_watcher.h',
164 'common/shelf/shelf_window_watcher_item_delegate.cc',
165 'common/shelf/shelf_window_watcher_item_delegate.h',
166 'common/shelf/wm_shelf.cc',
167 'common/shelf/wm_shelf.h',
168 'common/shelf/wm_shelf_observer.h',
169 'common/shelf/wm_shelf_util.cc',
170 'common/shelf/wm_shelf_util.h',
171 'common/shell_delegate.h',
172 'common/shell_window_ids.cc',
173 'common/shell_window_ids.h',
174 'common/system/accessibility_observer.h',
175 'common/system/audio/audio_observer.h',
176 'common/system/audio/tray_audio.cc',
177 'common/system/audio/tray_audio.h',
178 'common/system/audio/tray_audio_delegate.h',
179 'common/system/audio/volume_view.cc',
180 'common/system/audio/volume_view.h',
181 'common/system/brightness_control_delegate.h',
182 'common/system/cast/tray_cast.cc',
183 'common/system/cast/tray_cast.h',
184 'common/system/chromeos/audio/audio_detailed_view.cc',
185 'common/system/chromeos/audio/audio_detailed_view.h',
186 'common/system/chromeos/audio/tray_audio_chromeos.cc',
187 'common/system/chromeos/audio/tray_audio_chromeos.h',
188 'common/system/chromeos/audio/tray_audio_delegate_chromeos.cc',
189 'common/system/chromeos/audio/tray_audio_delegate_chromeos.h',
190 'common/system/chromeos/bluetooth/bluetooth_notification_controller.cc',
191 'common/system/chromeos/bluetooth/bluetooth_notification_controller.h',
192 'common/system/chromeos/bluetooth/bluetooth_observer.h',
193 'common/system/chromeos/bluetooth/tray_bluetooth.cc',
194 'common/system/chromeos/bluetooth/tray_bluetooth.h',
195 'common/system/chromeos/brightness/brightness_controller_chromeos.cc',
196 'common/system/chromeos/brightness/brightness_controller_chromeos.h',
197 'common/system/chromeos/brightness/tray_brightness.cc',
198 'common/system/chromeos/brightness/tray_brightness.h',
199 'common/system/chromeos/devicetype_utils.cc',
200 'common/system/chromeos/devicetype_utils.h',
201 'common/system/chromeos/enterprise/enterprise_domain_observer.h',
202 'common/system/chromeos/enterprise/tray_enterprise.cc',
203 'common/system/chromeos/enterprise/tray_enterprise.h',
204 'common/system/chromeos/ime_menu/ime_list_view.cc',
205 'common/system/chromeos/ime_menu/ime_list_view.h',
206 'common/system/chromeos/ime_menu/ime_menu_tray.cc',
207 'common/system/chromeos/ime_menu/ime_menu_tray.h',
208 'common/system/chromeos/keyboard_brightness_controller.cc',
209 'common/system/chromeos/keyboard_brightness_controller.h',
210 'common/system/chromeos/media_security/media_capture_observer.h',
211 'common/system/chromeos/media_security/multi_profile_media_tray_item.cc',
212 'common/system/chromeos/media_security/multi_profile_media_tray_item.h',
213 'common/system/chromeos/network/network_detailed_view.h',
214 'common/system/chromeos/network/network_observer.h',
215 'common/system/chromeos/network/network_portal_detector_observer.h',
216 'common/system/chromeos/network/network_state_list_detailed_view.cc',
217 'common/system/chromeos/network/network_state_list_detailed_view.h',
218 'common/system/chromeos/network/tray_network.cc',
219 'common/system/chromeos/network/tray_network.h',
220 'common/system/chromeos/network/tray_network_state_observer.cc',
221 'common/system/chromeos/network/tray_network_state_observer.h',
222 'common/system/chromeos/network/tray_sms.cc',
223 'common/system/chromeos/network/tray_sms.h',
224 'common/system/chromeos/network/tray_vpn.cc',
225 'common/system/chromeos/network/tray_vpn.h',
226 'common/system/chromeos/network/vpn_delegate.cc',
227 'common/system/chromeos/network/vpn_delegate.h',
228 'common/system/chromeos/network/vpn_list_view.cc',
229 'common/system/chromeos/network/vpn_list_view.h',
230 'common/system/chromeos/palette/common_palette_tool.cc',
231 'common/system/chromeos/palette/common_palette_tool.h',
232 'common/system/chromeos/palette/palette_ids.cc',
233 'common/system/chromeos/palette/palette_ids.h',
234 'common/system/chromeos/palette/palette_tool.cc',
235 'common/system/chromeos/palette/palette_tool.h',
236 'common/system/chromeos/palette/palette_tool_manager.cc',
237 'common/system/chromeos/palette/palette_tool_manager.h',
238 'common/system/chromeos/palette/palette_tray.cc',
239 'common/system/chromeos/palette/palette_tray.h',
240 'common/system/chromeos/palette/palette_utils.cc',
241 'common/system/chromeos/palette/palette_utils.h',
242 'common/system/chromeos/palette/tools/capture_region_mode.cc',
243 'common/system/chromeos/palette/tools/capture_region_mode.h',
244 'common/system/chromeos/palette/tools/capture_screen_action.cc',
245 'common/system/chromeos/palette/tools/capture_screen_action.h',
246 'common/system/chromeos/palette/tools/create_note_action.cc',
247 'common/system/chromeos/palette/tools/create_note_action.h',
248 'common/system/chromeos/palette/tools/magnifier_mode.cc',
249 'common/system/chromeos/palette/tools/magnifier_mode.h',
250 'common/system/chromeos/power/battery_notification.cc',
251 'common/system/chromeos/power/battery_notification.h',
252 'common/system/chromeos/palette/tools/laser_pointer_mode.cc',
253 'common/system/chromeos/palette/tools/laser_pointer_mode.h',
254 'common/system/chromeos/palette/tools/laser_pointer_points.cc',
255 'common/system/chromeos/palette/tools/laser_pointer_points.h',
256 'common/system/chromeos/palette/tools/laser_pointer_view.cc',
257 'common/system/chromeos/palette/tools/laser_pointer_view.h',
258 'common/system/chromeos/power/dual_role_notification.cc',
259 'common/system/chromeos/power/dual_role_notification.h',
260 'common/system/chromeos/power/power_status.cc',
261 'common/system/chromeos/power/power_status.h',
262 'common/system/chromeos/power/power_status_view.cc',
263 'common/system/chromeos/power/power_status_view.h',
264 'common/system/chromeos/power/tray_power.cc',
265 'common/system/chromeos/power/tray_power.h',
266 'common/system/chromeos/screen_security/screen_capture_observer.h',
267 'common/system/chromeos/screen_security/screen_capture_tray_item.cc',
268 'common/system/chromeos/screen_security/screen_capture_tray_item.h',
269 'common/system/chromeos/screen_security/screen_share_observer.h',
270 'common/system/chromeos/screen_security/screen_share_tray_item.cc',
271 'common/system/chromeos/screen_security/screen_share_tray_item.h',
272 'common/system/chromeos/screen_security/screen_tray_item.cc',
273 'common/system/chromeos/screen_security/screen_tray_item.h',
274 'common/system/chromeos/session/last_window_closed_observer.h',
275 'common/system/chromeos/session/logout_button_observer.h',
276 'common/system/chromeos/session/logout_button_tray.cc',
277 'common/system/chromeos/session/logout_button_tray.h',
278 'common/system/chromeos/session/logout_confirmation_controller.cc',
279 'common/system/chromeos/session/logout_confirmation_controller.h',
280 'common/system/chromeos/session/logout_confirmation_dialog.cc',
281 'common/system/chromeos/session/logout_confirmation_dialog.h',
282 'common/system/chromeos/session/session_length_limit_observer.h',
283 'common/system/chromeos/session/tray_session_length_limit.cc',
284 'common/system/chromeos/session/tray_session_length_limit.h',
285 'common/system/chromeos/settings/tray_settings.cc',
286 'common/system/chromeos/settings/tray_settings.h',
287 'common/system/chromeos/shutdown_policy_observer.h',
288 'common/system/chromeos/supervised/custodian_info_tray_observer.h',
289 'common/system/chromeos/supervised/tray_supervised_user.cc',
290 'common/system/chromeos/supervised/tray_supervised_user.h',
291 'common/system/chromeos/system_clock_observer.cc',
292 'common/system/chromeos/system_clock_observer.h',
293 'common/system/chromeos/tray_caps_lock.cc',
294 'common/system/chromeos/tray_caps_lock.h',
295 'common/system/chromeos/tray_tracing.cc',
296 'common/system/chromeos/tray_tracing.h',
297 'common/system/chromeos/virtual_keyboard/virtual_keyboard_observer.h',
298 'common/system/chromeos/virtual_keyboard/virtual_keyboard_tray.cc',
299 'common/system/chromeos/virtual_keyboard/virtual_keyboard_tray.h',
300 'common/system/date/clock_observer.h',
301 'common/system/date/date_default_view.cc',
302 'common/system/date/date_default_view.h',
303 'common/system/date/date_view.cc',
304 'common/system/date/date_view.h',
305 'common/system/date/tray_date.cc',
306 'common/system/date/tray_date.h',
307 'common/system/ime/ime_observer.h',
308 'common/system/ime/tray_ime_chromeos.cc',
309 'common/system/ime/tray_ime_chromeos.h',
310 'common/system/keyboard_brightness_control_delegate.h',
311 'common/system/locale/locale_notification_controller.cc',
312 'common/system/locale/locale_notification_controller.h',
313 'common/system/locale/locale_observer.h',
314 'common/system/networking_config_delegate.cc',
315 'common/system/networking_config_delegate.h',
316 'common/system/overview/overview_button_tray.cc',
317 'common/system/overview/overview_button_tray.h',
318 'common/system/status_area_layout_manager.cc',
319 'common/system/status_area_layout_manager.h',
320 'common/system/status_area_widget.cc',
321 'common/system/status_area_widget.h',
322 'common/system/status_area_widget_delegate.cc',
323 'common/system/status_area_widget_delegate.h',
324 'common/system/system_notifier.cc',
325 'common/system/system_notifier.h',
326 'common/system/toast/toast_data.cc',
327 'common/system/toast/toast_data.h',
328 'common/system/toast/toast_manager.cc',
329 'common/system/toast/toast_manager.h',
330 'common/system/toast/toast_overlay.cc',
331 'common/system/toast/toast_overlay.h',
332 'common/system/tray/actionable_view.cc',
333 'common/system/tray/actionable_view.h',
334 'common/system/tray/default_system_tray_delegate.cc',
335 'common/system/tray/default_system_tray_delegate.h',
336 'common/system/tray/fixed_sized_image_view.cc',
337 'common/system/tray/fixed_sized_image_view.h',
338 'common/system/tray/fixed_sized_scroll_view.cc',
339 'common/system/tray/fixed_sized_scroll_view.h',
340 'common/system/tray/hover_highlight_view.cc',
341 'common/system/tray/hover_highlight_view.h',
342 'common/system/tray/ime_info.cc',
343 'common/system/tray/ime_info.h',
344 'common/system/tray/label_tray_view.cc',
345 'common/system/tray/label_tray_view.h',
346 'common/system/tray/special_popup_row.cc',
347 'common/system/tray/special_popup_row.h',
348 'common/system/tray/system_tray.cc',
349 'common/system/tray/system_tray.h',
350 'common/system/tray/system_tray_bubble.cc',
351 'common/system/tray/system_tray_bubble.h',
352 'common/system/tray/system_tray_delegate.cc',
353 'common/system/tray/system_tray_delegate.h',
354 'common/system/tray/system_tray_item.cc',
355 'common/system/tray/system_tray_item.h',
356 'common/system/tray/system_tray_notifier.cc',
357 'common/system/tray/system_tray_notifier.h',
358 'common/system/tray/throbber_view.cc',
359 'common/system/tray/throbber_view.h',
360 'common/system/tray/tray_background_view.cc',
361 'common/system/tray/tray_background_view.h',
362 'common/system/tray/tray_bubble_wrapper.cc',
363 'common/system/tray/tray_bubble_wrapper.h',
364 'common/system/tray/tray_constants.cc',
365 'common/system/tray/tray_constants.h',
366 'common/system/tray/tray_details_view.cc',
367 'common/system/tray/tray_details_view.h',
368 'common/system/tray/tray_event_filter.cc',
369 'common/system/tray/tray_event_filter.h',
370 'common/system/tray/tray_image_item.cc',
371 'common/system/tray/tray_image_item.h',
372 'common/system/tray/tray_item_more.cc',
373 'common/system/tray/tray_item_more.h',
374 'common/system/tray/tray_item_view.cc',
375 'common/system/tray/tray_item_view.h',
376 'common/system/tray/tray_notification_view.cc',
377 'common/system/tray/tray_notification_view.h',
378 'common/system/tray/tray_popup_header_button.cc',
379 'common/system/tray/tray_popup_header_button.h',
380 'common/system/tray/tray_popup_item_container.cc',
381 'common/system/tray/tray_popup_item_container.h',
382 'common/system/tray/tray_popup_label_button.cc',
383 'common/system/tray/tray_popup_label_button.h',
384 'common/system/tray/tray_popup_label_button_border.cc',
385 'common/system/tray/tray_popup_label_button_border.h',
386 'common/system/tray/tray_utils.cc',
387 'common/system/tray/tray_utils.h',
388 'common/system/tray/view_click_listener.h',
389 'common/system/tray_accessibility.cc',
390 'common/system/tray_accessibility.h',
391 'common/system/update/tray_update.cc',
392 'common/system/update/tray_update.h',
393 'common/system/update/update_observer.h',
394 'common/system/user/button_from_view.cc',
395 'common/system/user/button_from_view.h',
396 'common/system/user/login_status.cc',
397 'common/system/user/login_status.h',
398 'common/system/user/rounded_image_view.cc',
399 'common/system/user/rounded_image_view.h',
400 'common/system/user/tray_user.cc',
401 'common/system/user/tray_user.h',
402 'common/system/user/tray_user_separator.cc',
403 'common/system/user/tray_user_separator.h',
404 'common/system/user/user_card_view.cc',
405 'common/system/user/user_card_view.h',
406 'common/system/user/user_observer.h',
407 'common/system/user/user_view.cc',
408 'common/system/user/user_view.h',
409 'common/system/volume_control_delegate.h',
410 'common/system/web_notification/ash_popup_alignment_delegate.cc',
411 'common/system/web_notification/ash_popup_alignment_delegate.h',
412 'common/system/web_notification/web_notification_tray.cc',
413 'common/system/web_notification/web_notification_tray.h',
414 'common/wallpaper/wallpaper_delegate.h',
415 'common/wm/always_on_top_controller.cc',
416 'common/wm/always_on_top_controller.h',
417 'common/wm/background_animator.cc',
418 'common/wm/background_animator.h',
419 'common/wm/container_finder.cc',
420 'common/wm/container_finder.h',
421 'common/wm/default_state.cc',
422 'common/wm/default_state.h',
423 'common/wm/default_window_resizer.cc',
424 'common/wm/default_window_resizer.h',
425 'common/wm/dock/docked_window_layout_manager.cc',
426 'common/wm/dock/docked_window_layout_manager.h',
427 'common/wm/dock/docked_window_layout_manager_observer.h',
428 'common/wm/dock/docked_window_resizer.cc',
429 'common/wm/dock/docked_window_resizer.h',
430 'common/wm/drag_details.cc',
431 'common/wm/drag_details.h',
432 'common/wm/focus_rules.cc',
433 'common/wm/focus_rules.h',
434 'common/wm/forwarding_layer_delegate.cc',
435 'common/wm/forwarding_layer_delegate.h',
436 'common/wm/fullscreen_window_finder.cc',
437 'common/wm/fullscreen_window_finder.h',
438 'common/wm/immersive_context_ash.cc',
439 'common/wm/immersive_context_ash.h',
440 'common/wm/lock_state_observer.h',
441 'common/wm/maximize_mode/maximize_mode_controller.cc',
442 'common/wm/maximize_mode/maximize_mode_controller.h',
443 'common/wm/maximize_mode/maximize_mode_event_handler.cc',
444 'common/wm/maximize_mode/maximize_mode_event_handler.h',
445 'common/wm/maximize_mode/maximize_mode_window_manager.cc',
446 'common/wm/maximize_mode/maximize_mode_window_manager.h',
447 'common/wm/maximize_mode/maximize_mode_window_state.cc',
448 'common/wm/maximize_mode/maximize_mode_window_state.h',
449 'common/wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard.h',
450 'common/wm/maximize_mode/workspace_backdrop_delegate.cc',
451 'common/wm/maximize_mode/workspace_backdrop_delegate.h',
452 'common/wm/mru_window_tracker.cc',
453 'common/wm/mru_window_tracker.h',
454 'common/wm/overview/cleanup_animation_observer.cc',
455 'common/wm/overview/cleanup_animation_observer.h',
456 'common/wm/overview/overview_animation_type.h',
457 'common/wm/overview/scoped_overview_animation_settings.h',
458 'common/wm/overview/scoped_overview_animation_settings_factory.cc',
459 'common/wm/overview/scoped_overview_animation_settings_factory.h',
460 'common/wm/overview/scoped_transform_overview_window.cc',
461 'common/wm/overview/scoped_transform_overview_window.h',
462 'common/wm/overview/window_grid.cc',
463 'common/wm/overview/window_grid.h',
464 'common/wm/overview/window_selector.cc',
465 'common/wm/overview/window_selector.h',
466 'common/wm/overview/window_selector_controller.cc',
467 'common/wm/overview/window_selector_controller.h',
468 'common/wm/overview/window_selector_item.cc',
469 'common/wm/overview/window_selector_item.h',
470 'common/wm/panels/panel_layout_manager.cc',
471 'common/wm/panels/panel_layout_manager.h',
472 'common/wm/panels/panel_window_resizer.cc',
473 'common/wm/panels/panel_window_resizer.h',
474 'common/wm/root_window_finder.cc',
475 'common/wm/root_window_finder.h',
476 'common/wm/root_window_layout_manager.cc',
477 'common/wm/root_window_layout_manager.h',
478 'common/wm/switchable_windows.cc',
479 'common/wm/switchable_windows.h',
480 'common/wm/window_animation_types.h',
481 'common/wm/window_cycle_controller.cc',
482 'common/wm/window_cycle_controller.h',
483 'common/wm/window_cycle_event_filter.h',
484 'common/wm/window_cycle_list.cc',
485 'common/wm/window_cycle_list.h',
486 'common/wm/window_parenting_utils.cc',
487 'common/wm/window_parenting_utils.h',
488 'common/wm/window_positioner.cc',
489 'common/wm/window_positioner.h',
490 'common/wm/window_positioning_utils.cc',
491 'common/wm/window_positioning_utils.h',
492 'common/wm/window_resizer.cc',
493 'common/wm/window_resizer.h',
494 'common/wm/window_state.cc',
495 'common/wm/window_state.h',
496 'common/wm/window_state_delegate.cc',
497 'common/wm/window_state_delegate.h',
498 'common/wm/window_state_observer.h',
499 'common/wm/window_state_util.cc',
500 'common/wm/window_state_util.h',
501 'common/wm/wm_event.cc',
502 'common/wm/wm_event.h',
503 'common/wm/wm_screen_util.cc',
504 'common/wm/wm_screen_util.h',
505 'common/wm/wm_snap_to_pixel_layout_manager.cc',
506 'common/wm/wm_snap_to_pixel_layout_manager.h',
507 'common/wm/wm_toplevel_window_event_handler.cc',
508 'common/wm/wm_toplevel_window_event_handler.h',
509 'common/wm/wm_types.cc',
510 'common/wm/wm_types.h',
511 'common/wm/wm_window_animations.cc',
512 'common/wm/wm_window_animations.h',
513 'common/wm/workspace/magnetism_matcher.cc',
514 'common/wm/workspace/magnetism_matcher.h',
515 'common/wm/workspace/multi_window_resize_controller.cc',
516 'common/wm/workspace/multi_window_resize_controller.h',
517 'common/wm/workspace/phantom_window_controller.cc',
518 'common/wm/workspace/phantom_window_controller.h',
519 'common/wm/workspace/two_step_edge_cycler.cc',
520 'common/wm/workspace/two_step_edge_cycler.h',
521 'common/wm/workspace/workspace_event_handler.cc',
522 'common/wm/workspace/workspace_event_handler.h',
523 'common/wm/workspace/workspace_layout_manager.cc',
524 'common/wm/workspace/workspace_layout_manager.h',
525 'common/wm/workspace/workspace_layout_manager_backdrop_delegate.h',
526 'common/wm/workspace/workspace_types.h',
527 'common/wm/workspace/workspace_window_resizer.cc',
528 'common/wm/workspace/workspace_window_resizer.h',
529 'common/wm/workspace_controller.cc',
530 'common/wm/workspace_controller.h',
531 'common/wm_activation_observer.h',
532 'common/wm_display_observer.h',
533 'common/wm_layout_manager.h',
534 'common/wm_lookup.cc',
535 'common/wm_lookup.h',
536 'common/wm_root_window_controller.cc',
537 'common/wm_root_window_controller.h',
538 'common/wm_shell.cc',
539 'common/wm_shell.h',
540 'common/wm_transient_window_observer.h',
541 'common/wm_window.h',
542 'common/wm_window_observer.h',
543 'common/wm_window_property.h',
544 'common/wm_window_tracker.h',
545 'debug.cc',
546 'debug.h',
547 'default_wallpaper_delegate.cc',
548 'default_wallpaper_delegate.h',
549 'display/cursor_window_controller.cc',
550 'display/cursor_window_controller.h',
551 'display/display_animator.h',
552 'display/display_animator_chromeos.cc',
553 'display/display_animator_chromeos.h',
554 'display/display_change_observer_chromeos.cc',
555 'display/display_change_observer_chromeos.h',
556 'display/display_color_manager_chromeos.cc',
557 'display/display_color_manager_chromeos.h',
558 'display/display_configuration_controller.cc',
559 'display/display_configuration_controller.h',
560 'display/display_error_observer_chromeos.cc',
561 'display/display_error_observer_chromeos.h',
562 'display/display_manager.cc',
563 'display/display_manager.h',
564 'display/display_pref_util.h',
565 'display/display_util.cc',
566 'display/display_util.h',
567 'display/event_transformation_handler.cc',
568 'display/event_transformation_handler.h',
569 'display/extended_mouse_warp_controller.cc',
570 'display/extended_mouse_warp_controller.h',
571 'display/json_converter.cc',
572 'display/json_converter.h',
573 'display/mirror_window_controller.cc',
574 'display/mirror_window_controller.h',
575 'display/mouse_cursor_event_filter.cc',
576 'display/mouse_cursor_event_filter.h',
577 'display/mouse_warp_controller.h',
578 'display/null_mouse_warp_controller.cc',
579 'display/null_mouse_warp_controller.h',
580 'display/projecting_observer_chromeos.cc',
581 'display/projecting_observer_chromeos.h',
582 'display/resolution_notification_controller.cc',
583 'display/resolution_notification_controller.h',
584 'display/root_window_transformers.cc',
585 'display/root_window_transformers.h',
586 'display/screen_ash.cc',
587 'display/screen_ash.h',
588 'display/screen_orientation_controller_chromeos.cc',
589 'display/screen_orientation_controller_chromeos.h',
590 'display/screen_position_controller.cc',
591 'display/screen_position_controller.h',
592 'display/shared_display_edge_indicator.cc',
593 'display/shared_display_edge_indicator.h',
594 'display/unified_mouse_warp_controller.cc',
595 'display/unified_mouse_warp_controller.h',
596 'display/window_tree_host_manager.cc',
597 'display/window_tree_host_manager.h',
598 'drag_drop/drag_drop_controller.cc',
599 'drag_drop/drag_drop_controller.h',
600 'drag_drop/drag_drop_tracker.cc',
601 'drag_drop/drag_drop_tracker.h',
602 'first_run/desktop_cleaner.cc',
603 'first_run/desktop_cleaner.h',
604 'first_run/first_run_helper.cc',
605 'first_run/first_run_helper.h',
606 'first_run/first_run_helper_impl.cc',
607 'first_run/first_run_helper_impl.h',
608 'high_contrast/high_contrast_controller.cc',
609 'high_contrast/high_contrast_controller.h',
610 'host/ash_window_tree_host.cc',
611 'host/ash_window_tree_host.h',
612 'host/ash_window_tree_host_init_params.cc',
613 'host/ash_window_tree_host_init_params.h',
614 'host/ash_window_tree_host_platform.cc',
615 'host/ash_window_tree_host_platform.h',
616 'host/ash_window_tree_host_unified.cc',
617 'host/ash_window_tree_host_unified.h',
618 'host/ash_window_tree_host_win.cc',
619 'host/ash_window_tree_host_win.h',
620 'host/ash_window_tree_host_x11.cc',
621 'host/ash_window_tree_host_x11.h',
622 'host/root_window_transformer.h',
623 'host/transformer_helper.cc',
624 'host/transformer_helper.h',
625 'ime/input_method_event_handler.cc',
626 'ime/input_method_event_handler.h',
627 'link_handler_model.cc',
628 'link_handler_model.h',
629 'link_handler_model_factory.cc',
630 'link_handler_model_factory.h',
631 'magnifier/magnification_controller.cc',
632 'magnifier/magnification_controller.h',
633 'magnifier/partial_magnification_controller.cc',
634 'magnifier/partial_magnification_controller.h',
635 'metrics/desktop_task_switch_metric_recorder.cc',
636 'metrics/desktop_task_switch_metric_recorder.h',
637 'metrics/task_switch_metrics_recorder.cc',
638 'metrics/task_switch_metrics_recorder.h',
639 'metrics/task_switch_time_tracker.cc',
640 'metrics/task_switch_time_tracker.h',
641 'metrics/user_metrics_recorder.cc',
642 'metrics/user_metrics_recorder.h',
643 'root_window_controller.cc',
644 'root_window_controller.h',
645 'root_window_settings.cc',
646 'root_window_settings.h',
647 'rotator/screen_rotation_animation.cc',
648 'rotator/screen_rotation_animation.h',
649 'rotator/screen_rotation_animator.cc',
650 'rotator/screen_rotation_animator.h',
651 'rotator/window_rotation.cc',
652 'rotator/window_rotation.h',
653 'screen_util.cc',
654 'screen_util.h',
655 'screenshot_delegate.h',
656 'shared/immersive_context.cc',
657 'shared/immersive_context.h',
658 'shared/immersive_focus_watcher.h',
659 'shared/immersive_fullscreen_controller.cc',
660 'shared/immersive_fullscreen_controller.h',
661 'shared/immersive_fullscreen_controller_delegate.h',
662 'shared/immersive_gesture_handler.h',
663 'shared/immersive_handler_factory.cc',
664 'shared/immersive_handler_factory.h',
665 'shared/immersive_revealed_lock.cc',
666 'shared/immersive_revealed_lock.h',
667 'shelf/dimmer_view.cc',
668 'shelf/dimmer_view.h',
669 'shelf/shelf_bezel_event_handler.cc',
670 'shelf/shelf_bezel_event_handler.h',
671 'shelf/shelf_util.cc',
672 'shelf/shelf_util.h',
673 'shelf/shelf_window_targeter.cc',
674 'shelf/shelf_window_targeter.h',
675 'shell.cc',
676 'shell.h',
677 'shell_init_params.cc',
678 'shell_init_params.h',
679 'snap_to_pixel_layout_manager.cc',
680 'snap_to_pixel_layout_manager.h',
681 'sticky_keys/sticky_keys_controller.cc',
682 'sticky_keys/sticky_keys_controller.h',
683 'sticky_keys/sticky_keys_overlay.cc',
684 'sticky_keys/sticky_keys_overlay.h',
685 'sticky_keys/sticky_keys_state.h',
686 'system/chromeos/power/power_event_observer.cc',
687 'system/chromeos/power/power_event_observer.h',
688 'system/chromeos/power/video_activity_notifier.cc',
689 'system/chromeos/power/video_activity_notifier.h',
690 'system/chromeos/rotation/tray_rotation_lock.cc',
691 'system/chromeos/rotation/tray_rotation_lock.h',
692 'system/chromeos/screen_layout_observer.cc',
693 'system/chromeos/screen_layout_observer.h',
694 'touch/touch_hud_debug.cc',
695 'touch/touch_hud_debug.h',
696 'touch/touch_hud_projection.cc',
697 'touch/touch_hud_projection.h',
698 'touch/touch_observer_hud.cc',
699 'touch/touch_observer_hud.h',
700 'touch/touch_transformer_controller.cc',
701 'touch/touch_transformer_controller.h',
702 'touch/touch_uma.cc',
703 'touch/touch_uma.h',
704 'touch/touchscreen_util.cc',
705 'touch/touchscreen_util.h',
706 'utility/screenshot_controller.cc',
707 'utility/screenshot_controller.h',
708 'virtual_keyboard_controller.cc',
709 'virtual_keyboard_controller.h',
710 'wallpaper/wallpaper_controller.cc',
711 'wallpaper/wallpaper_controller.h',
712 'wallpaper/wallpaper_controller_observer.h',
713 'wallpaper/wallpaper_view.cc',
714 'wallpaper/wallpaper_view.h',
715 'wallpaper/wallpaper_widget_controller.cc',
716 'wallpaper/wallpaper_widget_controller.h',
717 'wm/ash_focus_rules.cc',
718 'wm/ash_focus_rules.h',
719 'wm/ash_native_cursor_manager.cc',
720 'wm/ash_native_cursor_manager.h',
721 'wm/boot_splash_screen_chromeos.cc',
722 'wm/boot_splash_screen_chromeos.h',
723 'wm/cursor_manager_chromeos.cc',
724 'wm/cursor_manager_chromeos.h',
725 'wm/dim_window.cc',
726 'wm/dim_window.h',
727 'wm/drag_window_controller.cc',
728 'wm/drag_window_controller.h',
729 'wm/drag_window_resizer.cc',
730 'wm/drag_window_resizer.h',
731 'wm/event_client_impl.cc',
732 'wm/event_client_impl.h',
733 'wm/gestures/overview_gesture_handler.cc',
734 'wm/gestures/overview_gesture_handler.h',
735 'wm/immersive_focus_watcher_aura.cc',
736 'wm/immersive_focus_watcher_aura.h',
737 'wm/immersive_gesture_handler_aura.cc',
738 'wm/immersive_gesture_handler_aura.h',
739 'wm/immersive_handler_factory_ash.cc',
740 'wm/immersive_handler_factory_ash.h',
741 'wm/lock_layout_manager.cc',
742 'wm/lock_layout_manager.h',
743 'wm/lock_state_controller.cc',
744 'wm/lock_state_controller.h',
745 'wm/lock_window_state.cc',
746 'wm/lock_window_state.h',
747 'wm/maximize_mode/maximize_mode_event_handler_aura.cc',
748 'wm/maximize_mode/maximize_mode_event_handler_aura.h',
749 'wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_ozone.cc',
750 'wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_ozone.h',
751 'wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_x11.cc',
752 'wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_x11.h',
753 'wm/overlay_event_filter.cc',
754 'wm/overlay_event_filter.h',
755 'wm/overview/scoped_overview_animation_settings_aura.cc',
756 'wm/overview/scoped_overview_animation_settings_aura.h',
757 'wm/overview/scoped_overview_animation_settings_factory_aura.cc',
758 'wm/overview/scoped_overview_animation_settings_factory_aura.h',
759 'wm/panels/attached_panel_window_targeter.cc',
760 'wm/panels/attached_panel_window_targeter.h',
761 'wm/panels/panel_frame_view.cc',
762 'wm/panels/panel_frame_view.h',
763 'wm/panels/panel_window_event_handler.cc',
764 'wm/panels/panel_window_event_handler.h',
765 'wm/power_button_controller.cc',
766 'wm/power_button_controller.h',
767 'wm/resize_handle_window_targeter.cc',
768 'wm/resize_handle_window_targeter.h',
769 'wm/resize_shadow.cc',
770 'wm/resize_shadow.h',
771 'wm/resize_shadow_controller.cc',
772 'wm/resize_shadow_controller.h',
773 'wm/screen_dimmer.cc',
774 'wm/screen_dimmer.h',
775 'wm/screen_pinning_controller.cc',
776 'wm/screen_pinning_controller.h',
777 'wm/session_state_animator.cc',
778 'wm/session_state_animator.h',
779 'wm/session_state_animator_impl.cc',
780 'wm/session_state_animator_impl.h',
781 'wm/stacking_controller.cc',
782 'wm/stacking_controller.h',
783 'wm/stylus_metrics_recorder.cc',
784 'wm/stylus_metrics_recorder.h',
785 'wm/system_gesture_event_filter.cc',
786 'wm/system_gesture_event_filter.h',
787 'wm/system_modal_container_event_filter.cc',
788 'wm/system_modal_container_event_filter.h',
789 'wm/system_modal_container_event_filter_delegate.h',
790 'wm/system_modal_container_layout_manager.cc',
791 'wm/system_modal_container_layout_manager.h',
792 'wm/system_wallpaper_controller.cc',
793 'wm/system_wallpaper_controller.h',
794 'wm/toplevel_window_event_handler.cc',
795 'wm/toplevel_window_event_handler.h',
796 'wm/video_detector.cc',
797 'wm/video_detector.h',
798 'wm/window_animations.cc',
799 'wm/window_animations.h',
800 'wm/window_cycle_event_filter_aura.cc',
801 'wm/window_cycle_event_filter_aura.h',
802 'wm/window_mirror_view.cc',
803 'wm/window_mirror_view.h',
804 'wm/window_properties.cc',
805 'wm/window_properties.h',
806 'wm/window_state_aura.cc',
807 'wm/window_state_aura.h',
808 'wm/window_util.cc',
809 'wm/window_util.h',
810 'wm/workspace/workspace_event_handler_aura.cc',
811 'wm/workspace/workspace_event_handler_aura.h',
812 ],
813 'ash_with_content_sources': [
814 'content/ash_with_content_export.h',
815 'content/gpu_support_impl.cc',
816 'content/gpu_support_impl.h',
817 'content/keyboard_overlay/keyboard_overlay_delegate.cc',
818 'content/keyboard_overlay/keyboard_overlay_delegate.h',
819 'content/keyboard_overlay/keyboard_overlay_view.cc',
820 'content/keyboard_overlay/keyboard_overlay_view.h',
821 'content/screen_orientation_delegate_chromeos.cc',
822 'content/screen_orientation_delegate_chromeos.h',
823 'content/shell_content_state.cc',
824 'content/shell_content_state.h',
825 ],
826 'ash_test_support_sources': [
827 'common/test/material_design_controller_test_api.cc',
828 'common/test/material_design_controller_test_api.h',
829 'common/test/test_palette_delegate.cc',
830 'common/test/test_palette_delegate.h',
831 'common/test/test_volume_control_delegate.cc',
832 'common/test/test_volume_control_delegate.h',
833 'shell/toplevel_window.cc',
834 'shell/toplevel_window.h',
835 'test/ash_md_test_base.cc',
836 'test/ash_md_test_base.h',
837 'test/ash_test_base.cc',
838 'test/ash_test_base.h',
839 'test/ash_test_environment.h',
840 'test/ash_test_helper.cc',
841 'test/ash_test_helper.h',
842 'test/ash_test_views_delegate.cc',
843 'test/ash_test_views_delegate.h',
844 'test/child_modal_window.cc',
845 'test/child_modal_window.h',
846 'test/cursor_manager_test_api.cc',
847 'test/cursor_manager_test_api.h',
848 'test/display_manager_test_api.cc',
849 'test/display_manager_test_api.h',
850 'test/immersive_fullscreen_controller_test_api.cc',
851 'test/immersive_fullscreen_controller_test_api.h',
852 'test/mirror_window_test_api.cc',
853 'test/mirror_window_test_api.h',
854 'test/overflow_bubble_view_test_api.cc',
855 'test/overflow_bubble_view_test_api.h',
856 'test/shelf_button_pressed_metric_tracker_test_api.cc',
857 'test/shelf_button_pressed_metric_tracker_test_api.h',
858 'test/shelf_view_test_api.cc',
859 'test/shelf_view_test_api.h',
860 'test/shell_test_api.cc',
861 'test/shell_test_api.h',
862 'test/status_area_widget_test_helper.cc',
863 'test/status_area_widget_test_helper.h',
864 'test/task_switch_time_tracker_test_api.cc',
865 'test/task_switch_time_tracker_test_api.h',
866 'test/test_activation_delegate.cc',
867 'test/test_activation_delegate.h',
868 'test/test_keyboard_ui.cc',
869 'test/test_keyboard_ui.h',
870 'test/test_lock_state_controller_delegate.cc',
871 'test/test_lock_state_controller_delegate.h',
872 'test/test_overlay_delegate.cc',
873 'test/test_overlay_delegate.h',
874 'test/test_screenshot_delegate.cc',
875 'test/test_screenshot_delegate.h',
876 'test/test_session_state_animator.cc',
877 'test/test_session_state_animator.h',
878 'test/test_session_state_delegate.cc',
879 'test/test_session_state_delegate.h',
880 'test/test_shelf_delegate.cc',
881 'test/test_shelf_delegate.h',
882 'test/test_shelf_item_delegate.cc',
883 'test/test_shelf_item_delegate.h',
884 'test/test_shell_delegate.cc',
885 'test/test_shell_delegate.h',
886 'test/test_suite.cc',
887 'test/test_suite.h',
888 'test/test_suite_init.h',
889 'test/test_suite_init.mm',
890 'test/test_system_tray_delegate.cc',
891 'test/test_system_tray_delegate.h',
892 'test/test_system_tray_item.cc',
893 'test/test_system_tray_item.h',
894 'test/test_wallpaper_delegate.cc',
895 'test/test_wallpaper_delegate.h',
896 'test/tray_cast_test_api.cc',
897 'test/tray_cast_test_api.h',
898 'test/ui_controls_factory_ash.cc',
899 'test/ui_controls_factory_ash.h',
900 'test/user_metrics_recorder_test_api.cc',
901 'test/user_metrics_recorder_test_api.h',
902 ],
903 'ash_test_support_with_content_sources': [
904 'test/content/test_shell_content_state.cc',
905 'test/content/test_shell_content_state.h',
906 ],
907 'ash_shell_lib_sources': [
908 '../ui/views/test/test_views_delegate_aura.cc',
909 'shell/app_list.cc',
910 'shell/bubble.cc',
911 'shell/context_menu.cc',
912 'shell/context_menu.h',
913 'shell/example_factory.h',
914 'shell/lock_view.cc',
915 'shell/panel_window.cc',
916 'shell/panel_window.h',
917 'shell/shell_delegate_impl.cc',
918 'shell/shell_delegate_impl.h',
919 'shell/toplevel_window.cc',
920 'shell/toplevel_window.h',
921 'shell/widgets.cc',
922 'shell/window_type_launcher.cc',
923 'shell/window_type_launcher.h',
924 'shell/window_watcher.cc',
925 'shell/window_watcher.h',
926 'shell/window_watcher_shelf_item_delegate.cc',
927 'shell/window_watcher_shelf_item_delegate.h',
928 ],
929 'ash_shell_with_content_lib_sources': [
930 'shell/content/client/shell_browser_main_parts.cc',
931 'shell/content/client/shell_browser_main_parts.h',
932 'shell/content/client/shell_content_browser_client.cc',
933 'shell/content/client/shell_content_browser_client.h',
934 'shell/content/client/shell_main_delegate.cc',
935 'shell/content/client/shell_main_delegate.h',
936 'shell/content/shell_content_state_impl.cc',
937 'shell/content/shell_content_state_impl.h',
938 ],
939 'ash_unittests_sources': [
940 'accelerators/accelerator_commands_unittest.cc',
941 'accelerators/accelerator_controller_unittest.cc',
942 'accelerators/accelerator_filter_unittest.cc',
943 'accelerators/magnifier_key_scroller_unittest.cc',
944 'accelerators/spoken_feedback_toggler_unittest.cc',
945 'app_list/app_list_presenter_delegate_unittest.cc',
946 'ash_touch_exploration_manager_chromeos_unittest.cc',
947 'aura/pointer_watcher_adapter_unittest.cc',
948 'autoclick/autoclick_unittest.cc',
949 'common/accelerators/accelerator_table_unittest.cc',
950 'common/frame/caption_buttons/frame_caption_button_container_view_unittest .cc',
951 'common/frame/custom_frame_view_ash_unittest.cc',
952 'common/frame/default_header_painter_unittest.cc',
953 'common/material_design/material_design_controller_unittest.cc',
954 'common/popup_message_unittest.cc',
955 'common/shelf/shelf_background_animator_unittest.cc',
956 'common/shelf/shelf_button_pressed_metric_tracker_unittest.cc',
957 'common/shelf/shelf_locking_manager_unittest.cc',
958 'common/shelf/shelf_model_unittest.cc',
959 'common/shelf/shelf_tooltip_manager_unittest.cc',
960 'common/shelf/shelf_window_watcher_unittest.cc',
961 'common/system/chromeos/brightness/tray_brightness_unittest.cc',
962 'common/system/chromeos/ime_menu/ime_menu_tray_unittest.cc',
963 'common/system/chromeos/media_security/multi_profile_media_tray_item_unitt est.cc',
964 'common/system/chromeos/palette/mock_palette_tool_delegate.cc',
965 'common/system/chromeos/palette/mock_palette_tool_delegate.h',
966 'common/system/chromeos/palette/palette_tool_manager_unittest.cc',
967 'common/system/chromeos/palette/tools/create_note_unittest.cc',
968 'common/system/chromeos/palette/tools/screenshot_unittest.cc',
969 'common/system/chromeos/palette/tools/laser_pointer_mode_test_api.cc',
970 'common/system/chromeos/palette/tools/laser_pointer_mode_test_api.h',
971 'common/system/chromeos/palette/tools/laser_pointer_points_test_api.cc',
972 'common/system/chromeos/palette/tools/laser_pointer_points_test_api.h',
973 'common/system/chromeos/palette/tools/laser_pointer_unittest.cc',
974 'common/system/chromeos/power/power_status_unittest.cc',
975 'common/system/chromeos/power/power_status_view_unittest.cc',
976 'common/system/chromeos/power/tray_power_unittest.cc',
977 'common/system/chromeos/screen_security/screen_tray_item_unittest.cc',
978 'common/system/chromeos/session/logout_confirmation_controller_unittest.cc ',
979 'common/system/chromeos/session/tray_session_length_limit_unittest.cc',
980 'common/system/chromeos/supervised/tray_supervised_user_unittest.cc',
981 'common/system/date/date_view_unittest.cc',
982 'common/system/ime/tray_ime_chromeos_unittest.cc',
983 'common/system/tray/system_tray_unittest.cc',
984 'common/system/tray/tray_details_view_unittest.cc',
985 'common/system/update/tray_update_unittest.cc',
986 'common/system/user/tray_user_unittest.cc',
987 'common/wm/container_finder_unittest.cc',
988 'common/wm/overview/cleanup_animation_observer_unittest.cc',
989 'common/wm/workspace/workspace_event_handler_test_helper.cc',
990 'common/wm/workspace/workspace_event_handler_test_helper.h',
991 'dip_unittest.cc',
992 'display/cursor_window_controller_unittest.cc',
993 'display/display_change_observer_chromeos_unittest.cc',
994 'display/display_color_manager_chromeos_unittest.cc',
995 'display/display_error_observer_chromeos_unittest.cc',
996 'display/display_manager_unittest.cc',
997 'display/display_util_unittest.cc',
998 'display/extended_mouse_warp_controller_unittest.cc',
999 'display/json_converter_unittest.cc',
1000 'display/mirror_window_controller_unittest.cc',
1001 'display/mouse_cursor_event_filter_unittest.cc',
1002 'display/projecting_observer_chromeos_unittest.cc',
1003 'display/resolution_notification_controller_unittest.cc',
1004 'display/root_window_transformers_unittest.cc',
1005 'display/screen_ash_unittest.cc',
1006 'display/screen_position_controller_unittest.cc',
1007 'display/unified_mouse_warp_controller_unittest.cc',
1008 'display/window_tree_host_manager_unittest.cc',
1009 'drag_drop/drag_drop_controller_unittest.cc',
1010 'drag_drop/drag_drop_tracker_unittest.cc',
1011 'extended_desktop_unittest.cc',
1012 'focus_cycler_unittest.cc',
1013 'frame/caption_buttons/frame_size_button_unittest.cc',
1014 'host/ash_window_tree_host_x11_unittest.cc',
1015 'magnifier/magnification_controller_unittest.cc',
1016 'magnifier/partial_magnification_controller_unittest.cc',
1017 'metrics/desktop_task_switch_metric_recorder_unittest.cc',
1018 'metrics/task_switch_metrics_recorder_unittest.cc',
1019 'metrics/task_switch_time_tracker_unittest.cc',
1020 'metrics/user_metrics_recorder_unittest.cc',
1021 'root_window_controller_unittest.cc',
1022 'rotator/screen_rotation_animation_unittest.cc',
1023 'screen_util_unittest.cc',
1024 'shelf/shelf_layout_manager_unittest.cc',
1025 'shelf/shelf_unittest.cc',
1026 'shelf/shelf_view_unittest.cc',
1027 'shelf/shelf_widget_unittest.cc',
1028 'shell_unittest.cc',
1029 'sticky_keys/sticky_keys_overlay_unittest.cc',
1030 'sticky_keys/sticky_keys_unittest.cc',
1031 'system/chromeos/power/power_event_observer_unittest.cc',
1032 'system/chromeos/power/video_activity_notifier_unittest.cc',
1033 'system/chromeos/rotation/tray_rotation_lock_unittest.cc',
1034 'system/chromeos/screen_layout_observer_unittest.cc',
1035 'system/overview/overview_button_tray_unittest.cc',
1036 'system/toast/toast_manager_unittest.cc',
1037 'system/web_notification/ash_popup_alignment_delegate_unittest.cc',
1038 'system/web_notification/web_notification_tray_unittest.cc',
1039 'test/ash_test_helper_unittest.cc',
1040 'test/ash_unittests.cc',
1041 'tooltips/tooltip_controller_unittest.cc',
1042 'touch/touch_observer_hud_unittest.cc',
1043 'touch/touch_transformer_controller_unittest.cc',
1044 'touch/touchscreen_util_unittest.cc',
1045 'utility/screenshot_controller_unittest.cc',
1046 'virtual_keyboard_controller_unittest.cc',
1047 'wallpaper/wallpaper_controller_unittest.cc',
1048 'wm/always_on_top_controller_unittest.cc',
1049 'wm/ash_focus_rules_unittest.cc',
1050 'wm/ash_native_cursor_manager_unittest.cc',
1051 'wm/dock/docked_window_layout_manager_unittest.cc',
1052 'wm/dock/docked_window_resizer_unittest.cc',
1053 'wm/drag_window_resizer_unittest.cc',
1054 'wm/gestures/overview_gesture_handler_unittest.cc',
1055 'wm/immersive_fullscreen_controller_unittest.cc',
1056 'wm/lock_layout_manager_unittest.cc',
1057 'wm/lock_state_controller_unittest.cc',
1058 'wm/maximize_mode/accelerometer_test_data_literals.cc',
1059 'wm/maximize_mode/maximize_mode_controller_unittest.cc',
1060 'wm/maximize_mode/maximize_mode_window_manager_unittest.cc',
1061 'wm/mru_window_tracker_unittest.cc',
1062 'wm/overlay_event_filter_unittest.cc',
1063 'wm/overview/window_selector_unittest.cc',
1064 'wm/panels/panel_layout_manager_unittest.cc',
1065 'wm/panels/panel_window_resizer_unittest.cc',
1066 'wm/resize_shadow_and_cursor_unittest.cc',
1067 'wm/root_window_layout_manager_unittest.cc',
1068 'wm/screen_dimmer_unittest.cc',
1069 'wm/screen_pinning_controller_unittest.cc',
1070 'wm/session_state_animator_impl_unittest.cc',
1071 'wm/stacking_controller_unittest.cc',
1072 'wm/system_gesture_event_filter_unittest.cc',
1073 'wm/system_modal_container_layout_manager_unittest.cc',
1074 'wm/toplevel_window_event_handler_unittest.cc',
1075 'wm/video_detector_unittest.cc',
1076 'wm/window_animations_unittest.cc',
1077 'wm/window_cycle_controller_unittest.cc',
1078 'wm/window_manager_unittest.cc',
1079 'wm/window_modality_controller_unittest.cc',
1080 'wm/window_positioner_unittest.cc',
1081 'wm/window_state_unittest.cc',
1082 'wm/window_util_unittest.cc',
1083 'wm/workspace/magnetism_matcher_unittest.cc',
1084 'wm/workspace/multi_window_resize_controller_unittest.cc',
1085 'wm/workspace/workspace_event_handler_unittest.cc',
1086 'wm/workspace/workspace_layout_manager_unittest.cc',
1087 'wm/workspace/workspace_window_resizer_unittest.cc',
1088 'wm/workspace_controller_test_helper.cc',
1089 'wm/workspace_controller_test_helper.h',
1090 'wm/workspace_controller_unittest.cc',
1091 ],
1092 },
1093 'targets': [
1094 {
1095 # GN version: //ash
1096 'target_name': 'ash',
1097 'type': '<(component)',
1098 'dependencies': [
1099 '../base/base.gyp:base',
1100 '../base/base.gyp:base_i18n',
1101 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations',
1102 '../cc/cc.gyp:cc',
1103 '../components/components.gyp:device_event_log_component',
1104 '../components/components.gyp:onc_component',
1105 '../components/components.gyp:signin_core_account_id',
1106 '../components/components.gyp:user_manager',
1107 '../components/components.gyp:wallpaper',
1108 '../net/net.gyp:net',
1109 '../skia/skia.gyp:skia',
1110 '../third_party/icu/icu.gyp:icui18n',
1111 '../third_party/icu/icu.gyp:icuuc',
1112 '../ui/accessibility/accessibility.gyp:accessibility',
1113 '../ui/app_list/app_list.gyp:app_list',
1114 '../ui/app_list/presenter/app_list_presenter.gyp:app_list_presenter',
1115 '../ui/aura/aura.gyp:aura',
1116 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime',
1117 '../ui/base/ui_base.gyp:ui_base',
1118 '../ui/base/ui_base.gyp:ui_data_pack',
1119 '../ui/compositor/compositor.gyp:compositor',
1120 '../ui/display/display.gyp:display',
1121 '../ui/events/devices/events_devices.gyp:events_devices',
1122 '../ui/events/events.gyp:events',
1123 '../ui/events/events.gyp:events_base',
1124 '../ui/events/events.gyp:gesture_detection',
1125 '../ui/events/platform/events_platform.gyp:events_platform',
1126 '../ui/gfx/gfx.gyp:gfx',
1127 '../ui/gfx/gfx.gyp:gfx_geometry',
1128 '../ui/gfx/gfx.gyp:gfx_range',
1129 '../ui/gfx/gfx.gyp:gfx_vector_icons',
1130 '../ui/keyboard/keyboard.gyp:keyboard',
1131 '../ui/message_center/message_center.gyp:message_center',
1132 '../ui/native_theme/native_theme.gyp:native_theme',
1133 '../ui/platform_window/stub/stub_window.gyp:stub_window',
1134 '../ui/resources/ui_resources.gyp:ui_resources',
1135 '../ui/strings/ui_strings.gyp:ui_strings',
1136 '../ui/views/views.gyp:views',
1137 '../ui/wm/wm.gyp:wm',
1138 '../url/url.gyp:url_lib',
1139 'ash_resources.gyp:ash_resources',
1140 'ash_strings.gyp:ash_strings',
1141 'ash_touch_hud.gyp:ash_touch_hud',
1142 ],
1143 'defines': [
1144 'ASH_IMPLEMENTATION',
1145 ],
1146 'sources': [
1147 '<@(ash_sources)',
1148 ],
1149 'conditions': [
1150 ['OS=="win"', {
1151 'sources!': [
1152 # Note: sources list duplicated in GN build.
1153 "sticky_keys/sticky_keys_controller.cc",
1154 "sticky_keys/sticky_keys_controller.h",
1155 ],
1156 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
1157 'msvs_disabled_warnings': [ 4267, ],
1158 }],
1159 ['use_x11==1', {
1160 'dependencies': [
1161 '../build/linux/system.gyp:x11',
1162 '../build/linux/system.gyp:xfixes',
1163 '../ui/base/x/ui_base_x.gyp:ui_base_x',
1164 '../ui/events/devices/x11/events_devices_x11.gyp:events_devices_x11' ,
1165 '../ui/gfx/x/gfx_x11.gyp:gfx_x11',
1166 ],
1167 }],
1168 ['use_ozone==1', {
1169 'dependencies': [
1170 '../ui/events/ozone/events_ozone.gyp:events_ozone',
1171 '../ui/ozone/ozone.gyp:ozone',
1172 ],
1173 }],
1174 ['chromeos==1', {
1175 'dependencies': [
1176 '../chromeos/chromeos.gyp:chromeos',
1177 # Ash #includes power_supply_properties.pb.h directly.
1178 '../chromeos/chromeos.gyp:power_manager_proto',
1179 '../components/components.gyp:quirks',
1180 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
1181 '../third_party/qcms/qcms.gyp:qcms',
1182 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_resources',
1183 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_strings',
1184 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos',
1185 '../ui/display/display.gyp:display_util',
1186 ],
1187 }, { # else: chromeos!=1
1188 'sources!': [
1189 'accelerators/key_hold_detector.cc',
1190 'accelerators/key_hold_detector.h',
1191 'accelerators/magnifier_key_scroller.cc',
1192 'accelerators/magnifier_key_scroller.h',
1193 'accelerators/spoken_feedback_toggler.cc',
1194 'accelerators/spoken_feedback_toggler.h',
1195 'display/resolution_notification_controller.cc',
1196 'display/resolution_notification_controller.h',
1197 'touch/touch_transformer_controller.cc',
1198 'touch/touch_transformer_controller.h',
1199 'touch/touchscreen_util.cc',
1200 'touch/touchscreen_util.h',
1201 'virtual_keyboard_controller.cc',
1202 'virtual_keyboard_controller.h',
1203 'wm/stylus_metrics_recorder.cc',
1204 'wm/stylus_metrics_recorder.h'
1205 ],
1206 }],
1207 ],
1208 },
1209 {
1210 # GN version: //ash:ash_with_content
1211 'target_name': 'ash_with_content',
1212 'type': '<(component)',
1213 'dependencies': [
1214 '../base/base.gyp:base',
1215 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations',
1216 '../content/content.gyp:content_browser',
1217 '../ipc/ipc.gyp:ipc',
1218 '../skia/skia.gyp:skia',
1219 '../ui/aura/aura.gyp:aura',
1220 '../ui/base/ui_base.gyp:ui_base',
1221 '../ui/compositor/compositor.gyp:compositor',
1222 '../ui/display/display.gyp:display',
1223 '../ui/events/events.gyp:events',
1224 '../ui/gfx/gfx.gyp:gfx',
1225 '../ui/gfx/gfx.gyp:gfx_geometry',
1226 '../ui/keyboard/keyboard.gyp:keyboard_with_content',
1227 '../ui/resources/ui_resources.gyp:ui_resources',
1228 '../ui/strings/ui_strings.gyp:ui_strings',
1229 '../ui/views/controls/webview/webview.gyp:webview',
1230 '../ui/views/views.gyp:views',
1231 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs',
1232 '../url/url.gyp:url_lib',
1233 'ash',
1234 'ash_resources.gyp:ash_resources',
1235 'ash_strings.gyp:ash_strings',
1236 ],
1237 'defines': [
1238 'ASH_WITH_CONTENT_IMPLEMENTATION',
1239 ],
1240 'sources': [
1241 '<@(ash_with_content_sources)',
1242 ],
1243 },
1244 {
1245 # GN version: //ash:test_support
1246 'target_name': 'ash_test_support',
1247 'type': 'static_library',
1248 'dependencies': [
1249 '../skia/skia.gyp:skia',
1250 '../testing/gtest.gyp:gtest',
1251 '../ui/accessibility/accessibility.gyp:ax_gen',
1252 '../ui/app_list/app_list.gyp:app_list_test_support',
1253 '../ui/app_list/presenter/app_list_presenter.gyp:app_list_presenter',
1254 '../ui/events/devices/events_devices.gyp:events_devices',
1255 '../ui/views/views.gyp:views_test_support',
1256 'ash',
1257 'ash_resources.gyp:ash_resources',
1258 'ash_test_support_with_content',
1259 ],
1260 'sources': [
1261 '<@(ash_test_support_sources)',
1262 ],
1263 'conditions': [
1264 ['OS=="win"', {
1265 'dependencies': [
1266 '../ui/platform_window/win/win_window.gyp:win_window',
1267 ],
1268 }],
1269 ],
1270 },
1271 {
1272 # GN version: //ash:test_support_with_content
1273 'target_name': 'ash_test_support_with_content',
1274 'type': 'static_library',
1275 'dependencies': [
1276 '../skia/skia.gyp:skia',
1277 'ash_with_content',
1278 ],
1279 'sources': [
1280 '<@(ash_test_support_with_content_sources)',
1281 ],
1282 },
1283 {
1284 # GN version: //ash:interactive_ui_test_support
1285 'target_name': 'ash_interactive_ui_test_support',
1286 'type': 'static_library',
1287 'dependencies': [
1288 '../skia/skia.gyp:skia',
1289 '../testing/gtest.gyp:gtest',
1290 'ash',
1291 'ash_test_support',
1292 ],
1293 'sources': [
1294 'test/ash_interactive_ui_test_base.cc',
1295 'test/ash_interactive_ui_test_base.h',
1296 ],
1297 },
1298 {
1299 # GN version: //ash:ash_unittests
1300 'target_name': 'ash_unittests',
1301 'type': 'executable',
1302 'dependencies': [
1303 '../base/base.gyp:base',
1304 '../base/base.gyp:test_support_base',
1305 '../chrome/chrome_resources.gyp:packed_resources',
1306 '../components/components.gyp:signin_core_account_id',
1307 '../components/components.gyp:user_manager',
1308 '../content/content.gyp:content_browser',
1309 '../content/content_shell_and_tests.gyp:test_support_content',
1310 '../skia/skia.gyp:skia',
1311 '../testing/gmock.gyp:gmock',
1312 '../testing/gtest.gyp:gtest',
1313 '../third_party/icu/icu.gyp:icui18n',
1314 '../third_party/icu/icu.gyp:icuuc',
1315 '../ui/accessibility/accessibility.gyp:accessibility',
1316 '../ui/app_list/app_list.gyp:app_list',
1317 '../ui/app_list/presenter/app_list_presenter.gyp:app_list_presenter',
1318 '../ui/aura/aura.gyp:aura',
1319 '../ui/aura/aura.gyp:aura_test_support',
1320 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime',
1321 '../ui/base/ui_base.gyp:ui_base',
1322 '../ui/base/ui_base.gyp:ui_base_test_support',
1323 '../ui/compositor/compositor.gyp:compositor',
1324 '../ui/compositor/compositor.gyp:compositor_test_support',
1325 '../ui/display/display.gyp:display',
1326 '../ui/events/devices/events_devices.gyp:events_devices',
1327 '../ui/events/events.gyp:events',
1328 '../ui/events/events.gyp:events_test_support',
1329 '../ui/events/events.gyp:gesture_detection',
1330 '../ui/gfx/gfx.gyp:gfx',
1331 '../ui/gfx/gfx.gyp:gfx_geometry',
1332 '../ui/keyboard/keyboard.gyp:keyboard',
1333 '../ui/keyboard/keyboard.gyp:keyboard_with_content',
1334 '../ui/message_center/message_center.gyp:message_center',
1335 '../ui/message_center/message_center.gyp:message_center_test_support',
1336 '../ui/resources/ui_resources.gyp:ui_resources',
1337 '../ui/views/controls/webview/webview_tests.gyp:webview_test_support',
1338 '../ui/views/views.gyp:views',
1339 '../ui/views/views.gyp:views_test_support',
1340 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs_test_support',
1341 '../ui/wm/wm.gyp:wm',
1342 '../ui/wm/wm.gyp:wm_test_support',
1343 '../url/url.gyp:url_lib',
1344 'ash',
1345 'ash_resources.gyp:ash_resources',
1346 'ash_resources.gyp:ash_test_resources_100_percent',
1347 'ash_resources.gyp:ash_test_resources_200_percent',
1348 'ash_strings.gyp:ash_strings',
1349 'ash_strings.gyp:ash_test_strings',
1350 'ash_test_support',
1351 'ash_touch_hud.gyp:ash_touch_hud',
1352 'ash_with_content',
1353 ],
1354 'sources': [
1355 '<@(ash_unittests_sources)',
1356 ],
1357 'conditions': [
1358 ['chromeos==0', {
1359 'sources!': [
1360 # TODO(zork): fix this test to build on Windows. See: crosbug.com/26 906
1361 'focus_cycler_unittest.cc',
1362
1363 # All tests for multiple displays: not supported on Windows Ash.
1364 'wm/drag_window_resizer_unittest.cc',
1365
1366 # Talks to ChromeOS system services.
1367 'wm/lock_state_controller_unittest.cc',
1368
1369 # Can't resize on Windows Ash. http://crbug.com/165962
1370 'autoclick/autoclick_unittest.cc',
1371 'magnifier/magnification_controller_unittest.cc',
1372 'magnifier/partial_magnification_controller_unittest.cc',
1373 'sticky_keys/sticky_keys_overlay_unittest.cc',
1374 'sticky_keys/sticky_keys_unittest.cc',
1375 'system/chromeos/rotation/tray_rotation_lock_unittest.cc',
1376 'virtual_keyboard_controller_unittest.cc',
1377 'wm/maximize_mode/maximize_mode_controller_unittest.cc',
1378 'wm/workspace/workspace_window_resizer_unittest.cc',
1379 ],
1380 'sources': [
1381 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/ui_unscaled_resources.rc',
1382 ],
1383 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
1384 'msvs_disabled_warnings': [ 4267, ],
1385 }],
1386 ['chromeos==1', {
1387 'dependencies': [
1388 '../chromeos/chromeos.gyp:chromeos_test_support_without_gmock',
1389 '../chromeos/chromeos.gyp:power_manager_proto',
1390 '../components/components.gyp:quirks',
1391 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
1392 '../ui/display/display.gyp:display_test_support',
1393 '../ui/display/display.gyp:display_test_util',
1394 '../ui/display/display.gyp:display_types',
1395 ],
1396 'sources': [
1397 'first_run/first_run_helper_unittest.cc',
1398 ],
1399 }, { # else: chromeos!=1
1400 'sources!': [
1401 'accelerators/magnifier_key_scroller_unittest.cc',
1402 'accelerators/spoken_feedback_toggler_unittest.cc',
1403 'display/resolution_notification_controller_unittest.cc',
1404 'touch/touch_transformer_controller_unittest.cc',
1405 'touch/touchscreen_util_unittest.cc',
1406 ],
1407 }],
1408 ],
1409 },
1410 {
1411 # GN version: //ash:ash_shell_lib
1412 'target_name': 'ash_shell_lib',
1413 'type': 'static_library',
1414 'dependencies': [
1415 '../base/base.gyp:base',
1416 '../base/base.gyp:base_i18n',
1417 '../chrome/chrome_resources.gyp:packed_resources',
1418 '../skia/skia.gyp:skia',
1419 '../third_party/icu/icu.gyp:icui18n',
1420 '../third_party/icu/icu.gyp:icuuc',
1421 '../ui/app_list/app_list.gyp:app_list',
1422 '../ui/app_list/presenter/app_list_presenter.gyp:app_list_presenter',
1423 '../ui/aura/aura.gyp:aura',
1424 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime',
1425 '../ui/base/ui_base.gyp:ui_base',
1426 '../ui/compositor/compositor.gyp:compositor',
1427 '../ui/events/events.gyp:events',
1428 '../ui/gfx/gfx.gyp:gfx',
1429 '../ui/gfx/gfx.gyp:gfx_geometry',
1430 '../ui/keyboard/keyboard.gyp:keyboard',
1431 '../ui/keyboard/keyboard.gyp:keyboard_with_content',
1432 '../ui/message_center/message_center.gyp:message_center',
1433 '../ui/resources/ui_resources.gyp:ui_resources',
1434 '../ui/views/examples/examples.gyp:views_examples_lib',
1435 '../ui/views/examples/examples.gyp:views_examples_with_content_lib',
1436 '../ui/views/views.gyp:views',
1437 '../ui/views/views.gyp:views_test_support',
1438 'ash',
1439 'ash_resources.gyp:ash_resources',
1440 'ash_strings.gyp:ash_strings',
1441 'ash_test_support',
1442 'ash_with_content',
1443 ],
1444 'sources': [
1445 '<@(ash_shell_lib_sources)',
1446 ],
1447 },
1448 {
1449 # GN version: //ash:ash_shell_lib_with_content
1450 'target_name': 'ash_shell_lib_with_content',
1451 'type': 'static_library',
1452 'dependencies': [
1453 'ash_shell_lib',
1454 '../content/content_shell_and_tests.gyp:content_shell_lib',
1455 '../content/content.gyp:content',
1456 '../skia/skia.gyp:skia',
1457 ],
1458 'sources': [
1459 '<@(ash_shell_with_content_lib_sources)',
1460 ],
1461 'conditions': [
1462 ['OS=="win"', {
1463 'dependencies': [
1464 '../content/content.gyp:sandbox_helper_win',
1465 ],
1466 }],
1467 ],
1468 },
1469 {
1470 # GN version: //ash:ash_shell_with_content
1471 'target_name': 'ash_shell_with_content',
1472 'type': 'executable',
1473 'dependencies': [
1474 'ash_shell_lib_with_content',
1475 '../components/components.gyp:user_manager',
1476 ],
1477 'sources': [
1478 'shell/content/shell_with_content_main.cc',
1479 ],
1480 'conditions': [
1481 ['OS=="win"', {
1482 'msvs_settings': {
1483 'VCLinkerTool': {
1484 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS
1485 },
1486 },
1487 'dependencies': [
1488 '../sandbox/sandbox.gyp:sandbox',
1489 ],
1490 }],
1491 ['chromeos==1', {
1492 'dependencies': [
1493 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
1494 ],
1495 }],
1496 ],
1497 },
1498 ],
1499 'conditions': [
1500 ['test_isolation_mode != "noop"', {
1501 'targets': [
1502 {
1503 'target_name': 'ash_unittests_run',
1504 'type': 'none',
1505 'dependencies': [
1506 'ash_unittests',
1507 ],
1508 'includes': [
1509 '../build/isolate.gypi',
1510 ],
1511 'sources': [
1512 'ash_unittests.isolate',
1513 ],
1514 'conditions': [
1515 ['use_x11==1',
1516 {
1517 'dependencies': [
1518 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1519 ],
1520 }
1521 ],
1522 ],
1523 },
1524 ],
1525 }],
1526 ],
1527 }
OLDNEW
« no previous file with comments | « ash/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698