blob: 114ff7e79d2fdb2f2915f303445b657d7284c670 [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': [
[email protected]2b1fbb9d2012-02-08 07:30:5118 'ash_strings.gyp:ash_strings',
[email protected]2a48ad62011-12-24 00:19:2919 '../base/base.gyp:base',
20 '../base/base.gyp:base_i18n',
21 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
22 '../build/temp_gyp/googleurl.gyp:googleurl',
[email protected]24af4972012-05-04 19:42:1823 '../content/content.gyp:content',
24 '../content/content.gyp:content_browser',
25 '../ipc/ipc.gyp:ipc',
[email protected]2a48ad62011-12-24 00:19:2926 '../net/net.gyp:net',
27 '../skia/skia.gyp:skia',
28 '../third_party/icu/icu.gyp:icui18n',
29 '../third_party/icu/icu.gyp:icuuc',
[email protected]0039db92012-05-09 04:11:4530 '../ui/app_list/app_list.gyp:app_list',
[email protected]2a48ad62011-12-24 00:19:2931 '../ui/aura/aura.gyp:aura',
32 '../ui/base/strings/ui_strings.gyp:ui_strings',
[email protected]116302fc2012-05-05 21:45:4133 '../ui/compositor/compositor.gyp:compositor',
[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]dbe3e412012-09-13 21:30:2741 'ash_resources',
[email protected]056ab7e62012-09-14 03:13:1542 'ash_wallpaper_resources',
[email protected]2a48ad62011-12-24 00:19:2943 ],
44 'defines': [
45 'ASH_IMPLEMENTATION',
46 ],
47 'sources': [
48 # All .cc, .h under ash, except unittests
49 'accelerators/accelerator_controller.cc',
50 'accelerators/accelerator_controller.h',
[email protected]6e9f6aa2012-02-09 04:16:2051 'accelerators/accelerator_dispatcher.cc',
52 'accelerators/accelerator_dispatcher.h',
[email protected]2a48ad62011-12-24 00:19:2953 'accelerators/accelerator_filter.cc',
54 'accelerators/accelerator_filter.h',
[email protected]07a3c3fa2012-03-09 03:55:3455 'accelerators/accelerator_table.cc',
56 'accelerators/accelerator_table.h',
[email protected]e7293fa2012-05-17 04:42:3357 'accelerators/focus_manager_factory.cc',
58 'accelerators/focus_manager_factory.h',
[email protected]6e9f6aa2012-02-09 04:16:2059 'accelerators/nested_dispatcher_controller.cc',
60 'accelerators/nested_dispatcher_controller.h',
[email protected]5fce8742012-08-01 21:39:5161 'ash_constants.cc',
62 'ash_constants.h',
[email protected]2a48ad62011-12-24 00:19:2963 'ash_switches.cc',
64 'ash_switches.h',
[email protected]fb9a35592012-01-18 04:12:1465 'caps_lock_delegate.h',
[email protected]f4c92b382012-08-28 00:59:5966 'caps_lock_delegate_stub.cc',
67 'caps_lock_delegate_stub.h',
[email protected]e70cf0ed2012-03-15 16:24:4768 'desktop_background/desktop_background_controller.cc',
69 'desktop_background/desktop_background_controller.h',
70 'desktop_background/desktop_background_resources.cc',
71 'desktop_background/desktop_background_resources.h',
[email protected]2a48ad62011-12-24 00:19:2972 'desktop_background/desktop_background_view.cc',
73 'desktop_background/desktop_background_view.h',
[email protected]b4ddc7a2012-08-07 04:17:3274 'desktop_background/desktop_background_widget_controller.cc',
75 'desktop_background/desktop_background_widget_controller.h',
[email protected]196e9452012-08-01 06:42:5176 'display/display_controller.cc',
77 'display/display_controller.h',
[email protected]c87328552012-10-05 23:55:3378 'display/display_error_dialog.cc',
79 'display/display_error_dialog.h',
[email protected]196e9452012-08-01 06:42:5180 'display/mouse_cursor_event_filter.cc',
81 'display/mouse_cursor_event_filter.h',
82 'display/multi_display_manager.cc',
83 'display/multi_display_manager.h',
84 'display/output_configurator_animation.cc',
85 'display/output_configurator_animation.h',
86 'display/screen_position_controller.cc',
87 'display/screen_position_controller.h',
[email protected]8b7ba87b2012-09-01 00:40:4088 'display/shared_display_edge_indicator.cc',
89 'display/shared_display_edge_indicator.h',
[email protected]2a48ad62011-12-24 00:19:2990 'drag_drop/drag_drop_controller.cc',
91 'drag_drop/drag_drop_controller.h',
[email protected]0518d0d2012-08-26 11:59:0492 'drag_drop/drag_drop_tracker.cc',
93 'drag_drop/drag_drop_tracker.h',
[email protected]2a48ad62011-12-24 00:19:2994 'drag_drop/drag_image_view.cc',
95 'drag_drop/drag_image_view.h',
[email protected]b9d224c2012-07-13 01:09:0396 'event_rewriter_delegate.h',
[email protected]3d29912a2012-02-07 07:41:5197 'focus_cycler.cc',
98 'focus_cycler.h',
[email protected]f48075d2012-05-24 11:06:5199 'high_contrast/high_contrast_controller.cc',
100 'high_contrast/high_contrast_controller.h',
[email protected]d7577d3f2012-07-02 07:05:41101 'launcher/app_list_button.cc',
102 'launcher/app_list_button.h',
[email protected]a160baec2012-03-21 20:52:15103 'launcher/background_animator.cc',
104 'launcher/background_animator.h',
[email protected]2a48ad62011-12-24 00:19:29105 'launcher/launcher.cc',
106 'launcher/launcher.h',
[email protected]55444502012-05-10 15:43:53107 'launcher/launcher_alignment_menu.cc',
108 'launcher/launcher_alignment_menu.h',
[email protected]a39a60e2012-03-10 00:40:06109 'launcher/launcher_button.cc',
110 'launcher/launcher_button.h',
[email protected]16f2d3f2012-02-16 03:01:31111 'launcher/launcher_delegate.h',
[email protected]e2dced42012-04-20 01:52:42112 'launcher/launcher_icon_observer.h',
[email protected]2a48ad62011-12-24 00:19:29113 'launcher/launcher_model.cc',
114 'launcher/launcher_model.h',
115 'launcher/launcher_model_observer.h',
[email protected]20f80822012-05-10 01:22:40116 'launcher/launcher_navigator.cc',
117 'launcher/launcher_navigator.h',
[email protected]fe851ac2012-06-15 03:51:58118 'launcher/launcher_tooltip_manager.cc',
119 'launcher/launcher_tooltip_manager.h',
[email protected]cd808102012-01-12 02:42:21120 'launcher/launcher_types.cc',
[email protected]2a48ad62011-12-24 00:19:29121 'launcher/launcher_types.h',
122 'launcher/launcher_view.cc',
123 'launcher/launcher_view.h',
[email protected]3475f5e2012-07-12 22:10:32124 'launcher/overflow_bubble.cc',
125 'launcher/overflow_bubble.h',
[email protected]7e846442012-08-07 04:22:34126 'launcher/overflow_button.cc',
127 'launcher/overflow_button.h',
[email protected]2a48ad62011-12-24 00:19:29128 'launcher/tabbed_launcher_button.cc',
129 'launcher/tabbed_launcher_button.h',
[email protected]c1c670172012-04-26 04:20:26130 'magnifier/magnification_controller.cc',
131 'magnifier/magnification_controller.h',
[email protected]729b4852012-07-25 21:55:02132 'keyboard_overlay/keyboard_overlay_delegate.cc',
133 'keyboard_overlay/keyboard_overlay_delegate.h',
134 'keyboard_overlay/keyboard_overlay_view.cc',
135 'keyboard_overlay/keyboard_overlay_view.h',
[email protected]d90b8392012-06-13 09:34:56136 'root_window_controller.cc',
137 'root_window_controller.h',
[email protected]9d4db2f2012-06-29 04:54:14138 'rotator/screen_rotation.cc',
139 'rotator/screen_rotation.h',
[email protected]1a2145b2012-03-13 21:09:17140 'screen_ash.cc',
141 'screen_ash.h',
[email protected]24af4972012-05-04 19:42:18142 'screensaver/screensaver_view.cc',
143 'screensaver/screensaver_view.h',
[email protected]c52de6372012-01-18 05:24:57144 'screenshot_delegate.h',
[email protected]2a48ad62011-12-24 00:19:29145 'shell.cc',
146 'shell.h',
147 'shell_delegate.h',
148 'shell_factory.h',
149 'shell_window_ids.h',
[email protected]e9c869e2012-03-14 22:10:34150 'system/audio/audio_observer.h',
[email protected]bfb411312012-02-27 20:59:27151 'system/audio/tray_volume.cc',
152 'system/audio/tray_volume.h',
[email protected]8d78ad0e2012-03-21 18:10:47153 'system/bluetooth/bluetooth_observer.h',
154 'system/bluetooth/tray_bluetooth.cc',
155 'system/bluetooth/tray_bluetooth.h',
[email protected]e9c869e2012-03-14 22:10:34156 'system/brightness/brightness_observer.h',
[email protected]75fdbc092012-02-27 23:04:28157 'system/brightness/brightness_control_delegate.h',
158 'system/brightness/tray_brightness.cc',
159 'system/brightness/tray_brightness.h',
[email protected]30f58c92012-10-23 18:38:05160 'system/chromeos/keyboard_brightness_controller.cc',
161 'system/chromeos/keyboard_brightness_controller.h',
[email protected]efa9a03ee2012-10-23 22:08:48162 'system/chromeos/network/network_detailed_view.h',
[email protected]ec902182012-10-23 21:16:51163 'system/chromeos/network/network_list_detailed_view_base.h',
164 'system/chromeos/network/network_list_detailed_view_base.cc',
[email protected]0d211582012-10-18 17:48:51165 'system/chromeos/network/network_observer.h',
166 'system/chromeos/network/tray_network.cc',
167 'system/chromeos/network/tray_network.h',
168 'system/chromeos/network/tray_sms.cc',
169 'system/chromeos/network/tray_sms.h',
[email protected]ec902182012-10-23 21:16:51170 'system/chromeos/network/tray_vpn.cc',
171 'system/chromeos/network/tray_vpn.h',
[email protected]0d211582012-10-18 17:48:51172 'system/chromeos/tray_display.cc',
173 'system/chromeos/tray_display.h',
[email protected]83a1241e2012-03-21 19:09:53174 'system/date/clock_observer.h',
175 'system/date/date_view.cc',
176 'system/date/date_view.h',
177 'system/date/tray_date.cc',
178 'system/date/tray_date.h',
[email protected]cb09f6a2012-05-02 01:19:45179 'system/drive/drive_observer.h',
180 'system/drive/tray_drive.cc',
181 'system/drive/tray_drive.h',
[email protected]d5e28a32012-03-20 23:00:38182 'system/ime/ime_observer.h',
183 'system/ime/tray_ime.cc',
184 'system/ime/tray_ime.h',
[email protected]dbebd422012-07-11 00:14:31185 'system/keyboard_brightness/keyboard_brightness_control_delegate.h',
[email protected]56dbdd02012-05-17 18:48:37186 'system/locale/tray_locale.cc',
187 'system/locale/tray_locale.h',
[email protected]e9c869e2012-03-14 22:10:34188 'system/power/power_status_observer.h',
[email protected]17df2032012-06-08 17:59:31189 'system/power/power_status_view.cc',
190 'system/power/power_status_view.h',
[email protected]f7f06ea2012-03-02 18:30:50191 'system/power/power_supply_status.cc',
192 'system/power/power_supply_status.h',
[email protected]83a1241e2012-03-21 19:09:53193 'system/power/tray_power.cc',
194 'system/power/tray_power.h',
[email protected]bfb411312012-02-27 20:59:27195 'system/settings/tray_settings.cc',
196 'system/settings/tray_settings.h',
[email protected]6d6546e2012-05-30 23:12:02197 'system/status_area_widget.cc',
198 'system/status_area_widget.h',
199 'system/status_area_widget_delegate.cc',
200 'system/status_area_widget_delegate.h',
[email protected]bfb411312012-02-27 20:59:27201 'system/tray/system_tray.cc',
202 'system/tray/system_tray.h',
[email protected]b26aefb2012-05-09 22:37:24203 'system/tray/system_tray_bubble.cc',
204 'system/tray/system_tray_bubble.h',
[email protected]cb09f6a2012-05-02 01:19:45205 'system/tray/system_tray_delegate.cc',
[email protected]bfb411312012-02-27 20:59:27206 'system/tray/system_tray_delegate.h',
207 'system/tray/system_tray_item.cc',
208 'system/tray/system_tray_item.h',
[email protected]6d6546e2012-05-30 23:12:02209 'system/tray/tray_background_view.cc',
210 'system/tray/tray_background_view.h',
[email protected]c3e07ae2012-10-15 17:54:38211 'system/tray/tray_bubble_wrapper.cc',
212 'system/tray/tray_bubble_wrapper.h',
[email protected]72f05d62012-03-05 22:36:49213 'system/tray/tray_constants.cc',
214 'system/tray/tray_constants.h',
[email protected]7345d052012-05-15 16:09:08215 'system/tray/tray_details_view.cc',
216 'system/tray/tray_details_view.h',
[email protected]60d4167c2012-03-04 18:45:15217 'system/tray/tray_empty.cc',
218 'system/tray/tray_empty.h',
[email protected]c3e07ae2012-10-15 17:54:38219 'system/tray/tray_event_filter.cc',
220 'system/tray/tray_event_filter.h',
[email protected]31a5e312012-03-19 16:23:14221 'system/tray/tray_image_item.cc',
222 'system/tray/tray_image_item.h',
[email protected]8d78ad0e2012-03-21 18:10:47223 'system/tray/tray_item_more.cc',
224 'system/tray/tray_item_more.h',
[email protected]5d1491d2012-04-23 21:51:00225 'system/tray/tray_item_view.cc',
226 'system/tray/tray_item_view.h',
[email protected]61ae4152012-07-03 22:08:51227 'system/tray/tray_notification_view.cc',
228 'system/tray/tray_notification_view.h',
[email protected]8d78ad0e2012-03-21 18:10:47229 'system/tray/tray_views.cc',
230 'system/tray/tray_views.h',
[email protected]31a5e312012-03-19 16:23:14231 'system/tray_accessibility.cc',
232 'system/tray_accessibility.h',
233 'system/tray_caps_lock.cc',
234 'system/tray_caps_lock.h',
[email protected]024a03b2012-03-28 04:05:53235 'system/tray_update.cc',
236 'system/tray_update.h',
[email protected]eac76c62012-03-03 15:19:56237 'system/user/login_status.h',
238 'system/user/tray_user.cc',
239 'system/user/tray_user.h',
[email protected]e9c869e2012-03-14 22:10:34240 'system/user/update_observer.h',
[email protected]a97e15ac2012-03-20 15:52:23241 'system/user/user_observer.h',
[email protected]82a1cc92012-06-13 22:06:10242 'system/web_notification/web_notification_tray.cc',
243 'system/web_notification/web_notification_tray.h',
[email protected]2a48ad62011-12-24 00:19:29244 'tooltips/tooltip_controller.cc',
245 'tooltips/tooltip_controller.h',
[email protected]73074742012-05-17 01:44:41246 'touch/touch_observer_hud.cc',
247 'touch/touch_observer_hud.h',
[email protected]332aaf7b2012-06-26 17:17:42248 'touch/touch_uma.cc',
249 'touch/touch_uma.h',
[email protected]054b2d72012-06-08 04:52:25250 'ui_controls_ash.cc',
[email protected]16f05f42012-02-06 19:24:50251 'volume_control_delegate.h',
[email protected]0039db92012-05-09 04:11:45252 'wm/app_list_controller.cc',
253 'wm/app_list_controller.h',
[email protected]2a48ad62011-12-24 00:19:29254 'wm/activation_controller.cc',
255 'wm/activation_controller.h',
256 'wm/always_on_top_controller.cc',
257 'wm/always_on_top_controller.h',
[email protected]fc7b7442012-01-18 23:57:05258 'wm/base_layout_manager.cc',
259 'wm/base_layout_manager.h',
[email protected]60a978b72012-06-08 00:29:18260 'wm/capture_controller.cc',
261 'wm/capture_controller.h',
[email protected]7203a5e2012-08-06 18:27:46262 'wm/coordinate_conversion.cc',
263 'wm/coordinate_conversion.h',
[email protected]4b8003c2012-07-26 00:54:19264 'wm/cursor_manager.cc',
265 'wm/cursor_manager.h',
[email protected]9d4d1712012-03-06 06:55:25266 'wm/custom_frame_view_ash.cc',
267 'wm/custom_frame_view_ash.h',
[email protected]22228922012-03-05 15:04:49268 'wm/default_window_resizer.cc',
269 'wm/default_window_resizer.h',
[email protected]57b8bb352012-01-11 05:11:46270 'wm/dialog_frame_view.cc',
271 'wm/dialog_frame_view.h',
[email protected]262f8bd2012-03-23 19:30:27272 'wm/event_client_impl.cc',
273 'wm/event_client_impl.h',
[email protected]b9d224c2012-07-13 01:09:03274 'wm/event_rewriter_event_filter.cc',
275 'wm/event_rewriter_event_filter.h',
[email protected]9d4d1712012-03-06 06:55:25276 'wm/frame_painter.cc',
277 'wm/frame_painter.h',
[email protected]c57c18bd62012-08-29 16:05:18278 'wm/gestures/bezel_gesture_handler.cc',
279 'wm/gestures/bezel_gesture_handler.h',
[email protected]fdcefaa2012-08-29 04:12:28280 'wm/gestures/long_press_affordance_handler.cc',
281 'wm/gestures/long_press_affordance_handler.h',
[email protected]3c6abbe2012-08-30 23:48:57282 'wm/gestures/shelf_gesture_handler.cc',
283 'wm/gestures/shelf_gesture_handler.h',
[email protected]551f9e62012-08-29 02:20:24284 'wm/gestures/system_pinch_handler.cc',
285 'wm/gestures/system_pinch_handler.h',
[email protected]c8e2e832012-09-12 21:48:28286 'wm/gestures/tray_gesture_handler.cc',
287 'wm/gestures/tray_gesture_handler.h',
[email protected]d1584fe2012-08-29 21:57:13288 'wm/gestures/two_finger_drag_handler.cc',
289 'wm/gestures/two_finger_drag_handler.h',
[email protected]151ffdff2012-09-11 20:18:35290 'wm/image_cursors.cc',
291 'wm/image_cursors.h',
[email protected]2a48ad62011-12-24 00:19:29292 'wm/image_grid.cc',
293 'wm/image_grid.h',
[email protected]9f9bb4142012-08-04 04:39:39294 'wm/maximize_bubble_controller.cc',
295 'wm/maximize_bubble_controller.h',
[email protected]9ae32df2012-07-26 03:25:18296 'wm/overlay_event_filter.cc',
297 'wm/overlay_event_filter.h',
[email protected]52295042012-02-08 02:02:59298 'wm/panel_frame_view.cc',
299 'wm/panel_frame_view.h',
[email protected]6b854932012-02-04 16:44:27300 'wm/panel_layout_manager.cc',
301 'wm/panel_layout_manager.h',
[email protected]0540b172012-02-16 21:01:07302 'wm/panel_window_event_filter.cc',
303 'wm/panel_window_event_filter.h',
[email protected]0b0b0742012-02-16 13:23:45304 'wm/partial_screenshot_view.cc',
305 'wm/partial_screenshot_view.h',
[email protected]e0d22e82012-01-04 00:46:57306 'wm/power_button_controller.cc',
307 'wm/power_button_controller.h',
[email protected]2a48ad62011-12-24 00:19:29308 'wm/property_util.cc',
309 'wm/property_util.h',
[email protected]e4a181cc2012-03-17 02:20:57310 'wm/resize_shadow.cc',
311 'wm/resize_shadow.h',
312 'wm/resize_shadow_controller.cc',
313 'wm/resize_shadow_controller.h',
[email protected]2a48ad62011-12-24 00:19:29314 'wm/root_window_layout_manager.cc',
315 'wm/root_window_layout_manager.h',
[email protected]42993212012-04-30 23:42:04316 'wm/screen_dimmer.cc',
317 'wm/screen_dimmer.h',
[email protected]6bc83522012-10-04 17:43:04318 'wm/session_state_animator.cc',
319 'wm/session_state_animator.h',
[email protected]222f40c2012-10-18 08:58:13320 'wm/session_state_controller.cc',
321 'wm/session_state_controller.h',
[email protected]839667d62012-10-23 19:38:57322 'wm/session_state_controller_impl.cc',
323 'wm/session_state_controller_impl.h',
324 'wm/session_state_controller_impl2.cc',
325 'wm/session_state_controller_impl2.h',
[email protected]2a48ad62011-12-24 00:19:29326 'wm/shadow.cc',
327 'wm/shadow.h',
328 'wm/shadow_controller.cc',
329 'wm/shadow_controller.h',
330 'wm/shadow_types.cc',
331 'wm/shadow_types.h',
332 'wm/shelf_layout_manager.cc',
333 'wm/shelf_layout_manager.h',
[email protected]812d3d42012-06-27 19:35:31334 'wm/shelf_types.h',
[email protected]2a48ad62011-12-24 00:19:29335 'wm/stacking_controller.cc',
336 'wm/stacking_controller.h',
337 'wm/status_area_layout_manager.cc',
338 'wm/status_area_layout_manager.h',
[email protected]e6e41d2f2012-10-29 19:22:19339 'wm/system_background_controller.cc',
340 'wm/system_background_controller.h',
[email protected]c16b9422012-06-06 21:51:11341 'wm/system_gesture_event_filter.cc',
342 'wm/system_gesture_event_filter.h',
343 'wm/system_modal_container_event_filter.cc',
344 'wm/system_modal_container_event_filter.h',
345 'wm/system_modal_container_event_filter_delegate.h',
346 'wm/system_modal_container_layout_manager.cc',
347 'wm/system_modal_container_layout_manager.h',
[email protected]5dc51db82012-09-11 03:39:01348 'wm/toplevel_window_event_handler.cc',
349 'wm/toplevel_window_event_handler.h',
[email protected]c16b9422012-06-06 21:51:11350 'wm/user_activity_detector.cc',
351 'wm/user_activity_detector.h',
352 'wm/user_activity_observer.h',
[email protected]6aa614a2012-01-19 22:13:38353 'wm/video_detector.cc',
354 'wm/video_detector.h',
[email protected]ddd91e92012-01-27 16:03:48355 'wm/visibility_controller.cc',
356 'wm/visibility_controller.h',
[email protected]cad77b32012-01-19 06:23:04357 'wm/window_animations.cc',
[email protected]6aa614a2012-01-19 22:13:38358 'wm/window_animations.h',
[email protected]40c4cbb2012-01-10 23:26:07359 'wm/window_cycle_controller.cc',
360 'wm/window_cycle_controller.h',
[email protected]194ad1d2012-01-18 18:22:51361 'wm/window_cycle_list.cc',
362 'wm/window_cycle_list.h',
[email protected]80373572012-01-06 23:14:30363 'wm/window_modality_controller.cc',
364 'wm/window_modality_controller.h',
[email protected]2a48ad62011-12-24 00:19:29365 'wm/window_properties.cc',
366 'wm/window_properties.h',
[email protected]1dfd4022012-02-15 04:36:43367 'wm/window_resizer.cc',
368 'wm/window_resizer.h',
[email protected]2a48ad62011-12-24 00:19:29369 'wm/window_util.cc',
370 'wm/window_util.h',
371 'wm/workspace_controller.cc',
372 'wm/workspace_controller.h',
[email protected]cda278d2012-10-30 20:31:40373 'wm/workspace/auto_window_management.cc',
374 'wm/workspace/auto_window_management.h',
[email protected]c601e732012-10-11 15:39:37375 'wm/workspace/colored_window_controller.cc',
376 'wm/workspace/colored_window_controller.h',
[email protected]ba38e002012-10-12 16:39:41377 'wm/workspace/desktop_background_fade_controller.cc',
378 'wm/workspace/desktop_background_fade_controller.h',
[email protected]85d43f02012-03-14 21:11:19379 'wm/workspace/frame_maximize_button.cc',
380 'wm/workspace/frame_maximize_button.h',
[email protected]c83d4332012-09-11 23:28:41381 'wm/workspace/magnetism_matcher.cc',
382 'wm/workspace/magnetism_matcher.h',
[email protected]4d3115c2012-08-31 04:18:39383 'wm/workspace/maximize_bubble_frame_state.h',
[email protected]ef4bb7452012-03-06 18:45:17384 'wm/workspace/multi_window_resize_controller.cc',
385 'wm/workspace/multi_window_resize_controller.h',
[email protected]edc844a2012-03-09 04:33:14386 'wm/workspace/phantom_window_controller.cc',
387 'wm/workspace/phantom_window_controller.h',
[email protected]8b61ffda2012-03-15 17:28:21388 'wm/workspace/snap_sizer.cc',
389 'wm/workspace/snap_sizer.h',
[email protected]9f9bb4142012-08-04 04:39:39390 'wm/workspace/snap_types.h',
[email protected]ef0e32cc2012-10-31 20:57:33391 'wm/workspace/workspace.cc',
392 'wm/workspace/workspace.h',
[email protected]ba38e002012-10-12 16:39:41393 'wm/workspace/workspace_animations.cc',
394 'wm/workspace/workspace_animations.h',
[email protected]5dc51db82012-09-11 03:39:01395 'wm/workspace/workspace_event_handler.cc',
396 'wm/workspace/workspace_event_handler.h',
[email protected]ef0e32cc2012-10-31 20:57:33397 'wm/workspace/workspace_layout_manager.cc',
398 'wm/workspace/workspace_layout_manager.h',
399 'wm/workspace/workspace_manager.cc',
400 'wm/workspace/workspace_manager.h',
[email protected]f4bb9fde2012-08-03 19:33:50401 'wm/workspace/workspace_types.h',
[email protected]5ae18722012-02-25 22:30:50402 'wm/workspace/workspace_window_resizer.cc',
403 'wm/workspace/workspace_window_resizer.h',
[email protected]2a48ad62011-12-24 00:19:29404 ],
[email protected]6e9f6aa2012-02-09 04:16:20405 'conditions': [
406 ['OS=="mac"', {
407 'sources/': [
408 ['exclude', 'accelerators/accelerator_controller.cc'],
409 ['exclude', 'accelerators/accelerator_controller.h'],
410 ['exclude', 'accelerators/accelerator_dispatcher.cc'],
411 ['exclude', 'accelerators/accelerator_dispatcher.h'],
412 ['exclude', 'accelerators/accelerator_filter.cc'],
413 ['exclude', 'accelerators/accelerator_filter.h'],
414 ['exclude', 'accelerators/nested_dispatcher_controller.cc'],
415 ['exclude', 'accelerators/nested_dispatcher_controller.h'],
416 ],
417 }],
[email protected]af4ac5de82012-04-05 00:50:27418 ['chromeos==1', {
419 'dependencies': [
420 '../chromeos/chromeos.gyp:chromeos',
421 ],
[email protected]196e9452012-08-01 06:42:51422 }, { # else: chromeos!=1
423 'sources/': [
[email protected]0d211582012-10-18 17:48:51424 ['exclude', '/chromeos/'],
[email protected]196e9452012-08-01 06:42:51425 ['exclude', 'display/output_configurator_animation.cc'],
426 ['exclude', 'display/output_configurator_animation.h'],
427 ],
[email protected]af4ac5de82012-04-05 00:50:27428 }],
[email protected]6e9f6aa2012-02-09 04:16:20429 ],
[email protected]2a48ad62011-12-24 00:19:29430 },
431 {
[email protected]4dff5202012-10-06 07:51:12432 'target_name': 'test_support_ash',
433 'type': 'static_library',
434 'dependencies': [
435 '../skia/skia.gyp:skia',
436 '../testing/gtest.gyp:gtest',
437 'ash',
438 'ash_resources',
439 ],
440 'sources': [
441 'test/ash_test_base.cc',
442 'test/ash_test_base.h',
443 'test/ash_unittests.cc',
444 'test/capture_tracking_view.cc',
445 'test/capture_tracking_view.h',
446 'test/cursor_manager_test_api.cc',
447 'test/cursor_manager_test_api.h',
448 'test/launcher_view_test_api.cc',
449 'test/launcher_view_test_api.h',
450 'test/test_activation_delegate.cc',
451 'test/test_activation_delegate.h',
452 'test/test_launcher_delegate.cc',
453 'test/test_launcher_delegate.h',
454 'test/test_shell_delegate.cc',
455 'test/test_shell_delegate.h',
456 'test/test_suite.cc',
457 'test/test_suite.h',
458 'test/test_suite_init.h',
459 'test/test_suite_init.mm',
460 ],
461 },
462 {
[email protected]c11172a2012-07-13 21:27:03463 'target_name': 'ash_unittests',
[email protected]2a48ad62011-12-24 00:19:29464 'type': 'executable',
465 'dependencies': [
[email protected]431552c2012-10-23 00:38:33466 'ash_strings.gyp:ash_strings',
[email protected]2a48ad62011-12-24 00:19:29467 '../base/base.gyp:base',
468 '../base/base.gyp:test_support_base',
469 '../chrome/chrome_resources.gyp:packed_resources',
[email protected]24af4972012-05-04 19:42:18470 '../content/content.gyp:content_browser',
471 '../content/content.gyp:test_support_content',
[email protected]2a48ad62011-12-24 00:19:29472 '../build/temp_gyp/googleurl.gyp:googleurl',
473 '../skia/skia.gyp:skia',
474 '../testing/gtest.gyp:gtest',
475 '../third_party/icu/icu.gyp:icui18n',
476 '../third_party/icu/icu.gyp:icuuc',
477 '../ui/aura/aura.gyp:aura',
478 '../ui/aura/aura.gyp:test_support_aura',
[email protected]246c2e82012-08-09 03:35:25479 '../ui/app_list/app_list.gyp:app_list',
[email protected]116302fc2012-05-05 21:45:41480 '../ui/compositor/compositor.gyp:compositor',
481 '../ui/compositor/compositor.gyp:compositor_test_support',
[email protected]f8846e22012-10-30 05:12:12482 '../ui/message_center/message_center.gyp:message_center',
[email protected]2a48ad62011-12-24 00:19:29483 '../ui/ui.gyp:ui',
484 '../ui/ui.gyp:ui_resources',
[email protected]e6c896f12012-05-31 11:48:20485 '../ui/ui.gyp:ui_test_support',
[email protected]2a48ad62011-12-24 00:19:29486 '../ui/views/views.gyp:views',
[email protected]3cdbc032012-08-14 01:05:38487 '../ui/views/views.gyp:views_examples_with_content_lib',
[email protected]0aa76932012-10-14 19:11:10488 '../ui/views/views.gyp:views_with_content_test_support',
[email protected]2a48ad62011-12-24 00:19:29489 'ash',
[email protected]dbe3e412012-09-13 21:30:27490 'ash_resources',
[email protected]4dff5202012-10-06 07:51:12491 'test_support_ash',
[email protected]2a48ad62011-12-24 00:19:29492 ],
493 'sources': [
[email protected]5eae7162012-01-04 00:31:02494 '../ui/views/test/test_views_delegate.cc',
495 '../ui/views/test/test_views_delegate.h',
[email protected]2a48ad62011-12-24 00:19:29496 'accelerators/accelerator_controller_unittest.cc',
[email protected]47460f92012-01-21 16:15:13497 'accelerators/accelerator_filter_unittest.cc',
[email protected]86bb87e42012-05-02 06:59:20498 'accelerators/accelerator_table_unittest.cc',
[email protected]5985fa32012-03-02 04:44:04499 'accelerators/nested_dispatcher_controller_unittest.cc',
[email protected]d86de6b22012-10-05 19:32:58500 'desktop_background/desktop_background_controller_unittest.cc',
[email protected]3f6ffb8f2012-04-27 23:33:48501 'dip_unittest.cc',
[email protected]66b05eac2012-06-27 23:53:10502 'display/display_controller_unittest.cc',
[email protected]8b7ba87b2012-09-01 00:40:40503 'display/mouse_cursor_event_filter_unittest.cc',
[email protected]2e236a52012-06-27 22:21:47504 'display/multi_display_manager_unittest.cc',
[email protected]9737f8f2012-09-20 03:38:38505 'display/screen_position_controller_unittest.cc',
[email protected]2a48ad62011-12-24 00:19:29506 'drag_drop/drag_drop_controller_unittest.cc',
[email protected]0518d0d2012-08-26 11:59:04507 'drag_drop/drag_drop_tracker_unittest.cc',
[email protected]c39be8f2012-06-15 22:58:36508 'extended_desktop_unittest.cc',
[email protected]df1c9862012-02-27 10:37:31509 'focus_cycler_unittest.cc',
[email protected]2a48ad62011-12-24 00:19:29510 'launcher/launcher_model_unittest.cc',
[email protected]20f80822012-05-10 01:22:40511 'launcher/launcher_navigator_unittest.cc',
[email protected]c11172a2012-07-13 21:27:03512 'launcher/launcher_tooltip_manager_unittest.cc',
[email protected]2a48ad62011-12-24 00:19:29513 'launcher/launcher_unittest.cc',
[email protected]e2dced42012-04-20 01:52:42514 'launcher/launcher_view_unittest.cc',
[email protected]f1853122012-06-27 16:21:26515 'root_window_controller_unittest.cc',
[email protected]8d625fb2012-07-18 16:40:06516 'screen_ash_unittest.cc',
[email protected]24af4972012-05-04 19:42:18517 'screensaver/screensaver_view_unittest.cc',
[email protected]2a48ad62011-12-24 00:19:29518 'shell_unittest.cc',
[email protected]246c2e82012-08-09 03:35:25519 'shell/app_list.cc',
520 'shell/bubble.cc',
[email protected]431552c2012-10-23 00:38:33521 'shell/context_menu.cc',
522 'shell/context_menu.h',
[email protected]246c2e82012-08-09 03:35:25523 'shell/launcher_delegate_impl.cc',
524 'shell/lock_view.cc',
525 'shell/panel_window.cc',
526 'shell/shell_delegate_impl.cc',
[email protected]431552c2012-10-23 00:38:33527 'shell/shell_delegate_impl.h',
[email protected]246c2e82012-08-09 03:35:25528 'shell/toplevel_window.cc',
529 'shell/widgets.cc',
530 'shell/window_type_launcher.cc',
531 'shell/window_watcher.cc',
532 'shell/window_watcher_unittest.cc',
[email protected]bad64ea2012-05-07 20:46:30533 'system/tray/system_tray_unittest.cc',
[email protected]82a1cc92012-06-13 22:06:10534 'system/web_notification/web_notification_tray_unittest.cc',
[email protected]2a48ad62011-12-24 00:19:29535 'tooltips/tooltip_controller_unittest.cc',
536 'wm/activation_controller_unittest.cc',
[email protected]fc7b7442012-01-18 23:57:05537 'wm/base_layout_manager_unittest.cc',
[email protected]44e64a62012-09-21 04:21:11538 'wm/cursor_manager_unittest.cc',
[email protected]1d0dfbce2012-06-13 02:58:56539 'wm/custom_frame_view_ash_unittest.cc',
[email protected]8e4a5382012-04-10 22:35:46540 'wm/frame_painter_unittest.cc',
[email protected]2a48ad62011-12-24 00:19:29541 'wm/image_grid_unittest.cc',
[email protected]6b854932012-02-04 16:44:27542 'wm/panel_layout_manager_unittest.cc',
[email protected]e0d22e82012-01-04 00:46:57543 'wm/power_button_controller_unittest.cc',
[email protected]42993212012-04-30 23:42:04544 'wm/screen_dimmer_unittest.cc',
[email protected]2a48ad62011-12-24 00:19:29545 'wm/shadow_controller_unittest.cc',
546 'wm/shelf_layout_manager_unittest.cc',
[email protected]435b212e2012-04-05 19:43:37547 'wm/system_gesture_event_filter_unittest.cc',
[email protected]6b854932012-02-04 16:44:27548 'wm/system_modal_container_layout_manager_unittest.cc',
[email protected]5dc51db82012-09-11 03:39:01549 'wm/toplevel_window_event_handler_unittest.cc',
[email protected]10b688f22012-06-21 20:36:34550 'wm/user_activity_detector_unittest.cc',
[email protected]6aa614a2012-01-19 22:13:38551 'wm/video_detector_unittest.cc',
[email protected]ddd91e92012-01-27 16:03:48552 'wm/visibility_controller_unittest.cc',
[email protected]31e612f42012-03-27 04:41:17553 'wm/window_animations_unittest.cc',
[email protected]40c4cbb2012-01-10 23:26:07554 'wm/window_cycle_controller_unittest.cc',
[email protected]1aad3322012-06-06 06:37:09555 'wm/window_manager_unittest.cc',
[email protected]80373572012-01-06 23:14:30556 'wm/window_modality_controller_unittest.cc',
[email protected]52b81872012-03-19 14:25:18557 'wm/workspace_controller_test_helper.cc',
558 'wm/workspace_controller_test_helper.h',
[email protected]c83d4332012-09-11 23:28:41559 'wm/workspace/magnetism_matcher_unittest.cc',
[email protected]52b81872012-03-19 14:25:18560 'wm/workspace/multi_window_resize_controller_unittest.cc',
[email protected]5dc51db82012-09-11 03:39:01561 'wm/workspace/workspace_event_handler_test_helper.cc',
562 'wm/workspace/workspace_event_handler_test_helper.h',
563 'wm/workspace/workspace_event_handler_unittest.cc',
[email protected]ef0e32cc2012-10-31 20:57:33564 'wm/workspace/workspace_layout_manager_unittest.cc',
565 'wm/workspace/workspace_manager_unittest.cc',
[email protected]5ae18722012-02-25 22:30:50566 'wm/workspace/workspace_window_resizer_unittest.cc',
[email protected]affd2f82012-10-06 07:38:13567 '<(SHARED_INTERMEDIATE_DIR)/ash/ash_resources/ash_wallpaper_resources.rc',
[email protected]2a48ad62011-12-24 00:19:29568 ],
569 'conditions': [
[email protected]2c456102011-12-26 06:26:34570 ['use_ibus==1', {
571 'dependencies': [
572 '../build/linux/system.gyp:ibus',
573 ],
574 }],
[email protected]df1c9862012-02-27 10:37:31575 ['OS=="win"', {
576 # TODO(zork): fix this test to build on Windows. See: crosbug.com/26906
577 'sources/': [
578 ['exclude', 'focus_cycler_unittest.cc'],
579 ],
580 }],
[email protected]03decaa12012-01-25 15:53:15581 ['OS=="mac"', {
582 'sources/': [
[email protected]6e9f6aa2012-02-09 04:16:20583 ['exclude', 'accelerators/accelerator_controller_unittest.cc'],
[email protected]a0fea7e2012-01-30 17:43:33584 ['exclude', 'accelerators/accelerator_filter_unittest.cc'],
[email protected]c11172a2012-07-13 21:27:03585 ['exclude', 'accelerators/nested_dispatcher_controller_unittest.cc'],
[email protected]03decaa12012-01-25 15:53:15586 ['exclude', 'drag_drop/drag_drop_controller_unittest.cc'],
[email protected]a0fea7e2012-01-30 17:43:33587 ['exclude', 'tooltips/tooltip_controller_unittest.cc'],
[email protected]03decaa12012-01-25 15:53:15588 ],
[email protected]a0fea7e2012-01-30 17:43:33589 'dependencies': [
590 # Mac tests access resources via the 'AuraShell.app' directory.
591 'ash_shell',
592 ],
593 # Special linker instructions that avoids stripping Obj-C classes that
594 # are not referenced in code, but are referenced in nibs.
595 'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-ObjC']},
[email protected]03decaa12012-01-25 15:53:15596 }],
[email protected]2a48ad62011-12-24 00:19:29597 ],
598 },
599 {
600 'target_name': 'ash_shell',
601 'type': 'executable',
602 'dependencies': [
[email protected]431552c2012-10-23 00:38:33603 'ash_strings.gyp:ash_strings',
[email protected]2a48ad62011-12-24 00:19:29604 '../base/base.gyp:base',
605 '../base/base.gyp:base_i18n',
606 '../chrome/chrome_resources.gyp:packed_resources',
[email protected]fa4a45832012-04-12 21:32:48607 '../content/content.gyp:content_shell_lib',
608 '../content/content.gyp:content',
[email protected]2a48ad62011-12-24 00:19:29609 '../skia/skia.gyp:skia',
610 '../third_party/icu/icu.gyp:icui18n',
611 '../third_party/icu/icu.gyp:icuuc',
[email protected]0039db92012-05-09 04:11:45612 '../ui/app_list/app_list.gyp:app_list',
[email protected]2a48ad62011-12-24 00:19:29613 '../ui/aura/aura.gyp:aura',
[email protected]116302fc2012-05-05 21:45:41614 '../ui/compositor/compositor.gyp:compositor',
615 '../ui/compositor/compositor.gyp:compositor_test_support',
[email protected]f8846e22012-10-30 05:12:12616 '../ui/message_center/message_center.gyp:message_center',
[email protected]2a48ad62011-12-24 00:19:29617 '../ui/ui.gyp:ui',
618 '../ui/ui.gyp:ui_resources',
[email protected]2a48ad62011-12-24 00:19:29619 '../ui/views/views.gyp:views',
[email protected]3cdbc032012-08-14 01:05:38620 '../ui/views/views.gyp:views_examples_with_content_lib',
[email protected]0aa76932012-10-14 19:11:10621 '../ui/views/views.gyp:views_test_support',
[email protected]2a48ad62011-12-24 00:19:29622 'ash',
[email protected]dbe3e412012-09-13 21:30:27623 'ash_resources',
[email protected]2a48ad62011-12-24 00:19:29624 ],
625 'sources': [
626 'shell/app_list.cc',
627 'shell/bubble.cc',
[email protected]fa4a45832012-04-12 21:32:48628 'shell/content_client/shell_browser_main_parts.cc',
629 'shell/content_client/shell_browser_main_parts.h',
630 'shell/content_client/shell_content_browser_client.cc',
631 'shell/content_client/shell_content_browser_client.h',
632 'shell/content_client/shell_main_delegate.cc',
633 'shell/content_client/shell_main_delegate.h',
[email protected]431552c2012-10-23 00:38:33634 'shell/context_menu.cc',
635 'shell/context_menu.h',
[email protected]2a48ad62011-12-24 00:19:29636 'shell/example_factory.h',
[email protected]262f8bd2012-03-23 19:30:27637 'shell/launcher_delegate_impl.cc',
638 'shell/launcher_delegate_impl.h',
[email protected]2a48ad62011-12-24 00:19:29639 'shell/lock_view.cc',
[email protected]6b854932012-02-04 16:44:27640 'shell/panel_window.cc',
641 'shell/panel_window.h',
[email protected]262f8bd2012-03-23 19:30:27642 'shell/shell_delegate_impl.cc',
643 'shell/shell_delegate_impl.h',
[email protected]2a48ad62011-12-24 00:19:29644 'shell/shell_main.cc',
[email protected]b72dfb242012-01-18 00:04:18645 'shell/shell_main_parts.cc',
[email protected]a0fea7e2012-01-30 17:43:33646 'shell/shell_main_parts.h',
[email protected]b72dfb242012-01-18 00:04:18647 'shell/shell_main_parts_mac.mm',
[email protected]2a48ad62011-12-24 00:19:29648 'shell/toplevel_window.cc',
649 'shell/toplevel_window.h',
650 'shell/widgets.cc',
651 'shell/window_type_launcher.cc',
652 'shell/window_type_launcher.h',
[email protected]262f8bd2012-03-23 19:30:27653 'shell/window_watcher.cc',
654 'shell/window_watcher.h',
[email protected]711f428e2012-06-22 02:18:23655 '../content/app/startup_helper_win.cc',
[email protected]2a48ad62011-12-24 00:19:29656 '../ui/views/test/test_views_delegate.cc',
[email protected]affd2f82012-10-06 07:38:13657 '<(SHARED_INTERMEDIATE_DIR)/ash/ash_resources/ash_wallpaper_resources.rc',
[email protected]2a48ad62011-12-24 00:19:29658 ],
[email protected]6f637732012-01-19 03:15:34659 'conditions': [
[email protected]fa4a45832012-04-12 21:32:48660 ['OS=="win"', {
661 'msvs_settings': {
662 'VCLinkerTool': {
663 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS
664 },
665 },
666 'dependencies': [
667 '../sandbox/sandbox.gyp:sandbox',
668 ],
669 }],
[email protected]6f637732012-01-19 03:15:34670 ['OS=="mac"', {
671 'product_name': 'AuraShell',
672 'mac_bundle': 1,
673 'sources/': [
674 ['exclude', 'shell/shell_main_parts.cc'],
675 ],
676 'mac_bundle_resources': [
677 'shell/cocoa/app.icns',
678 'shell/cocoa/app-Info.plist',
679 'shell/cocoa/nibs/MainMenu.xib',
680 'shell/cocoa/nibs/RootWindow.xib',
681 '<(SHARED_INTERMEDIATE_DIR)/repack/chrome.pak',
[email protected]763498c02012-08-01 20:53:42682 '<!@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:34683 ],
684 'mac_bundle_resources!': [
685 'shell/cocoa/app-Info.plist',
686 ],
687 'xcode_settings': {
688 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
689 },
690 }],
691 ],
[email protected]2a48ad62011-12-24 00:19:29692 },
[email protected]4e0e2b22012-02-01 10:45:51693 ],
[email protected]2a48ad62011-12-24 00:19:29694}