blob: 15bf18d38fd87f4f834e72d524dfa2a4e5a0b921 [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',
35 '../ui/ui.gyp:ui_resources_standard',
36 '../ui/views/views.gyp:views',
37 ],
38 'defines': [
39 'ASH_IMPLEMENTATION',
40 ],
41 'sources': [
42 # All .cc, .h under ash, except unittests
43 'accelerators/accelerator_controller.cc',
44 'accelerators/accelerator_controller.h',
[email protected]6e9f6aa2012-02-09 04:16:2045 'accelerators/accelerator_dispatcher.cc',
46 'accelerators/accelerator_dispatcher.h',
[email protected]2a48ad62011-12-24 00:19:2947 'accelerators/accelerator_filter.cc',
48 'accelerators/accelerator_filter.h',
[email protected]07a3c3fa2012-03-09 03:55:3449 'accelerators/accelerator_table.cc',
50 'accelerators/accelerator_table.h',
[email protected]e7293fa2012-05-17 04:42:3351 'accelerators/focus_manager_factory.cc',
52 'accelerators/focus_manager_factory.h',
[email protected]6e9f6aa2012-02-09 04:16:2053 'accelerators/nested_dispatcher_controller.cc',
54 'accelerators/nested_dispatcher_controller.h',
[email protected]2a48ad62011-12-24 00:19:2955 'ash_switches.cc',
56 'ash_switches.h',
[email protected]fb9a35592012-01-18 04:12:1457 'caps_lock_delegate.h',
[email protected]e70cf0ed2012-03-15 16:24:4758 'desktop_background/desktop_background_controller.cc',
59 'desktop_background/desktop_background_controller.h',
60 'desktop_background/desktop_background_resources.cc',
61 'desktop_background/desktop_background_resources.h',
[email protected]2a48ad62011-12-24 00:19:2962 'desktop_background/desktop_background_view.cc',
63 'desktop_background/desktop_background_view.h',
64 'drag_drop/drag_drop_controller.cc',
65 'drag_drop/drag_drop_controller.h',
66 'drag_drop/drag_image_view.cc',
67 'drag_drop/drag_image_view.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]42f06f92012-03-27 00:57:5772 'key_rewriter_delegate.h',
[email protected]a160baec2012-03-21 20:52:1573 'launcher/background_animator.cc',
74 'launcher/background_animator.h',
[email protected]2a48ad62011-12-24 00:19:2975 'launcher/launcher.cc',
76 'launcher/launcher.h',
[email protected]55444502012-05-10 15:43:5377 'launcher/launcher_alignment_menu.cc',
78 'launcher/launcher_alignment_menu.h',
[email protected]a39a60e2012-03-10 00:40:0679 'launcher/launcher_button.cc',
80 'launcher/launcher_button.h',
[email protected]9628e0af2012-04-12 20:40:5681 'launcher/launcher_context_menu.cc',
82 'launcher/launcher_context_menu.h',
[email protected]16f2d3f2012-02-16 03:01:3183 'launcher/launcher_delegate.h',
[email protected]e2dced42012-04-20 01:52:4284 'launcher/launcher_icon_observer.h',
[email protected]2a48ad62011-12-24 00:19:2985 'launcher/launcher_model.cc',
86 'launcher/launcher_model.h',
87 'launcher/launcher_model_observer.h',
[email protected]20f80822012-05-10 01:22:4088 'launcher/launcher_navigator.cc',
89 'launcher/launcher_navigator.h',
[email protected]cd808102012-01-12 02:42:2190 'launcher/launcher_types.cc',
[email protected]2a48ad62011-12-24 00:19:2991 'launcher/launcher_types.h',
92 'launcher/launcher_view.cc',
93 'launcher/launcher_view.h',
94 'launcher/tabbed_launcher_button.cc',
95 'launcher/tabbed_launcher_button.h',
[email protected]c1c670172012-04-26 04:20:2696 'magnifier/magnification_controller.cc',
97 'magnifier/magnification_controller.h',
[email protected]e050ef142012-03-21 01:04:2498 'monitor/monitor_controller.cc',
99 'monitor/monitor_controller.h',
100 'monitor/multi_monitor_manager.cc',
101 'monitor/multi_monitor_manager.h',
102 'monitor/secondary_monitor_view.cc',
103 'monitor/secondary_monitor_view.h',
[email protected]d90b8392012-06-13 09:34:56104 'root_window_controller.cc',
105 'root_window_controller.h',
[email protected]1a2145b2012-03-13 21:09:17106 'screen_ash.cc',
107 'screen_ash.h',
[email protected]24af4972012-05-04 19:42:18108 'screensaver/screensaver_view.cc',
109 'screensaver/screensaver_view.h',
[email protected]c52de6372012-01-18 05:24:57110 'screenshot_delegate.h',
[email protected]2a48ad62011-12-24 00:19:29111 'shell.cc',
112 'shell.h',
[email protected]0cfc18e2012-04-11 18:17:47113 'shell_context_menu.cc',
114 'shell_context_menu.h',
[email protected]2a48ad62011-12-24 00:19:29115 'shell_delegate.h',
116 'shell_factory.h',
117 'shell_window_ids.h',
[email protected]e9c869e2012-03-14 22:10:34118 'system/audio/audio_observer.h',
[email protected]bfb411312012-02-27 20:59:27119 'system/audio/tray_volume.cc',
120 'system/audio/tray_volume.h',
[email protected]8d78ad0e2012-03-21 18:10:47121 'system/bluetooth/bluetooth_observer.h',
122 'system/bluetooth/tray_bluetooth.cc',
123 'system/bluetooth/tray_bluetooth.h',
[email protected]e9c869e2012-03-14 22:10:34124 'system/brightness/brightness_observer.h',
[email protected]75fdbc092012-02-27 23:04:28125 'system/brightness/brightness_control_delegate.h',
126 'system/brightness/tray_brightness.cc',
127 'system/brightness/tray_brightness.h',
[email protected]83a1241e2012-03-21 19:09:53128 'system/date/clock_observer.h',
129 'system/date/date_view.cc',
130 'system/date/date_view.h',
131 'system/date/tray_date.cc',
132 'system/date/tray_date.h',
[email protected]cb09f6a2012-05-02 01:19:45133 'system/drive/drive_observer.h',
134 'system/drive/tray_drive.cc',
135 'system/drive/tray_drive.h',
[email protected]d5e28a32012-03-20 23:00:38136 'system/ime/ime_observer.h',
137 'system/ime/tray_ime.cc',
138 'system/ime/tray_ime.h',
[email protected]56dbdd02012-05-17 18:48:37139 'system/locale/tray_locale.cc',
140 'system/locale/tray_locale.h',
[email protected]e9c869e2012-03-14 22:10:34141 'system/network/network_observer.h',
[email protected]f5f2d8972012-03-10 00:18:17142 'system/network/tray_network.cc',
143 'system/network/tray_network.h',
[email protected]b3dda04b2012-05-17 16:20:49144 'system/network/tray_sms.cc',
145 'system/network/tray_sms.h',
[email protected]e9c869e2012-03-14 22:10:34146 'system/power/power_status_observer.h',
[email protected]17df2032012-06-08 17:59:31147 'system/power/power_status_view.cc',
148 'system/power/power_status_view.h',
[email protected]f7f06ea2012-03-02 18:30:50149 'system/power/power_supply_status.cc',
150 'system/power/power_supply_status.h',
[email protected]83a1241e2012-03-21 19:09:53151 'system/power/tray_power.cc',
152 'system/power/tray_power.h',
[email protected]bfb411312012-02-27 20:59:27153 'system/settings/tray_settings.cc',
154 'system/settings/tray_settings.h',
[email protected]6d6546e2012-05-30 23:12:02155 'system/status_area_widget.cc',
156 'system/status_area_widget.h',
157 'system/status_area_widget_delegate.cc',
158 'system/status_area_widget_delegate.h',
[email protected]bfb411312012-02-27 20:59:27159 'system/tray/system_tray.cc',
160 'system/tray/system_tray.h',
[email protected]b26aefb2012-05-09 22:37:24161 'system/tray/system_tray_bubble.cc',
162 'system/tray/system_tray_bubble.h',
[email protected]cb09f6a2012-05-02 01:19:45163 'system/tray/system_tray_delegate.cc',
[email protected]bfb411312012-02-27 20:59:27164 'system/tray/system_tray_delegate.h',
165 'system/tray/system_tray_item.cc',
166 'system/tray/system_tray_item.h',
[email protected]6d6546e2012-05-30 23:12:02167 'system/tray/tray_background_view.cc',
168 'system/tray/tray_background_view.h',
[email protected]88a7f3b2012-06-11 18:55:29169 'system/tray/tray_bubble_view.cc',
170 'system/tray/tray_bubble_view.h',
[email protected]72f05d62012-03-05 22:36:49171 'system/tray/tray_constants.cc',
172 'system/tray/tray_constants.h',
[email protected]7345d052012-05-15 16:09:08173 'system/tray/tray_details_view.cc',
174 'system/tray/tray_details_view.h',
[email protected]60d4167c2012-03-04 18:45:15175 'system/tray/tray_empty.cc',
176 'system/tray/tray_empty.h',
[email protected]31a5e312012-03-19 16:23:14177 'system/tray/tray_image_item.cc',
178 'system/tray/tray_image_item.h',
[email protected]8d78ad0e2012-03-21 18:10:47179 'system/tray/tray_item_more.cc',
180 'system/tray/tray_item_more.h',
[email protected]5d1491d2012-04-23 21:51:00181 'system/tray/tray_item_view.cc',
182 'system/tray/tray_item_view.h',
[email protected]8d78ad0e2012-03-21 18:10:47183 'system/tray/tray_views.cc',
184 'system/tray/tray_views.h',
[email protected]31a5e312012-03-19 16:23:14185 'system/tray_accessibility.cc',
186 'system/tray_accessibility.h',
187 'system/tray_caps_lock.cc',
188 'system/tray_caps_lock.h',
[email protected]024a03b2012-03-28 04:05:53189 'system/tray_update.cc',
190 'system/tray_update.h',
[email protected]eac76c62012-03-03 15:19:56191 'system/user/login_status.h',
192 'system/user/tray_user.cc',
193 'system/user/tray_user.h',
[email protected]e9c869e2012-03-14 22:10:34194 'system/user/update_observer.h',
[email protected]a97e15ac2012-03-20 15:52:23195 'system/user/user_observer.h',
[email protected]82a1cc92012-06-13 22:06:10196 'system/web_notification/web_notification_tray.cc',
197 'system/web_notification/web_notification_tray.h',
[email protected]2a48ad62011-12-24 00:19:29198 'tooltips/tooltip_controller.cc',
199 'tooltips/tooltip_controller.h',
[email protected]73074742012-05-17 01:44:41200 'touch/touch_observer_hud.cc',
201 'touch/touch_observer_hud.h',
[email protected]054b2d72012-06-08 04:52:25202 'ui_controls_ash.cc',
[email protected]16f05f42012-02-06 19:24:50203 'volume_control_delegate.h',
[email protected]0039db92012-05-09 04:11:45204 'wm/app_list_controller.cc',
205 'wm/app_list_controller.h',
[email protected]2a48ad62011-12-24 00:19:29206 'wm/activation_controller.cc',
207 'wm/activation_controller.h',
208 'wm/always_on_top_controller.cc',
209 'wm/always_on_top_controller.h',
[email protected]fc7b7442012-01-18 23:57:05210 'wm/base_layout_manager.cc',
211 'wm/base_layout_manager.h',
[email protected]60a978b72012-06-08 00:29:18212 'wm/capture_controller.cc',
213 'wm/capture_controller.h',
[email protected]9d4d1712012-03-06 06:55:25214 'wm/custom_frame_view_ash.cc',
215 'wm/custom_frame_view_ash.h',
[email protected]22228922012-03-05 15:04:49216 'wm/default_window_resizer.cc',
217 'wm/default_window_resizer.h',
[email protected]57b8bb352012-01-11 05:11:46218 'wm/dialog_frame_view.cc',
219 'wm/dialog_frame_view.h',
[email protected]262f8bd2012-03-23 19:30:27220 'wm/event_client_impl.cc',
221 'wm/event_client_impl.h',
[email protected]9d4d1712012-03-06 06:55:25222 'wm/frame_painter.cc',
223 'wm/frame_painter.h',
[email protected]2a48ad62011-12-24 00:19:29224 'wm/image_grid.cc',
225 'wm/image_grid.h',
[email protected]42f06f92012-03-27 00:57:57226 'wm/key_rewriter_event_filter.cc',
227 'wm/key_rewriter_event_filter.h',
[email protected]52295042012-02-08 02:02:59228 'wm/panel_frame_view.cc',
229 'wm/panel_frame_view.h',
[email protected]6b854932012-02-04 16:44:27230 'wm/panel_layout_manager.cc',
231 'wm/panel_layout_manager.h',
[email protected]0540b172012-02-16 21:01:07232 'wm/panel_window_event_filter.cc',
233 'wm/panel_window_event_filter.h',
[email protected]0b0b0742012-02-16 13:23:45234 'wm/partial_screenshot_event_filter.cc',
235 'wm/partial_screenshot_event_filter.h',
236 'wm/partial_screenshot_view.cc',
237 'wm/partial_screenshot_view.h',
[email protected]e0d22e82012-01-04 00:46:57238 'wm/power_button_controller.cc',
239 'wm/power_button_controller.h',
[email protected]2a48ad62011-12-24 00:19:29240 'wm/property_util.cc',
241 'wm/property_util.h',
[email protected]e4a181cc2012-03-17 02:20:57242 'wm/resize_shadow.cc',
243 'wm/resize_shadow.h',
244 'wm/resize_shadow_controller.cc',
245 'wm/resize_shadow_controller.h',
[email protected]2a48ad62011-12-24 00:19:29246 'wm/root_window_layout_manager.cc',
247 'wm/root_window_layout_manager.h',
[email protected]5924a0b2012-04-27 17:02:28248 'wm/scoped_observer.h',
[email protected]42993212012-04-30 23:42:04249 'wm/screen_dimmer.cc',
250 'wm/screen_dimmer.h',
[email protected]2a48ad62011-12-24 00:19:29251 'wm/shadow.cc',
252 'wm/shadow.h',
253 'wm/shadow_controller.cc',
254 'wm/shadow_controller.h',
255 'wm/shadow_types.cc',
256 'wm/shadow_types.h',
[email protected]c16b9422012-06-06 21:51:11257 'wm/shelf_auto_hide_behavior.h',
[email protected]2a48ad62011-12-24 00:19:29258 'wm/shelf_layout_manager.cc',
259 'wm/shelf_layout_manager.h',
[email protected]c16b9422012-06-06 21:51:11260 'wm/slow_animation_event_filter.cc',
261 'wm/slow_animation_event_filter.h',
[email protected]2a48ad62011-12-24 00:19:29262 'wm/stacking_controller.cc',
263 'wm/stacking_controller.h',
264 'wm/status_area_layout_manager.cc',
265 'wm/status_area_layout_manager.h',
[email protected]c16b9422012-06-06 21:51:11266 'wm/system_gesture_event_filter.cc',
267 'wm/system_gesture_event_filter.h',
268 'wm/system_modal_container_event_filter.cc',
269 'wm/system_modal_container_event_filter.h',
270 'wm/system_modal_container_event_filter_delegate.h',
271 'wm/system_modal_container_layout_manager.cc',
272 'wm/system_modal_container_layout_manager.h',
[email protected]2a48ad62011-12-24 00:19:29273 'wm/toplevel_window_event_filter.cc',
274 'wm/toplevel_window_event_filter.h',
[email protected]c16b9422012-06-06 21:51:11275 'wm/user_activity_detector.cc',
276 'wm/user_activity_detector.h',
277 'wm/user_activity_observer.h',
[email protected]6aa614a2012-01-19 22:13:38278 'wm/video_detector.cc',
279 'wm/video_detector.h',
[email protected]ddd91e92012-01-27 16:03:48280 'wm/visibility_controller.cc',
281 'wm/visibility_controller.h',
[email protected]cad77b32012-01-19 06:23:04282 'wm/window_animations.cc',
[email protected]6aa614a2012-01-19 22:13:38283 'wm/window_animations.h',
[email protected]40c4cbb2012-01-10 23:26:07284 'wm/window_cycle_controller.cc',
285 'wm/window_cycle_controller.h',
[email protected]194ad1d2012-01-18 18:22:51286 'wm/window_cycle_list.cc',
287 'wm/window_cycle_list.h',
[email protected]2a48ad62011-12-24 00:19:29288 'wm/window_frame.cc',
289 'wm/window_frame.h',
[email protected]80373572012-01-06 23:14:30290 'wm/window_modality_controller.cc',
291 'wm/window_modality_controller.h',
[email protected]2a48ad62011-12-24 00:19:29292 'wm/window_properties.cc',
293 'wm/window_properties.h',
[email protected]1dfd4022012-02-15 04:36:43294 'wm/window_resizer.cc',
295 'wm/window_resizer.h',
[email protected]2a48ad62011-12-24 00:19:29296 'wm/window_util.cc',
297 'wm/window_util.h',
298 'wm/workspace_controller.cc',
299 'wm/workspace_controller.h',
[email protected]85d43f02012-03-14 21:11:19300 'wm/workspace/frame_maximize_button.cc',
301 'wm/workspace/frame_maximize_button.h',
[email protected]8818cb92012-02-10 21:29:37302 'wm/workspace/managed_workspace.cc',
303 'wm/workspace/managed_workspace.h',
304 'wm/workspace/maximized_workspace.cc',
305 'wm/workspace/maximized_workspace.h',
[email protected]ef4bb7452012-03-06 18:45:17306 'wm/workspace/multi_window_resize_controller.cc',
307 'wm/workspace/multi_window_resize_controller.h',
[email protected]edc844a2012-03-09 04:33:14308 'wm/workspace/phantom_window_controller.cc',
309 'wm/workspace/phantom_window_controller.h',
[email protected]8b61ffda2012-03-15 17:28:21310 'wm/workspace/snap_sizer.cc',
311 'wm/workspace/snap_sizer.h',
[email protected]2a48ad62011-12-24 00:19:29312 'wm/workspace/workspace.cc',
313 'wm/workspace/workspace.h',
[email protected]9633a9d22012-01-21 16:40:58314 'wm/workspace/workspace_event_filter.cc',
315 'wm/workspace/workspace_event_filter.h',
316 'wm/workspace/workspace_layout_manager.cc',
317 'wm/workspace/workspace_layout_manager.h',
[email protected]2a48ad62011-12-24 00:19:29318 'wm/workspace/workspace_manager.cc',
319 'wm/workspace/workspace_manager.h',
[email protected]5ae18722012-02-25 22:30:50320 'wm/workspace/workspace_window_resizer.cc',
321 'wm/workspace/workspace_window_resizer.h',
[email protected]2a48ad62011-12-24 00:19:29322 ],
[email protected]6e9f6aa2012-02-09 04:16:20323 'conditions': [
324 ['OS=="mac"', {
325 'sources/': [
326 ['exclude', 'accelerators/accelerator_controller.cc'],
327 ['exclude', 'accelerators/accelerator_controller.h'],
328 ['exclude', 'accelerators/accelerator_dispatcher.cc'],
329 ['exclude', 'accelerators/accelerator_dispatcher.h'],
330 ['exclude', 'accelerators/accelerator_filter.cc'],
331 ['exclude', 'accelerators/accelerator_filter.h'],
332 ['exclude', 'accelerators/nested_dispatcher_controller.cc'],
333 ['exclude', 'accelerators/nested_dispatcher_controller.h'],
334 ],
335 }],
[email protected]af4ac5de82012-04-05 00:50:27336 ['chromeos==1', {
337 'dependencies': [
338 '../chromeos/chromeos.gyp:chromeos',
339 ],
340 }],
[email protected]6e9f6aa2012-02-09 04:16:20341 ],
[email protected]2a48ad62011-12-24 00:19:29342 },
343 {
344 'target_name': 'aura_shell_unittests',
345 'type': 'executable',
346 'dependencies': [
347 '../base/base.gyp:base',
348 '../base/base.gyp:test_support_base',
349 '../chrome/chrome_resources.gyp:packed_resources',
[email protected]24af4972012-05-04 19:42:18350 '../content/content.gyp:content_browser',
351 '../content/content.gyp:test_support_content',
[email protected]2a48ad62011-12-24 00:19:29352 '../build/temp_gyp/googleurl.gyp:googleurl',
353 '../skia/skia.gyp:skia',
354 '../testing/gtest.gyp:gtest',
355 '../third_party/icu/icu.gyp:icui18n',
356 '../third_party/icu/icu.gyp:icuuc',
357 '../ui/aura/aura.gyp:aura',
358 '../ui/aura/aura.gyp:test_support_aura',
[email protected]116302fc2012-05-05 21:45:41359 '../ui/compositor/compositor.gyp:compositor',
360 '../ui/compositor/compositor.gyp:compositor_test_support',
[email protected]2a48ad62011-12-24 00:19:29361 '../ui/ui.gyp:ui',
362 '../ui/ui.gyp:ui_resources',
363 '../ui/ui.gyp:ui_resources_standard',
[email protected]e6c896f12012-05-31 11:48:20364 '../ui/ui.gyp:ui_test_support',
[email protected]2a48ad62011-12-24 00:19:29365 '../ui/views/views.gyp:views',
[email protected]24af4972012-05-04 19:42:18366 '../ui/views/views.gyp:test_support_views',
[email protected]2a48ad62011-12-24 00:19:29367 'ash',
368 ],
369 'sources': [
[email protected]5eae7162012-01-04 00:31:02370 '../ui/views/test/test_views_delegate.cc',
371 '../ui/views/test/test_views_delegate.h',
[email protected]2a48ad62011-12-24 00:19:29372 'accelerators/accelerator_controller_unittest.cc',
[email protected]47460f92012-01-21 16:15:13373 'accelerators/accelerator_filter_unittest.cc',
[email protected]86bb87e42012-05-02 06:59:20374 'accelerators/accelerator_table_unittest.cc',
[email protected]5985fa32012-03-02 04:44:04375 'accelerators/nested_dispatcher_controller_unittest.cc',
[email protected]3f6ffb8f2012-04-27 23:33:48376 'dip_unittest.cc',
[email protected]2a48ad62011-12-24 00:19:29377 'drag_drop/drag_drop_controller_unittest.cc',
[email protected]df1c9862012-02-27 10:37:31378 'focus_cycler_unittest.cc',
[email protected]9628e0af2012-04-12 20:40:56379 'launcher/launcher_context_menu_unittest.cc',
[email protected]2a48ad62011-12-24 00:19:29380 'launcher/launcher_model_unittest.cc',
[email protected]20f80822012-05-10 01:22:40381 'launcher/launcher_navigator_unittest.cc',
[email protected]2a48ad62011-12-24 00:19:29382 'launcher/launcher_unittest.cc',
[email protected]e2dced42012-04-20 01:52:42383 'launcher/launcher_view_unittest.cc',
[email protected]b635b722012-03-23 17:15:00384 'monitor/multi_monitor_manager_unittest.cc',
[email protected]24af4972012-05-04 19:42:18385 'screensaver/screensaver_view_unittest.cc',
[email protected]2a48ad62011-12-24 00:19:29386 'shell_unittest.cc',
[email protected]bad64ea2012-05-07 20:46:30387 'system/tray/system_tray_unittest.cc',
[email protected]82a1cc92012-06-13 22:06:10388 'system/web_notification/web_notification_tray_unittest.cc',
[email protected]1dd1c1b2012-02-17 22:04:47389 'test/ash_test_base.cc',
390 'test/ash_test_base.h',
[email protected]cec3dc4c2012-04-24 02:08:54391 'test/ash_unittests.cc',
[email protected]150c02e2012-04-27 22:55:40392 'test/capture_tracking_view.cc',
393 'test/capture_tracking_view.h',
[email protected]cec3dc4c2012-04-24 02:08:54394 'test/launcher_view_test_api.cc',
395 'test/launcher_view_test_api.h',
[email protected]2a48ad62011-12-24 00:19:29396 'test/test_activation_delegate.cc',
397 'test/test_activation_delegate.h',
[email protected]e2dced42012-04-20 01:52:42398 'test/test_launcher_delegate.cc',
399 'test/test_launcher_delegate.h',
[email protected]2a48ad62011-12-24 00:19:29400 'test/test_shell_delegate.cc',
401 'test/test_shell_delegate.h',
402 'test/test_suite.cc',
403 'test/test_suite.h',
[email protected]a0fea7e2012-01-30 17:43:33404 'test/test_suite_init.h',
405 'test/test_suite_init.mm',
[email protected]2a48ad62011-12-24 00:19:29406 'tooltips/tooltip_controller_unittest.cc',
407 'wm/activation_controller_unittest.cc',
[email protected]fc7b7442012-01-18 23:57:05408 'wm/base_layout_manager_unittest.cc',
[email protected]1d0dfbce2012-06-13 02:58:56409 'wm/custom_frame_view_ash_unittest.cc',
[email protected]8e4a5382012-04-10 22:35:46410 'wm/frame_painter_unittest.cc',
[email protected]2a48ad62011-12-24 00:19:29411 'wm/image_grid_unittest.cc',
[email protected]6b854932012-02-04 16:44:27412 'wm/panel_layout_manager_unittest.cc',
[email protected]e0d22e82012-01-04 00:46:57413 'wm/power_button_controller_unittest.cc',
[email protected]42993212012-04-30 23:42:04414 'wm/screen_dimmer_unittest.cc',
[email protected]2a48ad62011-12-24 00:19:29415 'wm/shadow_controller_unittest.cc',
416 'wm/shelf_layout_manager_unittest.cc',
[email protected]9861f1752012-06-01 07:16:14417 'wm/slow_animation_event_filter_unittest.cc',
[email protected]435b212e2012-04-05 19:43:37418 'wm/system_gesture_event_filter_unittest.cc',
[email protected]6b854932012-02-04 16:44:27419 'wm/system_modal_container_layout_manager_unittest.cc',
[email protected]2a48ad62011-12-24 00:19:29420 'wm/toplevel_window_event_filter_unittest.cc',
[email protected]6aa614a2012-01-19 22:13:38421 'wm/video_detector_unittest.cc',
[email protected]ddd91e92012-01-27 16:03:48422 'wm/visibility_controller_unittest.cc',
[email protected]31e612f42012-03-27 04:41:17423 'wm/window_animations_unittest.cc',
[email protected]40c4cbb2012-01-10 23:26:07424 'wm/window_cycle_controller_unittest.cc',
[email protected]1aad3322012-06-06 06:37:09425 'wm/window_manager_unittest.cc',
[email protected]80373572012-01-06 23:14:30426 'wm/window_modality_controller_unittest.cc',
[email protected]52b81872012-03-19 14:25:18427 'wm/workspace_controller_test_helper.cc',
428 'wm/workspace_controller_test_helper.h',
429 'wm/workspace/multi_window_resize_controller_unittest.cc',
430 'wm/workspace/workspace_event_filter_test_helper.cc',
431 'wm/workspace/workspace_event_filter_test_helper.h',
[email protected]5985fa32012-03-02 04:44:04432 'wm/workspace/workspace_event_filter_unittest.cc',
[email protected]6de3a0112012-02-04 03:57:50433 'wm/workspace/workspace_manager_unittest.cc',
[email protected]5ae18722012-02-25 22:30:50434 'wm/workspace/workspace_window_resizer_unittest.cc',
[email protected]2a48ad62011-12-24 00:19:29435
[email protected]2a48ad62011-12-24 00:19:29436 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc',
437 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standard.rc',
438 ],
439 'conditions': [
[email protected]2c456102011-12-26 06:26:34440 ['use_ibus==1', {
441 'dependencies': [
442 '../build/linux/system.gyp:ibus',
443 ],
444 }],
[email protected]df1c9862012-02-27 10:37:31445 ['OS=="win"', {
446 # TODO(zork): fix this test to build on Windows. See: crosbug.com/26906
447 'sources/': [
448 ['exclude', 'focus_cycler_unittest.cc'],
449 ],
450 }],
[email protected]03decaa12012-01-25 15:53:15451 ['OS=="mac"', {
452 'sources/': [
[email protected]6e9f6aa2012-02-09 04:16:20453 ['exclude', 'accelerators/accelerator_controller_unittest.cc'],
[email protected]a0fea7e2012-01-30 17:43:33454 ['exclude', 'accelerators/accelerator_filter_unittest.cc'],
[email protected]90a81712012-02-29 05:47:26455 ['exclude', 'accelerators/nested_dispatcher_controller_unittest.cc'],
[email protected]03decaa12012-01-25 15:53:15456 ['exclude', 'drag_drop/drag_drop_controller_unittest.cc'],
[email protected]a0fea7e2012-01-30 17:43:33457 ['exclude', 'tooltips/tooltip_controller_unittest.cc'],
[email protected]03decaa12012-01-25 15:53:15458 ],
[email protected]a0fea7e2012-01-30 17:43:33459 'dependencies': [
460 # Mac tests access resources via the 'AuraShell.app' directory.
461 'ash_shell',
462 ],
463 # Special linker instructions that avoids stripping Obj-C classes that
464 # are not referenced in code, but are referenced in nibs.
465 'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-ObjC']},
[email protected]03decaa12012-01-25 15:53:15466 }],
[email protected]2a48ad62011-12-24 00:19:29467 ],
468 },
469 {
470 'target_name': 'ash_shell',
471 'type': 'executable',
472 'dependencies': [
473 '../base/base.gyp:base',
474 '../base/base.gyp:base_i18n',
475 '../chrome/chrome_resources.gyp:packed_resources',
[email protected]fa4a45832012-04-12 21:32:48476 '../content/content.gyp:content_shell_lib',
477 '../content/content.gyp:content',
[email protected]2a48ad62011-12-24 00:19:29478 '../skia/skia.gyp:skia',
479 '../third_party/icu/icu.gyp:icui18n',
480 '../third_party/icu/icu.gyp:icuuc',
[email protected]0039db92012-05-09 04:11:45481 '../ui/app_list/app_list.gyp:app_list',
[email protected]2a48ad62011-12-24 00:19:29482 '../ui/aura/aura.gyp:aura',
[email protected]116302fc2012-05-05 21:45:41483 '../ui/compositor/compositor.gyp:compositor',
484 '../ui/compositor/compositor.gyp:compositor_test_support',
[email protected]2a48ad62011-12-24 00:19:29485 '../ui/ui.gyp:ui',
486 '../ui/ui.gyp:ui_resources',
487 '../ui/ui.gyp:ui_resources_standard',
488 '../ui/views/views.gyp:views',
489 '../ui/views/views.gyp:views_examples_lib',
[email protected]24af4972012-05-04 19:42:18490 '../ui/views/views.gyp:test_support_views',
[email protected]2a48ad62011-12-24 00:19:29491 'ash',
492 ],
493 'sources': [
494 'shell/app_list.cc',
495 'shell/bubble.cc',
[email protected]fa4a45832012-04-12 21:32:48496 'shell/content_client/shell_browser_main_parts.cc',
497 'shell/content_client/shell_browser_main_parts.h',
498 'shell/content_client/shell_content_browser_client.cc',
499 'shell/content_client/shell_content_browser_client.h',
500 'shell/content_client/shell_main_delegate.cc',
501 'shell/content_client/shell_main_delegate.h',
[email protected]2a48ad62011-12-24 00:19:29502 'shell/example_factory.h',
[email protected]262f8bd2012-03-23 19:30:27503 'shell/launcher_delegate_impl.cc',
504 'shell/launcher_delegate_impl.h',
[email protected]2a48ad62011-12-24 00:19:29505 'shell/lock_view.cc',
[email protected]6b854932012-02-04 16:44:27506 'shell/panel_window.cc',
507 'shell/panel_window.h',
[email protected]262f8bd2012-03-23 19:30:27508 'shell/shell_delegate_impl.cc',
509 'shell/shell_delegate_impl.h',
[email protected]2a48ad62011-12-24 00:19:29510 'shell/shell_main.cc',
[email protected]b72dfb242012-01-18 00:04:18511 'shell/shell_main_parts.cc',
[email protected]a0fea7e2012-01-30 17:43:33512 'shell/shell_main_parts.h',
[email protected]b72dfb242012-01-18 00:04:18513 'shell/shell_main_parts_mac.mm',
[email protected]2a48ad62011-12-24 00:19:29514 'shell/toplevel_window.cc',
515 'shell/toplevel_window.h',
516 'shell/widgets.cc',
517 'shell/window_type_launcher.cc',
518 'shell/window_type_launcher.h',
[email protected]262f8bd2012-03-23 19:30:27519 'shell/window_watcher.cc',
520 'shell/window_watcher.h',
[email protected]2a48ad62011-12-24 00:19:29521 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standard.rc',
522 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc',
[email protected]fa4a45832012-04-12 21:32:48523 '../content/app/startup_helper_win.cc',
[email protected]2a48ad62011-12-24 00:19:29524 '../ui/views/test/test_views_delegate.cc',
525 ],
[email protected]6f637732012-01-19 03:15:34526 'conditions': [
[email protected]fa4a45832012-04-12 21:32:48527 ['OS=="win"', {
528 'msvs_settings': {
529 'VCLinkerTool': {
530 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS
531 },
532 },
533 'dependencies': [
534 '../sandbox/sandbox.gyp:sandbox',
535 ],
536 }],
[email protected]6f637732012-01-19 03:15:34537 ['OS=="mac"', {
538 'product_name': 'AuraShell',
539 'mac_bundle': 1,
540 'sources/': [
541 ['exclude', 'shell/shell_main_parts.cc'],
542 ],
543 'mac_bundle_resources': [
544 'shell/cocoa/app.icns',
545 'shell/cocoa/app-Info.plist',
546 'shell/cocoa/nibs/MainMenu.xib',
547 'shell/cocoa/nibs/RootWindow.xib',
548 '<(SHARED_INTERMEDIATE_DIR)/repack/chrome.pak',
549 '<!@pymod_do_main(repack_locales -o -g <(grit_out_dir) -s <(SHARED_INTERMEDIATE_DIR) -x <(SHARED_INTERMEDIATE_DIR) <(locales))',
550 ],
551 'mac_bundle_resources!': [
552 'shell/cocoa/app-Info.plist',
553 ],
554 'xcode_settings': {
555 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
556 },
557 }],
558 ],
[email protected]2a48ad62011-12-24 00:19:29559 },
[email protected]4e0e2b22012-02-01 10:45:51560 ],
[email protected]2a48ad62011-12-24 00:19:29561}