blob: 37f28da086f254149c1d67f76609c2957f8c6bee [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',
28 '../ui/aura/aura.gyp:aura',
29 '../ui/base/strings/ui_strings.gyp:ui_strings',
30 '../ui/gfx/compositor/compositor.gyp:compositor',
[email protected]3cd198a22012-03-12 20:38:0131 '../ui/oak/oak.gyp:oak',
[email protected]2a48ad62011-12-24 00:19:2932 '../ui/ui.gyp:ui',
33 '../ui/ui.gyp:ui_resources',
34 '../ui/ui.gyp:ui_resources_standard',
35 '../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]6e9f6aa2012-02-09 04:16:2050 'accelerators/nested_dispatcher_controller.cc',
51 'accelerators/nested_dispatcher_controller.h',
[email protected]2a48ad62011-12-24 00:19:2952 'app_list/app_list.cc',
53 'app_list/app_list.h',
[email protected]2a48ad62011-12-24 00:19:2954 'app_list/app_list_item_model.cc',
55 'app_list/app_list_item_model.h',
56 'app_list/app_list_item_model_observer.h',
57 'app_list/app_list_item_view.cc',
58 'app_list/app_list_item_view.h',
[email protected]2a48ad62011-12-24 00:19:2959 'app_list/app_list_model.cc',
60 'app_list/app_list_model.h',
[email protected]41247fdc2012-03-02 16:12:4061 'app_list/app_list_model_view.cc',
62 'app_list/app_list_model_view.h',
[email protected]2a48ad62011-12-24 00:19:2963 'app_list/app_list_view.cc',
64 'app_list/app_list_view.h',
65 'app_list/app_list_view_delegate.h',
66 'app_list/drop_shadow_label.cc',
67 'app_list/drop_shadow_label.h',
[email protected]19544b22012-03-31 03:39:0568 'app_list/icon_cache.cc',
69 'app_list/icon_cache.h',
[email protected]2a48ad62011-12-24 00:19:2970 'ash_switches.cc',
71 'ash_switches.h',
[email protected]fb9a35592012-01-18 04:12:1472 'caps_lock_delegate.h',
[email protected]e70cf0ed2012-03-15 16:24:4773 'desktop_background/desktop_background_controller.cc',
74 'desktop_background/desktop_background_controller.h',
75 'desktop_background/desktop_background_resources.cc',
76 'desktop_background/desktop_background_resources.h',
[email protected]2a48ad62011-12-24 00:19:2977 'desktop_background/desktop_background_view.cc',
78 'desktop_background/desktop_background_view.h',
79 'drag_drop/drag_drop_controller.cc',
80 'drag_drop/drag_drop_controller.h',
81 'drag_drop/drag_image_view.cc',
82 'drag_drop/drag_image_view.h',
[email protected]3d29912a2012-02-07 07:41:5183 'focus_cycler.cc',
84 'focus_cycler.h',
[email protected]2c456102011-12-26 06:26:3485 'ime/input_method_event_filter.cc',
86 'ime/input_method_event_filter.h',
[email protected]42f06f92012-03-27 00:57:5787 'key_rewriter_delegate.h',
[email protected]a160baec2012-03-21 20:52:1588 'launcher/background_animator.cc',
89 'launcher/background_animator.h',
[email protected]2a48ad62011-12-24 00:19:2990 'launcher/launcher.cc',
91 'launcher/launcher.h',
[email protected]a39a60e2012-03-10 00:40:0692 'launcher/launcher_button.cc',
93 'launcher/launcher_button.h',
[email protected]9628e0af2012-04-12 20:40:5694 'launcher/launcher_context_menu.cc',
95 'launcher/launcher_context_menu.h',
[email protected]16f2d3f2012-02-16 03:01:3196 'launcher/launcher_delegate.h',
[email protected]e2dced42012-04-20 01:52:4297 'launcher/launcher_icon_observer.h',
[email protected]2a48ad62011-12-24 00:19:2998 'launcher/launcher_model.cc',
99 'launcher/launcher_model.h',
100 'launcher/launcher_model_observer.h',
[email protected]cd808102012-01-12 02:42:21101 'launcher/launcher_types.cc',
[email protected]2a48ad62011-12-24 00:19:29102 'launcher/launcher_types.h',
103 'launcher/launcher_view.cc',
104 'launcher/launcher_view.h',
105 'launcher/tabbed_launcher_button.cc',
106 'launcher/tabbed_launcher_button.h',
[email protected]c1c670172012-04-26 04:20:26107 'magnifier/magnification_controller.cc',
108 'magnifier/magnification_controller.h',
[email protected]e050ef142012-03-21 01:04:24109 'monitor/monitor_controller.cc',
110 'monitor/monitor_controller.h',
111 'monitor/multi_monitor_manager.cc',
112 'monitor/multi_monitor_manager.h',
113 'monitor/secondary_monitor_view.cc',
114 'monitor/secondary_monitor_view.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]e9c869e2012-03-14 22:10:34148 'system/network/network_observer.h',
[email protected]f5f2d8972012-03-10 00:18:17149 'system/network/tray_network.cc',
150 'system/network/tray_network.h',
[email protected]e9c869e2012-03-14 22:10:34151 'system/power/power_status_observer.h',
[email protected]f7f06ea2012-03-02 18:30:50152 'system/power/power_supply_status.cc',
153 'system/power/power_supply_status.h',
[email protected]83a1241e2012-03-21 19:09:53154 'system/power/tray_power.cc',
155 'system/power/tray_power.h',
[email protected]bfb411312012-02-27 20:59:27156 'system/settings/tray_settings.cc',
157 'system/settings/tray_settings.h',
158 'system/tray/system_tray.cc',
159 'system/tray/system_tray.h',
[email protected]cb09f6a2012-05-02 01:19:45160 'system/tray/system_tray_delegate.cc',
[email protected]bfb411312012-02-27 20:59:27161 'system/tray/system_tray_delegate.h',
162 'system/tray/system_tray_item.cc',
163 'system/tray/system_tray_item.h',
[email protected]860f5942012-04-24 16:11:39164 'system/tray/system_tray_widget_delegate.cc',
165 'system/tray/system_tray_widget_delegate.h',
[email protected]72f05d62012-03-05 22:36:49166 'system/tray/tray_constants.cc',
167 'system/tray/tray_constants.h',
[email protected]60d4167c2012-03-04 18:45:15168 'system/tray/tray_empty.cc',
169 'system/tray/tray_empty.h',
[email protected]31a5e312012-03-19 16:23:14170 'system/tray/tray_image_item.cc',
171 'system/tray/tray_image_item.h',
[email protected]8d78ad0e2012-03-21 18:10:47172 'system/tray/tray_item_more.cc',
173 'system/tray/tray_item_more.h',
[email protected]5d1491d2012-04-23 21:51:00174 'system/tray/tray_item_view.cc',
175 'system/tray/tray_item_view.h',
[email protected]8d78ad0e2012-03-21 18:10:47176 'system/tray/tray_views.cc',
177 'system/tray/tray_views.h',
[email protected]31a5e312012-03-19 16:23:14178 'system/tray_accessibility.cc',
179 'system/tray_accessibility.h',
180 'system/tray_caps_lock.cc',
181 'system/tray_caps_lock.h',
[email protected]024a03b2012-03-28 04:05:53182 'system/tray_update.cc',
183 'system/tray_update.h',
[email protected]eac76c62012-03-03 15:19:56184 'system/user/login_status.h',
185 'system/user/tray_user.cc',
186 'system/user/tray_user.h',
[email protected]e9c869e2012-03-14 22:10:34187 'system/user/update_observer.h',
[email protected]a97e15ac2012-03-20 15:52:23188 'system/user/user_observer.h',
[email protected]2a48ad62011-12-24 00:19:29189 'tooltips/tooltip_controller.cc',
190 'tooltips/tooltip_controller.h',
[email protected]16f05f42012-02-06 19:24:50191 'volume_control_delegate.h',
[email protected]2a48ad62011-12-24 00:19:29192 'wm/activation_controller.cc',
193 'wm/activation_controller.h',
194 'wm/always_on_top_controller.cc',
195 'wm/always_on_top_controller.h',
[email protected]fc7b7442012-01-18 23:57:05196 'wm/base_layout_manager.cc',
197 'wm/base_layout_manager.h',
[email protected]9d4d1712012-03-06 06:55:25198 'wm/custom_frame_view_ash.cc',
199 'wm/custom_frame_view_ash.h',
[email protected]22228922012-03-05 15:04:49200 'wm/default_window_resizer.cc',
201 'wm/default_window_resizer.h',
[email protected]57b8bb352012-01-11 05:11:46202 'wm/dialog_frame_view.cc',
203 'wm/dialog_frame_view.h',
[email protected]262f8bd2012-03-23 19:30:27204 'wm/event_client_impl.cc',
205 'wm/event_client_impl.h',
[email protected]9d4d1712012-03-06 06:55:25206 'wm/frame_painter.cc',
207 'wm/frame_painter.h',
[email protected]2a48ad62011-12-24 00:19:29208 'wm/image_grid.cc',
209 'wm/image_grid.h',
[email protected]42f06f92012-03-27 00:57:57210 'wm/key_rewriter_event_filter.cc',
211 'wm/key_rewriter_event_filter.h',
[email protected]52295042012-02-08 02:02:59212 'wm/panel_frame_view.cc',
213 'wm/panel_frame_view.h',
[email protected]6b854932012-02-04 16:44:27214 'wm/panel_layout_manager.cc',
215 'wm/panel_layout_manager.h',
[email protected]0540b172012-02-16 21:01:07216 'wm/panel_window_event_filter.cc',
217 'wm/panel_window_event_filter.h',
[email protected]0b0b0742012-02-16 13:23:45218 'wm/partial_screenshot_event_filter.cc',
219 'wm/partial_screenshot_event_filter.h',
220 'wm/partial_screenshot_view.cc',
221 'wm/partial_screenshot_view.h',
[email protected]09f3fc82012-03-26 23:26:56222 'wm/shelf_auto_hide_behavior.h',
[email protected]435b212e2012-04-05 19:43:37223 'wm/system_gesture_event_filter.cc',
224 'wm/system_gesture_event_filter.h',
[email protected]e871f1a02012-01-18 20:03:46225 'wm/system_modal_container_layout_manager.cc',
226 'wm/system_modal_container_layout_manager.h',
227 'wm/system_modal_container_event_filter.cc',
228 'wm/system_modal_container_event_filter.h',
229 'wm/system_modal_container_event_filter_delegate.h',
[email protected]e0d22e82012-01-04 00:46:57230 'wm/power_button_controller.cc',
231 'wm/power_button_controller.h',
[email protected]2a48ad62011-12-24 00:19:29232 'wm/property_util.cc',
233 'wm/property_util.h',
[email protected]e4a181cc2012-03-17 02:20:57234 'wm/resize_shadow.cc',
235 'wm/resize_shadow.h',
236 'wm/resize_shadow_controller.cc',
237 'wm/resize_shadow_controller.h',
[email protected]2a48ad62011-12-24 00:19:29238 'wm/root_window_event_filter.cc',
239 'wm/root_window_event_filter.h',
240 'wm/root_window_layout_manager.cc',
241 'wm/root_window_layout_manager.h',
[email protected]5924a0b2012-04-27 17:02:28242 'wm/scoped_observer.h',
[email protected]42993212012-04-30 23:42:04243 'wm/screen_dimmer.cc',
244 'wm/screen_dimmer.h',
[email protected]2a48ad62011-12-24 00:19:29245 'wm/shadow.cc',
246 'wm/shadow.h',
247 'wm/shadow_controller.cc',
248 'wm/shadow_controller.h',
249 'wm/shadow_types.cc',
250 'wm/shadow_types.h',
251 'wm/shelf_layout_manager.cc',
252 'wm/shelf_layout_manager.h',
[email protected]2a48ad62011-12-24 00:19:29253 'wm/stacking_controller.cc',
254 'wm/stacking_controller.h',
255 'wm/status_area_layout_manager.cc',
256 'wm/status_area_layout_manager.h',
[email protected]2a48ad62011-12-24 00:19:29257 'wm/toplevel_window_event_filter.cc',
258 'wm/toplevel_window_event_filter.h',
[email protected]6aa614a2012-01-19 22:13:38259 'wm/video_detector.cc',
260 'wm/video_detector.h',
[email protected]ddd91e92012-01-27 16:03:48261 'wm/visibility_controller.cc',
262 'wm/visibility_controller.h',
[email protected]cad77b32012-01-19 06:23:04263 'wm/window_animations.cc',
[email protected]6aa614a2012-01-19 22:13:38264 'wm/window_animations.h',
[email protected]40c4cbb2012-01-10 23:26:07265 'wm/window_cycle_controller.cc',
266 'wm/window_cycle_controller.h',
[email protected]194ad1d2012-01-18 18:22:51267 'wm/window_cycle_list.cc',
268 'wm/window_cycle_list.h',
[email protected]2a48ad62011-12-24 00:19:29269 'wm/window_frame.cc',
270 'wm/window_frame.h',
[email protected]80373572012-01-06 23:14:30271 'wm/window_modality_controller.cc',
272 'wm/window_modality_controller.h',
[email protected]2a48ad62011-12-24 00:19:29273 'wm/window_properties.cc',
274 'wm/window_properties.h',
[email protected]1dfd4022012-02-15 04:36:43275 'wm/window_resizer.cc',
276 'wm/window_resizer.h',
[email protected]2a48ad62011-12-24 00:19:29277 'wm/window_util.cc',
278 'wm/window_util.h',
279 'wm/workspace_controller.cc',
280 'wm/workspace_controller.h',
[email protected]85d43f02012-03-14 21:11:19281 'wm/workspace/frame_maximize_button.cc',
282 'wm/workspace/frame_maximize_button.h',
[email protected]8818cb92012-02-10 21:29:37283 'wm/workspace/managed_workspace.cc',
284 'wm/workspace/managed_workspace.h',
285 'wm/workspace/maximized_workspace.cc',
286 'wm/workspace/maximized_workspace.h',
[email protected]ef4bb7452012-03-06 18:45:17287 'wm/workspace/multi_window_resize_controller.cc',
288 'wm/workspace/multi_window_resize_controller.h',
[email protected]edc844a2012-03-09 04:33:14289 'wm/workspace/phantom_window_controller.cc',
290 'wm/workspace/phantom_window_controller.h',
[email protected]8b61ffda2012-03-15 17:28:21291 'wm/workspace/snap_sizer.cc',
292 'wm/workspace/snap_sizer.h',
[email protected]2a48ad62011-12-24 00:19:29293 'wm/workspace/workspace.cc',
294 'wm/workspace/workspace.h',
[email protected]9633a9d22012-01-21 16:40:58295 'wm/workspace/workspace_event_filter.cc',
296 'wm/workspace/workspace_event_filter.h',
297 'wm/workspace/workspace_layout_manager.cc',
298 'wm/workspace/workspace_layout_manager.h',
[email protected]2a48ad62011-12-24 00:19:29299 'wm/workspace/workspace_manager.cc',
300 'wm/workspace/workspace_manager.h',
[email protected]5ae18722012-02-25 22:30:50301 'wm/workspace/workspace_window_resizer.cc',
302 'wm/workspace/workspace_window_resizer.h',
[email protected]2a48ad62011-12-24 00:19:29303 ],
[email protected]6e9f6aa2012-02-09 04:16:20304 'conditions': [
305 ['OS=="mac"', {
306 'sources/': [
307 ['exclude', 'accelerators/accelerator_controller.cc'],
308 ['exclude', 'accelerators/accelerator_controller.h'],
309 ['exclude', 'accelerators/accelerator_dispatcher.cc'],
310 ['exclude', 'accelerators/accelerator_dispatcher.h'],
311 ['exclude', 'accelerators/accelerator_filter.cc'],
312 ['exclude', 'accelerators/accelerator_filter.h'],
313 ['exclude', 'accelerators/nested_dispatcher_controller.cc'],
314 ['exclude', 'accelerators/nested_dispatcher_controller.h'],
315 ],
316 }],
[email protected]af4ac5de82012-04-05 00:50:27317 ['chromeos==1', {
318 'dependencies': [
319 '../chromeos/chromeos.gyp:chromeos',
320 ],
321 }],
[email protected]6e9f6aa2012-02-09 04:16:20322 ],
[email protected]2a48ad62011-12-24 00:19:29323 },
324 {
325 'target_name': 'aura_shell_unittests',
326 'type': 'executable',
327 'dependencies': [
328 '../base/base.gyp:base',
329 '../base/base.gyp:test_support_base',
330 '../chrome/chrome_resources.gyp:packed_resources',
[email protected]24af4972012-05-04 19:42:18331 '../content/content.gyp:content_browser',
332 '../content/content.gyp:test_support_content',
[email protected]2a48ad62011-12-24 00:19:29333 '../build/temp_gyp/googleurl.gyp:googleurl',
334 '../skia/skia.gyp:skia',
335 '../testing/gtest.gyp:gtest',
336 '../third_party/icu/icu.gyp:icui18n',
337 '../third_party/icu/icu.gyp:icuuc',
338 '../ui/aura/aura.gyp:aura',
339 '../ui/aura/aura.gyp:test_support_aura',
[email protected]578c81b2012-01-27 07:25:02340 '../ui/gfx/compositor/compositor.gyp:compositor',
[email protected]2a48ad62011-12-24 00:19:29341 '../ui/gfx/compositor/compositor.gyp:compositor_test_support',
342 '../ui/ui.gyp:gfx_resources',
343 '../ui/ui.gyp:ui',
344 '../ui/ui.gyp:ui_resources',
345 '../ui/ui.gyp:ui_resources_standard',
346 '../ui/views/views.gyp:views',
[email protected]24af4972012-05-04 19:42:18347 '../ui/views/views.gyp:test_support_views',
[email protected]2a48ad62011-12-24 00:19:29348 'ash',
349 ],
350 'sources': [
[email protected]5eae7162012-01-04 00:31:02351 '../ui/views/test/test_views_delegate.cc',
352 '../ui/views/test/test_views_delegate.h',
[email protected]2a48ad62011-12-24 00:19:29353 'accelerators/accelerator_controller_unittest.cc',
[email protected]47460f92012-01-21 16:15:13354 'accelerators/accelerator_filter_unittest.cc',
[email protected]86bb87e42012-05-02 06:59:20355 'accelerators/accelerator_table_unittest.cc',
[email protected]5985fa32012-03-02 04:44:04356 'accelerators/nested_dispatcher_controller_unittest.cc',
[email protected]ed7cde22012-03-20 05:58:27357 'app_list/app_list_unittest.cc',
[email protected]3f6ffb8f2012-04-27 23:33:48358 'dip_unittest.cc',
[email protected]2a48ad62011-12-24 00:19:29359 'drag_drop/drag_drop_controller_unittest.cc',
[email protected]df1c9862012-02-27 10:37:31360 'focus_cycler_unittest.cc',
[email protected]2c456102011-12-26 06:26:34361 'ime/input_method_event_filter_unittest.cc',
[email protected]9628e0af2012-04-12 20:40:56362 'launcher/launcher_context_menu_unittest.cc',
[email protected]2a48ad62011-12-24 00:19:29363 'launcher/launcher_model_unittest.cc',
364 'launcher/launcher_unittest.cc',
[email protected]e2dced42012-04-20 01:52:42365 'launcher/launcher_view_unittest.cc',
[email protected]b635b722012-03-23 17:15:00366 'monitor/multi_monitor_manager_unittest.cc',
[email protected]24af4972012-05-04 19:42:18367 'screensaver/screensaver_view_unittest.cc',
[email protected]2a48ad62011-12-24 00:19:29368 'shell_unittest.cc',
[email protected]1dd1c1b2012-02-17 22:04:47369 'test/ash_test_base.cc',
370 'test/ash_test_base.h',
[email protected]cec3dc4c2012-04-24 02:08:54371 'test/ash_unittests.cc',
[email protected]150c02e2012-04-27 22:55:40372 'test/capture_tracking_view.cc',
373 'test/capture_tracking_view.h',
[email protected]cec3dc4c2012-04-24 02:08:54374 'test/launcher_view_test_api.cc',
375 'test/launcher_view_test_api.h',
[email protected]2a48ad62011-12-24 00:19:29376 'test/test_activation_delegate.cc',
377 'test/test_activation_delegate.h',
[email protected]e2dced42012-04-20 01:52:42378 'test/test_launcher_delegate.cc',
379 'test/test_launcher_delegate.h',
[email protected]2a48ad62011-12-24 00:19:29380 'test/test_shell_delegate.cc',
381 'test/test_shell_delegate.h',
382 'test/test_suite.cc',
383 'test/test_suite.h',
[email protected]a0fea7e2012-01-30 17:43:33384 'test/test_suite_init.h',
385 'test/test_suite_init.mm',
[email protected]2a48ad62011-12-24 00:19:29386 'tooltips/tooltip_controller_unittest.cc',
387 'wm/activation_controller_unittest.cc',
[email protected]fc7b7442012-01-18 23:57:05388 'wm/base_layout_manager_unittest.cc',
[email protected]8e4a5382012-04-10 22:35:46389 'wm/frame_painter_unittest.cc',
[email protected]2a48ad62011-12-24 00:19:29390 'wm/image_grid_unittest.cc',
[email protected]6b854932012-02-04 16:44:27391 'wm/panel_layout_manager_unittest.cc',
[email protected]e0d22e82012-01-04 00:46:57392 'wm/power_button_controller_unittest.cc',
[email protected]2a48ad62011-12-24 00:19:29393 'wm/root_window_event_filter_unittest.cc',
[email protected]42993212012-04-30 23:42:04394 'wm/screen_dimmer_unittest.cc',
[email protected]2a48ad62011-12-24 00:19:29395 'wm/shadow_controller_unittest.cc',
396 'wm/shelf_layout_manager_unittest.cc',
[email protected]435b212e2012-04-05 19:43:37397 'wm/system_gesture_event_filter_unittest.cc',
[email protected]6b854932012-02-04 16:44:27398 'wm/system_modal_container_layout_manager_unittest.cc',
[email protected]2a48ad62011-12-24 00:19:29399 'wm/toplevel_window_event_filter_unittest.cc',
[email protected]6aa614a2012-01-19 22:13:38400 'wm/video_detector_unittest.cc',
[email protected]ddd91e92012-01-27 16:03:48401 'wm/visibility_controller_unittest.cc',
[email protected]31e612f42012-03-27 04:41:17402 'wm/window_animations_unittest.cc',
[email protected]40c4cbb2012-01-10 23:26:07403 'wm/window_cycle_controller_unittest.cc',
[email protected]80373572012-01-06 23:14:30404 'wm/window_modality_controller_unittest.cc',
[email protected]52b81872012-03-19 14:25:18405 'wm/workspace_controller_test_helper.cc',
406 'wm/workspace_controller_test_helper.h',
407 'wm/workspace/multi_window_resize_controller_unittest.cc',
408 'wm/workspace/workspace_event_filter_test_helper.cc',
409 'wm/workspace/workspace_event_filter_test_helper.h',
[email protected]5985fa32012-03-02 04:44:04410 'wm/workspace/workspace_event_filter_unittest.cc',
[email protected]6de3a0112012-02-04 03:57:50411 'wm/workspace/workspace_manager_unittest.cc',
[email protected]5ae18722012-02-25 22:30:50412 'wm/workspace/workspace_window_resizer_unittest.cc',
[email protected]2a48ad62011-12-24 00:19:29413
414 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc',
415 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc',
416 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standard.rc',
417 ],
418 'conditions': [
[email protected]2c456102011-12-26 06:26:34419 ['use_ibus==1', {
420 'dependencies': [
421 '../build/linux/system.gyp:ibus',
422 ],
423 }],
[email protected]df1c9862012-02-27 10:37:31424 ['OS=="win"', {
425 # TODO(zork): fix this test to build on Windows. See: crosbug.com/26906
426 'sources/': [
427 ['exclude', 'focus_cycler_unittest.cc'],
428 ],
429 }],
[email protected]03decaa12012-01-25 15:53:15430 ['OS=="mac"', {
431 'sources/': [
[email protected]6e9f6aa2012-02-09 04:16:20432 ['exclude', 'accelerators/accelerator_controller_unittest.cc'],
[email protected]a0fea7e2012-01-30 17:43:33433 ['exclude', 'accelerators/accelerator_filter_unittest.cc'],
[email protected]90a81712012-02-29 05:47:26434 ['exclude', 'accelerators/nested_dispatcher_controller_unittest.cc'],
[email protected]03decaa12012-01-25 15:53:15435 ['exclude', 'drag_drop/drag_drop_controller_unittest.cc'],
[email protected]a0fea7e2012-01-30 17:43:33436 ['exclude', 'tooltips/tooltip_controller_unittest.cc'],
[email protected]03decaa12012-01-25 15:53:15437 ],
[email protected]a0fea7e2012-01-30 17:43:33438 'dependencies': [
439 # Mac tests access resources via the 'AuraShell.app' directory.
440 'ash_shell',
441 ],
442 # Special linker instructions that avoids stripping Obj-C classes that
443 # are not referenced in code, but are referenced in nibs.
444 'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-ObjC']},
[email protected]03decaa12012-01-25 15:53:15445 }],
[email protected]2a48ad62011-12-24 00:19:29446 ],
447 },
448 {
449 'target_name': 'ash_shell',
450 'type': 'executable',
451 'dependencies': [
452 '../base/base.gyp:base',
453 '../base/base.gyp:base_i18n',
454 '../chrome/chrome_resources.gyp:packed_resources',
[email protected]fa4a45832012-04-12 21:32:48455 '../content/content.gyp:content_shell_lib',
456 '../content/content.gyp:content',
[email protected]2a48ad62011-12-24 00:19:29457 '../skia/skia.gyp:skia',
458 '../third_party/icu/icu.gyp:icui18n',
459 '../third_party/icu/icu.gyp:icuuc',
460 '../ui/aura/aura.gyp:aura',
461 '../ui/gfx/compositor/compositor.gyp:compositor',
462 '../ui/gfx/compositor/compositor.gyp:compositor_test_support',
463 '../ui/ui.gyp:gfx_resources',
464 '../ui/ui.gyp:ui',
465 '../ui/ui.gyp:ui_resources',
466 '../ui/ui.gyp:ui_resources_standard',
467 '../ui/views/views.gyp:views',
468 '../ui/views/views.gyp:views_examples_lib',
[email protected]24af4972012-05-04 19:42:18469 '../ui/views/views.gyp:test_support_views',
[email protected]2a48ad62011-12-24 00:19:29470 'ash',
471 ],
472 'sources': [
473 'shell/app_list.cc',
474 'shell/bubble.cc',
[email protected]fa4a45832012-04-12 21:32:48475 'shell/content_client/shell_browser_main_parts.cc',
476 'shell/content_client/shell_browser_main_parts.h',
477 'shell/content_client/shell_content_browser_client.cc',
478 'shell/content_client/shell_content_browser_client.h',
479 'shell/content_client/shell_main_delegate.cc',
480 'shell/content_client/shell_main_delegate.h',
[email protected]2a48ad62011-12-24 00:19:29481 'shell/example_factory.h',
[email protected]262f8bd2012-03-23 19:30:27482 'shell/launcher_delegate_impl.cc',
483 'shell/launcher_delegate_impl.h',
[email protected]2a48ad62011-12-24 00:19:29484 'shell/lock_view.cc',
[email protected]6b854932012-02-04 16:44:27485 'shell/panel_window.cc',
486 'shell/panel_window.h',
[email protected]262f8bd2012-03-23 19:30:27487 'shell/shell_delegate_impl.cc',
488 'shell/shell_delegate_impl.h',
[email protected]2a48ad62011-12-24 00:19:29489 'shell/shell_main.cc',
[email protected]b72dfb242012-01-18 00:04:18490 'shell/shell_main_parts.cc',
[email protected]a0fea7e2012-01-30 17:43:33491 'shell/shell_main_parts.h',
[email protected]b72dfb242012-01-18 00:04:18492 'shell/shell_main_parts_mac.mm',
[email protected]2a48ad62011-12-24 00:19:29493 'shell/toplevel_window.cc',
494 'shell/toplevel_window.h',
495 'shell/widgets.cc',
496 'shell/window_type_launcher.cc',
497 'shell/window_type_launcher.h',
[email protected]262f8bd2012-03-23 19:30:27498 'shell/window_watcher.cc',
499 'shell/window_watcher.h',
[email protected]2a48ad62011-12-24 00:19:29500 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc',
501 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standard.rc',
502 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc',
[email protected]fa4a45832012-04-12 21:32:48503 '../content/app/startup_helper_win.cc',
[email protected]2a48ad62011-12-24 00:19:29504 '../ui/views/test/test_views_delegate.cc',
505 ],
[email protected]6f637732012-01-19 03:15:34506 'conditions': [
[email protected]fa4a45832012-04-12 21:32:48507 ['OS=="win"', {
508 'msvs_settings': {
509 'VCLinkerTool': {
510 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS
511 },
512 },
513 'dependencies': [
514 '../sandbox/sandbox.gyp:sandbox',
515 ],
516 }],
[email protected]6f637732012-01-19 03:15:34517 ['OS=="mac"', {
518 'product_name': 'AuraShell',
519 'mac_bundle': 1,
520 'sources/': [
521 ['exclude', 'shell/shell_main_parts.cc'],
522 ],
523 'mac_bundle_resources': [
524 'shell/cocoa/app.icns',
525 'shell/cocoa/app-Info.plist',
526 'shell/cocoa/nibs/MainMenu.xib',
527 'shell/cocoa/nibs/RootWindow.xib',
528 '<(SHARED_INTERMEDIATE_DIR)/repack/chrome.pak',
529 '<!@pymod_do_main(repack_locales -o -g <(grit_out_dir) -s <(SHARED_INTERMEDIATE_DIR) -x <(SHARED_INTERMEDIATE_DIR) <(locales))',
530 ],
531 'mac_bundle_resources!': [
532 'shell/cocoa/app-Info.plist',
533 ],
534 'xcode_settings': {
535 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
536 },
537 }],
538 ],
[email protected]2a48ad62011-12-24 00:19:29539 },
[email protected]4e0e2b22012-02-01 10:45:51540 ],
[email protected]2a48ad62011-12-24 00:19:29541}