blob: a56b7ebf6fb58a4de4443d1ed47de26a753759b2 [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',
21 '../net/net.gyp:net',
22 '../skia/skia.gyp:skia',
23 '../third_party/icu/icu.gyp:icui18n',
24 '../third_party/icu/icu.gyp:icuuc',
25 '../ui/aura/aura.gyp:aura',
26 '../ui/base/strings/ui_strings.gyp:ui_strings',
27 '../ui/gfx/compositor/compositor.gyp:compositor',
[email protected]3cd198a22012-03-12 20:38:0128 '../ui/oak/oak.gyp:oak',
[email protected]2a48ad62011-12-24 00:19:2929 '../ui/ui.gyp:ui',
30 '../ui/ui.gyp:ui_resources',
31 '../ui/ui.gyp:ui_resources_standard',
32 '../ui/views/views.gyp:views',
33 ],
34 'defines': [
35 'ASH_IMPLEMENTATION',
36 ],
37 'sources': [
38 # All .cc, .h under ash, except unittests
39 'accelerators/accelerator_controller.cc',
40 'accelerators/accelerator_controller.h',
[email protected]6e9f6aa2012-02-09 04:16:2041 'accelerators/accelerator_dispatcher.cc',
42 'accelerators/accelerator_dispatcher.h',
[email protected]2a48ad62011-12-24 00:19:2943 'accelerators/accelerator_filter.cc',
44 'accelerators/accelerator_filter.h',
[email protected]07a3c3fa2012-03-09 03:55:3445 'accelerators/accelerator_table.cc',
46 'accelerators/accelerator_table.h',
[email protected]6e9f6aa2012-02-09 04:16:2047 'accelerators/nested_dispatcher_controller.cc',
48 'accelerators/nested_dispatcher_controller.h',
[email protected]2a48ad62011-12-24 00:19:2949 'app_list/app_list.cc',
50 'app_list/app_list.h',
[email protected]2a48ad62011-12-24 00:19:2951 'app_list/app_list_item_model.cc',
52 'app_list/app_list_item_model.h',
53 'app_list/app_list_item_model_observer.h',
54 'app_list/app_list_item_view.cc',
55 'app_list/app_list_item_view.h',
[email protected]2a48ad62011-12-24 00:19:2956 'app_list/app_list_model.cc',
57 'app_list/app_list_model.h',
[email protected]41247fdc2012-03-02 16:12:4058 'app_list/app_list_model_view.cc',
59 'app_list/app_list_model_view.h',
[email protected]2a48ad62011-12-24 00:19:2960 'app_list/app_list_view.cc',
61 'app_list/app_list_view.h',
62 'app_list/app_list_view_delegate.h',
63 'app_list/drop_shadow_label.cc',
64 'app_list/drop_shadow_label.h',
[email protected]19544b22012-03-31 03:39:0565 'app_list/icon_cache.cc',
66 'app_list/icon_cache.h',
[email protected]2a48ad62011-12-24 00:19:2967 'ash_switches.cc',
68 'ash_switches.h',
[email protected]fb9a35592012-01-18 04:12:1469 'caps_lock_delegate.h',
[email protected]e70cf0ed2012-03-15 16:24:4770 'desktop_background/desktop_background_controller.cc',
71 'desktop_background/desktop_background_controller.h',
72 'desktop_background/desktop_background_resources.cc',
73 'desktop_background/desktop_background_resources.h',
[email protected]2a48ad62011-12-24 00:19:2974 'desktop_background/desktop_background_view.cc',
75 'desktop_background/desktop_background_view.h',
76 'drag_drop/drag_drop_controller.cc',
77 'drag_drop/drag_drop_controller.h',
78 'drag_drop/drag_image_view.cc',
79 'drag_drop/drag_image_view.h',
[email protected]3d29912a2012-02-07 07:41:5180 'focus_cycler.cc',
81 'focus_cycler.h',
[email protected]2c456102011-12-26 06:26:3482 'ime/input_method_event_filter.cc',
83 'ime/input_method_event_filter.h',
[email protected]42f06f92012-03-27 00:57:5784 'key_rewriter_delegate.h',
[email protected]a160baec2012-03-21 20:52:1585 'launcher/background_animator.cc',
86 'launcher/background_animator.h',
[email protected]2a48ad62011-12-24 00:19:2987 'launcher/launcher.cc',
88 'launcher/launcher.h',
[email protected]a39a60e2012-03-10 00:40:0689 'launcher/launcher_button.cc',
90 'launcher/launcher_button.h',
[email protected]9628e0af2012-04-12 20:40:5691 'launcher/launcher_context_menu.cc',
92 'launcher/launcher_context_menu.h',
[email protected]16f2d3f2012-02-16 03:01:3193 'launcher/launcher_delegate.h',
[email protected]e2dced42012-04-20 01:52:4294 'launcher/launcher_icon_observer.h',
[email protected]2a48ad62011-12-24 00:19:2995 'launcher/launcher_model.cc',
96 'launcher/launcher_model.h',
97 'launcher/launcher_model_observer.h',
[email protected]cd808102012-01-12 02:42:2198 'launcher/launcher_types.cc',
[email protected]2a48ad62011-12-24 00:19:2999 'launcher/launcher_types.h',
100 'launcher/launcher_view.cc',
101 'launcher/launcher_view.h',
102 'launcher/tabbed_launcher_button.cc',
103 'launcher/tabbed_launcher_button.h',
[email protected]c1c670172012-04-26 04:20:26104 'magnifier/magnification_controller.cc',
105 'magnifier/magnification_controller.h',
[email protected]e050ef142012-03-21 01:04:24106 'monitor/monitor_controller.cc',
107 'monitor/monitor_controller.h',
108 'monitor/multi_monitor_manager.cc',
109 'monitor/multi_monitor_manager.h',
110 'monitor/secondary_monitor_view.cc',
111 'monitor/secondary_monitor_view.h',
[email protected]1a2145b2012-03-13 21:09:17112 'screen_ash.cc',
113 'screen_ash.h',
[email protected]c52de6372012-01-18 05:24:57114 'screenshot_delegate.h',
[email protected]2a48ad62011-12-24 00:19:29115 'shell.cc',
116 'shell.h',
[email protected]0cfc18e2012-04-11 18:17:47117 'shell_context_menu.cc',
118 'shell_context_menu.h',
[email protected]2a48ad62011-12-24 00:19:29119 'shell_delegate.h',
120 'shell_factory.h',
121 'shell_window_ids.h',
[email protected]e9c869e2012-03-14 22:10:34122 'system/audio/audio_observer.h',
[email protected]bfb411312012-02-27 20:59:27123 'system/audio/tray_volume.cc',
124 'system/audio/tray_volume.h',
[email protected]8d78ad0e2012-03-21 18:10:47125 'system/bluetooth/bluetooth_observer.h',
126 'system/bluetooth/tray_bluetooth.cc',
127 'system/bluetooth/tray_bluetooth.h',
[email protected]e9c869e2012-03-14 22:10:34128 'system/brightness/brightness_observer.h',
[email protected]75fdbc092012-02-27 23:04:28129 'system/brightness/brightness_control_delegate.h',
130 'system/brightness/tray_brightness.cc',
131 'system/brightness/tray_brightness.h',
[email protected]83a1241e2012-03-21 19:09:53132 'system/date/clock_observer.h',
133 'system/date/date_view.cc',
134 'system/date/date_view.h',
135 'system/date/tray_date.cc',
136 'system/date/tray_date.h',
[email protected]d5e28a32012-03-20 23:00:38137 'system/ime/ime_observer.h',
138 'system/ime/tray_ime.cc',
139 'system/ime/tray_ime.h',
[email protected]e9c869e2012-03-14 22:10:34140 'system/network/network_observer.h',
[email protected]f5f2d8972012-03-10 00:18:17141 'system/network/tray_network.cc',
142 'system/network/tray_network.h',
[email protected]e9c869e2012-03-14 22:10:34143 'system/power/power_status_observer.h',
[email protected]f7f06ea2012-03-02 18:30:50144 'system/power/power_supply_status.cc',
145 'system/power/power_supply_status.h',
[email protected]83a1241e2012-03-21 19:09:53146 'system/power/tray_power.cc',
147 'system/power/tray_power.h',
[email protected]bfb411312012-02-27 20:59:27148 'system/settings/tray_settings.cc',
149 'system/settings/tray_settings.h',
150 'system/tray/system_tray.cc',
151 'system/tray/system_tray.h',
152 'system/tray/system_tray_delegate.h',
153 'system/tray/system_tray_item.cc',
154 'system/tray/system_tray_item.h',
[email protected]860f5942012-04-24 16:11:39155 'system/tray/system_tray_widget_delegate.cc',
156 'system/tray/system_tray_widget_delegate.h',
[email protected]72f05d62012-03-05 22:36:49157 'system/tray/tray_constants.cc',
158 'system/tray/tray_constants.h',
[email protected]60d4167c2012-03-04 18:45:15159 'system/tray/tray_empty.cc',
160 'system/tray/tray_empty.h',
[email protected]31a5e312012-03-19 16:23:14161 'system/tray/tray_image_item.cc',
162 'system/tray/tray_image_item.h',
[email protected]8d78ad0e2012-03-21 18:10:47163 'system/tray/tray_item_more.cc',
164 'system/tray/tray_item_more.h',
[email protected]5d1491d2012-04-23 21:51:00165 'system/tray/tray_item_view.cc',
166 'system/tray/tray_item_view.h',
[email protected]8d78ad0e2012-03-21 18:10:47167 'system/tray/tray_views.cc',
168 'system/tray/tray_views.h',
[email protected]31a5e312012-03-19 16:23:14169 'system/tray_accessibility.cc',
170 'system/tray_accessibility.h',
171 'system/tray_caps_lock.cc',
172 'system/tray_caps_lock.h',
[email protected]024a03b2012-03-28 04:05:53173 'system/tray_update.cc',
174 'system/tray_update.h',
[email protected]eac76c62012-03-03 15:19:56175 'system/user/login_status.h',
176 'system/user/tray_user.cc',
177 'system/user/tray_user.h',
[email protected]e9c869e2012-03-14 22:10:34178 'system/user/update_observer.h',
[email protected]a97e15ac2012-03-20 15:52:23179 'system/user/user_observer.h',
[email protected]2a48ad62011-12-24 00:19:29180 'tooltips/tooltip_controller.cc',
181 'tooltips/tooltip_controller.h',
[email protected]16f05f42012-02-06 19:24:50182 'volume_control_delegate.h',
[email protected]2a48ad62011-12-24 00:19:29183 'wm/activation_controller.cc',
184 'wm/activation_controller.h',
185 'wm/always_on_top_controller.cc',
186 'wm/always_on_top_controller.h',
[email protected]fc7b7442012-01-18 23:57:05187 'wm/base_layout_manager.cc',
188 'wm/base_layout_manager.h',
[email protected]9d4d1712012-03-06 06:55:25189 'wm/custom_frame_view_ash.cc',
190 'wm/custom_frame_view_ash.h',
[email protected]22228922012-03-05 15:04:49191 'wm/default_window_resizer.cc',
192 'wm/default_window_resizer.h',
[email protected]57b8bb352012-01-11 05:11:46193 'wm/dialog_frame_view.cc',
194 'wm/dialog_frame_view.h',
[email protected]262f8bd2012-03-23 19:30:27195 'wm/event_client_impl.cc',
196 'wm/event_client_impl.h',
[email protected]9d4d1712012-03-06 06:55:25197 'wm/frame_painter.cc',
198 'wm/frame_painter.h',
[email protected]2a48ad62011-12-24 00:19:29199 'wm/image_grid.cc',
200 'wm/image_grid.h',
[email protected]42f06f92012-03-27 00:57:57201 'wm/key_rewriter_event_filter.cc',
202 'wm/key_rewriter_event_filter.h',
[email protected]52295042012-02-08 02:02:59203 'wm/panel_frame_view.cc',
204 'wm/panel_frame_view.h',
[email protected]6b854932012-02-04 16:44:27205 'wm/panel_layout_manager.cc',
206 'wm/panel_layout_manager.h',
[email protected]0540b172012-02-16 21:01:07207 'wm/panel_window_event_filter.cc',
208 'wm/panel_window_event_filter.h',
[email protected]0b0b0742012-02-16 13:23:45209 'wm/partial_screenshot_event_filter.cc',
210 'wm/partial_screenshot_event_filter.h',
211 'wm/partial_screenshot_view.cc',
212 'wm/partial_screenshot_view.h',
[email protected]09f3fc82012-03-26 23:26:56213 'wm/shelf_auto_hide_behavior.h',
[email protected]435b212e2012-04-05 19:43:37214 'wm/system_gesture_event_filter.cc',
215 'wm/system_gesture_event_filter.h',
[email protected]e871f1a02012-01-18 20:03:46216 'wm/system_modal_container_layout_manager.cc',
217 'wm/system_modal_container_layout_manager.h',
218 'wm/system_modal_container_event_filter.cc',
219 'wm/system_modal_container_event_filter.h',
220 'wm/system_modal_container_event_filter_delegate.h',
[email protected]e0d22e82012-01-04 00:46:57221 'wm/power_button_controller.cc',
222 'wm/power_button_controller.h',
[email protected]2a48ad62011-12-24 00:19:29223 'wm/property_util.cc',
224 'wm/property_util.h',
[email protected]e4a181cc2012-03-17 02:20:57225 'wm/resize_shadow.cc',
226 'wm/resize_shadow.h',
227 'wm/resize_shadow_controller.cc',
228 'wm/resize_shadow_controller.h',
[email protected]2a48ad62011-12-24 00:19:29229 'wm/root_window_event_filter.cc',
230 'wm/root_window_event_filter.h',
231 'wm/root_window_layout_manager.cc',
232 'wm/root_window_layout_manager.h',
233 'wm/shadow.cc',
234 'wm/shadow.h',
235 'wm/shadow_controller.cc',
236 'wm/shadow_controller.h',
237 'wm/shadow_types.cc',
238 'wm/shadow_types.h',
239 'wm/shelf_layout_manager.cc',
240 'wm/shelf_layout_manager.h',
[email protected]2a48ad62011-12-24 00:19:29241 'wm/stacking_controller.cc',
242 'wm/stacking_controller.h',
243 'wm/status_area_layout_manager.cc',
244 'wm/status_area_layout_manager.h',
[email protected]2a48ad62011-12-24 00:19:29245 'wm/toplevel_window_event_filter.cc',
246 'wm/toplevel_window_event_filter.h',
[email protected]6aa614a2012-01-19 22:13:38247 'wm/video_detector.cc',
248 'wm/video_detector.h',
[email protected]ddd91e92012-01-27 16:03:48249 'wm/visibility_controller.cc',
250 'wm/visibility_controller.h',
[email protected]cad77b32012-01-19 06:23:04251 'wm/window_animations.cc',
[email protected]6aa614a2012-01-19 22:13:38252 'wm/window_animations.h',
[email protected]40c4cbb2012-01-10 23:26:07253 'wm/window_cycle_controller.cc',
254 'wm/window_cycle_controller.h',
[email protected]194ad1d2012-01-18 18:22:51255 'wm/window_cycle_list.cc',
256 'wm/window_cycle_list.h',
[email protected]2a48ad62011-12-24 00:19:29257 'wm/window_frame.cc',
258 'wm/window_frame.h',
[email protected]80373572012-01-06 23:14:30259 'wm/window_modality_controller.cc',
260 'wm/window_modality_controller.h',
[email protected]2a48ad62011-12-24 00:19:29261 'wm/window_properties.cc',
262 'wm/window_properties.h',
[email protected]1dfd4022012-02-15 04:36:43263 'wm/window_resizer.cc',
264 'wm/window_resizer.h',
[email protected]2a48ad62011-12-24 00:19:29265 'wm/window_util.cc',
266 'wm/window_util.h',
267 'wm/workspace_controller.cc',
268 'wm/workspace_controller.h',
[email protected]85d43f02012-03-14 21:11:19269 'wm/workspace/frame_maximize_button.cc',
270 'wm/workspace/frame_maximize_button.h',
[email protected]8818cb92012-02-10 21:29:37271 'wm/workspace/managed_workspace.cc',
272 'wm/workspace/managed_workspace.h',
273 'wm/workspace/maximized_workspace.cc',
274 'wm/workspace/maximized_workspace.h',
[email protected]ef4bb7452012-03-06 18:45:17275 'wm/workspace/multi_window_resize_controller.cc',
276 'wm/workspace/multi_window_resize_controller.h',
[email protected]edc844a2012-03-09 04:33:14277 'wm/workspace/phantom_window_controller.cc',
278 'wm/workspace/phantom_window_controller.h',
[email protected]8b61ffda2012-03-15 17:28:21279 'wm/workspace/snap_sizer.cc',
280 'wm/workspace/snap_sizer.h',
[email protected]2a48ad62011-12-24 00:19:29281 'wm/workspace/workspace.cc',
282 'wm/workspace/workspace.h',
[email protected]9633a9d22012-01-21 16:40:58283 'wm/workspace/workspace_event_filter.cc',
284 'wm/workspace/workspace_event_filter.h',
285 'wm/workspace/workspace_layout_manager.cc',
286 'wm/workspace/workspace_layout_manager.h',
[email protected]2a48ad62011-12-24 00:19:29287 'wm/workspace/workspace_manager.cc',
288 'wm/workspace/workspace_manager.h',
[email protected]5ae18722012-02-25 22:30:50289 'wm/workspace/workspace_window_resizer.cc',
290 'wm/workspace/workspace_window_resizer.h',
[email protected]2a48ad62011-12-24 00:19:29291 ],
[email protected]6e9f6aa2012-02-09 04:16:20292 'conditions': [
293 ['OS=="mac"', {
294 'sources/': [
295 ['exclude', 'accelerators/accelerator_controller.cc'],
296 ['exclude', 'accelerators/accelerator_controller.h'],
297 ['exclude', 'accelerators/accelerator_dispatcher.cc'],
298 ['exclude', 'accelerators/accelerator_dispatcher.h'],
299 ['exclude', 'accelerators/accelerator_filter.cc'],
300 ['exclude', 'accelerators/accelerator_filter.h'],
301 ['exclude', 'accelerators/nested_dispatcher_controller.cc'],
302 ['exclude', 'accelerators/nested_dispatcher_controller.h'],
303 ],
304 }],
[email protected]af4ac5de82012-04-05 00:50:27305 ['chromeos==1', {
306 'dependencies': [
307 '../chromeos/chromeos.gyp:chromeos',
308 ],
309 }],
[email protected]6e9f6aa2012-02-09 04:16:20310 ],
[email protected]2a48ad62011-12-24 00:19:29311 },
312 {
313 'target_name': 'aura_shell_unittests',
314 'type': 'executable',
315 'dependencies': [
316 '../base/base.gyp:base',
317 '../base/base.gyp:test_support_base',
318 '../chrome/chrome_resources.gyp:packed_resources',
319 '../build/temp_gyp/googleurl.gyp:googleurl',
320 '../skia/skia.gyp:skia',
321 '../testing/gtest.gyp:gtest',
322 '../third_party/icu/icu.gyp:icui18n',
323 '../third_party/icu/icu.gyp:icuuc',
324 '../ui/aura/aura.gyp:aura',
325 '../ui/aura/aura.gyp:test_support_aura',
[email protected]578c81b2012-01-27 07:25:02326 '../ui/gfx/compositor/compositor.gyp:compositor',
[email protected]2a48ad62011-12-24 00:19:29327 '../ui/gfx/compositor/compositor.gyp:compositor_test_support',
328 '../ui/ui.gyp:gfx_resources',
329 '../ui/ui.gyp:ui',
330 '../ui/ui.gyp:ui_resources',
331 '../ui/ui.gyp:ui_resources_standard',
332 '../ui/views/views.gyp:views',
333 'ash',
334 ],
335 'sources': [
[email protected]5eae7162012-01-04 00:31:02336 '../ui/views/test/test_views_delegate.cc',
337 '../ui/views/test/test_views_delegate.h',
[email protected]2a48ad62011-12-24 00:19:29338 'accelerators/accelerator_controller_unittest.cc',
[email protected]47460f92012-01-21 16:15:13339 'accelerators/accelerator_filter_unittest.cc',
[email protected]5985fa32012-03-02 04:44:04340 'accelerators/nested_dispatcher_controller_unittest.cc',
[email protected]ed7cde22012-03-20 05:58:27341 'app_list/app_list_unittest.cc',
[email protected]2a48ad62011-12-24 00:19:29342 'drag_drop/drag_drop_controller_unittest.cc',
[email protected]df1c9862012-02-27 10:37:31343 'focus_cycler_unittest.cc',
[email protected]2c456102011-12-26 06:26:34344 'ime/input_method_event_filter_unittest.cc',
[email protected]9628e0af2012-04-12 20:40:56345 'launcher/launcher_context_menu_unittest.cc',
[email protected]2a48ad62011-12-24 00:19:29346 'launcher/launcher_model_unittest.cc',
347 'launcher/launcher_unittest.cc',
[email protected]e2dced42012-04-20 01:52:42348 'launcher/launcher_view_unittest.cc',
[email protected]b635b722012-03-23 17:15:00349 'monitor/multi_monitor_manager_unittest.cc',
[email protected]2a48ad62011-12-24 00:19:29350 'shell_unittest.cc',
[email protected]1dd1c1b2012-02-17 22:04:47351 'test/ash_test_base.cc',
352 'test/ash_test_base.h',
[email protected]cec3dc4c2012-04-24 02:08:54353 'test/ash_unittests.cc',
354 'test/launcher_view_test_api.cc',
355 'test/launcher_view_test_api.h',
[email protected]2a48ad62011-12-24 00:19:29356 'test/test_activation_delegate.cc',
357 'test/test_activation_delegate.h',
[email protected]e2dced42012-04-20 01:52:42358 'test/test_launcher_delegate.cc',
359 'test/test_launcher_delegate.h',
[email protected]2a48ad62011-12-24 00:19:29360 'test/test_shell_delegate.cc',
361 'test/test_shell_delegate.h',
362 'test/test_suite.cc',
363 'test/test_suite.h',
[email protected]a0fea7e2012-01-30 17:43:33364 'test/test_suite_init.h',
365 'test/test_suite_init.mm',
[email protected]2a48ad62011-12-24 00:19:29366 'tooltips/tooltip_controller_unittest.cc',
367 'wm/activation_controller_unittest.cc',
[email protected]fc7b7442012-01-18 23:57:05368 'wm/base_layout_manager_unittest.cc',
[email protected]8e4a5382012-04-10 22:35:46369 'wm/frame_painter_unittest.cc',
[email protected]2a48ad62011-12-24 00:19:29370 'wm/image_grid_unittest.cc',
[email protected]6b854932012-02-04 16:44:27371 'wm/panel_layout_manager_unittest.cc',
[email protected]e0d22e82012-01-04 00:46:57372 'wm/power_button_controller_unittest.cc',
[email protected]2a48ad62011-12-24 00:19:29373 'wm/root_window_event_filter_unittest.cc',
374 'wm/shadow_controller_unittest.cc',
375 'wm/shelf_layout_manager_unittest.cc',
[email protected]435b212e2012-04-05 19:43:37376 'wm/system_gesture_event_filter_unittest.cc',
[email protected]6b854932012-02-04 16:44:27377 'wm/system_modal_container_layout_manager_unittest.cc',
[email protected]2a48ad62011-12-24 00:19:29378 'wm/toplevel_window_event_filter_unittest.cc',
[email protected]6aa614a2012-01-19 22:13:38379 'wm/video_detector_unittest.cc',
[email protected]ddd91e92012-01-27 16:03:48380 'wm/visibility_controller_unittest.cc',
[email protected]31e612f42012-03-27 04:41:17381 'wm/window_animations_unittest.cc',
[email protected]40c4cbb2012-01-10 23:26:07382 'wm/window_cycle_controller_unittest.cc',
[email protected]80373572012-01-06 23:14:30383 'wm/window_modality_controller_unittest.cc',
[email protected]52b81872012-03-19 14:25:18384 'wm/workspace_controller_test_helper.cc',
385 'wm/workspace_controller_test_helper.h',
386 'wm/workspace/multi_window_resize_controller_unittest.cc',
387 'wm/workspace/workspace_event_filter_test_helper.cc',
388 'wm/workspace/workspace_event_filter_test_helper.h',
[email protected]5985fa32012-03-02 04:44:04389 'wm/workspace/workspace_event_filter_unittest.cc',
[email protected]6de3a0112012-02-04 03:57:50390 'wm/workspace/workspace_manager_unittest.cc',
[email protected]5ae18722012-02-25 22:30:50391 'wm/workspace/workspace_window_resizer_unittest.cc',
[email protected]2a48ad62011-12-24 00:19:29392
393 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc',
394 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc',
395 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standard.rc',
396 ],
397 'conditions': [
[email protected]2c456102011-12-26 06:26:34398 ['use_ibus==1', {
399 'dependencies': [
400 '../build/linux/system.gyp:ibus',
401 ],
402 }],
[email protected]df1c9862012-02-27 10:37:31403 ['OS=="win"', {
404 # TODO(zork): fix this test to build on Windows. See: crosbug.com/26906
405 'sources/': [
406 ['exclude', 'focus_cycler_unittest.cc'],
407 ],
408 }],
[email protected]03decaa12012-01-25 15:53:15409 ['OS=="mac"', {
410 'sources/': [
[email protected]6e9f6aa2012-02-09 04:16:20411 ['exclude', 'accelerators/accelerator_controller_unittest.cc'],
[email protected]a0fea7e2012-01-30 17:43:33412 ['exclude', 'accelerators/accelerator_filter_unittest.cc'],
[email protected]90a81712012-02-29 05:47:26413 ['exclude', 'accelerators/nested_dispatcher_controller_unittest.cc'],
[email protected]03decaa12012-01-25 15:53:15414 ['exclude', 'drag_drop/drag_drop_controller_unittest.cc'],
[email protected]a0fea7e2012-01-30 17:43:33415 ['exclude', 'tooltips/tooltip_controller_unittest.cc'],
[email protected]03decaa12012-01-25 15:53:15416 ],
[email protected]a0fea7e2012-01-30 17:43:33417 'dependencies': [
418 # Mac tests access resources via the 'AuraShell.app' directory.
419 'ash_shell',
420 ],
421 # Special linker instructions that avoids stripping Obj-C classes that
422 # are not referenced in code, but are referenced in nibs.
423 'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-ObjC']},
[email protected]03decaa12012-01-25 15:53:15424 }],
[email protected]2a48ad62011-12-24 00:19:29425 ],
426 },
427 {
428 'target_name': 'ash_shell',
429 'type': 'executable',
430 'dependencies': [
431 '../base/base.gyp:base',
432 '../base/base.gyp:base_i18n',
433 '../chrome/chrome_resources.gyp:packed_resources',
[email protected]fa4a45832012-04-12 21:32:48434 '../content/content.gyp:content_shell_lib',
435 '../content/content.gyp:content',
[email protected]2a48ad62011-12-24 00:19:29436 '../skia/skia.gyp:skia',
437 '../third_party/icu/icu.gyp:icui18n',
438 '../third_party/icu/icu.gyp:icuuc',
439 '../ui/aura/aura.gyp:aura',
440 '../ui/gfx/compositor/compositor.gyp:compositor',
441 '../ui/gfx/compositor/compositor.gyp:compositor_test_support',
442 '../ui/ui.gyp:gfx_resources',
443 '../ui/ui.gyp:ui',
444 '../ui/ui.gyp:ui_resources',
445 '../ui/ui.gyp:ui_resources_standard',
446 '../ui/views/views.gyp:views',
447 '../ui/views/views.gyp:views_examples_lib',
448 'ash',
449 ],
450 'sources': [
451 'shell/app_list.cc',
452 'shell/bubble.cc',
[email protected]fa4a45832012-04-12 21:32:48453 'shell/content_client/shell_browser_main_parts.cc',
454 'shell/content_client/shell_browser_main_parts.h',
455 'shell/content_client/shell_content_browser_client.cc',
456 'shell/content_client/shell_content_browser_client.h',
457 'shell/content_client/shell_main_delegate.cc',
458 'shell/content_client/shell_main_delegate.h',
[email protected]2a48ad62011-12-24 00:19:29459 'shell/example_factory.h',
[email protected]262f8bd2012-03-23 19:30:27460 'shell/launcher_delegate_impl.cc',
461 'shell/launcher_delegate_impl.h',
[email protected]2a48ad62011-12-24 00:19:29462 'shell/lock_view.cc',
[email protected]6b854932012-02-04 16:44:27463 'shell/panel_window.cc',
464 'shell/panel_window.h',
[email protected]262f8bd2012-03-23 19:30:27465 'shell/shell_delegate_impl.cc',
466 'shell/shell_delegate_impl.h',
[email protected]2a48ad62011-12-24 00:19:29467 'shell/shell_main.cc',
[email protected]b72dfb242012-01-18 00:04:18468 'shell/shell_main_parts.cc',
[email protected]a0fea7e2012-01-30 17:43:33469 'shell/shell_main_parts.h',
[email protected]b72dfb242012-01-18 00:04:18470 'shell/shell_main_parts_mac.mm',
[email protected]2a48ad62011-12-24 00:19:29471 'shell/toplevel_window.cc',
472 'shell/toplevel_window.h',
473 'shell/widgets.cc',
474 'shell/window_type_launcher.cc',
475 'shell/window_type_launcher.h',
[email protected]262f8bd2012-03-23 19:30:27476 'shell/window_watcher.cc',
477 'shell/window_watcher.h',
[email protected]2a48ad62011-12-24 00:19:29478 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc',
479 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standard.rc',
480 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc',
[email protected]fa4a45832012-04-12 21:32:48481 '../content/app/startup_helper_win.cc',
[email protected]2a48ad62011-12-24 00:19:29482 '../ui/views/test/test_views_delegate.cc',
483 ],
[email protected]6f637732012-01-19 03:15:34484 'conditions': [
[email protected]fa4a45832012-04-12 21:32:48485 ['OS=="win"', {
486 'msvs_settings': {
487 'VCLinkerTool': {
488 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS
489 },
490 },
491 'dependencies': [
492 '../sandbox/sandbox.gyp:sandbox',
493 ],
494 }],
[email protected]6f637732012-01-19 03:15:34495 ['OS=="mac"', {
496 'product_name': 'AuraShell',
497 'mac_bundle': 1,
498 'sources/': [
499 ['exclude', 'shell/shell_main_parts.cc'],
500 ],
501 'mac_bundle_resources': [
502 'shell/cocoa/app.icns',
503 'shell/cocoa/app-Info.plist',
504 'shell/cocoa/nibs/MainMenu.xib',
505 'shell/cocoa/nibs/RootWindow.xib',
506 '<(SHARED_INTERMEDIATE_DIR)/repack/chrome.pak',
507 '<!@pymod_do_main(repack_locales -o -g <(grit_out_dir) -s <(SHARED_INTERMEDIATE_DIR) -x <(SHARED_INTERMEDIATE_DIR) <(locales))',
508 ],
509 'mac_bundle_resources!': [
510 'shell/cocoa/app-Info.plist',
511 ],
512 'xcode_settings': {
513 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
514 },
515 }],
516 ],
[email protected]2a48ad62011-12-24 00:19:29517 },
[email protected]4e0e2b22012-02-01 10:45:51518 ],
[email protected]2a48ad62011-12-24 00:19:29519}