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