WallpaperLoader should inform caller that load request is finished.
[chromium-blink-merge.git] / ash / ash.gyp
blob4c6d99cb82fffac12e88c1052d6ade9a3905cceb
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.
6   'variables': {
7     'chromium_code': 1,
8     'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome',
9   },
10   'includes': [
11     'ash_resources.gypi',
12   ],
13   'targets': [
14     {
15       'target_name': 'ash',
16       'type': '<(component)',
17       'dependencies': [
18         '../base/base.gyp:base',
19         '../base/base.gyp:base_i18n',
20         '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
21         '../cc/cc.gyp:cc',
22         '../content/content.gyp:content',
23         '../content/content.gyp:content_browser',
24         '../media/media.gyp:media',
25         '../net/net.gyp:net',
26         '../skia/skia.gyp:skia',
27         '../third_party/icu/icu.gyp:icui18n',
28         '../third_party/icu/icu.gyp:icuuc',
29         '../ui/app_list/app_list.gyp:app_list',
30         '../ui/aura/aura.gyp:aura',
31         '../ui/base/strings/ui_strings.gyp:ui_strings',
32         '../ui/compositor/compositor.gyp:compositor',
33         '../ui/events/events.gyp:events',
34         '../ui/gfx/gfx.gyp:gfx',
35         '../ui/gfx/gfx.gyp:gfx_geometry',
36         '../ui/keyboard/keyboard.gyp:keyboard',
37         '../ui/message_center/message_center.gyp:message_center',
38         '../ui/oak/oak.gyp:oak',
39         '../ui/resources/ui_resources.gyp:ui_resources',
40         '../ui/ui.gyp:ui',
41         '../ui/views/controls/webview/webview.gyp:webview',
42         '../ui/views/views.gyp:views',
43         '../ui/web_dialogs/web_dialogs.gyp:web_dialogs',
44         '../ui/wm/wm.gyp:wm_public',
45         '../url/url.gyp:url_lib',
46         'ash_strings.gyp:ash_strings',
47         'ash_resources',
48       ],
49       'defines': [
50         'ASH_IMPLEMENTATION',
51       ],
52       'sources': [
53         # All .cc, .h under ash, except unittests
54         'accelerators/accelerator_commands.cc',
55         'accelerators/accelerator_commands.h',
56         'accelerators/accelerator_controller.cc',
57         'accelerators/accelerator_controller.h',
58         'accelerators/accelerator_dispatcher.cc',
59         'accelerators/accelerator_dispatcher.h',
60         'accelerators/accelerator_filter.cc',
61         'accelerators/accelerator_filter.h',
62         'accelerators/accelerator_table.cc',
63         'accelerators/accelerator_table.h',
64         'accelerators/debug_commands.cc',
65         'accelerators/debug_commands.h',
66         'accelerators/exit_warning_handler.cc',
67         'accelerators/exit_warning_handler.h',
68         'accelerators/focus_manager_factory.cc',
69         'accelerators/focus_manager_factory.h',
70         'accelerators/nested_dispatcher_controller.cc',
71         'accelerators/nested_dispatcher_controller.h',
72         'accessibility_delegate.h',
73         'audio/sounds.cc',
74         'audio/sounds.h',
75         'autoclick/autoclick_controller.cc',
76         'autoclick/autoclick_controller.h',
77         'ash_constants.cc',
78         'ash_constants.h',
79         'ash_switches.cc',
80         'ash_switches.h',
81         'cancel_mode.cc',
82         'cancel_mode.h',
83         'caps_lock_delegate.h',
84         'caps_lock_delegate_stub.cc',
85         'caps_lock_delegate_stub.h',
86         'debug.cc',
87         'debug.h',
88         'default_accessibility_delegate.cc',
89         'default_accessibility_delegate.h',
90         'default_user_wallpaper_delegate.cc',
91         'default_user_wallpaper_delegate.h',
92         'desktop_background/desktop_background_controller.cc',
93         'desktop_background/desktop_background_controller.h',
94         'desktop_background/desktop_background_controller_observer.h',
95         'desktop_background/desktop_background_view.cc',
96         'desktop_background/desktop_background_view.h',
97         'desktop_background/desktop_background_widget_controller.cc',
98         'desktop_background/desktop_background_widget_controller.h',
99         'desktop_background/user_wallpaper_delegate.h',
100         'desktop_background/wallpaper_resizer.cc',
101         'desktop_background/wallpaper_resizer.h',
102         'desktop_background/wallpaper_resizer_observer.h',
103         'display/display_change_observer_chromeos.cc',
104         'display/display_change_observer_chromeos.h',
105         'display/display_controller.cc',
106         'display/display_controller.h',
107         'display/display_error_observer_chromeos.cc',
108         'display/display_error_observer_chromeos.h',
109         'display/display_info.h',
110         'display/display_info.cc',
111         'display/display_layout.h',
112         'display/display_layout.cc',
113         'display/display_layout_store.h',
114         'display/display_layout_store.cc',
115         'display/display_manager.cc',
116         'display/display_manager.h',
117         'display/display_pref_util.h',
118         'display/event_transformation_handler.cc',
119         'display/event_transformation_handler.h',
120         'display/mirror_window_controller.cc',
121         'display/mirror_window_controller.h',
122         'display/mouse_cursor_event_filter.cc',
123         'display/mouse_cursor_event_filter.h',
124         'display/output_configurator_animation.cc',
125         'display/output_configurator_animation.h',
126         'display/resolution_notification_controller.cc',
127         'display/resolution_notification_controller.h',
128         'display/root_window_transformers.cc',
129         'display/root_window_transformers.h',
130         'display/screen_ash.cc',
131         'display/screen_ash.h',
132         'display/screen_position_controller.cc',
133         'display/screen_position_controller.h',
134         'display/shared_display_edge_indicator.cc',
135         'display/shared_display_edge_indicator.h',
136         'display/virtual_keyboard_window_controller.cc',
137         'display/virtual_keyboard_window_controller.h',
138         'drag_drop/drag_drop_controller.cc',
139         'drag_drop/drag_drop_controller.h',
140         'drag_drop/drag_drop_tracker.cc',
141         'drag_drop/drag_drop_tracker.h',
142         'drag_drop/drag_image_view.cc',
143         'drag_drop/drag_image_view.h',
144         'event_rewriter_delegate.h',
145         'first_run/desktop_cleaner.cc',
146         'first_run/desktop_cleaner.h',
147         'first_run/first_run_helper.cc',
148         'first_run/first_run_helper.h',
149         'first_run/first_run_helper_impl.cc',
150         'first_run/first_run_helper_impl.h',
151         'focus_cycler.cc',
152         'focus_cycler.h',
153         'gpu_support.h',
154         'high_contrast/high_contrast_controller.cc',
155         'high_contrast/high_contrast_controller.h',
156         'host/root_window_host_factory.cc',
157         'host/root_window_host_factory.h',
158         'host/root_window_host_factory_win.cc',
159         'ime/candidate_view.cc',
160         'ime/candidate_view.h',
161         'ime/candidate_window_view.cc',
162         'ime/candidate_window_view.h',
163         'ime/infolist_window.cc',
164         'ime/infolist_window.h',
165         'ime/mode_indicator_view.cc',
166         'ime/mode_indicator_view.h',
167         'keyboard_uma_event_filter.cc',
168         'keyboard_uma_event_filter.h',
169         'launcher/launcher_types.cc',
170         'launcher/launcher_types.h',
171         'magnifier/magnification_controller.cc',
172         'magnifier/magnification_controller.h',
173         'magnifier/magnifier_constants.h',
174         'magnifier/partial_magnification_controller.cc',
175         'magnifier/partial_magnification_controller.h',
176         'metrics/user_metrics_recorder.cc',
177         'metrics/user_metrics_recorder.h',
178         'multi_profile_uma.cc',
179         'multi_profile_uma.h',
180         'popup_message.cc',
181         'popup_message.h',
182         'root_window_controller.cc',
183         'root_window_controller.h',
184         'root_window_settings.cc',
185         'root_window_settings.h',
186         'rotator/screen_rotation.cc',
187         'rotator/screen_rotation.h',
188         'scoped_target_root_window.cc',
189         'scoped_target_root_window.h',
190         'screen_util.cc',
191         'screen_util.h',
192         'screenshot_delegate.h',
193         'session_state_delegate.h',
194         'session_state_observer.cc',
195         'session_state_observer.h',
196         'shelf/alternate_app_list_button.cc',
197         'shelf/alternate_app_list_button.h',
198         'shelf/app_list_button.cc',
199         'shelf/app_list_button.h',
200         'shelf/app_list_shelf_item_delegate.cc',
201         'shelf/app_list_shelf_item_delegate.h',
202         'shelf/background_animator.cc',
203         'shelf/background_animator.h',
204         'shelf/overflow_bubble.cc',
205         'shelf/overflow_bubble.h',
206         'shelf/overflow_bubble_view.cc',
207         'shelf/overflow_bubble_view.h',
208         'shelf/overflow_button.cc',
209         'shelf/overflow_button.h',
210         'shelf/scoped_observer_with_duplicated_sources.h',
211         'shelf/shelf.cc',
212         'shelf/shelf.h',
213         'shelf/shelf_alignment_menu.cc',
214         'shelf/shelf_alignment_menu.h',
215         'shelf/shelf_bezel_event_filter.cc',
216         'shelf/shelf_bezel_event_filter.h',
217         'shelf/shelf_button.cc',
218         'shelf/shelf_button.h',
219         'shelf/shelf_button_host.h',
220         'shelf/shelf_constants.cc',
221         'shelf/shelf_constants.h',
222         'shelf/shelf_delegate.h',
223         'shelf/shelf_icon_observer.h',
224         'shelf/shelf_item_delegate.h',
225         'shelf/shelf_item_delegate_manager.cc',
226         'shelf/shelf_item_delegate_manager.h',
227         'shelf/shelf_item_types.cc',
228         'shelf/shelf_item_types.h',
229         'shelf/shelf_layout_manager.cc',
230         'shelf/shelf_layout_manager.h',
231         'shelf/shelf_layout_manager_observer.h',
232         'shelf/shelf_menu_model.h',
233         'shelf/shelf_model.cc',
234         'shelf/shelf_model.h',
235         'shelf/shelf_model_observer.h',
236         'shelf/shelf_navigator.cc',
237         'shelf/shelf_navigator.h',
238         'shelf/shelf_tooltip_manager.cc',
239         'shelf/shelf_tooltip_manager.h',
240         'shelf/shelf_types.h',
241         'shelf/shelf_util.cc',
242         'shelf/shelf_util.h',
243         'shelf/shelf_view.cc',
244         'shelf/shelf_view.h',
245         'shelf/shelf_widget.cc',
246         'shelf/shelf_widget.h',
247         'shelf/shelf_window_watcher.cc',
248         'shelf/shelf_window_watcher.h',
249         'shelf/shelf_window_watcher_item_delegate.cc',
250         'shelf/shelf_window_watcher_item_delegate.h',
251         'shell.cc',
252         'shell.h',
253         'shell_delegate.h',
254         'shell_factory.h',
255         'shell_window_ids.h',
256         'sticky_keys/sticky_keys_state.h',
257         'sticky_keys/sticky_keys_controller.cc',
258         'sticky_keys/sticky_keys_controller.h',
259         'sticky_keys/sticky_keys_overlay.cc',
260         'sticky_keys/sticky_keys_overlay.h',
261         'system/bluetooth/bluetooth_observer.h',
262         'system/bluetooth/tray_bluetooth.cc',
263         'system/bluetooth/tray_bluetooth.h',
264         'system/brightness_control_delegate.h',
265         'system/chromeos/audio/tray_audio.cc',
266         'system/chromeos/audio/tray_audio.h',
267         'system/chromeos/enterprise/enterprise_domain_observer.h',
268         'system/chromeos/brightness/brightness_controller_chromeos.cc',
269         'system/chromeos/brightness/brightness_controller_chromeos.h',
270         'system/chromeos/brightness/tray_brightness.cc',
271         'system/chromeos/brightness/tray_brightness.h',
272         'system/chromeos/enterprise/tray_enterprise.h',
273         'system/chromeos/enterprise/tray_enterprise.cc',
274         'system/chromeos/keyboard_brightness_controller.cc',
275         'system/chromeos/keyboard_brightness_controller.h',
276         'system/chromeos/label_tray_view.h',
277         'system/chromeos/label_tray_view.cc',
278         'system/chromeos/managed/tray_locally_managed_user.h',
279         'system/chromeos/managed/tray_locally_managed_user.cc',
280         'system/chromeos/network/network_connect.cc',
281         'system/chromeos/network/network_connect.h',
282         'system/chromeos/network/network_detailed_view.h',
283         'system/chromeos/network/network_icon.cc',
284         'system/chromeos/network/network_icon.h',
285         'system/chromeos/network/network_icon_animation.cc',
286         'system/chromeos/network/network_icon_animation.h',
287         'system/chromeos/network/network_icon_animation_observer.h',
288         'system/chromeos/network/network_observer.h',
289         'system/chromeos/network/network_state_list_detailed_view.cc',
290         'system/chromeos/network/network_state_list_detailed_view.h',
291         'system/chromeos/network/network_state_notifier.cc',
292         'system/chromeos/network/network_state_notifier.h',
293         'system/chromeos/network/tray_network.cc',
294         'system/chromeos/network/tray_network.h',
295         'system/chromeos/network/tray_network_state_observer.cc',
296         'system/chromeos/network/tray_network_state_observer.h',
297         'system/chromeos/network/tray_sms.cc',
298         'system/chromeos/network/tray_sms.h',
299         'system/chromeos/network/tray_vpn.cc',
300         'system/chromeos/network/tray_vpn.h',
301         'system/chromeos/power/power_event_observer.cc',
302         'system/chromeos/power/power_event_observer.h',
303         'system/chromeos/power/power_status.cc',
304         'system/chromeos/power/power_status.h',
305         'system/chromeos/power/power_status_view.cc',
306         'system/chromeos/power/power_status_view.h',
307         'system/chromeos/power/tray_power.cc',
308         'system/chromeos/power/tray_power.h',
309         'system/chromeos/power/user_activity_notifier.cc',
310         'system/chromeos/power/user_activity_notifier.h',
311         'system/chromeos/power/video_activity_notifier.cc',
312         'system/chromeos/power/video_activity_notifier.h',
313         'system/chromeos/screen_security/screen_capture_observer.h',
314         'system/chromeos/screen_security/screen_capture_tray_item.cc',
315         'system/chromeos/screen_security/screen_capture_tray_item.h',
316         'system/chromeos/screen_security/screen_share_observer.h',
317         'system/chromeos/screen_security/screen_share_tray_item.cc',
318         'system/chromeos/screen_security/screen_share_tray_item.h',
319         'system/chromeos/screen_security/screen_tray_item.cc',
320         'system/chromeos/screen_security/screen_tray_item.h',
321         'system/chromeos/settings/tray_settings.cc',
322         'system/chromeos/settings/tray_settings.h',
323         'system/chromeos/system_clock_observer.cc',
324         'system/chromeos/system_clock_observer.h',
325         'system/chromeos/tray_display.cc',
326         'system/chromeos/tray_display.h',
327         'system/chromeos/tray_tracing.cc',
328         'system/chromeos/tray_tracing.h',
329         'system/date/clock_observer.h',
330         'system/date/date_view.cc',
331         'system/date/date_view.h',
332         'system/date/tray_date.cc',
333         'system/date/tray_date.h',
334         'system/drive/drive_observer.h',
335         'system/drive/tray_drive.cc',
336         'system/drive/tray_drive.h',
337         'system/ime/ime_observer.h',
338         'system/ime/tray_ime.cc',
339         'system/ime/tray_ime.h',
340         'system/keyboard_brightness/keyboard_brightness_control_delegate.h',
341         'system/locale/locale_notification_controller.cc',
342         'system/locale/locale_notification_controller.h',
343         'system/logout_button/logout_button_observer.h',
344         'system/logout_button/logout_button_tray.cc',
345         'system/logout_button/logout_button_tray.h',
346         'system/logout_button/logout_confirmation_dialog_view.cc',
347         'system/logout_button/logout_confirmation_dialog_view.h',
348         'system/monitor/tray_monitor.cc',
349         'system/monitor/tray_monitor.h',
350         'system/session_length_limit/session_length_limit_observer.h',
351         'system/session_length_limit/tray_session_length_limit.cc',
352         'system/session_length_limit/tray_session_length_limit.h',
353         'system/status_area_widget.cc',
354         'system/status_area_widget.h',
355         'system/status_area_widget_delegate.cc',
356         'system/status_area_widget_delegate.h',
357         'system/system_notifier.cc',
358         'system/system_notifier.h',
359         'system/tray/actionable_view.cc',
360         'system/tray/actionable_view.h',
361         'system/tray/default_system_tray_delegate.cc',
362         'system/tray/default_system_tray_delegate.h',
363         'system/tray/fixed_sized_image_view.cc',
364         'system/tray/fixed_sized_image_view.h',
365         'system/tray/fixed_sized_scroll_view.cc',
366         'system/tray/fixed_sized_scroll_view.h',
367         'system/tray/hover_highlight_view.cc',
368         'system/tray/hover_highlight_view.h',
369         'system/tray/special_popup_row.cc',
370         'system/tray/special_popup_row.h',
371         'system/tray/system_tray.cc',
372         'system/tray/system_tray.h',
373         'system/tray/system_tray_bubble.cc',
374         'system/tray/system_tray_bubble.h',
375         'system/tray/system_tray_delegate.cc',
376         'system/tray/system_tray_delegate.h',
377         'system/tray/system_tray_item.cc',
378         'system/tray/system_tray_item.h',
379         'system/tray/system_tray_notifier.cc',
380         'system/tray/system_tray_notifier.h',
381         'system/tray/throbber_view.cc',
382         'system/tray/throbber_view.h',
383         'system/tray/tray_background_view.cc',
384         'system/tray/tray_background_view.h',
385         'system/tray/tray_bar_button_with_title.cc',
386         'system/tray/tray_bar_button_with_title.h',
387         'system/tray/tray_bubble_wrapper.cc',
388         'system/tray/tray_bubble_wrapper.h',
389         'system/tray/tray_constants.cc',
390         'system/tray/tray_constants.h',
391         'system/tray/tray_details_view.cc',
392         'system/tray/tray_details_view.h',
393         'system/tray/tray_empty.cc',
394         'system/tray/tray_empty.h',
395         'system/tray/tray_event_filter.cc',
396         'system/tray/tray_event_filter.h',
397         'system/tray/tray_image_item.cc',
398         'system/tray/tray_image_item.h',
399         'system/tray/tray_item_more.cc',
400         'system/tray/tray_item_more.h',
401         'system/tray/tray_item_view.cc',
402         'system/tray/tray_item_view.h',
403         'system/tray/tray_notification_view.cc',
404         'system/tray/tray_notification_view.h',
405         'system/tray/tray_popup_header_button.cc',
406         'system/tray/tray_popup_header_button.h',
407         'system/tray/tray_popup_label_button.cc',
408         'system/tray/tray_popup_label_button.cc',
409         'system/tray/tray_popup_label_button.h',
410         'system/tray/tray_popup_label_button_border.cc',
411         'system/tray/tray_popup_label_button_border.h',
412         'system/tray/tray_utils.cc',
413         'system/tray/tray_utils.h',
414         'system/tray/view_click_listener.h',
415         'system/tray_accessibility.cc',
416         'system/tray_accessibility.h',
417         'system/tray_caps_lock.cc',
418         'system/tray_caps_lock.h',
419         'system/tray_update.cc',
420         'system/tray_update.h',
421         'system/user/login_status.cc',
422         'system/user/login_status.h',
423         'system/user/tray_user.cc',
424         'system/user/tray_user.h',
425         'system/user/tray_user_separator.cc',
426         'system/user/tray_user_separator.h',
427         'system/user/update_observer.h',
428         'system/user/user_observer.h',
429         'system/web_notification/web_notification_tray.cc',
430         'system/web_notification/web_notification_tray.h',
431         'touch/touch_hud_debug.cc',
432         'touch/touch_hud_debug.h',
433         'touch/touch_hud_projection.cc',
434         'touch/touch_hud_projection.h',
435         'touch/touch_observer_hud.cc',
436         'touch/touch_observer_hud.h',
437         'touch/touch_uma.cc',
438         'touch/touch_uma.h',
439         'volume_control_delegate.h',
440         'wm/app_list_controller.cc',
441         'wm/app_list_controller.h',
442         'wm/always_on_top_controller.cc',
443         'wm/always_on_top_controller.h',
444         'wm/ash_native_cursor_manager.cc',
445         'wm/ash_native_cursor_manager.h',
446         'wm/ash_focus_rules.cc',
447         'wm/ash_focus_rules.h',
448         'wm/base_layout_manager.cc',
449         'wm/base_layout_manager.h',
450         'wm/boot_splash_screen_chromeos.cc',
451         'wm/boot_splash_screen_chromeos.h',
452         'wm/caption_buttons/alternate_frame_size_button.cc',
453         'wm/caption_buttons/alternate_frame_size_button.h',
454         'wm/caption_buttons/alternate_frame_size_button_delegate.h',
455         'wm/caption_buttons/bubble_contents_button_row.cc',
456         'wm/caption_buttons/bubble_contents_button_row.h',
457         'wm/caption_buttons/caption_button_types.h',
458         'wm/caption_buttons/frame_caption_button.cc',
459         'wm/caption_buttons/frame_caption_button.h',
460         'wm/caption_buttons/frame_caption_button_container_view.cc',
461         'wm/caption_buttons/frame_caption_button_container_view.h',
462         'wm/caption_buttons/frame_maximize_button.cc',
463         'wm/caption_buttons/frame_maximize_button.h',
464         'wm/caption_buttons/frame_maximize_button_observer.h',
465         'wm/caption_buttons/maximize_bubble_controller.cc',
466         'wm/caption_buttons/maximize_bubble_controller.h',
467         'wm/caption_buttons/maximize_bubble_controller_bubble.cc',
468         'wm/caption_buttons/maximize_bubble_controller_bubble.h',
469         'wm/coordinate_conversion.cc',
470         'wm/coordinate_conversion.h',
471         'wm/custom_frame_view_ash.cc',
472         'wm/custom_frame_view_ash.h',
473         'wm/default_window_resizer.cc',
474         'wm/default_window_resizer.h',
475         'wm/dock/docked_window_layout_manager.cc',
476         'wm/dock/docked_window_layout_manager.h',
477         'wm/dock/docked_window_layout_manager_observer.h',
478         'wm/dock/docked_window_resizer.cc',
479         'wm/dock/docked_window_resizer.h',
480         'wm/drag_details.cc',
481         'wm/drag_details.h',
482         'wm/drag_window_controller.cc',
483         'wm/drag_window_controller.h',
484         'wm/drag_window_resizer.cc',
485         'wm/drag_window_resizer.h',
486         'wm/event_client_impl.cc',
487         'wm/event_client_impl.h',
488         'wm/event_rewriter_event_filter.cc',
489         'wm/event_rewriter_event_filter.h',
490         'wm/frame_border_hit_test_controller.cc',
491         'wm/frame_border_hit_test_controller.h',
492         'wm/header_painter.cc',
493         'wm/header_painter.h',
494         'wm/gestures/long_press_affordance_handler.cc',
495         'wm/gestures/long_press_affordance_handler.h',
496         'wm/gestures/overview_gesture_handler.cc',
497         'wm/gestures/overview_gesture_handler.h',
498         'wm/gestures/shelf_gesture_handler.cc',
499         'wm/gestures/shelf_gesture_handler.h',
500         'wm/gestures/system_pinch_handler.cc',
501         'wm/gestures/system_pinch_handler.h',
502         'wm/gestures/tray_gesture_handler.cc',
503         'wm/gestures/tray_gesture_handler.h',
504         'wm/gestures/two_finger_drag_handler.cc',
505         'wm/gestures/two_finger_drag_handler.h',
506         'wm/image_cursors.cc',
507         'wm/image_cursors.h',
508         'wm/immersive_fullscreen_controller.cc',
509         'wm/immersive_fullscreen_controller.h',
510         'wm/immersive_revealed_lock.cc',
511         'wm/immersive_revealed_lock.h',
512         'wm/lock_state_controller.cc',
513         'wm/lock_state_controller.h',
514         'wm/lock_state_observer.h',
515         'wm/mru_window_tracker.cc',
516         'wm/mru_window_tracker.h',
517         'wm/overlay_event_filter.cc',
518         'wm/overlay_event_filter.h',
519         'wm/overview/scoped_transform_overview_window.cc',
520         'wm/overview/scoped_transform_overview_window.h',
521         'wm/overview/scoped_window_copy.cc',
522         'wm/overview/scoped_window_copy.h',
523         'wm/overview/window_overview.cc',
524         'wm/overview/window_overview.h',
525         'wm/overview/window_selector.cc',
526         'wm/overview/window_selector.h',
527         'wm/overview/window_selector_controller.cc',
528         'wm/overview/window_selector_controller.h',
529         'wm/overview/window_selector_delegate.h',
530         'wm/overview/window_selector_item.cc',
531         'wm/overview/window_selector_item.h',
532         'wm/overview/window_selector_panels.cc',
533         'wm/overview/window_selector_panels.h',
534         'wm/overview/window_selector_window.cc',
535         'wm/overview/window_selector_window.h',
536         'wm/panels/panel_frame_view.cc',
537         'wm/panels/panel_frame_view.h',
538         'wm/panels/panel_layout_manager.cc',
539         'wm/panels/panel_layout_manager.h',
540         'wm/panels/panel_window_event_handler.cc',
541         'wm/panels/panel_window_event_handler.h',
542         'wm/panels/panel_window_resizer.cc',
543         'wm/panels/panel_window_resizer.h',
544         'wm/partial_screenshot_view.cc',
545         'wm/partial_screenshot_view.h',
546         'wm/power_button_controller.cc',
547         'wm/power_button_controller.h',
548         'wm/resize_shadow.cc',
549         'wm/resize_shadow.h',
550         'wm/resize_shadow_controller.cc',
551         'wm/resize_shadow_controller.h',
552         'wm/root_window_layout_manager.cc',
553         'wm/root_window_layout_manager.h',
554         'wm/screen_dimmer.cc',
555         'wm/screen_dimmer.h',
556         'wm/session_state_animator.cc',
557         'wm/session_state_animator.h',
558         'wm/stacking_controller.cc',
559         'wm/stacking_controller.h',
560         'wm/status_area_layout_manager.cc',
561         'wm/status_area_layout_manager.h',
562         'wm/system_background_controller.cc',
563         'wm/system_background_controller.h',
564         'wm/system_gesture_event_filter.cc',
565         'wm/system_gesture_event_filter.h',
566         'wm/system_modal_container_event_filter.cc',
567         'wm/system_modal_container_event_filter.h',
568         'wm/system_modal_container_event_filter_delegate.h',
569         'wm/system_modal_container_layout_manager.cc',
570         'wm/system_modal_container_layout_manager.h',
571         'wm/toplevel_window_event_handler.cc',
572         'wm/toplevel_window_event_handler.h',
573         'wm/user_activity_detector.cc',
574         'wm/user_activity_detector.h',
575         'wm/user_activity_observer.h',
576         'wm/video_detector.cc',
577         'wm/video_detector.h',
578         'wm/window_animations.cc',
579         'wm/window_animations.h',
580         'wm/window_cycle_controller.cc',
581         'wm/window_cycle_controller.h',
582         'wm/window_cycle_list.cc',
583         'wm/window_cycle_list.h',
584         'wm/window_positioner.cc',
585         'wm/window_positioner.h',
586         'wm/window_state.cc',
587         'wm/window_state.h',
588         'wm/window_state_delegate.cc',
589         'wm/window_state_delegate.h',
590         'wm/window_state_observer.h',
591         'wm/window_properties.cc',
592         'wm/window_properties.h',
593         'wm/window_resizer.cc',
594         'wm/window_resizer.h',
595         'wm/window_util.cc',
596         'wm/window_util.h',
597         'wm/wm_types.cc',
598         'wm/wm_types.h',
599         'wm/workspace_controller.cc',
600         'wm/workspace_controller.h',
601         'wm/workspace/magnetism_matcher.cc',
602         'wm/workspace/magnetism_matcher.h',
603         'wm/workspace/multi_window_resize_controller.cc',
604         'wm/workspace/multi_window_resize_controller.h',
605         'wm/workspace/phantom_window_controller.cc',
606         'wm/workspace/phantom_window_controller.h',
607         'wm/workspace/snap_sizer.cc',
608         'wm/workspace/snap_sizer.h',
609         'wm/workspace/snap_types.h',
610         'wm/workspace/workspace_event_handler.cc',
611         'wm/workspace/workspace_event_handler.h',
612         'wm/workspace/workspace_layout_manager.cc',
613         'wm/workspace/workspace_layout_manager.h',
614         'wm/workspace/workspace_types.h',
615         'wm/workspace/workspace_window_resizer.cc',
616         'wm/workspace/workspace_window_resizer.h',
617       ],
618       'conditions': [
619         ['OS=="win"', {
620           'sources/': [
621             ['exclude', 'host/root_window_host_factory.cc'],
622             ['exclude', 'sticky_keys/sticky_keys_controller.cc'],
623             ['exclude', 'sticky_keys/sticky_keys_controller.h'],
624           ],
625           # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
626           'msvs_disabled_warnings': [ 4267, ],
627         }],
628         ['OS!="linux"', {
629           'sources/': [
630             ['exclude', 'system/monitor/tray_monitor.cc'],
631             ['exclude', 'system/monitor/tray_monitor.h'],
632           ],
633         }],
634         ['use_x11!=1', {
635           'sources/': [
636             ['exclude', 'display/display_change_observer_chromeos.cc'],
637             ['exclude', 'display/display_change_observer_chromeos.h'],
638             ['exclude', 'display/display_error_observer_chromeos.cc'],
639             ['exclude', 'display/display_error_observer_chromeos.h'],
640           ],
641         }],
642         ['chromeos==1', {
643           'dependencies': [
644             '../chromeos/chromeos.gyp:chromeos',
645             # Ash #includes power_supply_properties.pb.h directly.
646             '../chromeos/chromeos.gyp:power_manager_proto',
647           ],
648         }, { # else: chromeos!=1
649           'sources/': [
650             ['exclude', 'display/output_configurator_animation.cc'],
651             ['exclude', 'display/output_configurator_animation.h'],
652           ],
653         }],
654       ],
655     },
657     {
658       'target_name': 'ash_with_content',
659       'type': '<(component)',
660       'dependencies': [
661         '../base/base.gyp:base',
662         '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
663         '../content/content.gyp:content',
664         '../content/content.gyp:content_browser',
665         '../ipc/ipc.gyp:ipc',
666         '../skia/skia.gyp:skia',
667         '../ui/aura/aura.gyp:aura',
668         '../ui/base/strings/ui_strings.gyp:ui_strings',
669         '../ui/compositor/compositor.gyp:compositor',
670         '../ui/events/events.gyp:events',
671         '../ui/gfx/gfx.gyp:gfx',
672         '../ui/gfx/gfx.gyp:gfx_geometry',
673         '../ui/resources/ui_resources.gyp:ui_resources',
674         '../ui/ui.gyp:ui',
675         '../ui/views/controls/webview/webview.gyp:webview',
676         '../ui/views/views.gyp:views',
677         '../ui/web_dialogs/web_dialogs.gyp:web_dialogs',
678         '../url/url.gyp:url_lib',
679         'ash_strings.gyp:ash_strings',
680         'ash',
681         'ash_resources',
682       ],
683       'defines': [
684         'ASH_WITH_CONTENT_IMPLEMENTATION',
685       ],
686       'sources': [
687         'content_support/ash_with_content_export.h',
688         'content_support/inject.cc',
689         'content_support/inject.h',
690         'content_support/gpu_support_impl.cc',
691         'content_support/gpu_support_impl.h',
692         'screensaver/screensaver_view.cc',
693         'screensaver/screensaver_view.h',
694         'keyboard_overlay/keyboard_overlay_delegate.cc',
695         'keyboard_overlay/keyboard_overlay_delegate.h',
696         'keyboard_overlay/keyboard_overlay_view.cc',
697         'keyboard_overlay/keyboard_overlay_view.h',
698       ],
699     },
700     {
701       'target_name': 'ash_test_support',
702       'type': 'static_library',
703       'dependencies': [
704         '../skia/skia.gyp:skia',
705         '../testing/gtest.gyp:gtest',
706         '../ui/app_list/app_list.gyp:app_list_test_support',
707         'ash',
708         'ash_resources',
709       ],
710       'sources': [
711         'shell/keyboard_controller_proxy_stub.cc',
712         'shell/keyboard_controller_proxy_stub.h',
713         'shell/toplevel_window.cc',
714         'shell/toplevel_window.h',
715         'test/app_list_controller_test_api.cc',
716         'test/app_list_controller_test_api.h',
717         'test/ash_test_base.cc',
718         'test/ash_test_base.h',
719         'test/ash_test_helper.cc',
720         'test/ash_test_helper.h',
721         'test/cursor_manager_test_api.cc',
722         'test/cursor_manager_test_api.h',
723         'test/display_manager_test_api.cc',
724         'test/display_manager_test_api.h',
725         'test/mirror_window_test_api.cc',
726         'test/mirror_window_test_api.h',
727         'test/overflow_bubble_view_test_api.cc',
728         'test/overflow_bubble_view_test_api.h',
729         'test/shelf_item_delegate_manager_test_api.cc',
730         'test/shelf_item_delegate_manager_test_api.h',
731         'test/shelf_test_api.cc',
732         'test/shelf_test_api.h',
733         'test/shelf_view_test_api.cc',
734         'test/shelf_view_test_api.h',
735         'test/shell_test_api.cc',
736         'test/shell_test_api.h',
737         'test/test_activation_delegate.cc',
738         'test/test_activation_delegate.h',
739         'test/test_screenshot_delegate.cc',
740         'test/test_screenshot_delegate.cc',
741         'test/test_session_state_delegate.cc',
742         'test/test_session_state_delegate.h',
743         'test/test_shelf_delegate.cc',
744         'test/test_shelf_delegate.h',
745         'test/test_shelf_item_delegate.cc',
746         'test/test_shelf_item_delegate.h',
747         'test/test_shell_delegate.cc',
748         'test/test_shell_delegate.h',
749         'test/test_suite.cc',
750         'test/test_suite.h',
751         'test/test_suite_init.h',
752         'test/test_suite_init.mm',
753         'test/test_system_tray_delegate.cc',
754         'test/test_system_tray_delegate.h',
755         'test/test_user_wallpaper_delegate.cc',
756         'test/test_user_wallpaper_delegate.h',
757         'test/ui_controls_factory_ash.cc',
758         'test/ui_controls_factory_ash.h',
759       ],
760       'conditions': [
761         ['OS=="win"', {
762           'dependencies': [
763             '../ipc/ipc.gyp:ipc',
764             '../ui/metro_viewer/metro_viewer.gyp:metro_viewer_messages',
765             '../win8/win8.gyp:metro_viewer',
766             '../win8/win8.gyp:test_support_win8',
767             '../win8/win8_tests.gyp:test_registrar',
768           ],
769           'sources': [
770             'test/test_metro_viewer_process_host.cc',
771             'test/test_metro_viewer_process_host.h',
772           ],
773         }],
774       ],
775     },
776     {
777       'target_name': 'ash_unittests',
778       'type': 'executable',
779       'dependencies': [
780         '../base/base.gyp:base',
781         '../base/base.gyp:test_support_base',
782         '../chrome/chrome_resources.gyp:packed_resources',
783         '../content/content.gyp:content_browser',
784         '../content/content_shell_and_tests.gyp:test_support_content',
785         '../skia/skia.gyp:skia',
786         '../testing/gtest.gyp:gtest',
787         '../third_party/icu/icu.gyp:icui18n',
788         '../third_party/icu/icu.gyp:icuuc',
789         '../ui/app_list/app_list.gyp:app_list',
790         '../ui/aura/aura.gyp:aura',
791         '../ui/aura/aura.gyp:aura_test_support',
792         '../ui/compositor/compositor.gyp:compositor',
793         '../ui/events/events.gyp:events',
794         '../ui/events/events.gyp:events_test_support',
795         '../ui/gfx/gfx.gyp:gfx',
796         '../ui/gfx/gfx.gyp:gfx_geometry',
797         '../ui/keyboard/keyboard.gyp:keyboard',
798         '../ui/message_center/message_center.gyp:message_center',
799         '../ui/message_center/message_center.gyp:message_center_test_support',
800         '../ui/resources/ui_resources.gyp:ui_resources',
801         '../ui/ui.gyp:ui',
802         '../ui/ui_unittests.gyp:ui_test_support',
803         '../ui/views/views.gyp:views',
804         '../ui/views/views.gyp:views_examples_with_content_lib',
805         '../ui/views/views.gyp:views_test_support',
806         '../ui/views/views.gyp:views_with_content_test_support',
807         '../ui/web_dialogs/web_dialogs.gyp:web_dialogs_test_support',
808         '../url/url.gyp:url_lib',
809         'ash_strings.gyp:ash_strings',
810         'ash',
811         'ash_resources',
812         'ash_test_support',
813         'ash_with_content',
814       ],
815       'sources': [
816         '../ui/compositor/test/layer_animator_test_controller.cc',
817         '../ui/compositor/test/layer_animator_test_controller.h',
818         '../ui/views/test/test_views_delegate.cc',
819         '../ui/views/test/test_views_delegate.h',
820         'accelerators/accelerator_commands_unittest.cc',
821         'accelerators/accelerator_controller_unittest.cc',
822         'accelerators/accelerator_filter_unittest.cc',
823         'accelerators/accelerator_table_unittest.cc',
824         'accelerators/nested_dispatcher_controller_unittest.cc',
825         'autoclick/autoclick_unittest.cc',
826         'desktop_background/desktop_background_controller_unittest.cc',
827         'desktop_background/wallpaper_resizer_unittest.cc',
828         'dip_unittest.cc',
829         'display/display_change_observer_chromeos_unittest.cc',
830         'display/display_controller_unittest.cc',
831         'display/display_error_observer_chromeos_unittest.cc',
832         'display/display_info_unittest.cc',
833         'display/display_manager_unittest.cc',
834         'display/mirror_window_controller_unittest.cc',
835         'display/virtual_keyboard_window_controller_unittest.cc',
836         'display/mouse_cursor_event_filter_unittest.cc',
837         'display/resolution_notification_controller_unittest.cc',
838         'display/root_window_transformers_unittest.cc',
839         'display/screen_position_controller_unittest.cc',
840         'drag_drop/drag_drop_controller_unittest.cc',
841         'drag_drop/drag_drop_tracker_unittest.cc',
842         'extended_desktop_unittest.cc',
843         'focus_cycler_unittest.cc',
844         'ime/candidate_window_view_unittest.cc',
845         'keyboard_overlay/keyboard_overlay_delegate_unittest.cc',
846         'keyboard_overlay/keyboard_overlay_view_unittest.cc',
847         'magnifier/magnification_controller_unittest.cc',
848         'root_window_controller_unittest.cc',
849         'screen_util_unittest.cc',
850         'screensaver/screensaver_view_unittest.cc',
851         'session_state_delegate_stub.cc',
852         'session_state_delegate_stub.h',
853         'shelf/scoped_observer_with_duplicated_sources_unittest.cc',
854         'shelf/shelf_layout_manager_unittest.cc',
855         'shelf/shelf_model_unittest.cc',
856         'shelf/shelf_navigator_unittest.cc',
857         'shelf/shelf_tooltip_manager_unittest.cc',
858         'shelf/shelf_unittest.cc',
859         'shelf/shelf_view_unittest.cc',
860         'shelf/shelf_widget_unittest.cc',
861         'shelf/shelf_window_watcher_unittest.cc',
862         'shell/app_list.cc',
863         'shell/bubble.cc',
864         'shell/context_menu.cc',
865         'shell/context_menu.h',
866         'shell/lock_view.cc',
867         'shell/panel_window.cc',
868         'shell/panel_window.h',
869         'shell/shelf_delegate_impl.cc',
870         'shell/shelf_delegate_impl.h',
871         'shell/shell_delegate_impl.cc',
872         'shell/shell_delegate_impl.h',
873         'shell/widgets.cc',
874         'shell/window_type_launcher.cc',
875         'shell/window_type_launcher.h',
876         'shell/window_watcher.cc',
877         'shell/window_watcher.h',
878         'shell/window_watcher_shelf_item_delegate.cc',
879         'shell/window_watcher_shelf_item_delegate.h',
880         'shell/window_watcher_unittest.cc',
881         'shell_unittest.cc',
882         'sticky_keys/sticky_keys_overlay_unittest.cc',
883         'sticky_keys/sticky_keys_unittest.cc',
884         'system/chromeos/managed/tray_locally_managed_user_unittest.cc',
885         'system/chromeos/network/network_state_notifier_unittest.cc',
886         'system/chromeos/power/power_event_observer_unittest.cc',
887         'system/chromeos/power/power_status_unittest.cc',
888         'system/chromeos/power/tray_power_unittest.cc',
889         'system/chromeos/screen_security/screen_tray_item_unittest.cc',
890         'system/chromeos/tray_display_unittest.cc',
891         'system/date/date_view_unittest.cc',
892         'system/logout_button/logout_button_tray_unittest.cc',
893         'system/session_length_limit/tray_session_length_limit_unittest.cc',
894         'system/tray/system_tray_unittest.cc',
895         'system/tray/tray_details_view_unittest.cc',
896         'system/user/tray_user_unittest.cc',
897         'system/web_notification/web_notification_tray_unittest.cc',
898         'test/ash_test_helper_unittest.cc',
899         'test/ash_unittests.cc',
900         'tooltips/tooltip_controller_unittest.cc',
901         'touch/touch_observer_hud_unittest.cc',
902         'wm/app_list_controller_unittest.cc',
903         'wm/ash_native_cursor_manager_unittest.cc',
904         'wm/base_layout_manager_unittest.cc',
905         'wm/caption_buttons/alternate_frame_size_button_unittest.cc',
906         'wm/caption_buttons/frame_caption_button_container_view_unittest.cc',
907         'wm/caption_buttons/frame_maximize_button_unittest.cc',
908         'wm/dock/docked_window_layout_manager_unittest.cc',
909         'wm/dock/docked_window_resizer_unittest.cc',
910         'wm/drag_window_resizer_unittest.cc',
911         'wm/gestures/overview_gesture_handler_unittest.cc',
912         'wm/header_painter_unittest.cc',
913         'wm/immersive_fullscreen_controller_unittest.cc',
914         'wm/lock_state_controller_unittest.cc',
915         'wm/mru_window_tracker_unittest.cc',
916         'wm/overview/window_selector_unittest.cc',
917         'wm/panels/panel_layout_manager_unittest.cc',
918         'wm/panels/panel_window_resizer_unittest.cc',
919         'wm/partial_screenshot_view_unittest.cc',
920         'wm/resize_shadow_and_cursor_unittest.cc',
921         'wm/screen_dimmer_unittest.cc',
922         'wm/stacking_controller_unittest.cc',
923         'wm/system_gesture_event_filter_unittest.cc',
924         'wm/system_modal_container_layout_manager_unittest.cc',
925         'wm/toplevel_window_event_handler_unittest.cc',
926         'wm/user_activity_detector_unittest.cc',
927         'wm/video_detector_unittest.cc',
928         'wm/window_animations_unittest.cc',
929         'wm/window_cycle_controller_unittest.cc',
930         'wm/window_manager_unittest.cc',
931         'wm/window_modality_controller_unittest.cc',
932         'wm/window_positioner_unittest.cc',
933         'wm/window_util_unittest.cc',
934         'wm/workspace/magnetism_matcher_unittest.cc',
935         'wm/workspace/multi_window_resize_controller_unittest.cc',
936         'wm/workspace/phantom_window_controller_unittest.cc',
937         'wm/workspace/snap_sizer_unittest.cc',
938         'wm/workspace/workspace_event_handler_test_helper.cc',
939         'wm/workspace/workspace_event_handler_test_helper.h',
940         'wm/workspace/workspace_event_handler_unittest.cc',
941         'wm/workspace/workspace_layout_manager_unittest.cc',
942         'wm/workspace/workspace_window_resizer_unittest.cc',
943         'wm/workspace_controller_test_helper.cc',
944         'wm/workspace_controller_test_helper.h',
945         'wm/workspace_controller_unittest.cc',
946       ],
947       'conditions': [
948         ['OS=="win"', {
949           'sources/': [
950             # TODO(zork): fix this test to build on Windows. See: crosbug.com/26906
951             ['exclude', 'focus_cycler_unittest.cc'],
952             # All tests for multiple displays: not supported on Windows Ash.
953             ['exclude', 'accelerators/nested_dispatcher_controller_unittest.cc'],
954             ['exclude', 'wm/drag_window_resizer_unittest.cc'],
955             # Can't resize on Windows Ash. http://crbug.com/165962
956             ['exclude', 'ash_root_window_transformer_unittest.cc'],
957             ['exclude', 'magnifier/magnification_controller_unittest.cc'],
958             ['exclude', 'wm/workspace/workspace_window_resizer_unittest.cc'],
959             ['exclude', 'sticky_keys/sticky_keys_overlay_unittest.cc'],
960             ['exclude', 'sticky_keys/sticky_keys_unittest.cc'],
961             ['exclude', 'autoclick/autoclick_unittest.cc'],
962           ],
963           'sources': [
964             '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_unscaled_resources.rc',
965           ],
966           # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
967           'msvs_disabled_warnings': [ 4267, ],
968         }],
969         ['OS=="win" and win_use_allocator_shim==1', {
970           'dependencies': [
971             '../base/allocator/allocator.gyp:allocator',
972           ],
973         }],
974         ['use_x11!=1', {
975           'sources/': [
976             ['exclude', 'display/display_change_observer_chromeos_unittest.cc'],
977             ['exclude', 'display/display_error_observer_chromeos_unittest.cc'],
978           ],
979         }],
980         ['chromeos==1', {
981           'dependencies': [
982             '../chromeos/chromeos.gyp:power_manager_proto',
983           ],
984           'sources': [
985             'first_run/first_run_helper_unittest.cc',
986           ],
987         }],
988         ['OS=="linux" and component=="shared_library" and linux_use_tcmalloc==1', {
989           'dependencies': [
990             '<(DEPTH)/base/allocator/allocator.gyp:allocator',
991           ],
992           'link_settings': {
993             'ldflags': ['-rdynamic'],
994           },
995         }],
996       ],
997     },
998     {
999       'target_name': 'ash_shell',
1000       'type': 'executable',
1001       'dependencies': [
1002         'ash_strings.gyp:ash_strings',
1003         '../base/base.gyp:base',
1004         '../base/base.gyp:base_i18n',
1005         '../chrome/chrome_resources.gyp:packed_resources',
1006         '../content/content_shell_and_tests.gyp:content_shell_lib',
1007         '../content/content.gyp:content',
1008         '../skia/skia.gyp:skia',
1009         '../third_party/icu/icu.gyp:icui18n',
1010         '../third_party/icu/icu.gyp:icuuc',
1011         '../ui/app_list/app_list.gyp:app_list',
1012         '../ui/aura/aura.gyp:aura',
1013         '../ui/compositor/compositor.gyp:compositor',
1014         '../ui/events/events.gyp:events',
1015         '../ui/gfx/gfx.gyp:gfx',
1016         '../ui/gfx/gfx.gyp:gfx_geometry',
1017         '../ui/keyboard/keyboard.gyp:keyboard',
1018         '../ui/message_center/message_center.gyp:message_center',
1019         '../ui/resources/ui_resources.gyp:ui_resources',
1020         '../ui/ui.gyp:ui',
1021         '../ui/views/views.gyp:views',
1022         '../ui/views/views.gyp:views_examples_lib',
1023         '../ui/views/views.gyp:views_examples_with_content_lib',
1024         '../ui/views/views.gyp:views_test_support',
1025         'ash',
1026         'ash_resources',
1027         'ash_with_content',
1028       ],
1029       'sources': [
1030         'session_state_delegate_stub.cc',
1031         'session_state_delegate_stub.h',
1032         'shell/app_list.cc',
1033         'shell/bubble.cc',
1034         'shell/content_client/shell_browser_main_parts.cc',
1035         'shell/content_client/shell_browser_main_parts.h',
1036         'shell/content_client/shell_content_browser_client.cc',
1037         'shell/content_client/shell_content_browser_client.h',
1038         'shell/content_client/shell_main_delegate.cc',
1039         'shell/content_client/shell_main_delegate.h',
1040         'shell/context_menu.cc',
1041         'shell/context_menu.h',
1042         'shell/example_factory.h',
1043         'shell/keyboard_controller_proxy_stub.cc',
1044         'shell/keyboard_controller_proxy_stub.h',
1045         'shell/lock_view.cc',
1046         'shell/panel_window.cc',
1047         'shell/panel_window.h',
1048         'shell/shelf_delegate_impl.cc',
1049         'shell/shelf_delegate_impl.h',
1050         'shell/shell_delegate_impl.cc',
1051         'shell/shell_delegate_impl.h',
1052         'shell/shell_main.cc',
1053         'shell/shell_main_parts.cc',
1054         'shell/shell_main_parts.h',
1055         'shell/toplevel_window.cc',
1056         'shell/toplevel_window.h',
1057         'shell/widgets.cc',
1058         'shell/window_type_launcher.cc',
1059         'shell/window_type_launcher.h',
1060         'shell/window_watcher.cc',
1061         'shell/window_watcher.h',
1062         'shell/window_watcher_shelf_item_delegate.cc',
1063         'shell/window_watcher_shelf_item_delegate.h',
1064         '../content/app/startup_helper_win.cc',
1065         '../ui/views/test/test_views_delegate.cc',
1066       ],
1067       'conditions': [
1068         ['OS=="win"', {
1069           'msvs_settings': {
1070             'VCLinkerTool': {
1071               'SubSystem': '2',  # Set /SUBSYSTEM:WINDOWS
1072             },
1073           },
1074           'dependencies': [
1075             '../sandbox/sandbox.gyp:sandbox',
1076           ],
1077         }],
1078       ],
1079     },
1080   ],