blob: 101740b6c0dab0de46156b8bdd7f09a98039c6eb [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 },
10
11 'targets': [
12 {
13 'target_name': 'ash',
14 'type': '<(component)',
15 'dependencies': [
[email protected]2b1fbb9d2012-02-08 07:30:5116 'ash_strings.gyp:ash_strings',
[email protected]2a48ad62011-12-24 00:19:2917 '../base/base.gyp:base',
18 '../base/base.gyp:base_i18n',
19 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
20 '../build/temp_gyp/googleurl.gyp:googleurl',
[email protected]24af4972012-05-04 19:42:1821 '../content/content.gyp:content',
22 '../content/content.gyp:content_browser',
23 '../ipc/ipc.gyp:ipc',
[email protected]2a48ad62011-12-24 00:19:2924 '../net/net.gyp:net',
25 '../skia/skia.gyp:skia',
26 '../third_party/icu/icu.gyp:icui18n',
27 '../third_party/icu/icu.gyp:icuuc',
[email protected]0039db92012-05-09 04:11:4528 '../ui/app_list/app_list.gyp:app_list',
[email protected]2a48ad62011-12-24 00:19:2929 '../ui/aura/aura.gyp:aura',
30 '../ui/base/strings/ui_strings.gyp:ui_strings',
[email protected]116302fc2012-05-05 21:45:4131 '../ui/compositor/compositor.gyp:compositor',
[email protected]3cd198a22012-03-12 20:38:0132 '../ui/oak/oak.gyp:oak',
[email protected]2a48ad62011-12-24 00:19:2933 '../ui/ui.gyp:ui',
34 '../ui/ui.gyp:ui_resources',
[email protected]2a48ad62011-12-24 00:19:2935 '../ui/views/views.gyp:views',
36 ],
37 'defines': [
38 'ASH_IMPLEMENTATION',
39 ],
40 'sources': [
41 # All .cc, .h under ash, except unittests
42 'accelerators/accelerator_controller.cc',
43 'accelerators/accelerator_controller.h',
[email protected]6e9f6aa2012-02-09 04:16:2044 'accelerators/accelerator_dispatcher.cc',
45 'accelerators/accelerator_dispatcher.h',
[email protected]2a48ad62011-12-24 00:19:2946 'accelerators/accelerator_filter.cc',
47 'accelerators/accelerator_filter.h',
[email protected]07a3c3fa2012-03-09 03:55:3448 'accelerators/accelerator_table.cc',
49 'accelerators/accelerator_table.h',
[email protected]e7293fa2012-05-17 04:42:3350 'accelerators/focus_manager_factory.cc',
51 'accelerators/focus_manager_factory.h',
[email protected]6e9f6aa2012-02-09 04:16:2052 'accelerators/nested_dispatcher_controller.cc',
53 'accelerators/nested_dispatcher_controller.h',
[email protected]2a48ad62011-12-24 00:19:2954 'ash_switches.cc',
55 'ash_switches.h',
[email protected]fb9a35592012-01-18 04:12:1456 'caps_lock_delegate.h',
[email protected]e70cf0ed2012-03-15 16:24:4757 'desktop_background/desktop_background_controller.cc',
58 'desktop_background/desktop_background_controller.h',
59 'desktop_background/desktop_background_resources.cc',
60 'desktop_background/desktop_background_resources.h',
[email protected]2a48ad62011-12-24 00:19:2961 'desktop_background/desktop_background_view.cc',
62 'desktop_background/desktop_background_view.h',
63 'drag_drop/drag_drop_controller.cc',
64 'drag_drop/drag_drop_controller.h',
65 'drag_drop/drag_image_view.cc',
66 'drag_drop/drag_image_view.h',
[email protected]b9d224c2012-07-13 01:09:0367 'event_rewriter_delegate.h',
[email protected]3d29912a2012-02-07 07:41:5168 'focus_cycler.cc',
69 'focus_cycler.h',
[email protected]f48075d2012-05-24 11:06:5170 'high_contrast/high_contrast_controller.cc',
71 'high_contrast/high_contrast_controller.h',
[email protected]d7577d3f2012-07-02 07:05:4172 'launcher/app_list_button.cc',
73 'launcher/app_list_button.h',
[email protected]a160baec2012-03-21 20:52:1574 'launcher/background_animator.cc',
75 'launcher/background_animator.h',
[email protected]2a48ad62011-12-24 00:19:2976 'launcher/launcher.cc',
77 'launcher/launcher.h',
[email protected]55444502012-05-10 15:43:5378 'launcher/launcher_alignment_menu.cc',
79 'launcher/launcher_alignment_menu.h',
[email protected]a39a60e2012-03-10 00:40:0680 'launcher/launcher_button.cc',
81 'launcher/launcher_button.h',
[email protected]9628e0af2012-04-12 20:40:5682 'launcher/launcher_context_menu.cc',
83 'launcher/launcher_context_menu.h',
[email protected]16f2d3f2012-02-16 03:01:3184 'launcher/launcher_delegate.h',
[email protected]e2dced42012-04-20 01:52:4285 'launcher/launcher_icon_observer.h',
[email protected]2a48ad62011-12-24 00:19:2986 'launcher/launcher_model.cc',
87 'launcher/launcher_model.h',
88 'launcher/launcher_model_observer.h',
[email protected]20f80822012-05-10 01:22:4089 'launcher/launcher_navigator.cc',
90 'launcher/launcher_navigator.h',
[email protected]fe851ac2012-06-15 03:51:5891 'launcher/launcher_tooltip_manager.cc',
92 'launcher/launcher_tooltip_manager.h',
[email protected]cd808102012-01-12 02:42:2193 'launcher/launcher_types.cc',
[email protected]2a48ad62011-12-24 00:19:2994 'launcher/launcher_types.h',
95 'launcher/launcher_view.cc',
96 'launcher/launcher_view.h',
[email protected]3475f5e2012-07-12 22:10:3297 'launcher/overflow_bubble.cc',
98 'launcher/overflow_bubble.h',
[email protected]2a48ad62011-12-24 00:19:2999 'launcher/tabbed_launcher_button.cc',
100 'launcher/tabbed_launcher_button.h',
[email protected]c1c670172012-04-26 04:20:26101 'magnifier/magnification_controller.cc',
102 'magnifier/magnification_controller.h',
[email protected]2e236a52012-06-27 22:21:47103 'display/display_controller.cc',
104 'display/display_controller.h',
105 'display/mouse_cursor_event_filter.cc',
106 'display/mouse_cursor_event_filter.h',
107 'display/multi_display_manager.cc',
108 'display/multi_display_manager.h',
109 'display/secondary_display_view.cc',
110 'display/secondary_display_view.h',
[email protected]d90b8392012-06-13 09:34:56111 'root_window_controller.cc',
112 'root_window_controller.h',
[email protected]9d4db2f2012-06-29 04:54:14113 'rotator/screen_rotation.cc',
114 'rotator/screen_rotation.h',
[email protected]1a2145b2012-03-13 21:09:17115 'screen_ash.cc',
116 'screen_ash.h',
[email protected]24af4972012-05-04 19:42:18117 'screensaver/screensaver_view.cc',
118 'screensaver/screensaver_view.h',
[email protected]c52de6372012-01-18 05:24:57119 'screenshot_delegate.h',
[email protected]2a48ad62011-12-24 00:19:29120 'shell.cc',
121 'shell.h',
[email protected]0cfc18e2012-04-11 18:17:47122 'shell_context_menu.cc',
123 'shell_context_menu.h',
[email protected]2a48ad62011-12-24 00:19:29124 'shell_delegate.h',
125 'shell_factory.h',
126 'shell_window_ids.h',
[email protected]e9c869e2012-03-14 22:10:34127 'system/audio/audio_observer.h',
[email protected]bfb411312012-02-27 20:59:27128 'system/audio/tray_volume.cc',
129 'system/audio/tray_volume.h',
[email protected]8d78ad0e2012-03-21 18:10:47130 'system/bluetooth/bluetooth_observer.h',
131 'system/bluetooth/tray_bluetooth.cc',
132 'system/bluetooth/tray_bluetooth.h',
[email protected]e9c869e2012-03-14 22:10:34133 'system/brightness/brightness_observer.h',
[email protected]75fdbc092012-02-27 23:04:28134 'system/brightness/brightness_control_delegate.h',
135 'system/brightness/tray_brightness.cc',
136 'system/brightness/tray_brightness.h',
[email protected]83a1241e2012-03-21 19:09:53137 'system/date/clock_observer.h',
138 'system/date/date_view.cc',
139 'system/date/date_view.h',
140 'system/date/tray_date.cc',
141 'system/date/tray_date.h',
[email protected]cb09f6a2012-05-02 01:19:45142 'system/drive/drive_observer.h',
143 'system/drive/tray_drive.cc',
144 'system/drive/tray_drive.h',
[email protected]d5e28a32012-03-20 23:00:38145 'system/ime/ime_observer.h',
146 'system/ime/tray_ime.cc',
147 'system/ime/tray_ime.h',
[email protected]dbebd422012-07-11 00:14:31148 'system/keyboard_brightness/keyboard_brightness_control_delegate.h',
[email protected]56dbdd02012-05-17 18:48:37149 'system/locale/tray_locale.cc',
150 'system/locale/tray_locale.h',
[email protected]e9c869e2012-03-14 22:10:34151 'system/network/network_observer.h',
[email protected]f5f2d8972012-03-10 00:18:17152 'system/network/tray_network.cc',
153 'system/network/tray_network.h',
[email protected]b3dda04b2012-05-17 16:20:49154 'system/network/tray_sms.cc',
155 'system/network/tray_sms.h',
[email protected]e9c869e2012-03-14 22:10:34156 'system/power/power_status_observer.h',
[email protected]17df2032012-06-08 17:59:31157 'system/power/power_status_view.cc',
158 'system/power/power_status_view.h',
[email protected]f7f06ea2012-03-02 18:30:50159 'system/power/power_supply_status.cc',
160 'system/power/power_supply_status.h',
[email protected]83a1241e2012-03-21 19:09:53161 'system/power/tray_power.cc',
162 'system/power/tray_power.h',
[email protected]bfb411312012-02-27 20:59:27163 'system/settings/tray_settings.cc',
164 'system/settings/tray_settings.h',
[email protected]6d6546e2012-05-30 23:12:02165 'system/status_area_widget.cc',
166 'system/status_area_widget.h',
167 'system/status_area_widget_delegate.cc',
168 'system/status_area_widget_delegate.h',
[email protected]bfb411312012-02-27 20:59:27169 'system/tray/system_tray.cc',
170 'system/tray/system_tray.h',
[email protected]b26aefb2012-05-09 22:37:24171 'system/tray/system_tray_bubble.cc',
172 'system/tray/system_tray_bubble.h',
[email protected]cb09f6a2012-05-02 01:19:45173 'system/tray/system_tray_delegate.cc',
[email protected]bfb411312012-02-27 20:59:27174 'system/tray/system_tray_delegate.h',
175 'system/tray/system_tray_item.cc',
176 'system/tray/system_tray_item.h',
[email protected]6d6546e2012-05-30 23:12:02177 'system/tray/tray_background_view.cc',
178 'system/tray/tray_background_view.h',
[email protected]88a7f3b2012-06-11 18:55:29179 'system/tray/tray_bubble_view.cc',
180 'system/tray/tray_bubble_view.h',
[email protected]72f05d62012-03-05 22:36:49181 'system/tray/tray_constants.cc',
182 'system/tray/tray_constants.h',
[email protected]7345d052012-05-15 16:09:08183 'system/tray/tray_details_view.cc',
184 'system/tray/tray_details_view.h',
[email protected]60d4167c2012-03-04 18:45:15185 'system/tray/tray_empty.cc',
186 'system/tray/tray_empty.h',
[email protected]31a5e312012-03-19 16:23:14187 'system/tray/tray_image_item.cc',
188 'system/tray/tray_image_item.h',
[email protected]8d78ad0e2012-03-21 18:10:47189 'system/tray/tray_item_more.cc',
190 'system/tray/tray_item_more.h',
[email protected]5d1491d2012-04-23 21:51:00191 'system/tray/tray_item_view.cc',
192 'system/tray/tray_item_view.h',
[email protected]61ae4152012-07-03 22:08:51193 'system/tray/tray_notification_view.cc',
194 'system/tray/tray_notification_view.h',
[email protected]8d78ad0e2012-03-21 18:10:47195 'system/tray/tray_views.cc',
196 'system/tray/tray_views.h',
[email protected]31a5e312012-03-19 16:23:14197 'system/tray_accessibility.cc',
198 'system/tray_accessibility.h',
199 'system/tray_caps_lock.cc',
200 'system/tray_caps_lock.h',
[email protected]024a03b2012-03-28 04:05:53201 'system/tray_update.cc',
202 'system/tray_update.h',
[email protected]eac76c62012-03-03 15:19:56203 'system/user/login_status.h',
204 'system/user/tray_user.cc',
205 'system/user/tray_user.h',
[email protected]e9c869e2012-03-14 22:10:34206 'system/user/update_observer.h',
[email protected]a97e15ac2012-03-20 15:52:23207 'system/user/user_observer.h',
[email protected]82a1cc92012-06-13 22:06:10208 'system/web_notification/web_notification_tray.cc',
209 'system/web_notification/web_notification_tray.h',
[email protected]2a48ad62011-12-24 00:19:29210 'tooltips/tooltip_controller.cc',
211 'tooltips/tooltip_controller.h',
[email protected]73074742012-05-17 01:44:41212 'touch/touch_observer_hud.cc',
213 'touch/touch_observer_hud.h',
[email protected]332aaf7b2012-06-26 17:17:42214 'touch/touch_uma.cc',
215 'touch/touch_uma.h',
[email protected]054b2d72012-06-08 04:52:25216 'ui_controls_ash.cc',
[email protected]16f05f42012-02-06 19:24:50217 'volume_control_delegate.h',
[email protected]0039db92012-05-09 04:11:45218 'wm/app_list_controller.cc',
219 'wm/app_list_controller.h',
[email protected]2a48ad62011-12-24 00:19:29220 'wm/activation_controller.cc',
221 'wm/activation_controller.h',
222 'wm/always_on_top_controller.cc',
223 'wm/always_on_top_controller.h',
[email protected]fc7b7442012-01-18 23:57:05224 'wm/base_layout_manager.cc',
225 'wm/base_layout_manager.h',
[email protected]60a978b72012-06-08 00:29:18226 'wm/capture_controller.cc',
227 'wm/capture_controller.h',
[email protected]9d4d1712012-03-06 06:55:25228 'wm/custom_frame_view_ash.cc',
229 'wm/custom_frame_view_ash.h',
[email protected]22228922012-03-05 15:04:49230 'wm/default_window_resizer.cc',
231 'wm/default_window_resizer.h',
[email protected]57b8bb352012-01-11 05:11:46232 'wm/dialog_frame_view.cc',
233 'wm/dialog_frame_view.h',
[email protected]262f8bd2012-03-23 19:30:27234 'wm/event_client_impl.cc',
235 'wm/event_client_impl.h',
[email protected]b9d224c2012-07-13 01:09:03236 'wm/event_rewriter_event_filter.cc',
237 'wm/event_rewriter_event_filter.h',
[email protected]9d4d1712012-03-06 06:55:25238 'wm/frame_painter.cc',
239 'wm/frame_painter.h',
[email protected]2a48ad62011-12-24 00:19:29240 'wm/image_grid.cc',
241 'wm/image_grid.h',
[email protected]52295042012-02-08 02:02:59242 'wm/panel_frame_view.cc',
243 'wm/panel_frame_view.h',
[email protected]6b854932012-02-04 16:44:27244 'wm/panel_layout_manager.cc',
245 'wm/panel_layout_manager.h',
[email protected]0540b172012-02-16 21:01:07246 'wm/panel_window_event_filter.cc',
247 'wm/panel_window_event_filter.h',
[email protected]0b0b0742012-02-16 13:23:45248 'wm/partial_screenshot_event_filter.cc',
249 'wm/partial_screenshot_event_filter.h',
250 'wm/partial_screenshot_view.cc',
251 'wm/partial_screenshot_view.h',
[email protected]e0d22e82012-01-04 00:46:57252 'wm/power_button_controller.cc',
253 'wm/power_button_controller.h',
[email protected]2a48ad62011-12-24 00:19:29254 'wm/property_util.cc',
255 'wm/property_util.h',
[email protected]e4a181cc2012-03-17 02:20:57256 'wm/resize_shadow.cc',
257 'wm/resize_shadow.h',
258 'wm/resize_shadow_controller.cc',
259 'wm/resize_shadow_controller.h',
[email protected]2a48ad62011-12-24 00:19:29260 'wm/root_window_layout_manager.cc',
261 'wm/root_window_layout_manager.h',
[email protected]42993212012-04-30 23:42:04262 'wm/screen_dimmer.cc',
263 'wm/screen_dimmer.h',
[email protected]2a48ad62011-12-24 00:19:29264 'wm/shadow.cc',
265 'wm/shadow.h',
266 'wm/shadow_controller.cc',
267 'wm/shadow_controller.h',
268 'wm/shadow_types.cc',
269 'wm/shadow_types.h',
270 'wm/shelf_layout_manager.cc',
271 'wm/shelf_layout_manager.h',
[email protected]812d3d42012-06-27 19:35:31272 'wm/shelf_types.h',
[email protected]c16b9422012-06-06 21:51:11273 'wm/slow_animation_event_filter.cc',
274 'wm/slow_animation_event_filter.h',
[email protected]2a48ad62011-12-24 00:19:29275 'wm/stacking_controller.cc',
276 'wm/stacking_controller.h',
277 'wm/status_area_layout_manager.cc',
278 'wm/status_area_layout_manager.h',
[email protected]c16b9422012-06-06 21:51:11279 'wm/system_gesture_event_filter.cc',
280 'wm/system_gesture_event_filter.h',
281 'wm/system_modal_container_event_filter.cc',
282 'wm/system_modal_container_event_filter.h',
283 'wm/system_modal_container_event_filter_delegate.h',
284 'wm/system_modal_container_layout_manager.cc',
285 'wm/system_modal_container_layout_manager.h',
[email protected]2a48ad62011-12-24 00:19:29286 'wm/toplevel_window_event_filter.cc',
287 'wm/toplevel_window_event_filter.h',
[email protected]c16b9422012-06-06 21:51:11288 'wm/user_activity_detector.cc',
289 'wm/user_activity_detector.h',
290 'wm/user_activity_observer.h',
[email protected]6aa614a2012-01-19 22:13:38291 'wm/video_detector.cc',
292 'wm/video_detector.h',
[email protected]ddd91e92012-01-27 16:03:48293 'wm/visibility_controller.cc',
294 'wm/visibility_controller.h',
[email protected]cad77b32012-01-19 06:23:04295 'wm/window_animations.cc',
[email protected]6aa614a2012-01-19 22:13:38296 'wm/window_animations.h',
[email protected]40c4cbb2012-01-10 23:26:07297 'wm/window_cycle_controller.cc',
298 'wm/window_cycle_controller.h',
[email protected]194ad1d2012-01-18 18:22:51299 'wm/window_cycle_list.cc',
300 'wm/window_cycle_list.h',
[email protected]2a48ad62011-12-24 00:19:29301 'wm/window_frame.cc',
302 'wm/window_frame.h',
[email protected]80373572012-01-06 23:14:30303 'wm/window_modality_controller.cc',
304 'wm/window_modality_controller.h',
[email protected]2a48ad62011-12-24 00:19:29305 'wm/window_properties.cc',
306 'wm/window_properties.h',
[email protected]1dfd4022012-02-15 04:36:43307 'wm/window_resizer.cc',
308 'wm/window_resizer.h',
[email protected]2a48ad62011-12-24 00:19:29309 'wm/window_util.cc',
310 'wm/window_util.h',
311 'wm/workspace_controller.cc',
312 'wm/workspace_controller.h',
[email protected]85d43f02012-03-14 21:11:19313 'wm/workspace/frame_maximize_button.cc',
314 'wm/workspace/frame_maximize_button.h',
[email protected]8818cb92012-02-10 21:29:37315 'wm/workspace/managed_workspace.cc',
316 'wm/workspace/managed_workspace.h',
317 'wm/workspace/maximized_workspace.cc',
318 'wm/workspace/maximized_workspace.h',
[email protected]ef4bb7452012-03-06 18:45:17319 'wm/workspace/multi_window_resize_controller.cc',
320 'wm/workspace/multi_window_resize_controller.h',
[email protected]edc844a2012-03-09 04:33:14321 'wm/workspace/phantom_window_controller.cc',
322 'wm/workspace/phantom_window_controller.h',
[email protected]8b61ffda2012-03-15 17:28:21323 'wm/workspace/snap_sizer.cc',
324 'wm/workspace/snap_sizer.h',
[email protected]2a48ad62011-12-24 00:19:29325 'wm/workspace/workspace.cc',
326 'wm/workspace/workspace.h',
[email protected]9633a9d22012-01-21 16:40:58327 'wm/workspace/workspace_event_filter.cc',
328 'wm/workspace/workspace_event_filter.h',
329 'wm/workspace/workspace_layout_manager.cc',
330 'wm/workspace/workspace_layout_manager.h',
[email protected]2a48ad62011-12-24 00:19:29331 'wm/workspace/workspace_manager.cc',
332 'wm/workspace/workspace_manager.h',
[email protected]5ae18722012-02-25 22:30:50333 'wm/workspace/workspace_window_resizer.cc',
334 'wm/workspace/workspace_window_resizer.h',
[email protected]2a48ad62011-12-24 00:19:29335 ],
[email protected]6e9f6aa2012-02-09 04:16:20336 'conditions': [
337 ['OS=="mac"', {
338 'sources/': [
339 ['exclude', 'accelerators/accelerator_controller.cc'],
340 ['exclude', 'accelerators/accelerator_controller.h'],
341 ['exclude', 'accelerators/accelerator_dispatcher.cc'],
342 ['exclude', 'accelerators/accelerator_dispatcher.h'],
343 ['exclude', 'accelerators/accelerator_filter.cc'],
344 ['exclude', 'accelerators/accelerator_filter.h'],
345 ['exclude', 'accelerators/nested_dispatcher_controller.cc'],
346 ['exclude', 'accelerators/nested_dispatcher_controller.h'],
347 ],
348 }],
[email protected]af4ac5de82012-04-05 00:50:27349 ['chromeos==1', {
350 'dependencies': [
351 '../chromeos/chromeos.gyp:chromeos',
352 ],
353 }],
[email protected]6e9f6aa2012-02-09 04:16:20354 ],
[email protected]2a48ad62011-12-24 00:19:29355 },
356 {
[email protected]c11172a2012-07-13 21:27:03357 'target_name': 'ash_unittests',
[email protected]2a48ad62011-12-24 00:19:29358 'type': 'executable',
359 'dependencies': [
360 '../base/base.gyp:base',
361 '../base/base.gyp:test_support_base',
362 '../chrome/chrome_resources.gyp:packed_resources',
[email protected]24af4972012-05-04 19:42:18363 '../content/content.gyp:content_browser',
364 '../content/content.gyp:test_support_content',
[email protected]2a48ad62011-12-24 00:19:29365 '../build/temp_gyp/googleurl.gyp:googleurl',
366 '../skia/skia.gyp:skia',
367 '../testing/gtest.gyp:gtest',
368 '../third_party/icu/icu.gyp:icui18n',
369 '../third_party/icu/icu.gyp:icuuc',
370 '../ui/aura/aura.gyp:aura',
371 '../ui/aura/aura.gyp:test_support_aura',
[email protected]116302fc2012-05-05 21:45:41372 '../ui/compositor/compositor.gyp:compositor',
373 '../ui/compositor/compositor.gyp:compositor_test_support',
[email protected]2a48ad62011-12-24 00:19:29374 '../ui/ui.gyp:ui',
375 '../ui/ui.gyp:ui_resources',
[email protected]e6c896f12012-05-31 11:48:20376 '../ui/ui.gyp:ui_test_support',
[email protected]2a48ad62011-12-24 00:19:29377 '../ui/views/views.gyp:views',
[email protected]24af4972012-05-04 19:42:18378 '../ui/views/views.gyp:test_support_views',
[email protected]2a48ad62011-12-24 00:19:29379 'ash',
380 ],
381 'sources': [
[email protected]5eae7162012-01-04 00:31:02382 '../ui/views/test/test_views_delegate.cc',
383 '../ui/views/test/test_views_delegate.h',
[email protected]2a48ad62011-12-24 00:19:29384 'accelerators/accelerator_controller_unittest.cc',
[email protected]47460f92012-01-21 16:15:13385 'accelerators/accelerator_filter_unittest.cc',
[email protected]86bb87e42012-05-02 06:59:20386 'accelerators/accelerator_table_unittest.cc',
[email protected]5985fa32012-03-02 04:44:04387 'accelerators/nested_dispatcher_controller_unittest.cc',
[email protected]3f6ffb8f2012-04-27 23:33:48388 'dip_unittest.cc',
[email protected]66b05eac2012-06-27 23:53:10389 'display/display_controller_unittest.cc',
[email protected]2e236a52012-06-27 22:21:47390 'display/multi_display_manager_unittest.cc',
[email protected]2a48ad62011-12-24 00:19:29391 'drag_drop/drag_drop_controller_unittest.cc',
[email protected]c39be8f2012-06-15 22:58:36392 'extended_desktop_unittest.cc',
[email protected]df1c9862012-02-27 10:37:31393 'focus_cycler_unittest.cc',
[email protected]9628e0af2012-04-12 20:40:56394 'launcher/launcher_context_menu_unittest.cc',
[email protected]2a48ad62011-12-24 00:19:29395 'launcher/launcher_model_unittest.cc',
[email protected]20f80822012-05-10 01:22:40396 'launcher/launcher_navigator_unittest.cc',
[email protected]c11172a2012-07-13 21:27:03397 'launcher/launcher_tooltip_manager_unittest.cc',
[email protected]2a48ad62011-12-24 00:19:29398 'launcher/launcher_unittest.cc',
[email protected]e2dced42012-04-20 01:52:42399 'launcher/launcher_view_unittest.cc',
[email protected]f1853122012-06-27 16:21:26400 'root_window_controller_unittest.cc',
[email protected]24af4972012-05-04 19:42:18401 'screensaver/screensaver_view_unittest.cc',
[email protected]2a48ad62011-12-24 00:19:29402 'shell_unittest.cc',
[email protected]bad64ea2012-05-07 20:46:30403 'system/tray/system_tray_unittest.cc',
[email protected]82a1cc92012-06-13 22:06:10404 'system/web_notification/web_notification_tray_unittest.cc',
[email protected]1dd1c1b2012-02-17 22:04:47405 'test/ash_test_base.cc',
406 'test/ash_test_base.h',
[email protected]cec3dc4c2012-04-24 02:08:54407 'test/ash_unittests.cc',
[email protected]150c02e2012-04-27 22:55:40408 'test/capture_tracking_view.cc',
409 'test/capture_tracking_view.h',
[email protected]cec3dc4c2012-04-24 02:08:54410 'test/launcher_view_test_api.cc',
411 'test/launcher_view_test_api.h',
[email protected]2a48ad62011-12-24 00:19:29412 'test/test_activation_delegate.cc',
413 'test/test_activation_delegate.h',
[email protected]e2dced42012-04-20 01:52:42414 'test/test_launcher_delegate.cc',
415 'test/test_launcher_delegate.h',
[email protected]2a48ad62011-12-24 00:19:29416 'test/test_shell_delegate.cc',
417 'test/test_shell_delegate.h',
418 'test/test_suite.cc',
419 'test/test_suite.h',
[email protected]a0fea7e2012-01-30 17:43:33420 'test/test_suite_init.h',
421 'test/test_suite_init.mm',
[email protected]2a48ad62011-12-24 00:19:29422 'tooltips/tooltip_controller_unittest.cc',
423 'wm/activation_controller_unittest.cc',
[email protected]fc7b7442012-01-18 23:57:05424 'wm/base_layout_manager_unittest.cc',
[email protected]1d0dfbce2012-06-13 02:58:56425 'wm/custom_frame_view_ash_unittest.cc',
[email protected]8e4a5382012-04-10 22:35:46426 'wm/frame_painter_unittest.cc',
[email protected]2a48ad62011-12-24 00:19:29427 'wm/image_grid_unittest.cc',
[email protected]6b854932012-02-04 16:44:27428 'wm/panel_layout_manager_unittest.cc',
[email protected]e0d22e82012-01-04 00:46:57429 'wm/power_button_controller_unittest.cc',
[email protected]42993212012-04-30 23:42:04430 'wm/screen_dimmer_unittest.cc',
[email protected]2a48ad62011-12-24 00:19:29431 'wm/shadow_controller_unittest.cc',
432 'wm/shelf_layout_manager_unittest.cc',
[email protected]9861f1752012-06-01 07:16:14433 'wm/slow_animation_event_filter_unittest.cc',
[email protected]435b212e2012-04-05 19:43:37434 'wm/system_gesture_event_filter_unittest.cc',
[email protected]6b854932012-02-04 16:44:27435 'wm/system_modal_container_layout_manager_unittest.cc',
[email protected]2a48ad62011-12-24 00:19:29436 'wm/toplevel_window_event_filter_unittest.cc',
[email protected]10b688f22012-06-21 20:36:34437 'wm/user_activity_detector_unittest.cc',
[email protected]6aa614a2012-01-19 22:13:38438 'wm/video_detector_unittest.cc',
[email protected]ddd91e92012-01-27 16:03:48439 'wm/visibility_controller_unittest.cc',
[email protected]31e612f42012-03-27 04:41:17440 'wm/window_animations_unittest.cc',
[email protected]40c4cbb2012-01-10 23:26:07441 'wm/window_cycle_controller_unittest.cc',
[email protected]1aad3322012-06-06 06:37:09442 'wm/window_manager_unittest.cc',
[email protected]80373572012-01-06 23:14:30443 'wm/window_modality_controller_unittest.cc',
[email protected]52b81872012-03-19 14:25:18444 'wm/workspace_controller_test_helper.cc',
445 'wm/workspace_controller_test_helper.h',
446 'wm/workspace/multi_window_resize_controller_unittest.cc',
447 'wm/workspace/workspace_event_filter_test_helper.cc',
448 'wm/workspace/workspace_event_filter_test_helper.h',
[email protected]5985fa32012-03-02 04:44:04449 'wm/workspace/workspace_event_filter_unittest.cc',
[email protected]6de3a0112012-02-04 03:57:50450 'wm/workspace/workspace_manager_unittest.cc',
[email protected]5ae18722012-02-25 22:30:50451 'wm/workspace/workspace_window_resizer_unittest.cc',
[email protected]2a48ad62011-12-24 00:19:29452
[email protected]2a281332012-07-11 22:20:23453 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources_standard.rc',
[email protected]2a48ad62011-12-24 00:19:29454 ],
455 'conditions': [
[email protected]2c456102011-12-26 06:26:34456 ['use_ibus==1', {
457 'dependencies': [
458 '../build/linux/system.gyp:ibus',
459 ],
460 }],
[email protected]df1c9862012-02-27 10:37:31461 ['OS=="win"', {
462 # TODO(zork): fix this test to build on Windows. See: crosbug.com/26906
463 'sources/': [
464 ['exclude', 'focus_cycler_unittest.cc'],
465 ],
466 }],
[email protected]03decaa12012-01-25 15:53:15467 ['OS=="mac"', {
468 'sources/': [
[email protected]6e9f6aa2012-02-09 04:16:20469 ['exclude', 'accelerators/accelerator_controller_unittest.cc'],
[email protected]a0fea7e2012-01-30 17:43:33470 ['exclude', 'accelerators/accelerator_filter_unittest.cc'],
[email protected]c11172a2012-07-13 21:27:03471 ['exclude', 'accelerators/nested_dispatcher_controller_unittest.cc'],
[email protected]03decaa12012-01-25 15:53:15472 ['exclude', 'drag_drop/drag_drop_controller_unittest.cc'],
[email protected]a0fea7e2012-01-30 17:43:33473 ['exclude', 'tooltips/tooltip_controller_unittest.cc'],
[email protected]03decaa12012-01-25 15:53:15474 ],
[email protected]a0fea7e2012-01-30 17:43:33475 'dependencies': [
476 # Mac tests access resources via the 'AuraShell.app' directory.
477 'ash_shell',
478 ],
479 # Special linker instructions that avoids stripping Obj-C classes that
480 # are not referenced in code, but are referenced in nibs.
481 'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-ObjC']},
[email protected]03decaa12012-01-25 15:53:15482 }],
[email protected]2a48ad62011-12-24 00:19:29483 ],
484 },
[email protected]c11172a2012-07-13 21:27:03485 # ash_unittests was formerly named aura_shell_unittests. While the build
486 # bots are being switched to use the new name we need to support both
487 # executables.
488 # TODO(jamescook): Remove this section when build bots are building and
489 # running ash_unittests.
490 {
491 'target_name': 'aura_shell_unittests',
492 'type': 'none',
493 'dependencies': [
494 'ash_unittests',
495 ],
496 'actions': [
497 {
498 'message': 'TEMPORARY: Copy ash_unittests to aura_shell_unittests',
499 'action_name': 'copy_ash_unittests',
500 'variables': {
501 'source_file': '<(PRODUCT_DIR)/ash_unittests<(EXECUTABLE_SUFFIX)',
502 'dest_file': '<(PRODUCT_DIR)/aura_shell_unittests<(EXECUTABLE_SUFFIX)',
503 },
504 'inputs': [
505 '<(DEPTH)/build/cp.py',
506 '<(source_file)',
507 ],
508 'outputs': [
509 '<(dest_file)',
510 ],
511 'action': [
512 'python', '<(DEPTH)/build/cp.py', '<(source_file)', '<(dest_file)',
513 ],
514 },
515 ],
516 },
[email protected]2a48ad62011-12-24 00:19:29517 {
518 'target_name': 'ash_shell',
519 'type': 'executable',
520 'dependencies': [
521 '../base/base.gyp:base',
522 '../base/base.gyp:base_i18n',
523 '../chrome/chrome_resources.gyp:packed_resources',
[email protected]fa4a45832012-04-12 21:32:48524 '../content/content.gyp:content_shell_lib',
525 '../content/content.gyp:content',
[email protected]2a48ad62011-12-24 00:19:29526 '../skia/skia.gyp:skia',
527 '../third_party/icu/icu.gyp:icui18n',
528 '../third_party/icu/icu.gyp:icuuc',
[email protected]0039db92012-05-09 04:11:45529 '../ui/app_list/app_list.gyp:app_list',
[email protected]2a48ad62011-12-24 00:19:29530 '../ui/aura/aura.gyp:aura',
[email protected]116302fc2012-05-05 21:45:41531 '../ui/compositor/compositor.gyp:compositor',
532 '../ui/compositor/compositor.gyp:compositor_test_support',
[email protected]2a48ad62011-12-24 00:19:29533 '../ui/ui.gyp:ui',
534 '../ui/ui.gyp:ui_resources',
[email protected]2a48ad62011-12-24 00:19:29535 '../ui/views/views.gyp:views',
536 '../ui/views/views.gyp:views_examples_lib',
[email protected]24af4972012-05-04 19:42:18537 '../ui/views/views.gyp:test_support_views',
[email protected]2a48ad62011-12-24 00:19:29538 'ash',
539 ],
540 'sources': [
541 'shell/app_list.cc',
542 'shell/bubble.cc',
[email protected]fa4a45832012-04-12 21:32:48543 'shell/content_client/shell_browser_main_parts.cc',
544 'shell/content_client/shell_browser_main_parts.h',
545 'shell/content_client/shell_content_browser_client.cc',
546 'shell/content_client/shell_content_browser_client.h',
547 'shell/content_client/shell_main_delegate.cc',
548 'shell/content_client/shell_main_delegate.h',
[email protected]2a48ad62011-12-24 00:19:29549 'shell/example_factory.h',
[email protected]262f8bd2012-03-23 19:30:27550 'shell/launcher_delegate_impl.cc',
551 'shell/launcher_delegate_impl.h',
[email protected]2a48ad62011-12-24 00:19:29552 'shell/lock_view.cc',
[email protected]6b854932012-02-04 16:44:27553 'shell/panel_window.cc',
554 'shell/panel_window.h',
[email protected]262f8bd2012-03-23 19:30:27555 'shell/shell_delegate_impl.cc',
556 'shell/shell_delegate_impl.h',
[email protected]2a48ad62011-12-24 00:19:29557 'shell/shell_main.cc',
[email protected]b72dfb242012-01-18 00:04:18558 'shell/shell_main_parts.cc',
[email protected]a0fea7e2012-01-30 17:43:33559 'shell/shell_main_parts.h',
[email protected]b72dfb242012-01-18 00:04:18560 'shell/shell_main_parts_mac.mm',
[email protected]2a48ad62011-12-24 00:19:29561 'shell/toplevel_window.cc',
562 'shell/toplevel_window.h',
563 'shell/widgets.cc',
564 'shell/window_type_launcher.cc',
565 'shell/window_type_launcher.h',
[email protected]262f8bd2012-03-23 19:30:27566 'shell/window_watcher.cc',
567 'shell/window_watcher.h',
[email protected]2a281332012-07-11 22:20:23568 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources_standard.rc',
[email protected]711f428e2012-06-22 02:18:23569 '../content/app/startup_helper_win.cc',
[email protected]2a48ad62011-12-24 00:19:29570 '../ui/views/test/test_views_delegate.cc',
571 ],
[email protected]6f637732012-01-19 03:15:34572 'conditions': [
[email protected]fa4a45832012-04-12 21:32:48573 ['OS=="win"', {
574 'msvs_settings': {
575 'VCLinkerTool': {
576 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS
577 },
578 },
579 'dependencies': [
580 '../sandbox/sandbox.gyp:sandbox',
581 ],
582 }],
[email protected]6f637732012-01-19 03:15:34583 ['OS=="mac"', {
584 'product_name': 'AuraShell',
585 'mac_bundle': 1,
586 'sources/': [
587 ['exclude', 'shell/shell_main_parts.cc'],
588 ],
589 'mac_bundle_resources': [
590 'shell/cocoa/app.icns',
591 'shell/cocoa/app-Info.plist',
592 'shell/cocoa/nibs/MainMenu.xib',
593 'shell/cocoa/nibs/RootWindow.xib',
594 '<(SHARED_INTERMEDIATE_DIR)/repack/chrome.pak',
595 '<!@pymod_do_main(repack_locales -o -g <(grit_out_dir) -s <(SHARED_INTERMEDIATE_DIR) -x <(SHARED_INTERMEDIATE_DIR) <(locales))',
596 ],
597 'mac_bundle_resources!': [
598 'shell/cocoa/app-Info.plist',
599 ],
600 'xcode_settings': {
601 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
602 },
603 }],
604 ],
[email protected]2a48ad62011-12-24 00:19:29605 },
[email protected]4e0e2b22012-02-01 10:45:51606 ],
[email protected]2a48ad62011-12-24 00:19:29607}