blob: 474d2fb5ac6513acad98a182b57d221e27ba31a5 [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]3cd198a22012-03-12 20:38:0134 '../ui/oak/oak.gyp:oak',
[email protected]2a48ad62011-12-24 00:19:2935 '../ui/ui.gyp:ui',
36 '../ui/ui.gyp:ui_resources',
[email protected]9e7fca802012-09-01 18:53:0537 '../ui/views/controls/webview/webview.gyp:webview',
[email protected]2a48ad62011-12-24 00:19:2938 '../ui/views/views.gyp:views',
[email protected]729b4852012-07-25 21:55:0239 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs',
[email protected]dbe3e412012-09-13 21:30:2740 'ash_resources',
[email protected]056ab7e62012-09-14 03:13:1541 'ash_wallpaper_resources',
[email protected]2a48ad62011-12-24 00:19:2942 ],
43 'defines': [
44 'ASH_IMPLEMENTATION',
45 ],
46 'sources': [
47 # All .cc, .h under ash, except unittests
48 'accelerators/accelerator_controller.cc',
49 'accelerators/accelerator_controller.h',
[email protected]6e9f6aa2012-02-09 04:16:2050 'accelerators/accelerator_dispatcher.cc',
51 'accelerators/accelerator_dispatcher.h',
[email protected]2a48ad62011-12-24 00:19:2952 'accelerators/accelerator_filter.cc',
53 'accelerators/accelerator_filter.h',
[email protected]07a3c3fa2012-03-09 03:55:3454 'accelerators/accelerator_table.cc',
55 'accelerators/accelerator_table.h',
[email protected]e7293fa2012-05-17 04:42:3356 'accelerators/focus_manager_factory.cc',
57 'accelerators/focus_manager_factory.h',
[email protected]6e9f6aa2012-02-09 04:16:2058 'accelerators/nested_dispatcher_controller.cc',
59 'accelerators/nested_dispatcher_controller.h',
[email protected]5fce8742012-08-01 21:39:5160 'ash_constants.cc',
61 'ash_constants.h',
[email protected]2a48ad62011-12-24 00:19:2962 'ash_switches.cc',
63 'ash_switches.h',
[email protected]fb9a35592012-01-18 04:12:1464 'caps_lock_delegate.h',
[email protected]f4c92b382012-08-28 00:59:5965 'caps_lock_delegate_stub.cc',
66 'caps_lock_delegate_stub.h',
[email protected]e70cf0ed2012-03-15 16:24:4767 'desktop_background/desktop_background_controller.cc',
68 'desktop_background/desktop_background_controller.h',
69 'desktop_background/desktop_background_resources.cc',
70 'desktop_background/desktop_background_resources.h',
[email protected]2a48ad62011-12-24 00:19:2971 'desktop_background/desktop_background_view.cc',
72 'desktop_background/desktop_background_view.h',
[email protected]b4ddc7a2012-08-07 04:17:3273 'desktop_background/desktop_background_widget_controller.cc',
74 'desktop_background/desktop_background_widget_controller.h',
[email protected]196e9452012-08-01 06:42:5175 'display/display_controller.cc',
76 'display/display_controller.h',
[email protected]c87328552012-10-05 23:55:3377 'display/display_error_dialog.cc',
78 'display/display_error_dialog.h',
[email protected]196e9452012-08-01 06:42:5179 'display/mouse_cursor_event_filter.cc',
80 'display/mouse_cursor_event_filter.h',
81 'display/multi_display_manager.cc',
82 'display/multi_display_manager.h',
83 'display/output_configurator_animation.cc',
84 'display/output_configurator_animation.h',
85 'display/screen_position_controller.cc',
86 'display/screen_position_controller.h',
87 'display/secondary_display_view.cc',
88 'display/secondary_display_view.h',
[email protected]8b7ba87b2012-09-01 00:40:4089 'display/shared_display_edge_indicator.cc',
90 'display/shared_display_edge_indicator.h',
[email protected]2a48ad62011-12-24 00:19:2991 'drag_drop/drag_drop_controller.cc',
92 'drag_drop/drag_drop_controller.h',
[email protected]0518d0d2012-08-26 11:59:0493 'drag_drop/drag_drop_tracker.cc',
94 'drag_drop/drag_drop_tracker.h',
[email protected]2a48ad62011-12-24 00:19:2995 'drag_drop/drag_image_view.cc',
96 'drag_drop/drag_image_view.h',
[email protected]b9d224c2012-07-13 01:09:0397 'event_rewriter_delegate.h',
[email protected]3d29912a2012-02-07 07:41:5198 'focus_cycler.cc',
99 'focus_cycler.h',
[email protected]f48075d2012-05-24 11:06:51100 'high_contrast/high_contrast_controller.cc',
101 'high_contrast/high_contrast_controller.h',
[email protected]d7577d3f2012-07-02 07:05:41102 'launcher/app_list_button.cc',
103 'launcher/app_list_button.h',
[email protected]a160baec2012-03-21 20:52:15104 'launcher/background_animator.cc',
105 'launcher/background_animator.h',
[email protected]2a48ad62011-12-24 00:19:29106 'launcher/launcher.cc',
107 'launcher/launcher.h',
[email protected]55444502012-05-10 15:43:53108 'launcher/launcher_alignment_menu.cc',
109 'launcher/launcher_alignment_menu.h',
[email protected]a39a60e2012-03-10 00:40:06110 'launcher/launcher_button.cc',
111 'launcher/launcher_button.h',
[email protected]9628e0af2012-04-12 20:40:56112 'launcher/launcher_context_menu.cc',
113 'launcher/launcher_context_menu.h',
[email protected]16f2d3f2012-02-16 03:01:31114 'launcher/launcher_delegate.h',
[email protected]e2dced42012-04-20 01:52:42115 'launcher/launcher_icon_observer.h',
[email protected]2a48ad62011-12-24 00:19:29116 'launcher/launcher_model.cc',
117 'launcher/launcher_model.h',
118 'launcher/launcher_model_observer.h',
[email protected]20f80822012-05-10 01:22:40119 'launcher/launcher_navigator.cc',
120 'launcher/launcher_navigator.h',
[email protected]fe851ac2012-06-15 03:51:58121 'launcher/launcher_tooltip_manager.cc',
122 'launcher/launcher_tooltip_manager.h',
[email protected]cd808102012-01-12 02:42:21123 'launcher/launcher_types.cc',
[email protected]2a48ad62011-12-24 00:19:29124 'launcher/launcher_types.h',
125 'launcher/launcher_view.cc',
126 'launcher/launcher_view.h',
[email protected]3475f5e2012-07-12 22:10:32127 'launcher/overflow_bubble.cc',
128 'launcher/overflow_bubble.h',
[email protected]7e846442012-08-07 04:22:34129 'launcher/overflow_button.cc',
130 'launcher/overflow_button.h',
[email protected]2a48ad62011-12-24 00:19:29131 'launcher/tabbed_launcher_button.cc',
132 'launcher/tabbed_launcher_button.h',
[email protected]c1c670172012-04-26 04:20:26133 'magnifier/magnification_controller.cc',
134 'magnifier/magnification_controller.h',
[email protected]729b4852012-07-25 21:55:02135 'keyboard_overlay/keyboard_overlay_delegate.cc',
136 'keyboard_overlay/keyboard_overlay_delegate.h',
137 'keyboard_overlay/keyboard_overlay_view.cc',
138 'keyboard_overlay/keyboard_overlay_view.h',
[email protected]d90b8392012-06-13 09:34:56139 'root_window_controller.cc',
140 'root_window_controller.h',
[email protected]9d4db2f2012-06-29 04:54:14141 'rotator/screen_rotation.cc',
142 'rotator/screen_rotation.h',
[email protected]1a2145b2012-03-13 21:09:17143 'screen_ash.cc',
144 'screen_ash.h',
[email protected]24af4972012-05-04 19:42:18145 'screensaver/screensaver_view.cc',
146 'screensaver/screensaver_view.h',
[email protected]c52de6372012-01-18 05:24:57147 'screenshot_delegate.h',
[email protected]2a48ad62011-12-24 00:19:29148 'shell.cc',
149 'shell.h',
[email protected]0cfc18e2012-04-11 18:17:47150 'shell_context_menu.cc',
151 'shell_context_menu.h',
[email protected]2a48ad62011-12-24 00:19:29152 'shell_delegate.h',
153 'shell_factory.h',
154 'shell_window_ids.h',
[email protected]e9c869e2012-03-14 22:10:34155 'system/audio/audio_observer.h',
[email protected]bfb411312012-02-27 20:59:27156 'system/audio/tray_volume.cc',
157 'system/audio/tray_volume.h',
[email protected]8d78ad0e2012-03-21 18:10:47158 'system/bluetooth/bluetooth_observer.h',
159 'system/bluetooth/tray_bluetooth.cc',
160 'system/bluetooth/tray_bluetooth.h',
[email protected]e9c869e2012-03-14 22:10:34161 'system/brightness/brightness_observer.h',
[email protected]75fdbc092012-02-27 23:04:28162 'system/brightness/brightness_control_delegate.h',
163 'system/brightness/tray_brightness.cc',
164 'system/brightness/tray_brightness.h',
[email protected]83a1241e2012-03-21 19:09:53165 'system/date/clock_observer.h',
166 'system/date/date_view.cc',
167 'system/date/date_view.h',
168 'system/date/tray_date.cc',
169 'system/date/tray_date.h',
[email protected]cb09f6a2012-05-02 01:19:45170 'system/drive/drive_observer.h',
171 'system/drive/tray_drive.cc',
172 'system/drive/tray_drive.h',
[email protected]d5e28a32012-03-20 23:00:38173 'system/ime/ime_observer.h',
174 'system/ime/tray_ime.cc',
175 'system/ime/tray_ime.h',
[email protected]dbebd422012-07-11 00:14:31176 'system/keyboard_brightness/keyboard_brightness_control_delegate.h',
[email protected]56dbdd02012-05-17 18:48:37177 'system/locale/tray_locale.cc',
178 'system/locale/tray_locale.h',
[email protected]e9c869e2012-03-14 22:10:34179 'system/network/network_observer.h',
[email protected]f5f2d8972012-03-10 00:18:17180 'system/network/tray_network.cc',
181 'system/network/tray_network.h',
[email protected]b3dda04b2012-05-17 16:20:49182 'system/network/tray_sms.cc',
183 'system/network/tray_sms.h',
[email protected]e9c869e2012-03-14 22:10:34184 'system/power/power_status_observer.h',
[email protected]17df2032012-06-08 17:59:31185 'system/power/power_status_view.cc',
186 'system/power/power_status_view.h',
[email protected]f7f06ea2012-03-02 18:30:50187 'system/power/power_supply_status.cc',
188 'system/power/power_supply_status.h',
[email protected]83a1241e2012-03-21 19:09:53189 'system/power/tray_power.cc',
190 'system/power/tray_power.h',
[email protected]bfb411312012-02-27 20:59:27191 'system/settings/tray_settings.cc',
192 'system/settings/tray_settings.h',
[email protected]6d6546e2012-05-30 23:12:02193 'system/status_area_widget.cc',
194 'system/status_area_widget.h',
195 'system/status_area_widget_delegate.cc',
196 'system/status_area_widget_delegate.h',
[email protected]bfb411312012-02-27 20:59:27197 'system/tray/system_tray.cc',
198 'system/tray/system_tray.h',
[email protected]b26aefb2012-05-09 22:37:24199 'system/tray/system_tray_bubble.cc',
200 'system/tray/system_tray_bubble.h',
[email protected]cb09f6a2012-05-02 01:19:45201 'system/tray/system_tray_delegate.cc',
[email protected]bfb411312012-02-27 20:59:27202 'system/tray/system_tray_delegate.h',
203 'system/tray/system_tray_item.cc',
204 'system/tray/system_tray_item.h',
[email protected]6d6546e2012-05-30 23:12:02205 'system/tray/tray_background_view.cc',
206 'system/tray/tray_background_view.h',
[email protected]88a7f3b2012-06-11 18:55:29207 'system/tray/tray_bubble_view.cc',
208 'system/tray/tray_bubble_view.h',
[email protected]72f05d62012-03-05 22:36:49209 'system/tray/tray_constants.cc',
210 'system/tray/tray_constants.h',
[email protected]7345d052012-05-15 16:09:08211 'system/tray/tray_details_view.cc',
212 'system/tray/tray_details_view.h',
[email protected]60d4167c2012-03-04 18:45:15213 'system/tray/tray_empty.cc',
214 'system/tray/tray_empty.h',
[email protected]31a5e312012-03-19 16:23:14215 'system/tray/tray_image_item.cc',
216 'system/tray/tray_image_item.h',
[email protected]8d78ad0e2012-03-21 18:10:47217 'system/tray/tray_item_more.cc',
218 'system/tray/tray_item_more.h',
[email protected]5d1491d2012-04-23 21:51:00219 'system/tray/tray_item_view.cc',
220 'system/tray/tray_item_view.h',
[email protected]61ae4152012-07-03 22:08:51221 'system/tray/tray_notification_view.cc',
222 'system/tray/tray_notification_view.h',
[email protected]8d78ad0e2012-03-21 18:10:47223 'system/tray/tray_views.cc',
224 'system/tray/tray_views.h',
[email protected]31a5e312012-03-19 16:23:14225 'system/tray_accessibility.cc',
226 'system/tray_accessibility.h',
227 'system/tray_caps_lock.cc',
228 'system/tray_caps_lock.h',
[email protected]9eada9012012-09-11 22:54:00229 'system/tray_display.cc',
230 'system/tray_display.h',
[email protected]024a03b2012-03-28 04:05:53231 'system/tray_update.cc',
232 'system/tray_update.h',
[email protected]eac76c62012-03-03 15:19:56233 'system/user/login_status.h',
234 'system/user/tray_user.cc',
235 'system/user/tray_user.h',
[email protected]e9c869e2012-03-14 22:10:34236 'system/user/update_observer.h',
[email protected]a97e15ac2012-03-20 15:52:23237 'system/user/user_observer.h',
[email protected]adbc18d2012-09-27 16:24:20238 'system/web_notification/message_center_bubble.cc',
239 'system/web_notification/message_center_bubble.h',
240 'system/web_notification/popup_bubble.cc',
241 'system/web_notification/popup_bubble.h',
242 'system/web_notification/web_notification.cc',
243 'system/web_notification/web_notification.h',
244 'system/web_notification/web_notification_bubble.cc',
245 'system/web_notification/web_notification_bubble.h',
246 'system/web_notification/web_notification_contents_view.cc',
247 'system/web_notification/web_notification_contents_view.h',
248 'system/web_notification/web_notification_list.cc',
249 'system/web_notification/web_notification_list.h',
[email protected]82a1cc92012-06-13 22:06:10250 'system/web_notification/web_notification_tray.cc',
251 'system/web_notification/web_notification_tray.h',
[email protected]adbc18d2012-09-27 16:24:20252 'system/web_notification/web_notification_view.cc',
253 'system/web_notification/web_notification_view.h',
[email protected]2a48ad62011-12-24 00:19:29254 'tooltips/tooltip_controller.cc',
255 'tooltips/tooltip_controller.h',
[email protected]73074742012-05-17 01:44:41256 'touch/touch_observer_hud.cc',
257 'touch/touch_observer_hud.h',
[email protected]332aaf7b2012-06-26 17:17:42258 'touch/touch_uma.cc',
259 'touch/touch_uma.h',
[email protected]054b2d72012-06-08 04:52:25260 'ui_controls_ash.cc',
[email protected]16f05f42012-02-06 19:24:50261 'volume_control_delegate.h',
[email protected]0039db92012-05-09 04:11:45262 'wm/app_list_controller.cc',
263 'wm/app_list_controller.h',
[email protected]2a48ad62011-12-24 00:19:29264 'wm/activation_controller.cc',
265 'wm/activation_controller.h',
266 'wm/always_on_top_controller.cc',
267 'wm/always_on_top_controller.h',
[email protected]fc7b7442012-01-18 23:57:05268 'wm/base_layout_manager.cc',
269 'wm/base_layout_manager.h',
[email protected]60a978b72012-06-08 00:29:18270 'wm/capture_controller.cc',
271 'wm/capture_controller.h',
[email protected]7203a5e2012-08-06 18:27:46272 'wm/coordinate_conversion.cc',
273 'wm/coordinate_conversion.h',
[email protected]4b8003c2012-07-26 00:54:19274 'wm/cursor_manager.cc',
275 'wm/cursor_manager.h',
[email protected]9d4d1712012-03-06 06:55:25276 'wm/custom_frame_view_ash.cc',
277 'wm/custom_frame_view_ash.h',
[email protected]22228922012-03-05 15:04:49278 'wm/default_window_resizer.cc',
279 'wm/default_window_resizer.h',
[email protected]57b8bb352012-01-11 05:11:46280 'wm/dialog_frame_view.cc',
281 'wm/dialog_frame_view.h',
[email protected]262f8bd2012-03-23 19:30:27282 'wm/event_client_impl.cc',
283 'wm/event_client_impl.h',
[email protected]b9d224c2012-07-13 01:09:03284 'wm/event_rewriter_event_filter.cc',
285 'wm/event_rewriter_event_filter.h',
[email protected]9d4d1712012-03-06 06:55:25286 'wm/frame_painter.cc',
287 'wm/frame_painter.h',
[email protected]c57c18bd62012-08-29 16:05:18288 'wm/gestures/bezel_gesture_handler.cc',
289 'wm/gestures/bezel_gesture_handler.h',
[email protected]fdcefaa2012-08-29 04:12:28290 'wm/gestures/long_press_affordance_handler.cc',
291 'wm/gestures/long_press_affordance_handler.h',
[email protected]3c6abbe2012-08-30 23:48:57292 'wm/gestures/shelf_gesture_handler.cc',
293 'wm/gestures/shelf_gesture_handler.h',
[email protected]551f9e62012-08-29 02:20:24294 'wm/gestures/system_pinch_handler.cc',
295 'wm/gestures/system_pinch_handler.h',
[email protected]c8e2e832012-09-12 21:48:28296 'wm/gestures/tray_gesture_handler.cc',
297 'wm/gestures/tray_gesture_handler.h',
[email protected]d1584fe2012-08-29 21:57:13298 'wm/gestures/two_finger_drag_handler.cc',
299 'wm/gestures/two_finger_drag_handler.h',
[email protected]151ffdff2012-09-11 20:18:35300 'wm/image_cursors.cc',
301 'wm/image_cursors.h',
[email protected]2a48ad62011-12-24 00:19:29302 'wm/image_grid.cc',
303 'wm/image_grid.h',
[email protected]9f9bb4142012-08-04 04:39:39304 'wm/maximize_bubble_controller.cc',
305 'wm/maximize_bubble_controller.h',
[email protected]9ae32df2012-07-26 03:25:18306 'wm/overlay_event_filter.cc',
307 'wm/overlay_event_filter.h',
[email protected]52295042012-02-08 02:02:59308 'wm/panel_frame_view.cc',
309 'wm/panel_frame_view.h',
[email protected]6b854932012-02-04 16:44:27310 'wm/panel_layout_manager.cc',
311 'wm/panel_layout_manager.h',
[email protected]0540b172012-02-16 21:01:07312 'wm/panel_window_event_filter.cc',
313 'wm/panel_window_event_filter.h',
[email protected]0b0b0742012-02-16 13:23:45314 'wm/partial_screenshot_view.cc',
315 'wm/partial_screenshot_view.h',
[email protected]e0d22e82012-01-04 00:46:57316 'wm/power_button_controller.cc',
317 'wm/power_button_controller.h',
[email protected]2a48ad62011-12-24 00:19:29318 'wm/property_util.cc',
319 'wm/property_util.h',
[email protected]e4a181cc2012-03-17 02:20:57320 'wm/resize_shadow.cc',
321 'wm/resize_shadow.h',
322 'wm/resize_shadow_controller.cc',
323 'wm/resize_shadow_controller.h',
[email protected]2a48ad62011-12-24 00:19:29324 'wm/root_window_layout_manager.cc',
325 'wm/root_window_layout_manager.h',
[email protected]42993212012-04-30 23:42:04326 'wm/screen_dimmer.cc',
327 'wm/screen_dimmer.h',
[email protected]6bc83522012-10-04 17:43:04328 'wm/session_state_animator.cc',
329 'wm/session_state_animator.h',
[email protected]2a48ad62011-12-24 00:19:29330 'wm/shadow.cc',
331 'wm/shadow.h',
332 'wm/shadow_controller.cc',
333 'wm/shadow_controller.h',
334 'wm/shadow_types.cc',
335 'wm/shadow_types.h',
336 'wm/shelf_layout_manager.cc',
337 'wm/shelf_layout_manager.h',
[email protected]812d3d42012-06-27 19:35:31338 'wm/shelf_types.h',
[email protected]2a48ad62011-12-24 00:19:29339 'wm/stacking_controller.cc',
340 'wm/stacking_controller.h',
341 'wm/status_area_layout_manager.cc',
342 'wm/status_area_layout_manager.h',
[email protected]c16b9422012-06-06 21:51:11343 'wm/system_gesture_event_filter.cc',
344 'wm/system_gesture_event_filter.h',
345 'wm/system_modal_container_event_filter.cc',
346 'wm/system_modal_container_event_filter.h',
347 'wm/system_modal_container_event_filter_delegate.h',
348 'wm/system_modal_container_layout_manager.cc',
349 'wm/system_modal_container_layout_manager.h',
[email protected]5dc51db82012-09-11 03:39:01350 'wm/toplevel_window_event_handler.cc',
351 'wm/toplevel_window_event_handler.h',
[email protected]c16b9422012-06-06 21:51:11352 'wm/user_activity_detector.cc',
353 'wm/user_activity_detector.h',
354 'wm/user_activity_observer.h',
[email protected]6aa614a2012-01-19 22:13:38355 'wm/video_detector.cc',
356 'wm/video_detector.h',
[email protected]ddd91e92012-01-27 16:03:48357 'wm/visibility_controller.cc',
358 'wm/visibility_controller.h',
[email protected]fb4d9d12012-08-24 00:44:54359 'wm/window_animation_delegate.cc',
360 'wm/window_animation_delegate.h',
[email protected]cad77b32012-01-19 06:23:04361 'wm/window_animations.cc',
[email protected]6aa614a2012-01-19 22:13:38362 'wm/window_animations.h',
[email protected]40c4cbb2012-01-10 23:26:07363 'wm/window_cycle_controller.cc',
364 'wm/window_cycle_controller.h',
[email protected]194ad1d2012-01-18 18:22:51365 'wm/window_cycle_list.cc',
366 'wm/window_cycle_list.h',
[email protected]80373572012-01-06 23:14:30367 'wm/window_modality_controller.cc',
368 'wm/window_modality_controller.h',
[email protected]2a48ad62011-12-24 00:19:29369 'wm/window_properties.cc',
370 'wm/window_properties.h',
[email protected]1dfd4022012-02-15 04:36:43371 'wm/window_resizer.cc',
372 'wm/window_resizer.h',
[email protected]2a48ad62011-12-24 00:19:29373 'wm/window_util.cc',
374 'wm/window_util.h',
375 'wm/workspace_controller.cc',
376 'wm/workspace_controller.h',
[email protected]e64376ec2012-08-16 19:14:41377 'wm/workspace/base_workspace_manager.h',
[email protected]85d43f02012-03-14 21:11:19378 'wm/workspace/frame_maximize_button.cc',
379 'wm/workspace/frame_maximize_button.h',
[email protected]c83d4332012-09-11 23:28:41380 'wm/workspace/magnetism_matcher.cc',
381 'wm/workspace/magnetism_matcher.h',
[email protected]8818cb92012-02-10 21:29:37382 'wm/workspace/managed_workspace.cc',
383 'wm/workspace/managed_workspace.h',
[email protected]4d3115c2012-08-31 04:18:39384 'wm/workspace/maximize_bubble_frame_state.h',
[email protected]8818cb92012-02-10 21:29:37385 'wm/workspace/maximized_workspace.cc',
386 'wm/workspace/maximized_workspace.h',
[email protected]ef4bb7452012-03-06 18:45:17387 'wm/workspace/multi_window_resize_controller.cc',
388 'wm/workspace/multi_window_resize_controller.h',
[email protected]edc844a2012-03-09 04:33:14389 'wm/workspace/phantom_window_controller.cc',
390 'wm/workspace/phantom_window_controller.h',
[email protected]8b61ffda2012-03-15 17:28:21391 'wm/workspace/snap_sizer.cc',
392 'wm/workspace/snap_sizer.h',
[email protected]9f9bb4142012-08-04 04:39:39393 'wm/workspace/snap_types.h',
[email protected]f5b17bf2012-08-27 18:21:02394 'wm/workspace/system_background_controller.cc',
395 'wm/workspace/system_background_controller.h',
[email protected]2a48ad62011-12-24 00:19:29396 'wm/workspace/workspace.cc',
397 'wm/workspace/workspace.h',
[email protected]95058572012-08-20 14:57:29398 'wm/workspace/workspace2.cc',
399 'wm/workspace/workspace2.h',
[email protected]5dc51db82012-09-11 03:39:01400 'wm/workspace/workspace_event_handler.cc',
401 'wm/workspace/workspace_event_handler.h',
[email protected]9633a9d22012-01-21 16:40:58402 'wm/workspace/workspace_layout_manager.cc',
403 'wm/workspace/workspace_layout_manager.h',
[email protected]85b667622012-08-23 05:57:31404 'wm/workspace/workspace_layout_manager2.cc',
405 'wm/workspace/workspace_layout_manager2.h',
[email protected]2a48ad62011-12-24 00:19:29406 'wm/workspace/workspace_manager.cc',
407 'wm/workspace/workspace_manager.h',
[email protected]95058572012-08-20 14:57:29408 'wm/workspace/workspace_manager2.cc',
409 'wm/workspace/workspace_manager2.h',
[email protected]f4bb9fde2012-08-03 19:33:50410 'wm/workspace/workspace_types.h',
[email protected]5ae18722012-02-25 22:30:50411 'wm/workspace/workspace_window_resizer.cc',
412 'wm/workspace/workspace_window_resizer.h',
[email protected]2a48ad62011-12-24 00:19:29413 ],
[email protected]6e9f6aa2012-02-09 04:16:20414 'conditions': [
415 ['OS=="mac"', {
416 'sources/': [
417 ['exclude', 'accelerators/accelerator_controller.cc'],
418 ['exclude', 'accelerators/accelerator_controller.h'],
419 ['exclude', 'accelerators/accelerator_dispatcher.cc'],
420 ['exclude', 'accelerators/accelerator_dispatcher.h'],
421 ['exclude', 'accelerators/accelerator_filter.cc'],
422 ['exclude', 'accelerators/accelerator_filter.h'],
423 ['exclude', 'accelerators/nested_dispatcher_controller.cc'],
424 ['exclude', 'accelerators/nested_dispatcher_controller.h'],
425 ],
426 }],
[email protected]af4ac5de82012-04-05 00:50:27427 ['chromeos==1', {
428 'dependencies': [
429 '../chromeos/chromeos.gyp:chromeos',
430 ],
[email protected]196e9452012-08-01 06:42:51431 }, { # else: chromeos!=1
432 'sources/': [
433 ['exclude', 'display/output_configurator_animation.cc'],
434 ['exclude', 'display/output_configurator_animation.h'],
435 ],
[email protected]af4ac5de82012-04-05 00:50:27436 }],
[email protected]6e9f6aa2012-02-09 04:16:20437 ],
[email protected]2a48ad62011-12-24 00:19:29438 },
439 {
[email protected]c11172a2012-07-13 21:27:03440 'target_name': 'ash_unittests',
[email protected]2a48ad62011-12-24 00:19:29441 'type': 'executable',
442 'dependencies': [
443 '../base/base.gyp:base',
444 '../base/base.gyp:test_support_base',
445 '../chrome/chrome_resources.gyp:packed_resources',
[email protected]24af4972012-05-04 19:42:18446 '../content/content.gyp:content_browser',
447 '../content/content.gyp:test_support_content',
[email protected]2a48ad62011-12-24 00:19:29448 '../build/temp_gyp/googleurl.gyp:googleurl',
449 '../skia/skia.gyp:skia',
450 '../testing/gtest.gyp:gtest',
451 '../third_party/icu/icu.gyp:icui18n',
452 '../third_party/icu/icu.gyp:icuuc',
453 '../ui/aura/aura.gyp:aura',
454 '../ui/aura/aura.gyp:test_support_aura',
[email protected]246c2e82012-08-09 03:35:25455 '../ui/app_list/app_list.gyp:app_list',
[email protected]116302fc2012-05-05 21:45:41456 '../ui/compositor/compositor.gyp:compositor',
457 '../ui/compositor/compositor.gyp:compositor_test_support',
[email protected]2a48ad62011-12-24 00:19:29458 '../ui/ui.gyp:ui',
459 '../ui/ui.gyp:ui_resources',
[email protected]e6c896f12012-05-31 11:48:20460 '../ui/ui.gyp:ui_test_support',
[email protected]2a48ad62011-12-24 00:19:29461 '../ui/views/views.gyp:views',
[email protected]3cdbc032012-08-14 01:05:38462 '../ui/views/views.gyp:views_examples_with_content_lib',
[email protected]24af4972012-05-04 19:42:18463 '../ui/views/views.gyp:test_support_views',
[email protected]2a48ad62011-12-24 00:19:29464 'ash',
[email protected]dbe3e412012-09-13 21:30:27465 'ash_resources',
[email protected]2a48ad62011-12-24 00:19:29466 ],
467 'sources': [
[email protected]5eae7162012-01-04 00:31:02468 '../ui/views/test/test_views_delegate.cc',
469 '../ui/views/test/test_views_delegate.h',
[email protected]2a48ad62011-12-24 00:19:29470 'accelerators/accelerator_controller_unittest.cc',
[email protected]47460f92012-01-21 16:15:13471 'accelerators/accelerator_filter_unittest.cc',
[email protected]86bb87e42012-05-02 06:59:20472 'accelerators/accelerator_table_unittest.cc',
[email protected]5985fa32012-03-02 04:44:04473 'accelerators/nested_dispatcher_controller_unittest.cc',
[email protected]d86de6b22012-10-05 19:32:58474 'desktop_background/desktop_background_controller_unittest.cc',
[email protected]3f6ffb8f2012-04-27 23:33:48475 'dip_unittest.cc',
[email protected]66b05eac2012-06-27 23:53:10476 'display/display_controller_unittest.cc',
[email protected]8b7ba87b2012-09-01 00:40:40477 'display/mouse_cursor_event_filter_unittest.cc',
[email protected]2e236a52012-06-27 22:21:47478 'display/multi_display_manager_unittest.cc',
[email protected]9737f8f2012-09-20 03:38:38479 'display/screen_position_controller_unittest.cc',
[email protected]2a48ad62011-12-24 00:19:29480 'drag_drop/drag_drop_controller_unittest.cc',
[email protected]0518d0d2012-08-26 11:59:04481 'drag_drop/drag_drop_tracker_unittest.cc',
[email protected]c39be8f2012-06-15 22:58:36482 'extended_desktop_unittest.cc',
[email protected]df1c9862012-02-27 10:37:31483 'focus_cycler_unittest.cc',
[email protected]9628e0af2012-04-12 20:40:56484 'launcher/launcher_context_menu_unittest.cc',
[email protected]2a48ad62011-12-24 00:19:29485 'launcher/launcher_model_unittest.cc',
[email protected]20f80822012-05-10 01:22:40486 'launcher/launcher_navigator_unittest.cc',
[email protected]c11172a2012-07-13 21:27:03487 'launcher/launcher_tooltip_manager_unittest.cc',
[email protected]2a48ad62011-12-24 00:19:29488 'launcher/launcher_unittest.cc',
[email protected]e2dced42012-04-20 01:52:42489 'launcher/launcher_view_unittest.cc',
[email protected]f1853122012-06-27 16:21:26490 'root_window_controller_unittest.cc',
[email protected]8d625fb2012-07-18 16:40:06491 'screen_ash_unittest.cc',
[email protected]24af4972012-05-04 19:42:18492 'screensaver/screensaver_view_unittest.cc',
[email protected]2a48ad62011-12-24 00:19:29493 'shell_unittest.cc',
[email protected]246c2e82012-08-09 03:35:25494 'shell/app_list.cc',
495 'shell/bubble.cc',
496 'shell/launcher_delegate_impl.cc',
497 'shell/lock_view.cc',
498 'shell/panel_window.cc',
499 'shell/shell_delegate_impl.cc',
500 'shell/toplevel_window.cc',
501 'shell/widgets.cc',
502 'shell/window_type_launcher.cc',
503 'shell/window_watcher.cc',
504 'shell/window_watcher_unittest.cc',
[email protected]bad64ea2012-05-07 20:46:30505 'system/tray/system_tray_unittest.cc',
[email protected]82a1cc92012-06-13 22:06:10506 'system/web_notification/web_notification_tray_unittest.cc',
[email protected]1dd1c1b2012-02-17 22:04:47507 'test/ash_test_base.cc',
508 'test/ash_test_base.h',
[email protected]cec3dc4c2012-04-24 02:08:54509 'test/ash_unittests.cc',
[email protected]150c02e2012-04-27 22:55:40510 'test/capture_tracking_view.cc',
511 'test/capture_tracking_view.h',
[email protected]44e64a62012-09-21 04:21:11512 'test/cursor_manager_test_api.cc',
513 'test/cursor_manager_test_api.h',
[email protected]cec3dc4c2012-04-24 02:08:54514 'test/launcher_view_test_api.cc',
515 'test/launcher_view_test_api.h',
[email protected]2a48ad62011-12-24 00:19:29516 'test/test_activation_delegate.cc',
517 'test/test_activation_delegate.h',
[email protected]e2dced42012-04-20 01:52:42518 'test/test_launcher_delegate.cc',
519 'test/test_launcher_delegate.h',
[email protected]2a48ad62011-12-24 00:19:29520 'test/test_shell_delegate.cc',
521 'test/test_shell_delegate.h',
522 'test/test_suite.cc',
523 'test/test_suite.h',
[email protected]a0fea7e2012-01-30 17:43:33524 'test/test_suite_init.h',
525 'test/test_suite_init.mm',
[email protected]2a48ad62011-12-24 00:19:29526 'tooltips/tooltip_controller_unittest.cc',
527 'wm/activation_controller_unittest.cc',
[email protected]fc7b7442012-01-18 23:57:05528 'wm/base_layout_manager_unittest.cc',
[email protected]44e64a62012-09-21 04:21:11529 'wm/cursor_manager_unittest.cc',
[email protected]1d0dfbce2012-06-13 02:58:56530 'wm/custom_frame_view_ash_unittest.cc',
[email protected]8e4a5382012-04-10 22:35:46531 'wm/frame_painter_unittest.cc',
[email protected]2a48ad62011-12-24 00:19:29532 'wm/image_grid_unittest.cc',
[email protected]6b854932012-02-04 16:44:27533 'wm/panel_layout_manager_unittest.cc',
[email protected]e0d22e82012-01-04 00:46:57534 'wm/power_button_controller_unittest.cc',
[email protected]42993212012-04-30 23:42:04535 'wm/screen_dimmer_unittest.cc',
[email protected]2a48ad62011-12-24 00:19:29536 'wm/shadow_controller_unittest.cc',
537 'wm/shelf_layout_manager_unittest.cc',
[email protected]435b212e2012-04-05 19:43:37538 'wm/system_gesture_event_filter_unittest.cc',
[email protected]6b854932012-02-04 16:44:27539 'wm/system_modal_container_layout_manager_unittest.cc',
[email protected]5dc51db82012-09-11 03:39:01540 'wm/toplevel_window_event_handler_unittest.cc',
[email protected]10b688f22012-06-21 20:36:34541 'wm/user_activity_detector_unittest.cc',
[email protected]6aa614a2012-01-19 22:13:38542 'wm/video_detector_unittest.cc',
[email protected]ddd91e92012-01-27 16:03:48543 'wm/visibility_controller_unittest.cc',
[email protected]31e612f42012-03-27 04:41:17544 'wm/window_animations_unittest.cc',
[email protected]40c4cbb2012-01-10 23:26:07545 'wm/window_cycle_controller_unittest.cc',
[email protected]1aad3322012-06-06 06:37:09546 'wm/window_manager_unittest.cc',
[email protected]80373572012-01-06 23:14:30547 'wm/window_modality_controller_unittest.cc',
[email protected]52b81872012-03-19 14:25:18548 'wm/workspace_controller_test_helper.cc',
549 'wm/workspace_controller_test_helper.h',
[email protected]c83d4332012-09-11 23:28:41550 'wm/workspace/magnetism_matcher_unittest.cc',
[email protected]52b81872012-03-19 14:25:18551 'wm/workspace/multi_window_resize_controller_unittest.cc',
[email protected]5dc51db82012-09-11 03:39:01552 'wm/workspace/workspace_event_handler_test_helper.cc',
553 'wm/workspace/workspace_event_handler_test_helper.h',
554 'wm/workspace/workspace_event_handler_unittest.cc',
[email protected]b818df22012-09-12 01:45:49555 'wm/workspace/workspace_layout_manager2_unittest.cc',
[email protected]6de3a0112012-02-04 03:57:50556 'wm/workspace/workspace_manager_unittest.cc',
[email protected]95058572012-08-20 14:57:29557 'wm/workspace/workspace_manager2_unittest.cc',
[email protected]5ae18722012-02-25 22:30:50558 'wm/workspace/workspace_window_resizer_unittest.cc',
[email protected]affd2f82012-10-06 07:38:13559 '<(SHARED_INTERMEDIATE_DIR)/ash/ash_resources/ash_wallpaper_resources.rc',
[email protected]2a48ad62011-12-24 00:19:29560 ],
561 'conditions': [
[email protected]2c456102011-12-26 06:26:34562 ['use_ibus==1', {
563 'dependencies': [
564 '../build/linux/system.gyp:ibus',
565 ],
566 }],
[email protected]df1c9862012-02-27 10:37:31567 ['OS=="win"', {
568 # TODO(zork): fix this test to build on Windows. See: crosbug.com/26906
569 'sources/': [
570 ['exclude', 'focus_cycler_unittest.cc'],
571 ],
572 }],
[email protected]03decaa12012-01-25 15:53:15573 ['OS=="mac"', {
574 'sources/': [
[email protected]6e9f6aa2012-02-09 04:16:20575 ['exclude', 'accelerators/accelerator_controller_unittest.cc'],
[email protected]a0fea7e2012-01-30 17:43:33576 ['exclude', 'accelerators/accelerator_filter_unittest.cc'],
[email protected]c11172a2012-07-13 21:27:03577 ['exclude', 'accelerators/nested_dispatcher_controller_unittest.cc'],
[email protected]03decaa12012-01-25 15:53:15578 ['exclude', 'drag_drop/drag_drop_controller_unittest.cc'],
[email protected]a0fea7e2012-01-30 17:43:33579 ['exclude', 'tooltips/tooltip_controller_unittest.cc'],
[email protected]03decaa12012-01-25 15:53:15580 ],
[email protected]a0fea7e2012-01-30 17:43:33581 'dependencies': [
582 # Mac tests access resources via the 'AuraShell.app' directory.
583 'ash_shell',
584 ],
585 # Special linker instructions that avoids stripping Obj-C classes that
586 # are not referenced in code, but are referenced in nibs.
587 'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-ObjC']},
[email protected]03decaa12012-01-25 15:53:15588 }],
[email protected]2a48ad62011-12-24 00:19:29589 ],
590 },
591 {
592 'target_name': 'ash_shell',
593 'type': 'executable',
594 'dependencies': [
595 '../base/base.gyp:base',
596 '../base/base.gyp:base_i18n',
597 '../chrome/chrome_resources.gyp:packed_resources',
[email protected]fa4a45832012-04-12 21:32:48598 '../content/content.gyp:content_shell_lib',
599 '../content/content.gyp:content',
[email protected]2a48ad62011-12-24 00:19:29600 '../skia/skia.gyp:skia',
601 '../third_party/icu/icu.gyp:icui18n',
602 '../third_party/icu/icu.gyp:icuuc',
[email protected]0039db92012-05-09 04:11:45603 '../ui/app_list/app_list.gyp:app_list',
[email protected]2a48ad62011-12-24 00:19:29604 '../ui/aura/aura.gyp:aura',
[email protected]116302fc2012-05-05 21:45:41605 '../ui/compositor/compositor.gyp:compositor',
606 '../ui/compositor/compositor.gyp:compositor_test_support',
[email protected]2a48ad62011-12-24 00:19:29607 '../ui/ui.gyp:ui',
608 '../ui/ui.gyp:ui_resources',
[email protected]2a48ad62011-12-24 00:19:29609 '../ui/views/views.gyp:views',
[email protected]3cdbc032012-08-14 01:05:38610 '../ui/views/views.gyp:views_examples_with_content_lib',
[email protected]24af4972012-05-04 19:42:18611 '../ui/views/views.gyp:test_support_views',
[email protected]2a48ad62011-12-24 00:19:29612 'ash',
[email protected]dbe3e412012-09-13 21:30:27613 'ash_resources',
[email protected]2a48ad62011-12-24 00:19:29614 ],
615 'sources': [
616 'shell/app_list.cc',
617 'shell/bubble.cc',
[email protected]fa4a45832012-04-12 21:32:48618 'shell/content_client/shell_browser_main_parts.cc',
619 'shell/content_client/shell_browser_main_parts.h',
620 'shell/content_client/shell_content_browser_client.cc',
621 'shell/content_client/shell_content_browser_client.h',
622 'shell/content_client/shell_main_delegate.cc',
623 'shell/content_client/shell_main_delegate.h',
[email protected]2a48ad62011-12-24 00:19:29624 'shell/example_factory.h',
[email protected]262f8bd2012-03-23 19:30:27625 'shell/launcher_delegate_impl.cc',
626 'shell/launcher_delegate_impl.h',
[email protected]2a48ad62011-12-24 00:19:29627 'shell/lock_view.cc',
[email protected]6b854932012-02-04 16:44:27628 'shell/panel_window.cc',
629 'shell/panel_window.h',
[email protected]262f8bd2012-03-23 19:30:27630 'shell/shell_delegate_impl.cc',
631 'shell/shell_delegate_impl.h',
[email protected]2a48ad62011-12-24 00:19:29632 'shell/shell_main.cc',
[email protected]b72dfb242012-01-18 00:04:18633 'shell/shell_main_parts.cc',
[email protected]a0fea7e2012-01-30 17:43:33634 'shell/shell_main_parts.h',
[email protected]b72dfb242012-01-18 00:04:18635 'shell/shell_main_parts_mac.mm',
[email protected]2a48ad62011-12-24 00:19:29636 'shell/toplevel_window.cc',
637 'shell/toplevel_window.h',
638 'shell/widgets.cc',
639 'shell/window_type_launcher.cc',
640 'shell/window_type_launcher.h',
[email protected]262f8bd2012-03-23 19:30:27641 'shell/window_watcher.cc',
642 'shell/window_watcher.h',
[email protected]711f428e2012-06-22 02:18:23643 '../content/app/startup_helper_win.cc',
[email protected]2a48ad62011-12-24 00:19:29644 '../ui/views/test/test_views_delegate.cc',
[email protected]affd2f82012-10-06 07:38:13645 '<(SHARED_INTERMEDIATE_DIR)/ash/ash_resources/ash_wallpaper_resources.rc',
[email protected]2a48ad62011-12-24 00:19:29646 ],
[email protected]6f637732012-01-19 03:15:34647 'conditions': [
[email protected]fa4a45832012-04-12 21:32:48648 ['OS=="win"', {
649 'msvs_settings': {
650 'VCLinkerTool': {
651 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS
652 },
653 },
654 'dependencies': [
655 '../sandbox/sandbox.gyp:sandbox',
656 ],
657 }],
[email protected]6f637732012-01-19 03:15:34658 ['OS=="mac"', {
659 'product_name': 'AuraShell',
660 'mac_bundle': 1,
661 'sources/': [
662 ['exclude', 'shell/shell_main_parts.cc'],
663 ],
664 'mac_bundle_resources': [
665 'shell/cocoa/app.icns',
666 'shell/cocoa/app-Info.plist',
667 'shell/cocoa/nibs/MainMenu.xib',
668 'shell/cocoa/nibs/RootWindow.xib',
669 '<(SHARED_INTERMEDIATE_DIR)/repack/chrome.pak',
[email protected]763498c02012-08-01 20:53:42670 '<!@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:34671 ],
672 'mac_bundle_resources!': [
673 'shell/cocoa/app-Info.plist',
674 ],
675 'xcode_settings': {
676 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
677 },
678 }],
679 ],
[email protected]2a48ad62011-12-24 00:19:29680 },
[email protected]4e0e2b22012-02-01 10:45:51681 ],
[email protected]2a48ad62011-12-24 00:19:29682}