blob: 2626712d2992be8eada9d7548ca7eb235dd23034 [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',
43 'accelerators/accelerator_dispatcher_linux.cc',
44 'accelerators/accelerator_dispatcher_win.cc',
[email protected]2a48ad62011-12-24 00:19:2945 'accelerators/accelerator_filter.cc',
46 'accelerators/accelerator_filter.h',
[email protected]07a3c3fa2012-03-09 03:55:3447 'accelerators/accelerator_table.cc',
48 'accelerators/accelerator_table.h',
[email protected]6e9f6aa2012-02-09 04:16:2049 'accelerators/nested_dispatcher_controller.cc',
50 'accelerators/nested_dispatcher_controller.h',
[email protected]2a48ad62011-12-24 00:19:2951 'app_list/app_list.cc',
52 'app_list/app_list.h',
[email protected]2a48ad62011-12-24 00:19:2953 'app_list/app_list_item_model.cc',
54 'app_list/app_list_item_model.h',
55 'app_list/app_list_item_model_observer.h',
56 'app_list/app_list_item_view.cc',
57 'app_list/app_list_item_view.h',
[email protected]2a48ad62011-12-24 00:19:2958 'app_list/app_list_model.cc',
59 'app_list/app_list_model.h',
[email protected]41247fdc2012-03-02 16:12:4060 'app_list/app_list_model_view.cc',
61 'app_list/app_list_model_view.h',
[email protected]2a48ad62011-12-24 00:19:2962 'app_list/app_list_view.cc',
63 'app_list/app_list_view.h',
64 'app_list/app_list_view_delegate.h',
65 'app_list/drop_shadow_label.cc',
66 'app_list/drop_shadow_label.h',
67 '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/event.cc',
83 'ime/event.h',
84 'ime/input_method_event_filter.cc',
85 'ime/input_method_event_filter.h',
[email protected]2a48ad62011-12-24 00:19:2986 'launcher/launcher.cc',
87 'launcher/launcher.h',
[email protected]a39a60e2012-03-10 00:40:0688 'launcher/launcher_button.cc',
89 'launcher/launcher_button.h',
[email protected]16f2d3f2012-02-16 03:01:3190 'launcher/launcher_delegate.h',
[email protected]2a48ad62011-12-24 00:19:2991 'launcher/launcher_model.cc',
92 'launcher/launcher_model.h',
93 'launcher/launcher_model_observer.h',
[email protected]cd808102012-01-12 02:42:2194 'launcher/launcher_types.cc',
[email protected]2a48ad62011-12-24 00:19:2995 'launcher/launcher_types.h',
96 'launcher/launcher_view.cc',
97 'launcher/launcher_view.h',
[email protected]194ad1d2012-01-18 18:22:5198 'launcher/launcher_window_cycler.cc',
99 'launcher/launcher_window_cycler.h',
[email protected]2a48ad62011-12-24 00:19:29100 'launcher/tabbed_launcher_button.cc',
101 'launcher/tabbed_launcher_button.h',
102 'launcher/view_model.cc',
103 'launcher/view_model.h',
104 'launcher/view_model_utils.cc',
105 'launcher/view_model_utils.h',
[email protected]1a2145b2012-03-13 21:09:17106 'screen_ash.cc',
107 'screen_ash.h',
[email protected]c52de6372012-01-18 05:24:57108 'screenshot_delegate.h',
[email protected]2a48ad62011-12-24 00:19:29109 'shell.cc',
110 'shell.h',
111 'shell_delegate.h',
112 'shell_factory.h',
113 'shell_window_ids.h',
114 'status_area/status_area_view.cc',
115 'status_area/status_area_view.h',
[email protected]e9c869e2012-03-14 22:10:34116 'system/audio/audio_observer.h',
[email protected]bfb411312012-02-27 20:59:27117 'system/audio/tray_volume.cc',
118 'system/audio/tray_volume.h',
[email protected]e9c869e2012-03-14 22:10:34119 'system/brightness/brightness_observer.h',
[email protected]75fdbc092012-02-27 23:04:28120 'system/brightness/brightness_control_delegate.h',
121 'system/brightness/tray_brightness.cc',
122 'system/brightness/tray_brightness.h',
[email protected]e9c869e2012-03-14 22:10:34123 'system/network/network_observer.h',
[email protected]f5f2d8972012-03-10 00:18:17124 'system/network/tray_network.cc',
125 'system/network/tray_network.h',
[email protected]793f5af2012-03-14 17:34:18126 'system/power/date_format_observer.h',
[email protected]e9c869e2012-03-14 22:10:34127 'system/power/power_status_observer.h',
[email protected]f7f06ea2012-03-02 18:30:50128 'system/power/power_supply_status.cc',
129 'system/power/power_supply_status.h',
130 'system/power/tray_power_date.cc',
131 'system/power/tray_power_date.h',
[email protected]bfb411312012-02-27 20:59:27132 'system/settings/tray_settings.cc',
133 'system/settings/tray_settings.h',
134 'system/tray/system_tray.cc',
135 'system/tray/system_tray.h',
136 'system/tray/system_tray_delegate.h',
137 'system/tray/system_tray_item.cc',
138 'system/tray/system_tray_item.h',
[email protected]72f05d62012-03-05 22:36:49139 'system/tray/tray_constants.cc',
140 'system/tray/tray_constants.h',
[email protected]60d4167c2012-03-04 18:45:15141 'system/tray/tray_empty.cc',
142 'system/tray/tray_empty.h',
[email protected]eac76c62012-03-03 15:19:56143 'system/user/login_status.h',
144 'system/user/tray_user.cc',
145 'system/user/tray_user.h',
[email protected]e9c869e2012-03-14 22:10:34146 'system/user/update_observer.h',
[email protected]2a48ad62011-12-24 00:19:29147 'tooltips/tooltip_controller.cc',
148 'tooltips/tooltip_controller.h',
[email protected]16f05f42012-02-06 19:24:50149 'volume_control_delegate.h',
[email protected]2a48ad62011-12-24 00:19:29150 'wm/activation_controller.cc',
151 'wm/activation_controller.h',
152 'wm/always_on_top_controller.cc',
153 'wm/always_on_top_controller.h',
[email protected]fc7b7442012-01-18 23:57:05154 'wm/base_layout_manager.cc',
155 'wm/base_layout_manager.h',
[email protected]9d4d1712012-03-06 06:55:25156 'wm/custom_frame_view_ash.cc',
157 'wm/custom_frame_view_ash.h',
[email protected]22228922012-03-05 15:04:49158 'wm/default_window_resizer.cc',
159 'wm/default_window_resizer.h',
[email protected]57b8bb352012-01-11 05:11:46160 'wm/dialog_frame_view.cc',
161 'wm/dialog_frame_view.h',
[email protected]9d4d1712012-03-06 06:55:25162 'wm/frame_painter.cc',
163 'wm/frame_painter.h',
[email protected]2a48ad62011-12-24 00:19:29164 'wm/image_grid.cc',
165 'wm/image_grid.h',
[email protected]52295042012-02-08 02:02:59166 'wm/panel_frame_view.cc',
167 'wm/panel_frame_view.h',
[email protected]6b854932012-02-04 16:44:27168 'wm/panel_layout_manager.cc',
169 'wm/panel_layout_manager.h',
[email protected]0540b172012-02-16 21:01:07170 'wm/panel_window_event_filter.cc',
171 'wm/panel_window_event_filter.h',
[email protected]0b0b0742012-02-16 13:23:45172 'wm/partial_screenshot_event_filter.cc',
173 'wm/partial_screenshot_event_filter.h',
174 'wm/partial_screenshot_view.cc',
175 'wm/partial_screenshot_view.h',
[email protected]e871f1a02012-01-18 20:03:46176 'wm/system_modal_container_layout_manager.cc',
177 'wm/system_modal_container_layout_manager.h',
178 'wm/system_modal_container_event_filter.cc',
179 'wm/system_modal_container_event_filter.h',
180 'wm/system_modal_container_event_filter_delegate.h',
[email protected]e0d22e82012-01-04 00:46:57181 'wm/power_button_controller.cc',
182 'wm/power_button_controller.h',
[email protected]2a48ad62011-12-24 00:19:29183 'wm/property_util.cc',
184 'wm/property_util.h',
185 'wm/root_window_event_filter.cc',
186 'wm/root_window_event_filter.h',
187 'wm/root_window_layout_manager.cc',
188 'wm/root_window_layout_manager.h',
189 'wm/shadow.cc',
190 'wm/shadow.h',
191 'wm/shadow_controller.cc',
192 'wm/shadow_controller.h',
193 'wm/shadow_types.cc',
194 'wm/shadow_types.h',
195 'wm/shelf_layout_manager.cc',
196 'wm/shelf_layout_manager.h',
[email protected]2a48ad62011-12-24 00:19:29197 'wm/stacking_controller.cc',
198 'wm/stacking_controller.h',
199 'wm/status_area_layout_manager.cc',
200 'wm/status_area_layout_manager.h',
[email protected]2a48ad62011-12-24 00:19:29201 'wm/toplevel_window_event_filter.cc',
202 'wm/toplevel_window_event_filter.h',
[email protected]6aa614a2012-01-19 22:13:38203 'wm/video_detector.cc',
204 'wm/video_detector.h',
[email protected]ddd91e92012-01-27 16:03:48205 'wm/visibility_controller.cc',
206 'wm/visibility_controller.h',
[email protected]cad77b32012-01-19 06:23:04207 'wm/window_animations.cc',
[email protected]6aa614a2012-01-19 22:13:38208 'wm/window_animations.h',
[email protected]40c4cbb2012-01-10 23:26:07209 'wm/window_cycle_controller.cc',
210 'wm/window_cycle_controller.h',
[email protected]194ad1d2012-01-18 18:22:51211 'wm/window_cycle_list.cc',
212 'wm/window_cycle_list.h',
[email protected]2a48ad62011-12-24 00:19:29213 'wm/window_frame.cc',
214 'wm/window_frame.h',
[email protected]80373572012-01-06 23:14:30215 'wm/window_modality_controller.cc',
216 'wm/window_modality_controller.h',
[email protected]2a48ad62011-12-24 00:19:29217 'wm/window_properties.cc',
218 'wm/window_properties.h',
[email protected]1dfd4022012-02-15 04:36:43219 'wm/window_resizer.cc',
220 'wm/window_resizer.h',
[email protected]2a48ad62011-12-24 00:19:29221 'wm/window_util.cc',
222 'wm/window_util.h',
223 'wm/workspace_controller.cc',
224 'wm/workspace_controller.h',
[email protected]85d43f02012-03-14 21:11:19225 'wm/workspace/frame_maximize_button.cc',
226 'wm/workspace/frame_maximize_button.h',
[email protected]8818cb92012-02-10 21:29:37227 'wm/workspace/managed_workspace.cc',
228 'wm/workspace/managed_workspace.h',
229 'wm/workspace/maximized_workspace.cc',
230 'wm/workspace/maximized_workspace.h',
[email protected]ef4bb7452012-03-06 18:45:17231 'wm/workspace/multi_window_resize_controller.cc',
232 'wm/workspace/multi_window_resize_controller.h',
[email protected]edc844a2012-03-09 04:33:14233 'wm/workspace/phantom_window_controller.cc',
234 'wm/workspace/phantom_window_controller.h',
[email protected]2a48ad62011-12-24 00:19:29235 'wm/workspace/workspace.cc',
236 'wm/workspace/workspace.h',
[email protected]9633a9d22012-01-21 16:40:58237 'wm/workspace/workspace_event_filter.cc',
238 'wm/workspace/workspace_event_filter.h',
239 'wm/workspace/workspace_layout_manager.cc',
240 'wm/workspace/workspace_layout_manager.h',
[email protected]2a48ad62011-12-24 00:19:29241 'wm/workspace/workspace_manager.cc',
242 'wm/workspace/workspace_manager.h',
[email protected]5ae18722012-02-25 22:30:50243 'wm/workspace/workspace_window_resizer.cc',
244 'wm/workspace/workspace_window_resizer.h',
[email protected]2a48ad62011-12-24 00:19:29245 ],
[email protected]6e9f6aa2012-02-09 04:16:20246 'conditions': [
247 ['OS=="mac"', {
248 'sources/': [
249 ['exclude', 'accelerators/accelerator_controller.cc'],
250 ['exclude', 'accelerators/accelerator_controller.h'],
251 ['exclude', 'accelerators/accelerator_dispatcher.cc'],
252 ['exclude', 'accelerators/accelerator_dispatcher.h'],
253 ['exclude', 'accelerators/accelerator_filter.cc'],
254 ['exclude', 'accelerators/accelerator_filter.h'],
255 ['exclude', 'accelerators/nested_dispatcher_controller.cc'],
256 ['exclude', 'accelerators/nested_dispatcher_controller.h'],
257 ],
258 }],
259 ],
[email protected]2a48ad62011-12-24 00:19:29260 },
261 {
262 'target_name': 'aura_shell_unittests',
263 'type': 'executable',
264 'dependencies': [
265 '../base/base.gyp:base',
266 '../base/base.gyp:test_support_base',
267 '../chrome/chrome_resources.gyp:packed_resources',
268 '../build/temp_gyp/googleurl.gyp:googleurl',
269 '../skia/skia.gyp:skia',
270 '../testing/gtest.gyp:gtest',
271 '../third_party/icu/icu.gyp:icui18n',
272 '../third_party/icu/icu.gyp:icuuc',
273 '../ui/aura/aura.gyp:aura',
274 '../ui/aura/aura.gyp:test_support_aura',
[email protected]578c81b2012-01-27 07:25:02275 '../ui/gfx/compositor/compositor.gyp:compositor',
[email protected]2a48ad62011-12-24 00:19:29276 '../ui/gfx/compositor/compositor.gyp:compositor_test_support',
277 '../ui/ui.gyp:gfx_resources',
278 '../ui/ui.gyp:ui',
279 '../ui/ui.gyp:ui_resources',
280 '../ui/ui.gyp:ui_resources_standard',
281 '../ui/views/views.gyp:views',
282 'ash',
283 ],
284 'sources': [
[email protected]5eae7162012-01-04 00:31:02285 '../ui/views/test/test_views_delegate.cc',
286 '../ui/views/test/test_views_delegate.h',
[email protected]2a48ad62011-12-24 00:19:29287 'accelerators/accelerator_controller_unittest.cc',
[email protected]47460f92012-01-21 16:15:13288 'accelerators/accelerator_filter_unittest.cc',
[email protected]5985fa32012-03-02 04:44:04289 'accelerators/nested_dispatcher_controller_unittest.cc',
[email protected]2a48ad62011-12-24 00:19:29290 'drag_drop/drag_drop_controller_unittest.cc',
[email protected]df1c9862012-02-27 10:37:31291 'focus_cycler_unittest.cc',
[email protected]2c456102011-12-26 06:26:34292 'ime/input_method_event_filter_unittest.cc',
[email protected]2a48ad62011-12-24 00:19:29293 'launcher/launcher_model_unittest.cc',
294 'launcher/launcher_unittest.cc',
295 'launcher/view_model_unittest.cc',
296 'launcher/view_model_utils_unittest.cc',
297 'shell_unittest.cc',
298 'test/ash_unittests.cc',
[email protected]1dd1c1b2012-02-17 22:04:47299 'test/ash_test_base.cc',
300 'test/ash_test_base.h',
[email protected]2a48ad62011-12-24 00:19:29301 'test/test_activation_delegate.cc',
302 'test/test_activation_delegate.h',
303 'test/test_shell_delegate.cc',
304 'test/test_shell_delegate.h',
305 'test/test_suite.cc',
306 'test/test_suite.h',
[email protected]a0fea7e2012-01-30 17:43:33307 'test/test_suite_init.h',
308 'test/test_suite_init.mm',
[email protected]2a48ad62011-12-24 00:19:29309 'tooltips/tooltip_controller_unittest.cc',
310 'wm/activation_controller_unittest.cc',
[email protected]fc7b7442012-01-18 23:57:05311 'wm/base_layout_manager_unittest.cc',
[email protected]2a48ad62011-12-24 00:19:29312 'wm/image_grid_unittest.cc',
[email protected]6b854932012-02-04 16:44:27313 'wm/panel_layout_manager_unittest.cc',
[email protected]e0d22e82012-01-04 00:46:57314 'wm/power_button_controller_unittest.cc',
[email protected]2a48ad62011-12-24 00:19:29315 'wm/root_window_event_filter_unittest.cc',
316 'wm/shadow_controller_unittest.cc',
317 'wm/shelf_layout_manager_unittest.cc',
[email protected]6b854932012-02-04 16:44:27318 'wm/system_modal_container_layout_manager_unittest.cc',
[email protected]2a48ad62011-12-24 00:19:29319 'wm/toplevel_window_event_filter_unittest.cc',
[email protected]6aa614a2012-01-19 22:13:38320 'wm/video_detector_unittest.cc',
[email protected]ddd91e92012-01-27 16:03:48321 'wm/visibility_controller_unittest.cc',
[email protected]40c4cbb2012-01-10 23:26:07322 'wm/window_cycle_controller_unittest.cc',
[email protected]80373572012-01-06 23:14:30323 'wm/window_modality_controller_unittest.cc',
[email protected]5985fa32012-03-02 04:44:04324 'wm/workspace/workspace_event_filter_unittest.cc',
[email protected]6de3a0112012-02-04 03:57:50325 'wm/workspace/workspace_manager_unittest.cc',
[email protected]5ae18722012-02-25 22:30:50326 'wm/workspace/workspace_window_resizer_unittest.cc',
[email protected]2a48ad62011-12-24 00:19:29327
328 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc',
329 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc',
330 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standard.rc',
331 ],
332 'conditions': [
[email protected]2c456102011-12-26 06:26:34333 ['use_ibus==1', {
334 'dependencies': [
335 '../build/linux/system.gyp:ibus',
336 ],
337 }],
[email protected]df1c9862012-02-27 10:37:31338 ['OS=="win"', {
339 # TODO(zork): fix this test to build on Windows. See: crosbug.com/26906
340 'sources/': [
341 ['exclude', 'focus_cycler_unittest.cc'],
342 ],
343 }],
[email protected]03decaa12012-01-25 15:53:15344 ['OS=="mac"', {
345 'sources/': [
[email protected]6e9f6aa2012-02-09 04:16:20346 ['exclude', 'accelerators/accelerator_controller_unittest.cc'],
[email protected]a0fea7e2012-01-30 17:43:33347 ['exclude', 'accelerators/accelerator_filter_unittest.cc'],
[email protected]90a81712012-02-29 05:47:26348 ['exclude', 'accelerators/nested_dispatcher_controller_unittest.cc'],
[email protected]03decaa12012-01-25 15:53:15349 ['exclude', 'drag_drop/drag_drop_controller_unittest.cc'],
[email protected]a0fea7e2012-01-30 17:43:33350 ['exclude', 'tooltips/tooltip_controller_unittest.cc'],
[email protected]03decaa12012-01-25 15:53:15351 ],
[email protected]a0fea7e2012-01-30 17:43:33352 'dependencies': [
353 # Mac tests access resources via the 'AuraShell.app' directory.
354 'ash_shell',
355 ],
356 # Special linker instructions that avoids stripping Obj-C classes that
357 # are not referenced in code, but are referenced in nibs.
358 'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-ObjC']},
[email protected]03decaa12012-01-25 15:53:15359 }],
[email protected]2a48ad62011-12-24 00:19:29360 ],
361 },
362 {
363 'target_name': 'ash_shell',
364 'type': 'executable',
365 'dependencies': [
366 '../base/base.gyp:base',
367 '../base/base.gyp:base_i18n',
368 '../chrome/chrome_resources.gyp:packed_resources',
369 '../skia/skia.gyp:skia',
370 '../third_party/icu/icu.gyp:icui18n',
371 '../third_party/icu/icu.gyp:icuuc',
372 '../ui/aura/aura.gyp:aura',
373 '../ui/gfx/compositor/compositor.gyp:compositor',
374 '../ui/gfx/compositor/compositor.gyp:compositor_test_support',
375 '../ui/ui.gyp:gfx_resources',
376 '../ui/ui.gyp:ui',
377 '../ui/ui.gyp:ui_resources',
378 '../ui/ui.gyp:ui_resources_standard',
379 '../ui/views/views.gyp:views',
380 '../ui/views/views.gyp:views_examples_lib',
381 'ash',
382 ],
383 'sources': [
384 'shell/app_list.cc',
385 'shell/bubble.cc',
386 'shell/example_factory.h',
387 'shell/lock_view.cc',
[email protected]6b854932012-02-04 16:44:27388 'shell/panel_window.cc',
389 'shell/panel_window.h',
[email protected]2a48ad62011-12-24 00:19:29390 'shell/shell_main.cc',
[email protected]b72dfb242012-01-18 00:04:18391 'shell/shell_main_parts.cc',
[email protected]a0fea7e2012-01-30 17:43:33392 'shell/shell_main_parts.h',
[email protected]b72dfb242012-01-18 00:04:18393 'shell/shell_main_parts_mac.mm',
[email protected]2a48ad62011-12-24 00:19:29394 'shell/toplevel_window.cc',
395 'shell/toplevel_window.h',
396 'shell/widgets.cc',
397 'shell/window_type_launcher.cc',
398 'shell/window_type_launcher.h',
399 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc',
400 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standard.rc',
401 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc',
402 '../ui/views/test/test_views_delegate.cc',
403 ],
[email protected]6f637732012-01-19 03:15:34404 'conditions': [
405 ['OS=="mac"', {
406 'product_name': 'AuraShell',
407 'mac_bundle': 1,
408 'sources/': [
409 ['exclude', 'shell/shell_main_parts.cc'],
410 ],
411 'mac_bundle_resources': [
412 'shell/cocoa/app.icns',
413 'shell/cocoa/app-Info.plist',
414 'shell/cocoa/nibs/MainMenu.xib',
415 'shell/cocoa/nibs/RootWindow.xib',
416 '<(SHARED_INTERMEDIATE_DIR)/repack/chrome.pak',
417 '<!@pymod_do_main(repack_locales -o -g <(grit_out_dir) -s <(SHARED_INTERMEDIATE_DIR) -x <(SHARED_INTERMEDIATE_DIR) <(locales))',
418 ],
419 'mac_bundle_resources!': [
420 'shell/cocoa/app-Info.plist',
421 ],
422 'xcode_settings': {
423 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
424 },
425 }],
426 ],
[email protected]2a48ad62011-12-24 00:19:29427 },
[email protected]4e0e2b22012-02-01 10:45:51428 ],
[email protected]2a48ad62011-12-24 00:19:29429}