[email protected] | 5eae716 | 2012-01-04 00:31:02 | [diff] [blame] | 1 | # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 2 | # 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] | 6f63773 | 2012-01-19 03:15:34 | [diff] [blame] | 8 | 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 9 | }, |
| 10 | |
| 11 | 'targets': [ |
| 12 | { |
| 13 | 'target_name': 'ash', |
| 14 | 'type': '<(component)', |
| 15 | 'dependencies': [ |
[email protected] | 2b1fbb9d | 2012-02-08 07:30:51 | [diff] [blame] | 16 | 'ash_strings.gyp:ash_strings', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 17 | '../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] | 24af497 | 2012-05-04 19:42:18 | [diff] [blame] | 21 | '../content/content.gyp:content', |
| 22 | '../content/content.gyp:content_browser', |
| 23 | '../ipc/ipc.gyp:ipc', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 24 | '../net/net.gyp:net', |
| 25 | '../skia/skia.gyp:skia', |
| 26 | '../third_party/icu/icu.gyp:icui18n', |
| 27 | '../third_party/icu/icu.gyp:icuuc', |
[email protected] | 0039db9 | 2012-05-09 04:11:45 | [diff] [blame] | 28 | '../ui/app_list/app_list.gyp:app_list', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 29 | '../ui/aura/aura.gyp:aura', |
| 30 | '../ui/base/strings/ui_strings.gyp:ui_strings', |
[email protected] | 116302fc | 2012-05-05 21:45:41 | [diff] [blame] | 31 | '../ui/compositor/compositor.gyp:compositor', |
[email protected] | 3cd198a2 | 2012-03-12 20:38:01 | [diff] [blame] | 32 | '../ui/oak/oak.gyp:oak', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 33 | '../ui/ui.gyp:ui', |
| 34 | '../ui/ui.gyp:ui_resources', |
| 35 | '../ui/ui.gyp:ui_resources_standard', |
| 36 | '../ui/views/views.gyp:views', |
| 37 | ], |
| 38 | 'defines': [ |
| 39 | 'ASH_IMPLEMENTATION', |
| 40 | ], |
| 41 | 'sources': [ |
| 42 | # All .cc, .h under ash, except unittests |
| 43 | 'accelerators/accelerator_controller.cc', |
| 44 | 'accelerators/accelerator_controller.h', |
[email protected] | 6e9f6aa | 2012-02-09 04:16:20 | [diff] [blame] | 45 | 'accelerators/accelerator_dispatcher.cc', |
| 46 | 'accelerators/accelerator_dispatcher.h', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 47 | 'accelerators/accelerator_filter.cc', |
| 48 | 'accelerators/accelerator_filter.h', |
[email protected] | 07a3c3fa | 2012-03-09 03:55:34 | [diff] [blame] | 49 | 'accelerators/accelerator_table.cc', |
| 50 | 'accelerators/accelerator_table.h', |
[email protected] | e7293fa | 2012-05-17 04:42:33 | [diff] [blame] | 51 | 'accelerators/focus_manager_factory.cc', |
| 52 | 'accelerators/focus_manager_factory.h', |
[email protected] | 6e9f6aa | 2012-02-09 04:16:20 | [diff] [blame] | 53 | 'accelerators/nested_dispatcher_controller.cc', |
| 54 | 'accelerators/nested_dispatcher_controller.h', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 55 | 'ash_switches.cc', |
| 56 | 'ash_switches.h', |
[email protected] | fb9a3559 | 2012-01-18 04:12:14 | [diff] [blame] | 57 | 'caps_lock_delegate.h', |
[email protected] | e70cf0ed | 2012-03-15 16:24:47 | [diff] [blame] | 58 | 'desktop_background/desktop_background_controller.cc', |
| 59 | 'desktop_background/desktop_background_controller.h', |
| 60 | 'desktop_background/desktop_background_resources.cc', |
| 61 | 'desktop_background/desktop_background_resources.h', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 62 | 'desktop_background/desktop_background_view.cc', |
| 63 | 'desktop_background/desktop_background_view.h', |
| 64 | 'drag_drop/drag_drop_controller.cc', |
| 65 | 'drag_drop/drag_drop_controller.h', |
| 66 | 'drag_drop/drag_image_view.cc', |
| 67 | 'drag_drop/drag_image_view.h', |
[email protected] | 3d29912a | 2012-02-07 07:41:51 | [diff] [blame] | 68 | 'focus_cycler.cc', |
| 69 | 'focus_cycler.h', |
[email protected] | 42f06f9 | 2012-03-27 00:57:57 | [diff] [blame] | 70 | 'key_rewriter_delegate.h', |
[email protected] | a160baec | 2012-03-21 20:52:15 | [diff] [blame] | 71 | 'launcher/background_animator.cc', |
| 72 | 'launcher/background_animator.h', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 73 | 'launcher/launcher.cc', |
| 74 | 'launcher/launcher.h', |
[email protected] | 5544450 | 2012-05-10 15:43:53 | [diff] [blame] | 75 | 'launcher/launcher_alignment_menu.cc', |
| 76 | 'launcher/launcher_alignment_menu.h', |
[email protected] | a39a60e | 2012-03-10 00:40:06 | [diff] [blame] | 77 | 'launcher/launcher_button.cc', |
| 78 | 'launcher/launcher_button.h', |
[email protected] | 9628e0af | 2012-04-12 20:40:56 | [diff] [blame] | 79 | 'launcher/launcher_context_menu.cc', |
| 80 | 'launcher/launcher_context_menu.h', |
[email protected] | 16f2d3f | 2012-02-16 03:01:31 | [diff] [blame] | 81 | 'launcher/launcher_delegate.h', |
[email protected] | e2dced4 | 2012-04-20 01:52:42 | [diff] [blame] | 82 | 'launcher/launcher_icon_observer.h', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 83 | 'launcher/launcher_model.cc', |
| 84 | 'launcher/launcher_model.h', |
| 85 | 'launcher/launcher_model_observer.h', |
[email protected] | 20f8082 | 2012-05-10 01:22:40 | [diff] [blame] | 86 | 'launcher/launcher_navigator.cc', |
| 87 | 'launcher/launcher_navigator.h', |
[email protected] | cd80810 | 2012-01-12 02:42:21 | [diff] [blame] | 88 | 'launcher/launcher_types.cc', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 89 | 'launcher/launcher_types.h', |
| 90 | 'launcher/launcher_view.cc', |
| 91 | 'launcher/launcher_view.h', |
| 92 | 'launcher/tabbed_launcher_button.cc', |
| 93 | 'launcher/tabbed_launcher_button.h', |
[email protected] | c1c67017 | 2012-04-26 04:20:26 | [diff] [blame] | 94 | 'magnifier/magnification_controller.cc', |
| 95 | 'magnifier/magnification_controller.h', |
[email protected] | e050ef14 | 2012-03-21 01:04:24 | [diff] [blame] | 96 | 'monitor/monitor_controller.cc', |
| 97 | 'monitor/monitor_controller.h', |
| 98 | 'monitor/multi_monitor_manager.cc', |
| 99 | 'monitor/multi_monitor_manager.h', |
| 100 | 'monitor/secondary_monitor_view.cc', |
| 101 | 'monitor/secondary_monitor_view.h', |
[email protected] | 1a2145b | 2012-03-13 21:09:17 | [diff] [blame] | 102 | 'screen_ash.cc', |
| 103 | 'screen_ash.h', |
[email protected] | 24af497 | 2012-05-04 19:42:18 | [diff] [blame] | 104 | 'screensaver/screensaver_view.cc', |
| 105 | 'screensaver/screensaver_view.h', |
[email protected] | c52de637 | 2012-01-18 05:24:57 | [diff] [blame] | 106 | 'screenshot_delegate.h', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 107 | 'shell.cc', |
| 108 | 'shell.h', |
[email protected] | 0cfc18e | 2012-04-11 18:17:47 | [diff] [blame] | 109 | 'shell_context_menu.cc', |
| 110 | 'shell_context_menu.h', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 111 | 'shell_delegate.h', |
| 112 | 'shell_factory.h', |
| 113 | 'shell_window_ids.h', |
[email protected] | e9c869e | 2012-03-14 22:10:34 | [diff] [blame] | 114 | 'system/audio/audio_observer.h', |
[email protected] | bfb41131 | 2012-02-27 20:59:27 | [diff] [blame] | 115 | 'system/audio/tray_volume.cc', |
| 116 | 'system/audio/tray_volume.h', |
[email protected] | 8d78ad0e | 2012-03-21 18:10:47 | [diff] [blame] | 117 | 'system/bluetooth/bluetooth_observer.h', |
| 118 | 'system/bluetooth/tray_bluetooth.cc', |
| 119 | 'system/bluetooth/tray_bluetooth.h', |
[email protected] | e9c869e | 2012-03-14 22:10:34 | [diff] [blame] | 120 | 'system/brightness/brightness_observer.h', |
[email protected] | 75fdbc09 | 2012-02-27 23:04:28 | [diff] [blame] | 121 | 'system/brightness/brightness_control_delegate.h', |
| 122 | 'system/brightness/tray_brightness.cc', |
| 123 | 'system/brightness/tray_brightness.h', |
[email protected] | 83a1241e | 2012-03-21 19:09:53 | [diff] [blame] | 124 | 'system/date/clock_observer.h', |
| 125 | 'system/date/date_view.cc', |
| 126 | 'system/date/date_view.h', |
| 127 | 'system/date/tray_date.cc', |
| 128 | 'system/date/tray_date.h', |
[email protected] | cb09f6a | 2012-05-02 01:19:45 | [diff] [blame] | 129 | 'system/drive/drive_observer.h', |
| 130 | 'system/drive/tray_drive.cc', |
| 131 | 'system/drive/tray_drive.h', |
[email protected] | d5e28a3 | 2012-03-20 23:00:38 | [diff] [blame] | 132 | 'system/ime/ime_observer.h', |
| 133 | 'system/ime/tray_ime.cc', |
| 134 | 'system/ime/tray_ime.h', |
[email protected] | 56dbdd0 | 2012-05-17 18:48:37 | [diff] [blame^] | 135 | 'system/locale/tray_locale.cc', |
| 136 | 'system/locale/tray_locale.h', |
[email protected] | e9c869e | 2012-03-14 22:10:34 | [diff] [blame] | 137 | 'system/network/network_observer.h', |
[email protected] | f5f2d897 | 2012-03-10 00:18:17 | [diff] [blame] | 138 | 'system/network/tray_network.cc', |
| 139 | 'system/network/tray_network.h', |
[email protected] | b3dda04b | 2012-05-17 16:20:49 | [diff] [blame] | 140 | 'system/network/tray_sms.cc', |
| 141 | 'system/network/tray_sms.h', |
[email protected] | e9c869e | 2012-03-14 22:10:34 | [diff] [blame] | 142 | 'system/power/power_status_observer.h', |
[email protected] | f7f06ea | 2012-03-02 18:30:50 | [diff] [blame] | 143 | 'system/power/power_supply_status.cc', |
| 144 | 'system/power/power_supply_status.h', |
[email protected] | 83a1241e | 2012-03-21 19:09:53 | [diff] [blame] | 145 | 'system/power/tray_power.cc', |
| 146 | 'system/power/tray_power.h', |
[email protected] | bfb41131 | 2012-02-27 20:59:27 | [diff] [blame] | 147 | 'system/settings/tray_settings.cc', |
| 148 | 'system/settings/tray_settings.h', |
| 149 | 'system/tray/system_tray.cc', |
| 150 | 'system/tray/system_tray.h', |
[email protected] | b26aefb | 2012-05-09 22:37:24 | [diff] [blame] | 151 | 'system/tray/system_tray_bubble.cc', |
| 152 | 'system/tray/system_tray_bubble.h', |
[email protected] | cb09f6a | 2012-05-02 01:19:45 | [diff] [blame] | 153 | 'system/tray/system_tray_delegate.cc', |
[email protected] | bfb41131 | 2012-02-27 20:59:27 | [diff] [blame] | 154 | 'system/tray/system_tray_delegate.h', |
| 155 | 'system/tray/system_tray_item.cc', |
| 156 | 'system/tray/system_tray_item.h', |
[email protected] | 860f594 | 2012-04-24 16:11:39 | [diff] [blame] | 157 | 'system/tray/system_tray_widget_delegate.cc', |
| 158 | 'system/tray/system_tray_widget_delegate.h', |
[email protected] | 72f05d6 | 2012-03-05 22:36:49 | [diff] [blame] | 159 | 'system/tray/tray_constants.cc', |
| 160 | 'system/tray/tray_constants.h', |
[email protected] | 7345d05 | 2012-05-15 16:09:08 | [diff] [blame] | 161 | 'system/tray/tray_details_view.cc', |
| 162 | 'system/tray/tray_details_view.h', |
[email protected] | 60d4167c | 2012-03-04 18:45:15 | [diff] [blame] | 163 | 'system/tray/tray_empty.cc', |
| 164 | 'system/tray/tray_empty.h', |
[email protected] | 31a5e31 | 2012-03-19 16:23:14 | [diff] [blame] | 165 | 'system/tray/tray_image_item.cc', |
| 166 | 'system/tray/tray_image_item.h', |
[email protected] | 8d78ad0e | 2012-03-21 18:10:47 | [diff] [blame] | 167 | 'system/tray/tray_item_more.cc', |
| 168 | 'system/tray/tray_item_more.h', |
[email protected] | 5d1491d | 2012-04-23 21:51:00 | [diff] [blame] | 169 | 'system/tray/tray_item_view.cc', |
| 170 | 'system/tray/tray_item_view.h', |
[email protected] | 8d78ad0e | 2012-03-21 18:10:47 | [diff] [blame] | 171 | 'system/tray/tray_views.cc', |
| 172 | 'system/tray/tray_views.h', |
[email protected] | 31a5e31 | 2012-03-19 16:23:14 | [diff] [blame] | 173 | 'system/tray_accessibility.cc', |
| 174 | 'system/tray_accessibility.h', |
| 175 | 'system/tray_caps_lock.cc', |
| 176 | 'system/tray_caps_lock.h', |
[email protected] | 024a03b | 2012-03-28 04:05:53 | [diff] [blame] | 177 | 'system/tray_update.cc', |
| 178 | 'system/tray_update.h', |
[email protected] | eac76c6 | 2012-03-03 15:19:56 | [diff] [blame] | 179 | 'system/user/login_status.h', |
| 180 | 'system/user/tray_user.cc', |
| 181 | 'system/user/tray_user.h', |
[email protected] | e9c869e | 2012-03-14 22:10:34 | [diff] [blame] | 182 | 'system/user/update_observer.h', |
[email protected] | a97e15ac | 2012-03-20 15:52:23 | [diff] [blame] | 183 | 'system/user/user_observer.h', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 184 | 'tooltips/tooltip_controller.cc', |
| 185 | 'tooltips/tooltip_controller.h', |
[email protected] | 7307474 | 2012-05-17 01:44:41 | [diff] [blame] | 186 | 'touch/touch_observer_hud.cc', |
| 187 | 'touch/touch_observer_hud.h', |
[email protected] | 16f05f4 | 2012-02-06 19:24:50 | [diff] [blame] | 188 | 'volume_control_delegate.h', |
[email protected] | 0039db9 | 2012-05-09 04:11:45 | [diff] [blame] | 189 | 'wm/app_list_controller.cc', |
| 190 | 'wm/app_list_controller.h', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 191 | 'wm/activation_controller.cc', |
| 192 | 'wm/activation_controller.h', |
| 193 | 'wm/always_on_top_controller.cc', |
| 194 | 'wm/always_on_top_controller.h', |
[email protected] | fc7b744 | 2012-01-18 23:57:05 | [diff] [blame] | 195 | 'wm/base_layout_manager.cc', |
| 196 | 'wm/base_layout_manager.h', |
[email protected] | 9d4d171 | 2012-03-06 06:55:25 | [diff] [blame] | 197 | 'wm/custom_frame_view_ash.cc', |
| 198 | 'wm/custom_frame_view_ash.h', |
[email protected] | 2222892 | 2012-03-05 15:04:49 | [diff] [blame] | 199 | 'wm/default_window_resizer.cc', |
| 200 | 'wm/default_window_resizer.h', |
[email protected] | 57b8bb35 | 2012-01-11 05:11:46 | [diff] [blame] | 201 | 'wm/dialog_frame_view.cc', |
| 202 | 'wm/dialog_frame_view.h', |
[email protected] | 262f8bd | 2012-03-23 19:30:27 | [diff] [blame] | 203 | 'wm/event_client_impl.cc', |
| 204 | 'wm/event_client_impl.h', |
[email protected] | 9d4d171 | 2012-03-06 06:55:25 | [diff] [blame] | 205 | 'wm/frame_painter.cc', |
| 206 | 'wm/frame_painter.h', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 207 | 'wm/image_grid.cc', |
| 208 | 'wm/image_grid.h', |
[email protected] | 42f06f9 | 2012-03-27 00:57:57 | [diff] [blame] | 209 | 'wm/key_rewriter_event_filter.cc', |
| 210 | 'wm/key_rewriter_event_filter.h', |
[email protected] | 5229504 | 2012-02-08 02:02:59 | [diff] [blame] | 211 | 'wm/panel_frame_view.cc', |
| 212 | 'wm/panel_frame_view.h', |
[email protected] | 6b85493 | 2012-02-04 16:44:27 | [diff] [blame] | 213 | 'wm/panel_layout_manager.cc', |
| 214 | 'wm/panel_layout_manager.h', |
[email protected] | 0540b17 | 2012-02-16 21:01:07 | [diff] [blame] | 215 | 'wm/panel_window_event_filter.cc', |
| 216 | 'wm/panel_window_event_filter.h', |
[email protected] | 0b0b074 | 2012-02-16 13:23:45 | [diff] [blame] | 217 | 'wm/partial_screenshot_event_filter.cc', |
| 218 | 'wm/partial_screenshot_event_filter.h', |
| 219 | 'wm/partial_screenshot_view.cc', |
| 220 | 'wm/partial_screenshot_view.h', |
[email protected] | 09f3fc8 | 2012-03-26 23:26:56 | [diff] [blame] | 221 | 'wm/shelf_auto_hide_behavior.h', |
[email protected] | 435b212e | 2012-04-05 19:43:37 | [diff] [blame] | 222 | 'wm/system_gesture_event_filter.cc', |
| 223 | 'wm/system_gesture_event_filter.h', |
[email protected] | e871f1a0 | 2012-01-18 20:03:46 | [diff] [blame] | 224 | 'wm/system_modal_container_layout_manager.cc', |
| 225 | 'wm/system_modal_container_layout_manager.h', |
| 226 | 'wm/system_modal_container_event_filter.cc', |
| 227 | 'wm/system_modal_container_event_filter.h', |
| 228 | 'wm/system_modal_container_event_filter_delegate.h', |
[email protected] | e0d22e8 | 2012-01-04 00:46:57 | [diff] [blame] | 229 | 'wm/power_button_controller.cc', |
| 230 | 'wm/power_button_controller.h', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 231 | 'wm/property_util.cc', |
| 232 | 'wm/property_util.h', |
[email protected] | e4a181cc | 2012-03-17 02:20:57 | [diff] [blame] | 233 | 'wm/resize_shadow.cc', |
| 234 | 'wm/resize_shadow.h', |
| 235 | 'wm/resize_shadow_controller.cc', |
| 236 | 'wm/resize_shadow_controller.h', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 237 | 'wm/root_window_layout_manager.cc', |
| 238 | 'wm/root_window_layout_manager.h', |
[email protected] | 5924a0b | 2012-04-27 17:02:28 | [diff] [blame] | 239 | 'wm/scoped_observer.h', |
[email protected] | 4299321 | 2012-04-30 23:42:04 | [diff] [blame] | 240 | 'wm/screen_dimmer.cc', |
| 241 | 'wm/screen_dimmer.h', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 242 | 'wm/shadow.cc', |
| 243 | 'wm/shadow.h', |
| 244 | 'wm/shadow_controller.cc', |
| 245 | 'wm/shadow_controller.h', |
| 246 | 'wm/shadow_types.cc', |
| 247 | 'wm/shadow_types.h', |
| 248 | 'wm/shelf_layout_manager.cc', |
| 249 | 'wm/shelf_layout_manager.h', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 250 | 'wm/stacking_controller.cc', |
| 251 | 'wm/stacking_controller.h', |
| 252 | 'wm/status_area_layout_manager.cc', |
| 253 | 'wm/status_area_layout_manager.h', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 254 | 'wm/toplevel_window_event_filter.cc', |
| 255 | 'wm/toplevel_window_event_filter.h', |
[email protected] | 6aa614a | 2012-01-19 22:13:38 | [diff] [blame] | 256 | 'wm/video_detector.cc', |
| 257 | 'wm/video_detector.h', |
[email protected] | ddd91e9 | 2012-01-27 16:03:48 | [diff] [blame] | 258 | 'wm/visibility_controller.cc', |
| 259 | 'wm/visibility_controller.h', |
[email protected] | cad77b3 | 2012-01-19 06:23:04 | [diff] [blame] | 260 | 'wm/window_animations.cc', |
[email protected] | 6aa614a | 2012-01-19 22:13:38 | [diff] [blame] | 261 | 'wm/window_animations.h', |
[email protected] | 40c4cbb | 2012-01-10 23:26:07 | [diff] [blame] | 262 | 'wm/window_cycle_controller.cc', |
| 263 | 'wm/window_cycle_controller.h', |
[email protected] | 194ad1d | 2012-01-18 18:22:51 | [diff] [blame] | 264 | 'wm/window_cycle_list.cc', |
| 265 | 'wm/window_cycle_list.h', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 266 | 'wm/window_frame.cc', |
| 267 | 'wm/window_frame.h', |
[email protected] | 8037357 | 2012-01-06 23:14:30 | [diff] [blame] | 268 | 'wm/window_modality_controller.cc', |
| 269 | 'wm/window_modality_controller.h', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 270 | 'wm/window_properties.cc', |
| 271 | 'wm/window_properties.h', |
[email protected] | 1dfd402 | 2012-02-15 04:36:43 | [diff] [blame] | 272 | 'wm/window_resizer.cc', |
| 273 | 'wm/window_resizer.h', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 274 | 'wm/window_util.cc', |
| 275 | 'wm/window_util.h', |
| 276 | 'wm/workspace_controller.cc', |
| 277 | 'wm/workspace_controller.h', |
[email protected] | 85d43f0 | 2012-03-14 21:11:19 | [diff] [blame] | 278 | 'wm/workspace/frame_maximize_button.cc', |
| 279 | 'wm/workspace/frame_maximize_button.h', |
[email protected] | 8818cb9 | 2012-02-10 21:29:37 | [diff] [blame] | 280 | 'wm/workspace/managed_workspace.cc', |
| 281 | 'wm/workspace/managed_workspace.h', |
| 282 | 'wm/workspace/maximized_workspace.cc', |
| 283 | 'wm/workspace/maximized_workspace.h', |
[email protected] | ef4bb745 | 2012-03-06 18:45:17 | [diff] [blame] | 284 | 'wm/workspace/multi_window_resize_controller.cc', |
| 285 | 'wm/workspace/multi_window_resize_controller.h', |
[email protected] | edc844a | 2012-03-09 04:33:14 | [diff] [blame] | 286 | 'wm/workspace/phantom_window_controller.cc', |
| 287 | 'wm/workspace/phantom_window_controller.h', |
[email protected] | 8b61ffda | 2012-03-15 17:28:21 | [diff] [blame] | 288 | 'wm/workspace/snap_sizer.cc', |
| 289 | 'wm/workspace/snap_sizer.h', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 290 | 'wm/workspace/workspace.cc', |
| 291 | 'wm/workspace/workspace.h', |
[email protected] | 9633a9d2 | 2012-01-21 16:40:58 | [diff] [blame] | 292 | 'wm/workspace/workspace_event_filter.cc', |
| 293 | 'wm/workspace/workspace_event_filter.h', |
| 294 | 'wm/workspace/workspace_layout_manager.cc', |
| 295 | 'wm/workspace/workspace_layout_manager.h', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 296 | 'wm/workspace/workspace_manager.cc', |
| 297 | 'wm/workspace/workspace_manager.h', |
[email protected] | 5ae1872 | 2012-02-25 22:30:50 | [diff] [blame] | 298 | 'wm/workspace/workspace_window_resizer.cc', |
| 299 | 'wm/workspace/workspace_window_resizer.h', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 300 | ], |
[email protected] | 6e9f6aa | 2012-02-09 04:16:20 | [diff] [blame] | 301 | 'conditions': [ |
| 302 | ['OS=="mac"', { |
| 303 | 'sources/': [ |
| 304 | ['exclude', 'accelerators/accelerator_controller.cc'], |
| 305 | ['exclude', 'accelerators/accelerator_controller.h'], |
| 306 | ['exclude', 'accelerators/accelerator_dispatcher.cc'], |
| 307 | ['exclude', 'accelerators/accelerator_dispatcher.h'], |
| 308 | ['exclude', 'accelerators/accelerator_filter.cc'], |
| 309 | ['exclude', 'accelerators/accelerator_filter.h'], |
| 310 | ['exclude', 'accelerators/nested_dispatcher_controller.cc'], |
| 311 | ['exclude', 'accelerators/nested_dispatcher_controller.h'], |
| 312 | ], |
| 313 | }], |
[email protected] | af4ac5de8 | 2012-04-05 00:50:27 | [diff] [blame] | 314 | ['chromeos==1', { |
| 315 | 'dependencies': [ |
| 316 | '../chromeos/chromeos.gyp:chromeos', |
| 317 | ], |
| 318 | }], |
[email protected] | 6e9f6aa | 2012-02-09 04:16:20 | [diff] [blame] | 319 | ], |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 320 | }, |
| 321 | { |
| 322 | 'target_name': 'aura_shell_unittests', |
| 323 | 'type': 'executable', |
| 324 | 'dependencies': [ |
| 325 | '../base/base.gyp:base', |
| 326 | '../base/base.gyp:test_support_base', |
| 327 | '../chrome/chrome_resources.gyp:packed_resources', |
[email protected] | 24af497 | 2012-05-04 19:42:18 | [diff] [blame] | 328 | '../content/content.gyp:content_browser', |
| 329 | '../content/content.gyp:test_support_content', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 330 | '../build/temp_gyp/googleurl.gyp:googleurl', |
| 331 | '../skia/skia.gyp:skia', |
| 332 | '../testing/gtest.gyp:gtest', |
| 333 | '../third_party/icu/icu.gyp:icui18n', |
| 334 | '../third_party/icu/icu.gyp:icuuc', |
| 335 | '../ui/aura/aura.gyp:aura', |
| 336 | '../ui/aura/aura.gyp:test_support_aura', |
[email protected] | 116302fc | 2012-05-05 21:45:41 | [diff] [blame] | 337 | '../ui/compositor/compositor.gyp:compositor', |
| 338 | '../ui/compositor/compositor.gyp:compositor_test_support', |
[email protected] | f75b44c | 2012-05-16 21:36:04 | [diff] [blame] | 339 | '../ui/ui.gyp:native_theme_resources', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 340 | '../ui/ui.gyp:ui', |
| 341 | '../ui/ui.gyp:ui_resources', |
| 342 | '../ui/ui.gyp:ui_resources_standard', |
| 343 | '../ui/views/views.gyp:views', |
[email protected] | 24af497 | 2012-05-04 19:42:18 | [diff] [blame] | 344 | '../ui/views/views.gyp:test_support_views', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 345 | 'ash', |
| 346 | ], |
| 347 | 'sources': [ |
[email protected] | 5eae716 | 2012-01-04 00:31:02 | [diff] [blame] | 348 | '../ui/views/test/test_views_delegate.cc', |
| 349 | '../ui/views/test/test_views_delegate.h', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 350 | 'accelerators/accelerator_controller_unittest.cc', |
[email protected] | 47460f9 | 2012-01-21 16:15:13 | [diff] [blame] | 351 | 'accelerators/accelerator_filter_unittest.cc', |
[email protected] | 86bb87e4 | 2012-05-02 06:59:20 | [diff] [blame] | 352 | 'accelerators/accelerator_table_unittest.cc', |
[email protected] | 5985fa3 | 2012-03-02 04:44:04 | [diff] [blame] | 353 | 'accelerators/nested_dispatcher_controller_unittest.cc', |
[email protected] | 3f6ffb8f | 2012-04-27 23:33:48 | [diff] [blame] | 354 | 'dip_unittest.cc', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 355 | 'drag_drop/drag_drop_controller_unittest.cc', |
[email protected] | df1c986 | 2012-02-27 10:37:31 | [diff] [blame] | 356 | 'focus_cycler_unittest.cc', |
[email protected] | 9628e0af | 2012-04-12 20:40:56 | [diff] [blame] | 357 | 'launcher/launcher_context_menu_unittest.cc', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 358 | 'launcher/launcher_model_unittest.cc', |
[email protected] | 20f8082 | 2012-05-10 01:22:40 | [diff] [blame] | 359 | 'launcher/launcher_navigator_unittest.cc', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 360 | 'launcher/launcher_unittest.cc', |
[email protected] | e2dced4 | 2012-04-20 01:52:42 | [diff] [blame] | 361 | 'launcher/launcher_view_unittest.cc', |
[email protected] | b635b72 | 2012-03-23 17:15:00 | [diff] [blame] | 362 | 'monitor/multi_monitor_manager_unittest.cc', |
[email protected] | 24af497 | 2012-05-04 19:42:18 | [diff] [blame] | 363 | 'screensaver/screensaver_view_unittest.cc', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 364 | 'shell_unittest.cc', |
[email protected] | bad64ea | 2012-05-07 20:46:30 | [diff] [blame] | 365 | 'system/tray/system_tray_unittest.cc', |
[email protected] | 1dd1c1b | 2012-02-17 22:04:47 | [diff] [blame] | 366 | 'test/ash_test_base.cc', |
| 367 | 'test/ash_test_base.h', |
[email protected] | cec3dc4c | 2012-04-24 02:08:54 | [diff] [blame] | 368 | 'test/ash_unittests.cc', |
[email protected] | 150c02e | 2012-04-27 22:55:40 | [diff] [blame] | 369 | 'test/capture_tracking_view.cc', |
| 370 | 'test/capture_tracking_view.h', |
[email protected] | cec3dc4c | 2012-04-24 02:08:54 | [diff] [blame] | 371 | 'test/launcher_view_test_api.cc', |
| 372 | 'test/launcher_view_test_api.h', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 373 | 'test/test_activation_delegate.cc', |
| 374 | 'test/test_activation_delegate.h', |
[email protected] | e2dced4 | 2012-04-20 01:52:42 | [diff] [blame] | 375 | 'test/test_launcher_delegate.cc', |
| 376 | 'test/test_launcher_delegate.h', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 377 | 'test/test_shell_delegate.cc', |
| 378 | 'test/test_shell_delegate.h', |
| 379 | 'test/test_suite.cc', |
| 380 | 'test/test_suite.h', |
[email protected] | a0fea7e | 2012-01-30 17:43:33 | [diff] [blame] | 381 | 'test/test_suite_init.h', |
| 382 | 'test/test_suite_init.mm', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 383 | 'tooltips/tooltip_controller_unittest.cc', |
| 384 | 'wm/activation_controller_unittest.cc', |
[email protected] | fc7b744 | 2012-01-18 23:57:05 | [diff] [blame] | 385 | 'wm/base_layout_manager_unittest.cc', |
[email protected] | 8e4a538 | 2012-04-10 22:35:46 | [diff] [blame] | 386 | 'wm/frame_painter_unittest.cc', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 387 | 'wm/image_grid_unittest.cc', |
[email protected] | 6b85493 | 2012-02-04 16:44:27 | [diff] [blame] | 388 | 'wm/panel_layout_manager_unittest.cc', |
[email protected] | e0d22e8 | 2012-01-04 00:46:57 | [diff] [blame] | 389 | 'wm/power_button_controller_unittest.cc', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 390 | 'wm/root_window_event_filter_unittest.cc', |
[email protected] | 4299321 | 2012-04-30 23:42:04 | [diff] [blame] | 391 | 'wm/screen_dimmer_unittest.cc', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 392 | 'wm/shadow_controller_unittest.cc', |
| 393 | 'wm/shelf_layout_manager_unittest.cc', |
[email protected] | 435b212e | 2012-04-05 19:43:37 | [diff] [blame] | 394 | 'wm/system_gesture_event_filter_unittest.cc', |
[email protected] | 6b85493 | 2012-02-04 16:44:27 | [diff] [blame] | 395 | 'wm/system_modal_container_layout_manager_unittest.cc', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 396 | 'wm/toplevel_window_event_filter_unittest.cc', |
[email protected] | 6aa614a | 2012-01-19 22:13:38 | [diff] [blame] | 397 | 'wm/video_detector_unittest.cc', |
[email protected] | ddd91e9 | 2012-01-27 16:03:48 | [diff] [blame] | 398 | 'wm/visibility_controller_unittest.cc', |
[email protected] | 31e612f4 | 2012-03-27 04:41:17 | [diff] [blame] | 399 | 'wm/window_animations_unittest.cc', |
[email protected] | 40c4cbb | 2012-01-10 23:26:07 | [diff] [blame] | 400 | 'wm/window_cycle_controller_unittest.cc', |
[email protected] | 8037357 | 2012-01-06 23:14:30 | [diff] [blame] | 401 | 'wm/window_modality_controller_unittest.cc', |
[email protected] | 52b8187 | 2012-03-19 14:25:18 | [diff] [blame] | 402 | 'wm/workspace_controller_test_helper.cc', |
| 403 | 'wm/workspace_controller_test_helper.h', |
| 404 | 'wm/workspace/multi_window_resize_controller_unittest.cc', |
| 405 | 'wm/workspace/workspace_event_filter_test_helper.cc', |
| 406 | 'wm/workspace/workspace_event_filter_test_helper.h', |
[email protected] | 5985fa3 | 2012-03-02 04:44:04 | [diff] [blame] | 407 | 'wm/workspace/workspace_event_filter_unittest.cc', |
[email protected] | 6de3a011 | 2012-02-04 03:57:50 | [diff] [blame] | 408 | 'wm/workspace/workspace_manager_unittest.cc', |
[email protected] | 5ae1872 | 2012-02-25 22:30:50 | [diff] [blame] | 409 | 'wm/workspace/workspace_window_resizer_unittest.cc', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 410 | |
[email protected] | f75b44c | 2012-05-16 21:36:04 | [diff] [blame] | 411 | '<(SHARED_INTERMEDIATE_DIR)/ui/native_theme/native_theme_resources.rc', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 412 | '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', |
| 413 | '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standard.rc', |
| 414 | ], |
| 415 | 'conditions': [ |
[email protected] | 2c45610 | 2011-12-26 06:26:34 | [diff] [blame] | 416 | ['use_ibus==1', { |
| 417 | 'dependencies': [ |
| 418 | '../build/linux/system.gyp:ibus', |
| 419 | ], |
| 420 | }], |
[email protected] | df1c986 | 2012-02-27 10:37:31 | [diff] [blame] | 421 | ['OS=="win"', { |
| 422 | # TODO(zork): fix this test to build on Windows. See: crosbug.com/26906 |
| 423 | 'sources/': [ |
| 424 | ['exclude', 'focus_cycler_unittest.cc'], |
| 425 | ], |
| 426 | }], |
[email protected] | 03decaa1 | 2012-01-25 15:53:15 | [diff] [blame] | 427 | ['OS=="mac"', { |
| 428 | 'sources/': [ |
[email protected] | 6e9f6aa | 2012-02-09 04:16:20 | [diff] [blame] | 429 | ['exclude', 'accelerators/accelerator_controller_unittest.cc'], |
[email protected] | a0fea7e | 2012-01-30 17:43:33 | [diff] [blame] | 430 | ['exclude', 'accelerators/accelerator_filter_unittest.cc'], |
[email protected] | 90a8171 | 2012-02-29 05:47:26 | [diff] [blame] | 431 | ['exclude', 'accelerators/nested_dispatcher_controller_unittest.cc'], |
[email protected] | 03decaa1 | 2012-01-25 15:53:15 | [diff] [blame] | 432 | ['exclude', 'drag_drop/drag_drop_controller_unittest.cc'], |
[email protected] | a0fea7e | 2012-01-30 17:43:33 | [diff] [blame] | 433 | ['exclude', 'tooltips/tooltip_controller_unittest.cc'], |
[email protected] | 03decaa1 | 2012-01-25 15:53:15 | [diff] [blame] | 434 | ], |
[email protected] | a0fea7e | 2012-01-30 17:43:33 | [diff] [blame] | 435 | 'dependencies': [ |
| 436 | # Mac tests access resources via the 'AuraShell.app' directory. |
| 437 | 'ash_shell', |
| 438 | ], |
| 439 | # Special linker instructions that avoids stripping Obj-C classes that |
| 440 | # are not referenced in code, but are referenced in nibs. |
| 441 | 'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-ObjC']}, |
[email protected] | 03decaa1 | 2012-01-25 15:53:15 | [diff] [blame] | 442 | }], |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 443 | ], |
| 444 | }, |
| 445 | { |
| 446 | 'target_name': 'ash_shell', |
| 447 | 'type': 'executable', |
| 448 | 'dependencies': [ |
| 449 | '../base/base.gyp:base', |
| 450 | '../base/base.gyp:base_i18n', |
| 451 | '../chrome/chrome_resources.gyp:packed_resources', |
[email protected] | fa4a4583 | 2012-04-12 21:32:48 | [diff] [blame] | 452 | '../content/content.gyp:content_shell_lib', |
| 453 | '../content/content.gyp:content', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 454 | '../skia/skia.gyp:skia', |
| 455 | '../third_party/icu/icu.gyp:icui18n', |
| 456 | '../third_party/icu/icu.gyp:icuuc', |
[email protected] | 0039db9 | 2012-05-09 04:11:45 | [diff] [blame] | 457 | '../ui/app_list/app_list.gyp:app_list', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 458 | '../ui/aura/aura.gyp:aura', |
[email protected] | 116302fc | 2012-05-05 21:45:41 | [diff] [blame] | 459 | '../ui/compositor/compositor.gyp:compositor', |
| 460 | '../ui/compositor/compositor.gyp:compositor_test_support', |
[email protected] | f75b44c | 2012-05-16 21:36:04 | [diff] [blame] | 461 | '../ui/ui.gyp:native_theme_resources', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 462 | '../ui/ui.gyp:ui', |
| 463 | '../ui/ui.gyp:ui_resources', |
| 464 | '../ui/ui.gyp:ui_resources_standard', |
| 465 | '../ui/views/views.gyp:views', |
| 466 | '../ui/views/views.gyp:views_examples_lib', |
[email protected] | 24af497 | 2012-05-04 19:42:18 | [diff] [blame] | 467 | '../ui/views/views.gyp:test_support_views', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 468 | 'ash', |
| 469 | ], |
| 470 | 'sources': [ |
| 471 | 'shell/app_list.cc', |
| 472 | 'shell/bubble.cc', |
[email protected] | fa4a4583 | 2012-04-12 21:32:48 | [diff] [blame] | 473 | 'shell/content_client/shell_browser_main_parts.cc', |
| 474 | 'shell/content_client/shell_browser_main_parts.h', |
| 475 | 'shell/content_client/shell_content_browser_client.cc', |
| 476 | 'shell/content_client/shell_content_browser_client.h', |
| 477 | 'shell/content_client/shell_main_delegate.cc', |
| 478 | 'shell/content_client/shell_main_delegate.h', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 479 | 'shell/example_factory.h', |
[email protected] | 262f8bd | 2012-03-23 19:30:27 | [diff] [blame] | 480 | 'shell/launcher_delegate_impl.cc', |
| 481 | 'shell/launcher_delegate_impl.h', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 482 | 'shell/lock_view.cc', |
[email protected] | 6b85493 | 2012-02-04 16:44:27 | [diff] [blame] | 483 | 'shell/panel_window.cc', |
| 484 | 'shell/panel_window.h', |
[email protected] | 262f8bd | 2012-03-23 19:30:27 | [diff] [blame] | 485 | 'shell/shell_delegate_impl.cc', |
| 486 | 'shell/shell_delegate_impl.h', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 487 | 'shell/shell_main.cc', |
[email protected] | b72dfb24 | 2012-01-18 00:04:18 | [diff] [blame] | 488 | 'shell/shell_main_parts.cc', |
[email protected] | a0fea7e | 2012-01-30 17:43:33 | [diff] [blame] | 489 | 'shell/shell_main_parts.h', |
[email protected] | b72dfb24 | 2012-01-18 00:04:18 | [diff] [blame] | 490 | 'shell/shell_main_parts_mac.mm', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 491 | 'shell/toplevel_window.cc', |
| 492 | 'shell/toplevel_window.h', |
| 493 | 'shell/widgets.cc', |
| 494 | 'shell/window_type_launcher.cc', |
| 495 | 'shell/window_type_launcher.h', |
[email protected] | 262f8bd | 2012-03-23 19:30:27 | [diff] [blame] | 496 | 'shell/window_watcher.cc', |
| 497 | 'shell/window_watcher.h', |
[email protected] | f75b44c | 2012-05-16 21:36:04 | [diff] [blame] | 498 | '<(SHARED_INTERMEDIATE_DIR)/ui/native_theme/native_theme_resources.rc', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 499 | '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standard.rc', |
| 500 | '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', |
[email protected] | fa4a4583 | 2012-04-12 21:32:48 | [diff] [blame] | 501 | '../content/app/startup_helper_win.cc', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 502 | '../ui/views/test/test_views_delegate.cc', |
| 503 | ], |
[email protected] | 6f63773 | 2012-01-19 03:15:34 | [diff] [blame] | 504 | 'conditions': [ |
[email protected] | fa4a4583 | 2012-04-12 21:32:48 | [diff] [blame] | 505 | ['OS=="win"', { |
| 506 | 'msvs_settings': { |
| 507 | 'VCLinkerTool': { |
| 508 | 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS |
| 509 | }, |
| 510 | }, |
| 511 | 'dependencies': [ |
| 512 | '../sandbox/sandbox.gyp:sandbox', |
| 513 | ], |
| 514 | }], |
[email protected] | 6f63773 | 2012-01-19 03:15:34 | [diff] [blame] | 515 | ['OS=="mac"', { |
| 516 | 'product_name': 'AuraShell', |
| 517 | 'mac_bundle': 1, |
| 518 | 'sources/': [ |
| 519 | ['exclude', 'shell/shell_main_parts.cc'], |
| 520 | ], |
| 521 | 'mac_bundle_resources': [ |
| 522 | 'shell/cocoa/app.icns', |
| 523 | 'shell/cocoa/app-Info.plist', |
| 524 | 'shell/cocoa/nibs/MainMenu.xib', |
| 525 | 'shell/cocoa/nibs/RootWindow.xib', |
| 526 | '<(SHARED_INTERMEDIATE_DIR)/repack/chrome.pak', |
| 527 | '<!@pymod_do_main(repack_locales -o -g <(grit_out_dir) -s <(SHARED_INTERMEDIATE_DIR) -x <(SHARED_INTERMEDIATE_DIR) <(locales))', |
| 528 | ], |
| 529 | 'mac_bundle_resources!': [ |
| 530 | 'shell/cocoa/app-Info.plist', |
| 531 | ], |
| 532 | 'xcode_settings': { |
| 533 | 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', |
| 534 | }, |
| 535 | }], |
| 536 | ], |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 537 | }, |
[email protected] | 4e0e2b2 | 2012-02-01 10:45:51 | [diff] [blame] | 538 | ], |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 539 | } |