blob: b1891daed89a844125e2a9051c440a14d06e4498 [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]a0bd3fb2012-03-17 17:39:25126 'system/power/clock_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',
[email protected]e4a181cc2012-03-17 02:20:57185 'wm/resize_shadow.cc',
186 'wm/resize_shadow.h',
187 'wm/resize_shadow_controller.cc',
188 'wm/resize_shadow_controller.h',
[email protected]2a48ad62011-12-24 00:19:29189 'wm/root_window_event_filter.cc',
190 'wm/root_window_event_filter.h',
191 'wm/root_window_layout_manager.cc',
192 'wm/root_window_layout_manager.h',
193 'wm/shadow.cc',
194 'wm/shadow.h',
195 'wm/shadow_controller.cc',
196 'wm/shadow_controller.h',
197 'wm/shadow_types.cc',
198 'wm/shadow_types.h',
199 'wm/shelf_layout_manager.cc',
200 'wm/shelf_layout_manager.h',
[email protected]2a48ad62011-12-24 00:19:29201 'wm/stacking_controller.cc',
202 'wm/stacking_controller.h',
203 'wm/status_area_layout_manager.cc',
204 'wm/status_area_layout_manager.h',
[email protected]2a48ad62011-12-24 00:19:29205 'wm/toplevel_window_event_filter.cc',
206 'wm/toplevel_window_event_filter.h',
[email protected]6aa614a2012-01-19 22:13:38207 'wm/video_detector.cc',
208 'wm/video_detector.h',
[email protected]ddd91e92012-01-27 16:03:48209 'wm/visibility_controller.cc',
210 'wm/visibility_controller.h',
[email protected]cad77b32012-01-19 06:23:04211 'wm/window_animations.cc',
[email protected]6aa614a2012-01-19 22:13:38212 'wm/window_animations.h',
[email protected]40c4cbb2012-01-10 23:26:07213 'wm/window_cycle_controller.cc',
214 'wm/window_cycle_controller.h',
[email protected]194ad1d2012-01-18 18:22:51215 'wm/window_cycle_list.cc',
216 'wm/window_cycle_list.h',
[email protected]2a48ad62011-12-24 00:19:29217 'wm/window_frame.cc',
218 'wm/window_frame.h',
[email protected]80373572012-01-06 23:14:30219 'wm/window_modality_controller.cc',
220 'wm/window_modality_controller.h',
[email protected]2a48ad62011-12-24 00:19:29221 'wm/window_properties.cc',
222 'wm/window_properties.h',
[email protected]1dfd4022012-02-15 04:36:43223 'wm/window_resizer.cc',
224 'wm/window_resizer.h',
[email protected]2a48ad62011-12-24 00:19:29225 'wm/window_util.cc',
226 'wm/window_util.h',
227 'wm/workspace_controller.cc',
228 'wm/workspace_controller.h',
[email protected]85d43f02012-03-14 21:11:19229 'wm/workspace/frame_maximize_button.cc',
230 'wm/workspace/frame_maximize_button.h',
[email protected]8818cb92012-02-10 21:29:37231 'wm/workspace/managed_workspace.cc',
232 'wm/workspace/managed_workspace.h',
233 'wm/workspace/maximized_workspace.cc',
234 'wm/workspace/maximized_workspace.h',
[email protected]ef4bb7452012-03-06 18:45:17235 'wm/workspace/multi_window_resize_controller.cc',
236 'wm/workspace/multi_window_resize_controller.h',
[email protected]edc844a2012-03-09 04:33:14237 'wm/workspace/phantom_window_controller.cc',
238 'wm/workspace/phantom_window_controller.h',
[email protected]8b61ffda2012-03-15 17:28:21239 'wm/workspace/snap_sizer.cc',
240 'wm/workspace/snap_sizer.h',
[email protected]2a48ad62011-12-24 00:19:29241 'wm/workspace/workspace.cc',
242 'wm/workspace/workspace.h',
[email protected]9633a9d22012-01-21 16:40:58243 'wm/workspace/workspace_event_filter.cc',
244 'wm/workspace/workspace_event_filter.h',
245 'wm/workspace/workspace_layout_manager.cc',
246 'wm/workspace/workspace_layout_manager.h',
[email protected]2a48ad62011-12-24 00:19:29247 'wm/workspace/workspace_manager.cc',
248 'wm/workspace/workspace_manager.h',
[email protected]5ae18722012-02-25 22:30:50249 'wm/workspace/workspace_window_resizer.cc',
250 'wm/workspace/workspace_window_resizer.h',
[email protected]2a48ad62011-12-24 00:19:29251 ],
[email protected]6e9f6aa2012-02-09 04:16:20252 'conditions': [
253 ['OS=="mac"', {
254 'sources/': [
255 ['exclude', 'accelerators/accelerator_controller.cc'],
256 ['exclude', 'accelerators/accelerator_controller.h'],
257 ['exclude', 'accelerators/accelerator_dispatcher.cc'],
258 ['exclude', 'accelerators/accelerator_dispatcher.h'],
259 ['exclude', 'accelerators/accelerator_filter.cc'],
260 ['exclude', 'accelerators/accelerator_filter.h'],
261 ['exclude', 'accelerators/nested_dispatcher_controller.cc'],
262 ['exclude', 'accelerators/nested_dispatcher_controller.h'],
263 ],
264 }],
265 ],
[email protected]2a48ad62011-12-24 00:19:29266 },
267 {
268 'target_name': 'aura_shell_unittests',
269 'type': 'executable',
270 'dependencies': [
271 '../base/base.gyp:base',
272 '../base/base.gyp:test_support_base',
273 '../chrome/chrome_resources.gyp:packed_resources',
274 '../build/temp_gyp/googleurl.gyp:googleurl',
275 '../skia/skia.gyp:skia',
276 '../testing/gtest.gyp:gtest',
277 '../third_party/icu/icu.gyp:icui18n',
278 '../third_party/icu/icu.gyp:icuuc',
279 '../ui/aura/aura.gyp:aura',
280 '../ui/aura/aura.gyp:test_support_aura',
[email protected]578c81b2012-01-27 07:25:02281 '../ui/gfx/compositor/compositor.gyp:compositor',
[email protected]2a48ad62011-12-24 00:19:29282 '../ui/gfx/compositor/compositor.gyp:compositor_test_support',
283 '../ui/ui.gyp:gfx_resources',
284 '../ui/ui.gyp:ui',
285 '../ui/ui.gyp:ui_resources',
286 '../ui/ui.gyp:ui_resources_standard',
287 '../ui/views/views.gyp:views',
288 'ash',
289 ],
290 'sources': [
[email protected]5eae7162012-01-04 00:31:02291 '../ui/views/test/test_views_delegate.cc',
292 '../ui/views/test/test_views_delegate.h',
[email protected]2a48ad62011-12-24 00:19:29293 'accelerators/accelerator_controller_unittest.cc',
[email protected]47460f92012-01-21 16:15:13294 'accelerators/accelerator_filter_unittest.cc',
[email protected]5985fa32012-03-02 04:44:04295 'accelerators/nested_dispatcher_controller_unittest.cc',
[email protected]2a48ad62011-12-24 00:19:29296 'drag_drop/drag_drop_controller_unittest.cc',
[email protected]df1c9862012-02-27 10:37:31297 'focus_cycler_unittest.cc',
[email protected]2c456102011-12-26 06:26:34298 'ime/input_method_event_filter_unittest.cc',
[email protected]2a48ad62011-12-24 00:19:29299 'launcher/launcher_model_unittest.cc',
300 'launcher/launcher_unittest.cc',
301 'launcher/view_model_unittest.cc',
302 'launcher/view_model_utils_unittest.cc',
303 'shell_unittest.cc',
304 'test/ash_unittests.cc',
[email protected]1dd1c1b2012-02-17 22:04:47305 'test/ash_test_base.cc',
306 'test/ash_test_base.h',
[email protected]2a48ad62011-12-24 00:19:29307 'test/test_activation_delegate.cc',
308 'test/test_activation_delegate.h',
309 'test/test_shell_delegate.cc',
310 'test/test_shell_delegate.h',
311 'test/test_suite.cc',
312 'test/test_suite.h',
[email protected]a0fea7e2012-01-30 17:43:33313 'test/test_suite_init.h',
314 'test/test_suite_init.mm',
[email protected]2a48ad62011-12-24 00:19:29315 'tooltips/tooltip_controller_unittest.cc',
316 'wm/activation_controller_unittest.cc',
[email protected]fc7b7442012-01-18 23:57:05317 'wm/base_layout_manager_unittest.cc',
[email protected]2a48ad62011-12-24 00:19:29318 'wm/image_grid_unittest.cc',
[email protected]6b854932012-02-04 16:44:27319 'wm/panel_layout_manager_unittest.cc',
[email protected]e0d22e82012-01-04 00:46:57320 'wm/power_button_controller_unittest.cc',
[email protected]2a48ad62011-12-24 00:19:29321 'wm/root_window_event_filter_unittest.cc',
322 'wm/shadow_controller_unittest.cc',
323 'wm/shelf_layout_manager_unittest.cc',
[email protected]6b854932012-02-04 16:44:27324 'wm/system_modal_container_layout_manager_unittest.cc',
[email protected]2a48ad62011-12-24 00:19:29325 'wm/toplevel_window_event_filter_unittest.cc',
[email protected]6aa614a2012-01-19 22:13:38326 'wm/video_detector_unittest.cc',
[email protected]ddd91e92012-01-27 16:03:48327 'wm/visibility_controller_unittest.cc',
[email protected]40c4cbb2012-01-10 23:26:07328 'wm/window_cycle_controller_unittest.cc',
[email protected]80373572012-01-06 23:14:30329 'wm/window_modality_controller_unittest.cc',
[email protected]52b81872012-03-19 14:25:18330 'wm/workspace_controller_test_helper.cc',
331 'wm/workspace_controller_test_helper.h',
332 'wm/workspace/multi_window_resize_controller_unittest.cc',
333 'wm/workspace/workspace_event_filter_test_helper.cc',
334 'wm/workspace/workspace_event_filter_test_helper.h',
[email protected]5985fa32012-03-02 04:44:04335 'wm/workspace/workspace_event_filter_unittest.cc',
[email protected]6de3a0112012-02-04 03:57:50336 'wm/workspace/workspace_manager_unittest.cc',
[email protected]5ae18722012-02-25 22:30:50337 'wm/workspace/workspace_window_resizer_unittest.cc',
[email protected]2a48ad62011-12-24 00:19:29338
339 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc',
340 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc',
341 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standard.rc',
342 ],
343 'conditions': [
[email protected]2c456102011-12-26 06:26:34344 ['use_ibus==1', {
345 'dependencies': [
346 '../build/linux/system.gyp:ibus',
347 ],
348 }],
[email protected]df1c9862012-02-27 10:37:31349 ['OS=="win"', {
350 # TODO(zork): fix this test to build on Windows. See: crosbug.com/26906
351 'sources/': [
352 ['exclude', 'focus_cycler_unittest.cc'],
353 ],
354 }],
[email protected]03decaa12012-01-25 15:53:15355 ['OS=="mac"', {
356 'sources/': [
[email protected]6e9f6aa2012-02-09 04:16:20357 ['exclude', 'accelerators/accelerator_controller_unittest.cc'],
[email protected]a0fea7e2012-01-30 17:43:33358 ['exclude', 'accelerators/accelerator_filter_unittest.cc'],
[email protected]90a81712012-02-29 05:47:26359 ['exclude', 'accelerators/nested_dispatcher_controller_unittest.cc'],
[email protected]03decaa12012-01-25 15:53:15360 ['exclude', 'drag_drop/drag_drop_controller_unittest.cc'],
[email protected]a0fea7e2012-01-30 17:43:33361 ['exclude', 'tooltips/tooltip_controller_unittest.cc'],
[email protected]03decaa12012-01-25 15:53:15362 ],
[email protected]a0fea7e2012-01-30 17:43:33363 'dependencies': [
364 # Mac tests access resources via the 'AuraShell.app' directory.
365 'ash_shell',
366 ],
367 # Special linker instructions that avoids stripping Obj-C classes that
368 # are not referenced in code, but are referenced in nibs.
369 'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-ObjC']},
[email protected]03decaa12012-01-25 15:53:15370 }],
[email protected]2a48ad62011-12-24 00:19:29371 ],
372 },
373 {
374 'target_name': 'ash_shell',
375 'type': 'executable',
376 'dependencies': [
377 '../base/base.gyp:base',
378 '../base/base.gyp:base_i18n',
379 '../chrome/chrome_resources.gyp:packed_resources',
380 '../skia/skia.gyp:skia',
381 '../third_party/icu/icu.gyp:icui18n',
382 '../third_party/icu/icu.gyp:icuuc',
383 '../ui/aura/aura.gyp:aura',
384 '../ui/gfx/compositor/compositor.gyp:compositor',
385 '../ui/gfx/compositor/compositor.gyp:compositor_test_support',
386 '../ui/ui.gyp:gfx_resources',
387 '../ui/ui.gyp:ui',
388 '../ui/ui.gyp:ui_resources',
389 '../ui/ui.gyp:ui_resources_standard',
390 '../ui/views/views.gyp:views',
391 '../ui/views/views.gyp:views_examples_lib',
392 'ash',
393 ],
394 'sources': [
395 'shell/app_list.cc',
396 'shell/bubble.cc',
397 'shell/example_factory.h',
398 'shell/lock_view.cc',
[email protected]6b854932012-02-04 16:44:27399 'shell/panel_window.cc',
400 'shell/panel_window.h',
[email protected]2a48ad62011-12-24 00:19:29401 'shell/shell_main.cc',
[email protected]b72dfb242012-01-18 00:04:18402 'shell/shell_main_parts.cc',
[email protected]a0fea7e2012-01-30 17:43:33403 'shell/shell_main_parts.h',
[email protected]b72dfb242012-01-18 00:04:18404 'shell/shell_main_parts_mac.mm',
[email protected]2a48ad62011-12-24 00:19:29405 'shell/toplevel_window.cc',
406 'shell/toplevel_window.h',
407 'shell/widgets.cc',
408 'shell/window_type_launcher.cc',
409 'shell/window_type_launcher.h',
410 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc',
411 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standard.rc',
412 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc',
413 '../ui/views/test/test_views_delegate.cc',
414 ],
[email protected]6f637732012-01-19 03:15:34415 'conditions': [
416 ['OS=="mac"', {
417 'product_name': 'AuraShell',
418 'mac_bundle': 1,
419 'sources/': [
420 ['exclude', 'shell/shell_main_parts.cc'],
421 ],
422 'mac_bundle_resources': [
423 'shell/cocoa/app.icns',
424 'shell/cocoa/app-Info.plist',
425 'shell/cocoa/nibs/MainMenu.xib',
426 'shell/cocoa/nibs/RootWindow.xib',
427 '<(SHARED_INTERMEDIATE_DIR)/repack/chrome.pak',
428 '<!@pymod_do_main(repack_locales -o -g <(grit_out_dir) -s <(SHARED_INTERMEDIATE_DIR) -x <(SHARED_INTERMEDIATE_DIR) <(locales))',
429 ],
430 'mac_bundle_resources!': [
431 'shell/cocoa/app-Info.plist',
432 ],
433 'xcode_settings': {
434 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
435 },
436 }],
437 ],
[email protected]2a48ad62011-12-24 00:19:29438 },
[email protected]4e0e2b22012-02-01 10:45:51439 ],
[email protected]2a48ad62011-12-24 00:19:29440}