blob: 3c7531c6d5ef4702fc59e4712556f1bb35363497 [file] [log] [blame]
[email protected]5eae7162012-01-04 00:31:021# Copyright (c) 2012 The Chromium Authors. All rights reserved.
[email protected]2a48ad62011-12-24 00:19:292# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
5{
6 'variables': {
7 'chromium_code': 1,
[email protected]6f637732012-01-19 03:15:348 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome',
[email protected]2a48ad62011-12-24 00:19:299 },
[email protected]dbe3e412012-09-13 21:30:2710 'includes': [
11 'ash_resources.gypi',
12 ],
[email protected]2a48ad62011-12-24 00:19:2913 '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',
[email protected]2e77cdbb2013-04-29 13:59:1421 '../cc/cc.gyp:cc',
[email protected]24af4972012-05-04 19:42:1822 '../content/content.gyp:content',
23 '../content/content.gyp:content_browser',
24 '../ipc/ipc.gyp:ipc',
[email protected]2a48ad62011-12-24 00:19:2925 '../net/net.gyp:net',
26 '../skia/skia.gyp:skia',
27 '../third_party/icu/icu.gyp:icui18n',
28 '../third_party/icu/icu.gyp:icuuc',
[email protected]0039db92012-05-09 04:11:4529 '../ui/app_list/app_list.gyp:app_list',
[email protected]2a48ad62011-12-24 00:19:2930 '../ui/aura/aura.gyp:aura',
31 '../ui/base/strings/ui_strings.gyp:ui_strings',
[email protected]116302fc2012-05-05 21:45:4132 '../ui/compositor/compositor.gyp:compositor',
[email protected]002cc08f2013-06-03 05:40:2933 '../ui/keyboard/keyboard.gyp:keyboard',
[email protected]f8846e22012-10-30 05:12:1234 '../ui/message_center/message_center.gyp:message_center',
[email protected]3cd198a22012-03-12 20:38:0135 '../ui/oak/oak.gyp:oak',
[email protected]2a48ad62011-12-24 00:19:2936 '../ui/ui.gyp:ui',
37 '../ui/ui.gyp:ui_resources',
[email protected]9e7fca802012-09-01 18:53:0538 '../ui/views/controls/webview/webview.gyp:webview',
[email protected]2a48ad62011-12-24 00:19:2939 '../ui/views/views.gyp:views',
[email protected]729b4852012-07-25 21:55:0240 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs',
[email protected]002cc08f2013-06-03 05:40:2941 '../url/url.gyp:url_lib',
42 'ash_strings.gyp:ash_strings',
[email protected]dbe3e412012-09-13 21:30:2743 'ash_resources',
[email protected]056ab7e62012-09-14 03:13:1544 'ash_wallpaper_resources',
[email protected]2a48ad62011-12-24 00:19:2945 ],
46 'defines': [
47 'ASH_IMPLEMENTATION',
48 ],
49 'sources': [
50 # All .cc, .h under ash, except unittests
51 'accelerators/accelerator_controller.cc',
52 'accelerators/accelerator_controller.h',
[email protected]6e9f6aa2012-02-09 04:16:2053 'accelerators/accelerator_dispatcher.cc',
54 'accelerators/accelerator_dispatcher.h',
[email protected]2a48ad62011-12-24 00:19:2955 'accelerators/accelerator_filter.cc',
56 'accelerators/accelerator_filter.h',
[email protected]07a3c3fa2012-03-09 03:55:3457 'accelerators/accelerator_table.cc',
58 'accelerators/accelerator_table.h',
[email protected]059c8d32013-05-15 08:48:0359 'accelerators/exit_warning_handler.cc',
60 'accelerators/exit_warning_handler.h',
[email protected]e7293fa2012-05-17 04:42:3361 'accelerators/focus_manager_factory.cc',
62 'accelerators/focus_manager_factory.h',
[email protected]6e9f6aa2012-02-09 04:16:2063 'accelerators/nested_dispatcher_controller.cc',
64 'accelerators/nested_dispatcher_controller.h',
[email protected]5fce8742012-08-01 21:39:5165 'ash_constants.cc',
66 'ash_constants.h',
[email protected]2a48ad62011-12-24 00:19:2967 'ash_switches.cc',
68 'ash_switches.h',
[email protected]af5e25272013-02-21 01:17:3669 'cancel_mode.cc',
70 'cancel_mode.h',
[email protected]fb9a35592012-01-18 04:12:1471 'caps_lock_delegate.h',
[email protected]f4c92b382012-08-28 00:59:5972 'caps_lock_delegate_stub.cc',
73 'caps_lock_delegate_stub.h',
[email protected]918f8db42013-04-27 01:53:4074 'debug.cc',
75 'debug.h',
[email protected]e70cf0ed2012-03-15 16:24:4776 'desktop_background/desktop_background_controller.cc',
77 'desktop_background/desktop_background_controller.h',
[email protected]c10baf72012-11-01 18:24:3278 'desktop_background/desktop_background_controller_observer.h',
[email protected]2a48ad62011-12-24 00:19:2979 'desktop_background/desktop_background_view.cc',
80 'desktop_background/desktop_background_view.h',
[email protected]b4ddc7a2012-08-07 04:17:3281 'desktop_background/desktop_background_widget_controller.cc',
82 'desktop_background/desktop_background_widget_controller.h',
[email protected]81abb1032012-11-13 18:55:4183 'desktop_background/user_wallpaper_delegate.h',
[email protected]e430a7ce2013-03-04 03:46:2484 'desktop_background/wallpaper_resizer.cc',
85 'desktop_background/wallpaper_resizer.h',
86 'desktop_background/wallpaper_resizer_observer.h',
[email protected]6bdf7952012-11-14 10:10:5887 'display/display_change_observer_x11.cc',
88 'display/display_change_observer_x11.h',
[email protected]196e9452012-08-01 06:42:5189 'display/display_controller.cc',
90 'display/display_controller.h',
[email protected]c87328552012-10-05 23:55:3391 'display/display_error_dialog.cc',
92 'display/display_error_dialog.h',
[email protected]7bb8f44322013-02-28 23:58:3293 'display/display_info.h',
94 'display/display_info.cc',
[email protected]93c7e5622013-06-28 15:12:0695 'display/display_layout.h',
96 'display/display_layout.cc',
[email protected]6bdf7952012-11-14 10:10:5897 'display/display_manager.cc',
98 'display/display_manager.h',
[email protected]29190fd2013-03-30 16:09:5099 'display/display_pref_util.h',
[email protected]682990f2013-01-10 06:49:11100 'display/event_transformation_handler.cc',
101 'display/event_transformation_handler.h',
[email protected]607419ad2013-05-23 19:58:40102 'display/mirror_window_controller.cc',
103 'display/mirror_window_controller.h',
[email protected]196e9452012-08-01 06:42:51104 'display/mouse_cursor_event_filter.cc',
105 'display/mouse_cursor_event_filter.h',
[email protected]196e9452012-08-01 06:42:51106 'display/output_configurator_animation.cc',
107 'display/output_configurator_animation.h',
[email protected]d2d18a12013-05-29 21:51:57108 'display/root_window_transformers.cc',
109 'display/root_window_transformers.h',
[email protected]196e9452012-08-01 06:42:51110 'display/screen_position_controller.cc',
111 'display/screen_position_controller.h',
[email protected]8b7ba87b2012-09-01 00:40:40112 'display/shared_display_edge_indicator.cc',
113 'display/shared_display_edge_indicator.h',
[email protected]2a48ad62011-12-24 00:19:29114 'drag_drop/drag_drop_controller.cc',
115 'drag_drop/drag_drop_controller.h',
[email protected]0518d0d2012-08-26 11:59:04116 'drag_drop/drag_drop_tracker.cc',
117 'drag_drop/drag_drop_tracker.h',
[email protected]2a48ad62011-12-24 00:19:29118 'drag_drop/drag_image_view.cc',
119 'drag_drop/drag_image_view.h',
[email protected]b9d224c2012-07-13 01:09:03120 'event_rewriter_delegate.h',
[email protected]3d29912a2012-02-07 07:41:51121 'focus_cycler.cc',
122 'focus_cycler.h',
[email protected]f48075d2012-05-24 11:06:51123 'high_contrast/high_contrast_controller.cc',
124 'high_contrast/high_contrast_controller.h',
[email protected]fca90ea2012-12-14 04:13:30125 'host/root_window_host_factory.cc',
126 'host/root_window_host_factory.h',
127 'host/root_window_host_factory_win.cc',
[email protected]77f7c132012-11-15 06:52:54128 'keyboard_overlay/keyboard_overlay_delegate.cc',
129 'keyboard_overlay/keyboard_overlay_delegate.h',
130 'keyboard_overlay/keyboard_overlay_view.cc',
131 'keyboard_overlay/keyboard_overlay_view.h',
[email protected]2ff9e6c2013-07-02 00:25:04132 'launcher/alternate_app_list_button.cc',
133 'launcher/alternate_app_list_button.h',
[email protected]d7577d3f2012-07-02 07:05:41134 'launcher/app_list_button.cc',
135 'launcher/app_list_button.h',
[email protected]2a48ad62011-12-24 00:19:29136 'launcher/launcher.cc',
137 'launcher/launcher.h',
[email protected]55444502012-05-10 15:43:53138 'launcher/launcher_alignment_menu.cc',
139 'launcher/launcher_alignment_menu.h',
[email protected]a39a60e2012-03-10 00:40:06140 'launcher/launcher_button.cc',
141 'launcher/launcher_button.h',
[email protected]16f2d3f2012-02-16 03:01:31142 'launcher/launcher_delegate.h',
[email protected]e2dced42012-04-20 01:52:42143 'launcher/launcher_icon_observer.h',
[email protected]2a48ad62011-12-24 00:19:29144 'launcher/launcher_model.cc',
145 'launcher/launcher_model.h',
146 'launcher/launcher_model_observer.h',
[email protected]20f80822012-05-10 01:22:40147 'launcher/launcher_navigator.cc',
148 'launcher/launcher_navigator.h',
[email protected]fe851ac2012-06-15 03:51:58149 'launcher/launcher_tooltip_manager.cc',
150 'launcher/launcher_tooltip_manager.h',
[email protected]cd808102012-01-12 02:42:21151 'launcher/launcher_types.cc',
[email protected]2a48ad62011-12-24 00:19:29152 'launcher/launcher_types.h',
[email protected]7a6ce022013-01-22 20:06:40153 'launcher/launcher_util.cc',
154 'launcher/launcher_util.h',
[email protected]2a48ad62011-12-24 00:19:29155 'launcher/launcher_view.cc',
156 'launcher/launcher_view.h',
[email protected]3475f5e2012-07-12 22:10:32157 'launcher/overflow_bubble.cc',
158 'launcher/overflow_bubble.h',
[email protected]7e846442012-08-07 04:22:34159 'launcher/overflow_button.cc',
160 'launcher/overflow_button.h',
[email protected]2a48ad62011-12-24 00:19:29161 'launcher/tabbed_launcher_button.cc',
162 'launcher/tabbed_launcher_button.h',
[email protected]c1c670172012-04-26 04:20:26163 'magnifier/magnification_controller.cc',
164 'magnifier/magnification_controller.h',
[email protected]db63363f2012-11-29 14:30:12165 'magnifier/magnifier_constants.h',
[email protected]77f7c132012-11-15 06:52:54166 'magnifier/partial_magnification_controller.cc',
167 'magnifier/partial_magnification_controller.h',
[email protected]45e0ff32013-05-22 23:06:56168 'popup_message.cc',
169 'popup_message.h',
[email protected]d90b8392012-06-13 09:34:56170 'root_window_controller.cc',
171 'root_window_controller.h',
[email protected]9d4db2f2012-06-29 04:54:14172 'rotator/screen_rotation.cc',
173 'rotator/screen_rotation.h',
[email protected]1a2145b2012-03-13 21:09:17174 'screen_ash.cc',
175 'screen_ash.h',
[email protected]24af4972012-05-04 19:42:18176 'screensaver/screensaver_view.cc',
177 'screensaver/screensaver_view.h',
[email protected]c52de6372012-01-18 05:24:57178 'screenshot_delegate.h',
[email protected]fcb123d2013-04-17 15:58:49179 'session_state_delegate.h',
[email protected]cfad8752013-06-04 16:58:34180 'session_state_observer.h',
[email protected]478c6c32013-03-09 02:50:58181 'shelf/background_animator.cc',
182 'shelf/background_animator.h',
[email protected]6c4ad7e2013-06-07 19:57:58183 'shelf/shelf_bezel_event_filter.cc',
184 'shelf/shelf_bezel_event_filter.h',
[email protected]478c6c32013-03-09 02:50:58185 'shelf/shelf_layout_manager.cc',
186 'shelf/shelf_layout_manager.h',
[email protected]7841e1172013-05-07 03:53:33187 'shelf/shelf_layout_manager_observer.h',
[email protected]478c6c32013-03-09 02:50:58188 'shelf/shelf_types.h',
189 'shelf/shelf_widget.cc',
190 'shelf/shelf_widget.h',
[email protected]2a48ad62011-12-24 00:19:29191 'shell.cc',
192 'shell.h',
193 'shell_delegate.h',
194 'shell_factory.h',
195 'shell_window_ids.h',
[email protected]8d78ad0e2012-03-21 18:10:47196 'system/bluetooth/bluetooth_observer.h',
197 'system/bluetooth/tray_bluetooth.cc',
198 'system/bluetooth/tray_bluetooth.h',
[email protected]e9c869e2012-03-14 22:10:34199 'system/brightness/brightness_observer.h',
[email protected]75fdbc092012-02-27 23:04:28200 'system/brightness/brightness_control_delegate.h',
201 'system/brightness/tray_brightness.cc',
202 'system/brightness/tray_brightness.h',
[email protected]d6153822013-04-16 20:05:22203 'system/chromeos/audio/audio_observer.h',
[email protected]db5be732013-04-24 05:21:12204 'system/chromeos/audio/tray_audio.cc',
[email protected]059c8d32013-05-15 08:48:03205 'system/chromeos/audio/tray_audio.h',
[email protected]a4404cf2012-12-20 21:51:42206 'system/chromeos/enterprise/enterprise_domain_observer.h',
207 'system/chromeos/enterprise/tray_enterprise.h',
208 'system/chromeos/enterprise/tray_enterprise.cc',
[email protected]30f58c92012-10-23 18:38:05209 'system/chromeos/keyboard_brightness_controller.cc',
210 'system/chromeos/keyboard_brightness_controller.h',
[email protected]61b26f602013-04-30 15:20:30211 'system/chromeos/label_tray_view.h',
212 'system/chromeos/label_tray_view.cc',
213 'system/chromeos/managed/tray_locally_managed_user.h',
214 'system/chromeos/managed/tray_locally_managed_user.cc',
[email protected]ce98ef82013-05-31 22:43:24215 'system/chromeos/network/network_connect.cc',
216 'system/chromeos/network/network_connect.h',
[email protected]efa9a03ee2012-10-23 22:08:48217 'system/chromeos/network/network_detailed_view.h',
[email protected]8e610e72012-12-03 17:06:38218 'system/chromeos/network/network_icon.cc',
219 'system/chromeos/network/network_icon.h',
[email protected]0aa11e92013-02-01 00:17:47220 'system/chromeos/network/network_icon_animation.cc',
221 'system/chromeos/network/network_icon_animation.h',
[email protected]8e610e72012-12-03 17:06:38222 'system/chromeos/network/network_icon_animation_observer.h',
[email protected]11b9e622013-05-30 21:45:03223 'system/chromeos/network/network_observer.cc',
[email protected]0d211582012-10-18 17:48:51224 'system/chromeos/network/network_observer.h',
[email protected]8e610e72012-12-03 17:06:38225 'system/chromeos/network/network_state_list_detailed_view.cc',
226 'system/chromeos/network/network_state_list_detailed_view.h',
[email protected]7e778b6f2013-03-15 00:59:50227 'system/chromeos/network/network_state_notifier.cc',
228 'system/chromeos/network/network_state_notifier.h',
[email protected]1e88f382013-03-19 17:28:19229 'system/chromeos/network/network_tray_delegate.h',
[email protected]0d211582012-10-18 17:48:51230 'system/chromeos/network/tray_network.cc',
231 'system/chromeos/network/tray_network.h',
[email protected]8e610e72012-12-03 17:06:38232 'system/chromeos/network/tray_network_state_observer.cc',
233 'system/chromeos/network/tray_network_state_observer.h',
[email protected]0d211582012-10-18 17:48:51234 'system/chromeos/network/tray_sms.cc',
235 'system/chromeos/network/tray_sms.h',
[email protected]ec902182012-10-23 21:16:51236 'system/chromeos/network/tray_vpn.cc',
237 'system/chromeos/network/tray_vpn.h',
[email protected]37ce571b2013-06-28 05:28:45238 'system/chromeos/power/power_status.cc',
239 'system/chromeos/power/power_status.h',
[email protected]1d28ca02013-05-16 05:40:38240 'system/chromeos/power/power_status_view.cc',
241 'system/chromeos/power/power_status_view.h',
242 'system/chromeos/power/tray_power.cc',
243 'system/chromeos/power/tray_power.h',
[email protected]1a9d1382013-06-07 00:08:25244 'system/chromeos/screen_security/screen_capture_observer.h',
245 'system/chromeos/screen_security/screen_capture_tray_item.cc',
246 'system/chromeos/screen_security/screen_capture_tray_item.h',
247 'system/chromeos/screen_security/screen_share_observer.h',
248 'system/chromeos/screen_security/screen_share_tray_item.cc',
249 'system/chromeos/screen_security/screen_share_tray_item.h',
250 'system/chromeos/screen_security/screen_tray_item.cc',
251 'system/chromeos/screen_security/screen_tray_item.h',
[email protected]1d28ca02013-05-16 05:40:38252 'system/chromeos/settings/tray_settings.cc',
253 'system/chromeos/settings/tray_settings.h',
[email protected]0d211582012-10-18 17:48:51254 'system/chromeos/tray_display.cc',
255 'system/chromeos/tray_display.h',
[email protected]83a1241e2012-03-21 19:09:53256 'system/date/clock_observer.h',
257 'system/date/date_view.cc',
258 'system/date/date_view.h',
259 'system/date/tray_date.cc',
260 'system/date/tray_date.h',
[email protected]cb09f6a2012-05-02 01:19:45261 'system/drive/drive_observer.h',
262 'system/drive/tray_drive.cc',
263 'system/drive/tray_drive.h',
[email protected]d5e28a32012-03-20 23:00:38264 'system/ime/ime_observer.h',
265 'system/ime/tray_ime.cc',
266 'system/ime/tray_ime.h',
[email protected]dbebd422012-07-11 00:14:31267 'system/keyboard_brightness/keyboard_brightness_control_delegate.h',
[email protected]56dbdd02012-05-17 18:48:37268 'system/locale/tray_locale.cc',
269 'system/locale/tray_locale.h',
[email protected]1efd5f12012-11-08 14:06:19270 'system/logout_button/logout_button_observer.h',
271 'system/logout_button/tray_logout_button.cc',
272 'system/logout_button/tray_logout_button.h',
[email protected]316708a2012-11-05 22:57:02273 'system/monitor/tray_monitor.cc',
274 'system/monitor/tray_monitor.h',
[email protected]168276532012-12-15 11:44:31275 'system/session_length_limit/session_length_limit_observer.h',
276 'system/session_length_limit/tray_session_length_limit.cc',
277 'system/session_length_limit/tray_session_length_limit.h',
[email protected]6d6546e2012-05-30 23:12:02278 'system/status_area_widget.cc',
279 'system/status_area_widget.h',
280 'system/status_area_widget_delegate.cc',
281 'system/status_area_widget_delegate.h',
[email protected]5911bb92013-02-19 19:24:02282 'system/tray/actionable_view.cc',
283 'system/tray/actionable_view.h',
[email protected]ddd9eb32013-02-16 05:09:31284 'system/tray/fixed_sized_image_view.cc',
285 'system/tray/fixed_sized_image_view.h',
[email protected]de5d7222013-03-07 17:36:33286 'system/tray/fixed_sized_scroll_view.cc',
287 'system/tray/fixed_sized_scroll_view.h',
[email protected]5911bb92013-02-19 19:24:02288 'system/tray/hover_highlight_view.cc',
289 'system/tray/hover_highlight_view.h',
[email protected]a0c491912013-02-14 00:57:53290 'system/tray/special_popup_row.cc',
291 'system/tray/special_popup_row.h',
[email protected]bfb411312012-02-27 20:59:27292 'system/tray/system_tray.cc',
293 'system/tray/system_tray.h',
[email protected]b26aefb2012-05-09 22:37:24294 'system/tray/system_tray_bubble.cc',
295 'system/tray/system_tray_bubble.h',
[email protected]cb09f6a2012-05-02 01:19:45296 'system/tray/system_tray_delegate.cc',
[email protected]bfb411312012-02-27 20:59:27297 'system/tray/system_tray_delegate.h',
298 'system/tray/system_tray_item.cc',
299 'system/tray/system_tray_item.h',
[email protected]83b2b84c2012-11-14 01:11:00300 'system/tray/system_tray_notifier.cc',
301 'system/tray/system_tray_notifier.h',
[email protected]51ed5992012-11-07 10:14:39302 'system/tray/test_system_tray_delegate.cc',
303 'system/tray/test_system_tray_delegate.h',
[email protected]201f7bc2013-03-02 17:37:08304 'system/tray/throbber_view.cc',
305 'system/tray/throbber_view.h',
[email protected]6d6546e2012-05-30 23:12:02306 'system/tray/tray_background_view.cc',
307 'system/tray/tray_background_view.h',
[email protected]c436af12013-03-14 07:10:04308 'system/tray/tray_bar_button_with_title.cc',
309 'system/tray/tray_bar_button_with_title.h',
[email protected]c3e07ae2012-10-15 17:54:38310 'system/tray/tray_bubble_wrapper.cc',
311 'system/tray/tray_bubble_wrapper.h',
[email protected]72f05d62012-03-05 22:36:49312 'system/tray/tray_constants.cc',
313 'system/tray/tray_constants.h',
[email protected]7345d052012-05-15 16:09:08314 'system/tray/tray_details_view.cc',
315 'system/tray/tray_details_view.h',
[email protected]60d4167c2012-03-04 18:45:15316 'system/tray/tray_empty.cc',
317 'system/tray/tray_empty.h',
[email protected]c3e07ae2012-10-15 17:54:38318 'system/tray/tray_event_filter.cc',
319 'system/tray/tray_event_filter.h',
[email protected]31a5e312012-03-19 16:23:14320 'system/tray/tray_image_item.cc',
321 'system/tray/tray_image_item.h',
[email protected]8d78ad0e2012-03-21 18:10:47322 'system/tray/tray_item_more.cc',
323 'system/tray/tray_item_more.h',
[email protected]5d1491d2012-04-23 21:51:00324 'system/tray/tray_item_view.cc',
325 'system/tray/tray_item_view.h',
[email protected]61ae4152012-07-03 22:08:51326 'system/tray/tray_notification_view.cc',
327 'system/tray/tray_notification_view.h',
[email protected]09ef4992013-03-26 12:46:29328 'system/tray/tray_popup_header_button.cc',
329 'system/tray/tray_popup_header_button.h',
330 'system/tray/tray_popup_label_button.cc',
331 'system/tray/tray_popup_label_button.cc',
332 'system/tray/tray_popup_label_button.h',
333 'system/tray/tray_popup_label_button_border.cc',
334 'system/tray/tray_popup_label_button_border.h',
[email protected]eccf3612013-05-06 13:06:12335 'system/tray/tray_utils.cc',
336 'system/tray/tray_utils.h',
[email protected]acd0fd7a2013-03-04 22:00:53337 'system/tray/view_click_listener.h',
[email protected]31a5e312012-03-19 16:23:14338 'system/tray_accessibility.cc',
339 'system/tray_accessibility.h',
340 'system/tray_caps_lock.cc',
341 'system/tray_caps_lock.h',
[email protected]024a03b2012-03-28 04:05:53342 'system/tray_update.cc',
343 'system/tray_update.h',
[email protected]23c45342012-11-06 12:34:02344 'system/user/login_status.cc',
[email protected]eac76c62012-03-03 15:19:56345 'system/user/login_status.h',
346 'system/user/tray_user.cc',
347 'system/user/tray_user.h',
[email protected]e9c869e2012-03-14 22:10:34348 'system/user/update_observer.h',
[email protected]a97e15ac2012-03-20 15:52:23349 'system/user/user_observer.h',
[email protected]82a1cc92012-06-13 22:06:10350 'system/web_notification/web_notification_tray.cc',
351 'system/web_notification/web_notification_tray.h',
[email protected]2b8a9bb2013-07-01 22:43:40352 'touch/touch_hud_debug.cc',
353 'touch/touch_hud_debug.h',
354 'touch/touch_hud_projection.cc',
355 'touch/touch_hud_projection.h',
[email protected]73074742012-05-17 01:44:41356 'touch/touch_observer_hud.cc',
357 'touch/touch_observer_hud.h',
[email protected]332aaf7b2012-06-26 17:17:42358 'touch/touch_uma.cc',
359 'touch/touch_uma.h',
[email protected]16f05f42012-02-06 19:24:50360 'volume_control_delegate.h',
[email protected]0039db92012-05-09 04:11:45361 'wm/app_list_controller.cc',
362 'wm/app_list_controller.h',
[email protected]2a48ad62011-12-24 00:19:29363 'wm/activation_controller.cc',
364 'wm/activation_controller.h',
[email protected]dc09739372012-11-15 20:17:39365 'wm/activation_controller_delegate.h',
[email protected]2a48ad62011-12-24 00:19:29366 'wm/always_on_top_controller.cc',
367 'wm/always_on_top_controller.h',
[email protected]dc09739372012-11-15 20:17:39368 'wm/ash_activation_controller.cc',
369 'wm/ash_activation_controller.h',
[email protected]c0ff0342013-02-27 00:41:29370 'wm/ash_native_cursor_manager.cc',
371 'wm/ash_native_cursor_manager.h',
[email protected]dc4863be2012-11-30 17:41:57372 'wm/ash_focus_rules.cc',
373 'wm/ash_focus_rules.h',
[email protected]fc7b7442012-01-18 23:57:05374 'wm/base_layout_manager.cc',
375 'wm/base_layout_manager.h',
[email protected]bca9a7e2012-11-10 06:25:49376 'wm/boot_splash_screen.cc',
377 'wm/boot_splash_screen.h',
[email protected]60a978b72012-06-08 00:29:18378 'wm/capture_controller.cc',
379 'wm/capture_controller.h',
[email protected]7203a5e2012-08-06 18:27:46380 'wm/coordinate_conversion.cc',
381 'wm/coordinate_conversion.h',
[email protected]9d4d1712012-03-06 06:55:25382 'wm/custom_frame_view_ash.cc',
383 'wm/custom_frame_view_ash.h',
[email protected]22228922012-03-05 15:04:49384 'wm/default_window_resizer.cc',
385 'wm/default_window_resizer.h',
[email protected]beb4e5c2013-06-18 15:37:07386 'wm/dock/docked_window_layout_manager.cc',
387 'wm/dock/docked_window_layout_manager.h',
388 'wm/dock/docked_window_resizer.cc',
389 'wm/dock/docked_window_resizer.h',
[email protected]c38f9412012-12-04 21:18:21390 'wm/drag_window_controller.cc',
391 'wm/drag_window_controller.h',
[email protected]309d43a2012-12-06 23:03:42392 'wm/drag_window_resizer.cc',
393 'wm/drag_window_resizer.h',
[email protected]262f8bd2012-03-23 19:30:27394 'wm/event_client_impl.cc',
395 'wm/event_client_impl.h',
[email protected]b9d224c2012-07-13 01:09:03396 'wm/event_rewriter_event_filter.cc',
397 'wm/event_rewriter_event_filter.h',
[email protected]9d4d1712012-03-06 06:55:25398 'wm/frame_painter.cc',
399 'wm/frame_painter.h',
[email protected]fdcefaa2012-08-29 04:12:28400 'wm/gestures/long_press_affordance_handler.cc',
401 'wm/gestures/long_press_affordance_handler.h',
[email protected]3c6abbe2012-08-30 23:48:57402 'wm/gestures/shelf_gesture_handler.cc',
403 'wm/gestures/shelf_gesture_handler.h',
[email protected]551f9e62012-08-29 02:20:24404 'wm/gestures/system_pinch_handler.cc',
405 'wm/gestures/system_pinch_handler.h',
[email protected]c8e2e832012-09-12 21:48:28406 'wm/gestures/tray_gesture_handler.cc',
407 'wm/gestures/tray_gesture_handler.h',
[email protected]d1584fe2012-08-29 21:57:13408 'wm/gestures/two_finger_drag_handler.cc',
409 'wm/gestures/two_finger_drag_handler.h',
[email protected]151ffdff2012-09-11 20:18:35410 'wm/image_cursors.cc',
411 'wm/image_cursors.h',
[email protected]ab4f8c92013-05-30 19:07:47412 'wm/lock_state_controller.cc',
413 'wm/lock_state_controller.h',
414 'wm/lock_state_controller_impl2.cc',
415 'wm/lock_state_controller_impl2.h',
416 'wm/lock_state_observer.h',
[email protected]9f9bb4142012-08-04 04:39:39417 'wm/maximize_bubble_controller.cc',
418 'wm/maximize_bubble_controller.h',
[email protected]9ae32df2012-07-26 03:25:18419 'wm/overlay_event_filter.cc',
420 'wm/overlay_event_filter.h',
[email protected]7095a652013-03-07 19:41:49421 'wm/panels/panel_frame_view.cc',
422 'wm/panels/panel_frame_view.h',
423 'wm/panels/panel_layout_manager.cc',
424 'wm/panels/panel_layout_manager.h',
[email protected]100659412013-06-21 22:59:55425 'wm/panels/panel_window_event_handler.cc',
426 'wm/panels/panel_window_event_handler.h',
[email protected]7095a652013-03-07 19:41:49427 'wm/panels/panel_window_resizer.cc',
428 'wm/panels/panel_window_resizer.h',
[email protected]0b0b0742012-02-16 13:23:45429 'wm/partial_screenshot_view.cc',
430 'wm/partial_screenshot_view.h',
[email protected]e0d22e82012-01-04 00:46:57431 'wm/power_button_controller.cc',
432 'wm/power_button_controller.h',
[email protected]2a48ad62011-12-24 00:19:29433 'wm/property_util.cc',
434 'wm/property_util.h',
[email protected]e4a181cc2012-03-17 02:20:57435 'wm/resize_shadow.cc',
436 'wm/resize_shadow.h',
437 'wm/resize_shadow_controller.cc',
438 'wm/resize_shadow_controller.h',
[email protected]2a48ad62011-12-24 00:19:29439 'wm/root_window_layout_manager.cc',
440 'wm/root_window_layout_manager.h',
[email protected]42993212012-04-30 23:42:04441 'wm/screen_dimmer.cc',
442 'wm/screen_dimmer.h',
[email protected]6bc83522012-10-04 17:43:04443 'wm/session_state_animator.cc',
444 'wm/session_state_animator.h',
[email protected]839667d62012-10-23 19:38:57445 'wm/session_state_controller_impl.cc',
446 'wm/session_state_controller_impl.h',
[email protected]2a48ad62011-12-24 00:19:29447 'wm/stacking_controller.cc',
448 'wm/stacking_controller.h',
449 'wm/status_area_layout_manager.cc',
450 'wm/status_area_layout_manager.h',
[email protected]2831cbe2013-06-18 11:55:47451 'wm/sticky_keys.cc',
452 'wm/sticky_keys.h',
[email protected]e6e41d2f2012-10-29 19:22:19453 'wm/system_background_controller.cc',
454 'wm/system_background_controller.h',
[email protected]c16b9422012-06-06 21:51:11455 'wm/system_gesture_event_filter.cc',
456 'wm/system_gesture_event_filter.h',
457 'wm/system_modal_container_event_filter.cc',
458 'wm/system_modal_container_event_filter.h',
459 'wm/system_modal_container_event_filter_delegate.h',
460 'wm/system_modal_container_layout_manager.cc',
461 'wm/system_modal_container_layout_manager.h',
[email protected]5dc51db82012-09-11 03:39:01462 'wm/toplevel_window_event_handler.cc',
463 'wm/toplevel_window_event_handler.h',
[email protected]c16b9422012-06-06 21:51:11464 'wm/user_activity_detector.cc',
465 'wm/user_activity_detector.h',
466 'wm/user_activity_observer.h',
[email protected]6aa614a2012-01-19 22:13:38467 'wm/video_detector.cc',
468 'wm/video_detector.h',
[email protected]cad77b32012-01-19 06:23:04469 'wm/window_animations.cc',
[email protected]6aa614a2012-01-19 22:13:38470 'wm/window_animations.h',
[email protected]40c4cbb2012-01-10 23:26:07471 'wm/window_cycle_controller.cc',
472 'wm/window_cycle_controller.h',
[email protected]194ad1d2012-01-18 18:22:51473 'wm/window_cycle_list.cc',
474 'wm/window_cycle_list.h',
[email protected]2a48ad62011-12-24 00:19:29475 'wm/window_properties.cc',
476 'wm/window_properties.h',
[email protected]1dfd4022012-02-15 04:36:43477 'wm/window_resizer.cc',
478 'wm/window_resizer.h',
[email protected]2a48ad62011-12-24 00:19:29479 'wm/window_util.cc',
480 'wm/window_util.h',
481 'wm/workspace_controller.cc',
482 'wm/workspace_controller.h',
[email protected]cda278d2012-10-30 20:31:40483 'wm/workspace/auto_window_management.cc',
484 'wm/workspace/auto_window_management.h',
[email protected]c601e732012-10-11 15:39:37485 'wm/workspace/colored_window_controller.cc',
486 'wm/workspace/colored_window_controller.h',
[email protected]ba38e002012-10-12 16:39:41487 'wm/workspace/desktop_background_fade_controller.cc',
488 'wm/workspace/desktop_background_fade_controller.h',
[email protected]85d43f02012-03-14 21:11:19489 'wm/workspace/frame_maximize_button.cc',
490 'wm/workspace/frame_maximize_button.h',
[email protected]c83d4332012-09-11 23:28:41491 'wm/workspace/magnetism_matcher.cc',
492 'wm/workspace/magnetism_matcher.h',
[email protected]4d3115c2012-08-31 04:18:39493 'wm/workspace/maximize_bubble_frame_state.h',
[email protected]ef4bb7452012-03-06 18:45:17494 'wm/workspace/multi_window_resize_controller.cc',
495 'wm/workspace/multi_window_resize_controller.h',
[email protected]edc844a2012-03-09 04:33:14496 'wm/workspace/phantom_window_controller.cc',
497 'wm/workspace/phantom_window_controller.h',
[email protected]8b61ffda2012-03-15 17:28:21498 'wm/workspace/snap_sizer.cc',
499 'wm/workspace/snap_sizer.h',
[email protected]9f9bb4142012-08-04 04:39:39500 'wm/workspace/snap_types.h',
[email protected]ef0e32cc2012-10-31 20:57:33501 'wm/workspace/workspace.cc',
502 'wm/workspace/workspace.h',
[email protected]ba38e002012-10-12 16:39:41503 'wm/workspace/workspace_animations.cc',
504 'wm/workspace/workspace_animations.h',
[email protected]83eef802012-12-02 07:43:52505 'wm/workspace/workspace_cycler.cc',
506 'wm/workspace/workspace_cycler.h',
[email protected]51903e032013-02-05 22:14:46507 'wm/workspace/workspace_cycler_animator.cc',
508 'wm/workspace/workspace_cycler_animator.h',
[email protected]a3eeccb2013-02-13 16:39:29509 'wm/workspace/workspace_cycler_configuration.cc',
510 'wm/workspace/workspace_cycler_configuration.h',
[email protected]5dc51db82012-09-11 03:39:01511 'wm/workspace/workspace_event_handler.cc',
512 'wm/workspace/workspace_event_handler.h',
[email protected]ef0e32cc2012-10-31 20:57:33513 'wm/workspace/workspace_layout_manager.cc',
514 'wm/workspace/workspace_layout_manager.h',
515 'wm/workspace/workspace_manager.cc',
516 'wm/workspace/workspace_manager.h',
[email protected]f4bb9fde2012-08-03 19:33:50517 'wm/workspace/workspace_types.h',
[email protected]5ae18722012-02-25 22:30:50518 'wm/workspace/workspace_window_resizer.cc',
519 'wm/workspace/workspace_window_resizer.h',
[email protected]2a48ad62011-12-24 00:19:29520 ],
[email protected]6e9f6aa2012-02-09 04:16:20521 'conditions': [
522 ['OS=="mac"', {
523 'sources/': [
524 ['exclude', 'accelerators/accelerator_controller.cc'],
525 ['exclude', 'accelerators/accelerator_controller.h'],
526 ['exclude', 'accelerators/accelerator_dispatcher.cc'],
527 ['exclude', 'accelerators/accelerator_dispatcher.h'],
528 ['exclude', 'accelerators/accelerator_filter.cc'],
529 ['exclude', 'accelerators/accelerator_filter.h'],
[email protected]059c8d32013-05-15 08:48:03530 ['exclude', 'accelerators/exit_warning_handler.cc'],
531 ['exclude', 'accelerators/exit_warning_handler.h'],
[email protected]6e9f6aa2012-02-09 04:16:20532 ['exclude', 'accelerators/nested_dispatcher_controller.cc'],
533 ['exclude', 'accelerators/nested_dispatcher_controller.h'],
534 ],
535 }],
[email protected]fca90ea2012-12-14 04:13:30536 ['OS=="win"', {
537 'sources/': [
538 ['exclude', 'host/root_window_host_factory.cc'],
[email protected]2831cbe2013-06-18 11:55:47539 ['exclude', 'wm/sticky_keys.cc'],
540 ['exclude', 'wm/sticky_keys.h'],
[email protected]fca90ea2012-12-14 04:13:30541 ],
[email protected]ef34dfb2013-02-15 17:49:49542 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
543 'msvs_disabled_warnings': [ 4267, ],
[email protected]fca90ea2012-12-14 04:13:30544 }],
[email protected]316708a2012-11-05 22:57:02545 ['OS!="linux"', {
546 'sources/': [
547 ['exclude', 'system/monitor/tray_monitor.cc'],
548 ['exclude', 'system/monitor/tray_monitor.h'],
549 ],
550 }],
[email protected]af4ac5de82012-04-05 00:50:27551 ['chromeos==1', {
552 'dependencies': [
553 '../chromeos/chromeos.gyp:chromeos',
[email protected]9fcb3e22013-07-03 00:35:55554 # Ash #includes power_supply_properties.pb.h directly.
555 '../chromeos/chromeos.gyp:power_manager_proto',
[email protected]af4ac5de82012-04-05 00:50:27556 ],
[email protected]196e9452012-08-01 06:42:51557 }, { # else: chromeos!=1
558 'sources/': [
[email protected]0d211582012-10-18 17:48:51559 ['exclude', '/chromeos/'],
[email protected]18b21b2e2013-03-01 20:56:23560 ['exclude', 'display/display_error_dialog.cc'],
561 ['exclude', 'display/display_error_dialog.h'],
[email protected]196e9452012-08-01 06:42:51562 ['exclude', 'display/output_configurator_animation.cc'],
563 ['exclude', 'display/output_configurator_animation.h'],
564 ],
[email protected]af4ac5de82012-04-05 00:50:27565 }],
[email protected]6e9f6aa2012-02-09 04:16:20566 ],
[email protected]2a48ad62011-12-24 00:19:29567 },
568 {
[email protected]b5ec90e2012-12-04 23:50:27569 'target_name': 'ash_test_support',
[email protected]4dff5202012-10-06 07:51:12570 'type': 'static_library',
571 'dependencies': [
572 '../skia/skia.gyp:skia',
573 '../testing/gtest.gyp:gtest',
574 'ash',
575 'ash_resources',
576 ],
577 'sources': [
578 'test/ash_test_base.cc',
579 'test/ash_test_base.h',
[email protected]09464c72013-04-26 07:31:28580 'test/ash_test_helper.cc',
581 'test/ash_test_helper.h',
[email protected]4dff5202012-10-06 07:51:12582 'test/cursor_manager_test_api.cc',
583 'test/cursor_manager_test_api.h',
584 'test/launcher_view_test_api.cc',
585 'test/launcher_view_test_api.h',
[email protected]6bdf7952012-11-14 10:10:58586 'test/display_manager_test_api.cc',
587 'test/display_manager_test_api.h',
[email protected]607419ad2013-05-23 19:58:40588 'test/mirror_window_test_api.cc',
589 'test/mirror_window_test_api.h',
[email protected]0c68e892012-12-08 16:54:53590 'test/shell_test_api.cc',
591 'test/shell_test_api.h',
[email protected]4dff5202012-10-06 07:51:12592 'test/test_activation_delegate.cc',
593 'test/test_activation_delegate.h',
594 'test/test_launcher_delegate.cc',
595 'test/test_launcher_delegate.h',
[email protected]fcb123d2013-04-17 15:58:49596 'test/test_session_state_delegate.cc',
597 'test/test_session_state_delegate.cc',
[email protected]4dff5202012-10-06 07:51:12598 'test/test_shell_delegate.cc',
599 'test/test_shell_delegate.h',
600 'test/test_suite.cc',
601 'test/test_suite.h',
602 'test/test_suite_init.h',
603 'test/test_suite_init.mm',
[email protected]278117e2013-06-07 12:40:47604 'test/ui_controls_factory_ash.cc',
605 'test/ui_controls_factory_ash.h',
[email protected]4dff5202012-10-06 07:51:12606 ],
[email protected]1c3f7002013-01-21 18:46:05607 'conditions': [
608 ['OS=="win"', {
609 'dependencies': [
610 '../ipc/ipc.gyp:ipc',
[email protected]5bbe15972013-05-24 16:55:32611 '../ui/metro_viewer/metro_viewer.gyp:metro_viewer_messages',
612 '../win8/win8.gyp:metro_viewer',
[email protected]028b8ac12013-05-24 03:27:02613 '../win8/win8.gyp:test_support_win8',
[email protected]5bbe15972013-05-24 16:55:32614 '../win8/win8_tests.gyp:test_registrar',
[email protected]1c3f7002013-01-21 18:46:05615 ],
616 'sources': [
617 'test/test_metro_viewer_process_host.cc',
618 'test/test_metro_viewer_process_host.h',
619 ],
620 }],
621 ],
[email protected]4dff5202012-10-06 07:51:12622 },
623 {
[email protected]c11172a2012-07-13 21:27:03624 'target_name': 'ash_unittests',
[email protected]2a48ad62011-12-24 00:19:29625 'type': 'executable',
626 'dependencies': [
627 '../base/base.gyp:base',
628 '../base/base.gyp:test_support_base',
629 '../chrome/chrome_resources.gyp:packed_resources',
[email protected]24af4972012-05-04 19:42:18630 '../content/content.gyp:content_browser',
[email protected]73a759772013-07-02 20:47:45631 '../content/content.gyp:test_support_content',
[email protected]2a48ad62011-12-24 00:19:29632 '../skia/skia.gyp:skia',
633 '../testing/gtest.gyp:gtest',
634 '../third_party/icu/icu.gyp:icui18n',
635 '../third_party/icu/icu.gyp:icuuc',
[email protected]002cc08f2013-06-03 05:40:29636 '../ui/app_list/app_list.gyp:app_list',
[email protected]2a48ad62011-12-24 00:19:29637 '../ui/aura/aura.gyp:aura',
[email protected]b5ec90e2012-12-04 23:50:27638 '../ui/aura/aura.gyp:aura_test_support',
[email protected]116302fc2012-05-05 21:45:41639 '../ui/compositor/compositor.gyp:compositor',
[email protected]f1d5c3a2013-04-23 17:42:56640 '../ui/keyboard/keyboard.gyp:keyboard',
[email protected]f8846e22012-10-30 05:12:12641 '../ui/message_center/message_center.gyp:message_center',
[email protected]1b97bcc2013-06-20 21:36:56642 '../ui/message_center/message_center.gyp:message_center_test_support',
[email protected]2a48ad62011-12-24 00:19:29643 '../ui/ui.gyp:ui',
644 '../ui/ui.gyp:ui_resources',
[email protected]e6c896f12012-05-31 11:48:20645 '../ui/ui.gyp:ui_test_support',
[email protected]2a48ad62011-12-24 00:19:29646 '../ui/views/views.gyp:views',
[email protected]1ebd27d2013-04-15 09:01:51647 '../ui/views/views.gyp:views_examples_with_content_lib',
[email protected]002cc08f2013-06-03 05:40:29648 '../ui/views/views.gyp:views_test_support',
[email protected]0aa76932012-10-14 19:11:10649 '../ui/views/views.gyp:views_with_content_test_support',
[email protected]e7146cef2012-12-20 20:21:11650 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs_test_support',
[email protected]002cc08f2013-06-03 05:40:29651 '../url/url.gyp:url_lib',
652 'ash_strings.gyp:ash_strings',
[email protected]2a48ad62011-12-24 00:19:29653 'ash',
[email protected]dbe3e412012-09-13 21:30:27654 'ash_resources',
[email protected]b5ec90e2012-12-04 23:50:27655 'ash_test_support',
[email protected]2a48ad62011-12-24 00:19:29656 ],
657 'sources': [
[email protected]bf912272013-02-23 01:54:16658 '../ui/compositor/test/layer_animator_test_controller.cc',
659 '../ui/compositor/test/layer_animator_test_controller.h',
[email protected]5eae7162012-01-04 00:31:02660 '../ui/views/test/test_views_delegate.cc',
661 '../ui/views/test/test_views_delegate.h',
[email protected]2a48ad62011-12-24 00:19:29662 'accelerators/accelerator_controller_unittest.cc',
[email protected]47460f92012-01-21 16:15:13663 'accelerators/accelerator_filter_unittest.cc',
[email protected]86bb87e42012-05-02 06:59:20664 'accelerators/accelerator_table_unittest.cc',
[email protected]5985fa32012-03-02 04:44:04665 'accelerators/nested_dispatcher_controller_unittest.cc',
[email protected]d86de6b22012-10-05 19:32:58666 'desktop_background/desktop_background_controller_unittest.cc',
[email protected]b6f09df2013-06-06 21:20:19667 'desktop_background/wallpaper_resizer_unittest.cc',
[email protected]3f6ffb8f2012-04-27 23:33:48668 'dip_unittest.cc',
[email protected]66b05eac2012-06-27 23:53:10669 'display/display_controller_unittest.cc',
[email protected]c20da8f2013-02-06 03:21:48670 'display/display_error_dialog_unittest.cc',
[email protected]42e04c62013-03-12 00:56:57671 'display/display_info_unittest.cc',
[email protected]d2d18a12013-05-29 21:51:57672 'display/display_manager_unittest.cc',
[email protected]5816c3a2013-05-25 14:09:44673 'display/mirror_window_controller_unittest.cc',
[email protected]8b7ba87b2012-09-01 00:40:40674 'display/mouse_cursor_event_filter_unittest.cc',
[email protected]d2d18a12013-05-29 21:51:57675 'display/root_window_transformers_unittest.cc',
[email protected]9737f8f2012-09-20 03:38:38676 'display/screen_position_controller_unittest.cc',
[email protected]2a48ad62011-12-24 00:19:29677 'drag_drop/drag_drop_controller_unittest.cc',
[email protected]0518d0d2012-08-26 11:59:04678 'drag_drop/drag_drop_tracker_unittest.cc',
[email protected]c39be8f2012-06-15 22:58:36679 'extended_desktop_unittest.cc',
[email protected]df1c9862012-02-27 10:37:31680 'focus_cycler_unittest.cc',
[email protected]366a35ad2013-01-26 20:09:22681 'keyboard_overlay/keyboard_overlay_delegate_unittest.cc',
[email protected]e7146cef2012-12-20 20:21:11682 'keyboard_overlay/keyboard_overlay_view_unittest.cc',
[email protected]2a48ad62011-12-24 00:19:29683 'launcher/launcher_model_unittest.cc',
[email protected]20f80822012-05-10 01:22:40684 'launcher/launcher_navigator_unittest.cc',
[email protected]c11172a2012-07-13 21:27:03685 'launcher/launcher_tooltip_manager_unittest.cc',
[email protected]2a48ad62011-12-24 00:19:29686 'launcher/launcher_unittest.cc',
[email protected]e2dced42012-04-20 01:52:42687 'launcher/launcher_view_unittest.cc',
[email protected]7e368732013-01-16 13:31:23688 'magnifier/magnification_controller_unittest.cc',
[email protected]f1853122012-06-27 16:21:26689 'root_window_controller_unittest.cc',
[email protected]8d625fb2012-07-18 16:40:06690 'screen_ash_unittest.cc',
[email protected]24af4972012-05-04 19:42:18691 'screensaver/screensaver_view_unittest.cc',
[email protected]fcb123d2013-04-17 15:58:49692 'session_state_delegate_stub.cc',
693 'session_state_delegate_stub.h',
[email protected]478c6c32013-03-09 02:50:58694 'shelf/shelf_layout_manager_unittest.cc',
695 'shelf/shelf_widget_unittest.cc',
[email protected]2a48ad62011-12-24 00:19:29696 'shell_unittest.cc',
[email protected]246c2e82012-08-09 03:35:25697 'shell/app_list.cc',
698 'shell/bubble.cc',
[email protected]431552c2012-10-23 00:38:33699 'shell/context_menu.cc',
700 'shell/context_menu.h',
[email protected]246c2e82012-08-09 03:35:25701 'shell/launcher_delegate_impl.cc',
702 'shell/lock_view.cc',
703 'shell/panel_window.cc',
704 'shell/shell_delegate_impl.cc',
[email protected]431552c2012-10-23 00:38:33705 'shell/shell_delegate_impl.h',
[email protected]246c2e82012-08-09 03:35:25706 'shell/toplevel_window.cc',
707 'shell/widgets.cc',
708 'shell/window_type_launcher.cc',
709 'shell/window_watcher.cc',
710 'shell/window_watcher_unittest.cc',
[email protected]7e778b6f2013-03-15 00:59:50711 'system/chromeos/network/network_state_notifier_unittest.cc',
[email protected]37ce571b2013-06-28 05:28:45712 'system/chromeos/power/power_status_unittest.cc',
[email protected]1b97bcc2013-06-20 21:36:56713 'system/chromeos/power/tray_power_unittest.cc',
[email protected]37ce571b2013-06-28 05:28:45714 'system/chromeos/screen_security/screen_tray_item_unittest.cc',
[email protected]1e5ad60e2013-06-22 03:11:47715 'system/chromeos/tray_display_unittest.cc',
[email protected]bad64ea2012-05-07 20:46:30716 'system/tray/system_tray_unittest.cc',
[email protected]2f3c40c2013-05-23 15:00:10717 'system/user/tray_user_unittest.cc',
[email protected]82a1cc92012-06-13 22:06:10718 'system/web_notification/web_notification_tray_unittest.cc',
[email protected]09464c72013-04-26 07:31:28719 'test/ash_test_helper_unittest.cc',
[email protected]6bdf7952012-11-14 10:10:58720 'test/ash_unittests.cc',
[email protected]2a48ad62011-12-24 00:19:29721 'tooltips/tooltip_controller_unittest.cc',
[email protected]bff17552013-04-25 04:44:55722 'touch/touch_observer_hud_unittest.cc',
[email protected]2a48ad62011-12-24 00:19:29723 'wm/activation_controller_unittest.cc',
[email protected]4e735f92012-12-18 07:53:57724 'wm/ash_activation_controller_unittest.cc',
[email protected]c0ff0342013-02-27 00:41:29725 'wm/ash_native_cursor_manager_unittest.cc',
[email protected]fc7b7442012-01-18 23:57:05726 'wm/base_layout_manager_unittest.cc',
[email protected]1d0dfbce2012-06-13 02:58:56727 'wm/custom_frame_view_ash_unittest.cc',
[email protected]beb4e5c2013-06-18 15:37:07728 'wm/dock/docked_window_layout_manager_unittest.cc',
729 'wm/dock/docked_window_resizer_unittest.cc',
[email protected]309d43a2012-12-06 23:03:42730 'wm/drag_window_resizer_unittest.cc',
[email protected]8e4a5382012-04-10 22:35:46731 'wm/frame_painter_unittest.cc',
[email protected]ab4f8c92013-05-30 19:07:47732 'wm/lock_state_controller_impl2_unittest.cc',
[email protected]7095a652013-03-07 19:41:49733 'wm/panels/panel_layout_manager_unittest.cc',
734 'wm/panels/panel_window_resizer_unittest.cc',
[email protected]0102d9fc2013-03-27 07:29:45735 'wm/partial_screenshot_view_unittest.cc',
[email protected]e0d22e82012-01-04 00:46:57736 'wm/power_button_controller_unittest.cc',
[email protected]42993212012-04-30 23:42:04737 'wm/screen_dimmer_unittest.cc',
[email protected]a5bf5782013-03-02 17:09:24738 'wm/stacking_controller_unittest.cc',
[email protected]2831cbe2013-06-18 11:55:47739 'wm/sticky_keys_unittest.cc',
[email protected]435b212e2012-04-05 19:43:37740 'wm/system_gesture_event_filter_unittest.cc',
[email protected]6b854932012-02-04 16:44:27741 'wm/system_modal_container_layout_manager_unittest.cc',
[email protected]5dc51db82012-09-11 03:39:01742 'wm/toplevel_window_event_handler_unittest.cc',
[email protected]10b688f22012-06-21 20:36:34743 'wm/user_activity_detector_unittest.cc',
[email protected]6aa614a2012-01-19 22:13:38744 'wm/video_detector_unittest.cc',
[email protected]31e612f42012-03-27 04:41:17745 'wm/window_animations_unittest.cc',
[email protected]40c4cbb2012-01-10 23:26:07746 'wm/window_cycle_controller_unittest.cc',
[email protected]1aad3322012-06-06 06:37:09747 'wm/window_manager_unittest.cc',
[email protected]80373572012-01-06 23:14:30748 'wm/window_modality_controller_unittest.cc',
[email protected]a764e16e2013-04-26 18:39:30749 'wm/window_util_unittest.cc',
[email protected]52b81872012-03-19 14:25:18750 'wm/workspace_controller_test_helper.cc',
751 'wm/workspace_controller_test_helper.h',
[email protected]c83d4332012-09-11 23:28:41752 'wm/workspace/magnetism_matcher_unittest.cc',
[email protected]52b81872012-03-19 14:25:18753 'wm/workspace/multi_window_resize_controller_unittest.cc',
[email protected]5dc51db82012-09-11 03:39:01754 'wm/workspace/workspace_event_handler_test_helper.cc',
755 'wm/workspace/workspace_event_handler_test_helper.h',
756 'wm/workspace/workspace_event_handler_unittest.cc',
[email protected]ef0e32cc2012-10-31 20:57:33757 'wm/workspace/workspace_layout_manager_unittest.cc',
758 'wm/workspace/workspace_manager_unittest.cc',
[email protected]5ae18722012-02-25 22:30:50759 'wm/workspace/workspace_window_resizer_unittest.cc',
[email protected]affd2f82012-10-06 07:38:13760 '<(SHARED_INTERMEDIATE_DIR)/ash/ash_resources/ash_wallpaper_resources.rc',
[email protected]2a48ad62011-12-24 00:19:29761 ],
762 'conditions': [
[email protected]df1c9862012-02-27 10:37:31763 ['OS=="win"', {
[email protected]df1c9862012-02-27 10:37:31764 'sources/': [
[email protected]1c3f7002013-01-21 18:46:05765 # TODO(zork): fix this test to build on Windows. See: crosbug.com/26906
[email protected]df1c9862012-02-27 10:37:31766 ['exclude', 'focus_cycler_unittest.cc'],
[email protected]fe505122012-12-17 21:57:33767 # All tests for multiple displays: not supported on Windows Ash.
[email protected]1c3f7002013-01-21 18:46:05768 ['exclude', 'accelerators/nested_dispatcher_controller_unittest.cc'],
[email protected]fe505122012-12-17 21:57:33769 ['exclude', 'wm/drag_window_resizer_unittest.cc'],
[email protected]35ad3ce2013-02-26 19:56:01770 # Can't resize on Windows Ash. http://crbug.com/165962
[email protected]0ec58342013-04-24 07:39:36771 ['exclude', 'ash_root_window_transformer_unittest.cc'],
[email protected]35ad3ce2013-02-26 19:56:01772 ['exclude', 'magnifier/magnification_controller_unittest.cc'],
773 ['exclude', 'wm/workspace/workspace_window_resizer_unittest.cc'],
[email protected]2831cbe2013-06-18 11:55:47774 ['exclude', 'wm/sticky_keys_unittest.cc'],
[email protected]df1c9862012-02-27 10:37:31775 ],
[email protected]c21fcc5b2013-03-19 01:46:41776 'sources': [
777 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_unscaled_resources.rc',
778 ],
[email protected]ef34dfb2013-02-15 17:49:49779 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
780 'msvs_disabled_warnings': [ 4267, ],
[email protected]df1c9862012-02-27 10:37:31781 }],
[email protected]03decaa12012-01-25 15:53:15782 ['OS=="mac"', {
783 'sources/': [
[email protected]6e9f6aa2012-02-09 04:16:20784 ['exclude', 'accelerators/accelerator_controller_unittest.cc'],
[email protected]a0fea7e2012-01-30 17:43:33785 ['exclude', 'accelerators/accelerator_filter_unittest.cc'],
[email protected]c11172a2012-07-13 21:27:03786 ['exclude', 'accelerators/nested_dispatcher_controller_unittest.cc'],
[email protected]03decaa12012-01-25 15:53:15787 ['exclude', 'drag_drop/drag_drop_controller_unittest.cc'],
[email protected]a0fea7e2012-01-30 17:43:33788 ['exclude', 'tooltips/tooltip_controller_unittest.cc'],
[email protected]03decaa12012-01-25 15:53:15789 ],
[email protected]a0fea7e2012-01-30 17:43:33790 'dependencies': [
791 # Mac tests access resources via the 'AuraShell.app' directory.
792 'ash_shell',
793 ],
794 # Special linker instructions that avoids stripping Obj-C classes that
795 # are not referenced in code, but are referenced in nibs.
796 'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-ObjC']},
[email protected]03decaa12012-01-25 15:53:15797 }],
[email protected]18b21b2e2013-03-01 20:56:23798 ['chromeos!=1', {
799 'sources/': [
800 ['exclude', 'display/display_error_dialog_unittest.cc'],
801 ],
[email protected]9fcb3e22013-07-03 00:35:55802 }, { # chromeos==1
803 'dependencies': [
804 '../chromeos/chromeos.gyp:power_manager_proto',
805 ],
[email protected]18b21b2e2013-03-01 20:56:23806 }],
[email protected]2a48ad62011-12-24 00:19:29807 ],
808 },
809 {
810 'target_name': 'ash_shell',
811 'type': 'executable',
812 'dependencies': [
[email protected]431552c2012-10-23 00:38:33813 'ash_strings.gyp:ash_strings',
[email protected]2a48ad62011-12-24 00:19:29814 '../base/base.gyp:base',
815 '../base/base.gyp:base_i18n',
816 '../chrome/chrome_resources.gyp:packed_resources',
[email protected]73a759772013-07-02 20:47:45817 '../content/content.gyp:content_shell_lib',
[email protected]fa4a45832012-04-12 21:32:48818 '../content/content.gyp:content',
[email protected]2a48ad62011-12-24 00:19:29819 '../skia/skia.gyp:skia',
820 '../third_party/icu/icu.gyp:icui18n',
821 '../third_party/icu/icu.gyp:icuuc',
[email protected]0039db92012-05-09 04:11:45822 '../ui/app_list/app_list.gyp:app_list',
[email protected]2a48ad62011-12-24 00:19:29823 '../ui/aura/aura.gyp:aura',
[email protected]116302fc2012-05-05 21:45:41824 '../ui/compositor/compositor.gyp:compositor',
[email protected]f1d5c3a2013-04-23 17:42:56825 '../ui/keyboard/keyboard.gyp:keyboard',
[email protected]f8846e22012-10-30 05:12:12826 '../ui/message_center/message_center.gyp:message_center',
[email protected]2a48ad62011-12-24 00:19:29827 '../ui/ui.gyp:ui',
828 '../ui/ui.gyp:ui_resources',
[email protected]2a48ad62011-12-24 00:19:29829 '../ui/views/views.gyp:views',
[email protected]a764c5a72012-12-11 23:59:11830 '../ui/views/views.gyp:views_examples_lib',
[email protected]3cdbc032012-08-14 01:05:38831 '../ui/views/views.gyp:views_examples_with_content_lib',
[email protected]0aa76932012-10-14 19:11:10832 '../ui/views/views.gyp:views_test_support',
[email protected]2a48ad62011-12-24 00:19:29833 'ash',
[email protected]dbe3e412012-09-13 21:30:27834 'ash_resources',
[email protected]2a48ad62011-12-24 00:19:29835 ],
836 'sources': [
[email protected]fcb123d2013-04-17 15:58:49837 'session_state_delegate_stub.cc',
838 'session_state_delegate_stub.h',
[email protected]2a48ad62011-12-24 00:19:29839 'shell/app_list.cc',
840 'shell/bubble.cc',
[email protected]fa4a45832012-04-12 21:32:48841 'shell/content_client/shell_browser_main_parts.cc',
842 'shell/content_client/shell_browser_main_parts.h',
843 'shell/content_client/shell_content_browser_client.cc',
844 'shell/content_client/shell_content_browser_client.h',
845 'shell/content_client/shell_main_delegate.cc',
846 'shell/content_client/shell_main_delegate.h',
[email protected]431552c2012-10-23 00:38:33847 'shell/context_menu.cc',
848 'shell/context_menu.h',
[email protected]2a48ad62011-12-24 00:19:29849 'shell/example_factory.h',
[email protected]262f8bd2012-03-23 19:30:27850 'shell/launcher_delegate_impl.cc',
851 'shell/launcher_delegate_impl.h',
[email protected]2a48ad62011-12-24 00:19:29852 'shell/lock_view.cc',
[email protected]6b854932012-02-04 16:44:27853 'shell/panel_window.cc',
854 'shell/panel_window.h',
[email protected]262f8bd2012-03-23 19:30:27855 'shell/shell_delegate_impl.cc',
856 'shell/shell_delegate_impl.h',
[email protected]2a48ad62011-12-24 00:19:29857 'shell/shell_main.cc',
[email protected]b72dfb242012-01-18 00:04:18858 'shell/shell_main_parts.cc',
[email protected]a0fea7e2012-01-30 17:43:33859 'shell/shell_main_parts.h',
[email protected]b72dfb242012-01-18 00:04:18860 'shell/shell_main_parts_mac.mm',
[email protected]2a48ad62011-12-24 00:19:29861 'shell/toplevel_window.cc',
862 'shell/toplevel_window.h',
863 'shell/widgets.cc',
864 'shell/window_type_launcher.cc',
865 'shell/window_type_launcher.h',
[email protected]262f8bd2012-03-23 19:30:27866 'shell/window_watcher.cc',
867 'shell/window_watcher.h',
[email protected]711f428e2012-06-22 02:18:23868 '../content/app/startup_helper_win.cc',
[email protected]2a48ad62011-12-24 00:19:29869 '../ui/views/test/test_views_delegate.cc',
[email protected]affd2f82012-10-06 07:38:13870 '<(SHARED_INTERMEDIATE_DIR)/ash/ash_resources/ash_wallpaper_resources.rc',
[email protected]2a48ad62011-12-24 00:19:29871 ],
[email protected]6f637732012-01-19 03:15:34872 'conditions': [
[email protected]fa4a45832012-04-12 21:32:48873 ['OS=="win"', {
874 'msvs_settings': {
875 'VCLinkerTool': {
876 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS
877 },
878 },
879 'dependencies': [
880 '../sandbox/sandbox.gyp:sandbox',
[email protected]1c3f7002013-01-21 18:46:05881 ],
[email protected]fa4a45832012-04-12 21:32:48882 }],
[email protected]6f637732012-01-19 03:15:34883 ['OS=="mac"', {
884 'product_name': 'AuraShell',
885 'mac_bundle': 1,
886 'sources/': [
887 ['exclude', 'shell/shell_main_parts.cc'],
888 ],
889 'mac_bundle_resources': [
890 'shell/cocoa/app.icns',
891 'shell/cocoa/app-Info.plist',
892 'shell/cocoa/nibs/MainMenu.xib',
893 'shell/cocoa/nibs/RootWindow.xib',
894 '<(SHARED_INTERMEDIATE_DIR)/repack/chrome.pak',
[email protected]763498c02012-08-01 20:53:42895 '<!@pymod_do_main(repack_locales -o -p <(OS) -g <(grit_out_dir) -s <(SHARED_INTERMEDIATE_DIR) -x <(SHARED_INTERMEDIATE_DIR) <(locales))',
[email protected]6f637732012-01-19 03:15:34896 ],
897 'mac_bundle_resources!': [
898 'shell/cocoa/app-Info.plist',
899 ],
900 'xcode_settings': {
901 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
902 },
903 }],
904 ],
[email protected]2a48ad62011-12-24 00:19:29905 },
[email protected]4e0e2b22012-02-01 10:45:51906 ],
[email protected]2a48ad62011-12-24 00:19:29907}