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