[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', |
| 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] | 3cd198a2 | 2012-03-12 20:38:01 | [diff] [blame] | 28 | '../ui/oak/oak.gyp:oak', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 29 | '../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] | 6e9f6aa | 2012-02-09 04:16:20 | [diff] [blame] | 41 | 'accelerators/accelerator_dispatcher.cc', |
| 42 | 'accelerators/accelerator_dispatcher.h', |
| 43 | 'accelerators/accelerator_dispatcher_linux.cc', |
| 44 | 'accelerators/accelerator_dispatcher_win.cc', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 45 | 'accelerators/accelerator_filter.cc', |
| 46 | 'accelerators/accelerator_filter.h', |
[email protected] | 07a3c3fa | 2012-03-09 03:55:34 | [diff] [blame] | 47 | 'accelerators/accelerator_table.cc', |
| 48 | 'accelerators/accelerator_table.h', |
[email protected] | 6e9f6aa | 2012-02-09 04:16:20 | [diff] [blame] | 49 | 'accelerators/nested_dispatcher_controller.cc', |
| 50 | 'accelerators/nested_dispatcher_controller.h', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 51 | 'app_list/app_list.cc', |
| 52 | 'app_list/app_list.h', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 53 | '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] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 58 | 'app_list/app_list_model.cc', |
| 59 | 'app_list/app_list_model.h', |
[email protected] | 41247fdc | 2012-03-02 16:12:40 | [diff] [blame] | 60 | 'app_list/app_list_model_view.cc', |
| 61 | 'app_list/app_list_model_view.h', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 62 | '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] | fb9a3559 | 2012-01-18 04:12:14 | [diff] [blame] | 69 | 'caps_lock_delegate.h', |
[email protected] | e70cf0ed | 2012-03-15 16:24:47 | [diff] [blame] | 70 | '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] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 74 | '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] | 3d29912a | 2012-02-07 07:41:51 | [diff] [blame] | 80 | 'focus_cycler.cc', |
| 81 | 'focus_cycler.h', |
[email protected] | 2c45610 | 2011-12-26 06:26:34 | [diff] [blame] | 82 | 'ime/event.cc', |
| 83 | 'ime/event.h', |
| 84 | 'ime/input_method_event_filter.cc', |
| 85 | 'ime/input_method_event_filter.h', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 86 | 'launcher/launcher.cc', |
| 87 | 'launcher/launcher.h', |
[email protected] | a39a60e | 2012-03-10 00:40:06 | [diff] [blame] | 88 | 'launcher/launcher_button.cc', |
| 89 | 'launcher/launcher_button.h', |
[email protected] | 16f2d3f | 2012-02-16 03:01:31 | [diff] [blame] | 90 | 'launcher/launcher_delegate.h', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 91 | 'launcher/launcher_model.cc', |
| 92 | 'launcher/launcher_model.h', |
| 93 | 'launcher/launcher_model_observer.h', |
[email protected] | cd80810 | 2012-01-12 02:42:21 | [diff] [blame] | 94 | 'launcher/launcher_types.cc', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 95 | 'launcher/launcher_types.h', |
| 96 | 'launcher/launcher_view.cc', |
| 97 | 'launcher/launcher_view.h', |
[email protected] | 194ad1d | 2012-01-18 18:22:51 | [diff] [blame] | 98 | 'launcher/launcher_window_cycler.cc', |
| 99 | 'launcher/launcher_window_cycler.h', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 100 | '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] | 1a2145b | 2012-03-13 21:09:17 | [diff] [blame] | 106 | 'screen_ash.cc', |
| 107 | 'screen_ash.h', |
[email protected] | c52de637 | 2012-01-18 05:24:57 | [diff] [blame] | 108 | 'screenshot_delegate.h', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 109 | '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] | e9c869e | 2012-03-14 22:10:34 | [diff] [blame] | 116 | 'system/audio/audio_observer.h', |
[email protected] | bfb41131 | 2012-02-27 20:59:27 | [diff] [blame] | 117 | 'system/audio/tray_volume.cc', |
| 118 | 'system/audio/tray_volume.h', |
[email protected] | e9c869e | 2012-03-14 22:10:34 | [diff] [blame] | 119 | 'system/brightness/brightness_observer.h', |
[email protected] | 75fdbc09 | 2012-02-27 23:04:28 | [diff] [blame] | 120 | 'system/brightness/brightness_control_delegate.h', |
| 121 | 'system/brightness/tray_brightness.cc', |
| 122 | 'system/brightness/tray_brightness.h', |
[email protected] | d5e28a3 | 2012-03-20 23:00:38 | [diff] [blame^] | 123 | 'system/ime/ime_observer.h', |
| 124 | 'system/ime/tray_ime.cc', |
| 125 | 'system/ime/tray_ime.h', |
[email protected] | e9c869e | 2012-03-14 22:10:34 | [diff] [blame] | 126 | 'system/network/network_observer.h', |
[email protected] | f5f2d897 | 2012-03-10 00:18:17 | [diff] [blame] | 127 | 'system/network/tray_network.cc', |
| 128 | 'system/network/tray_network.h', |
[email protected] | a0bd3fb | 2012-03-17 17:39:25 | [diff] [blame] | 129 | 'system/power/clock_observer.h', |
[email protected] | e9c869e | 2012-03-14 22:10:34 | [diff] [blame] | 130 | 'system/power/power_status_observer.h', |
[email protected] | f7f06ea | 2012-03-02 18:30:50 | [diff] [blame] | 131 | 'system/power/power_supply_status.cc', |
| 132 | 'system/power/power_supply_status.h', |
| 133 | 'system/power/tray_power_date.cc', |
| 134 | 'system/power/tray_power_date.h', |
[email protected] | bfb41131 | 2012-02-27 20:59:27 | [diff] [blame] | 135 | 'system/settings/tray_settings.cc', |
| 136 | 'system/settings/tray_settings.h', |
| 137 | 'system/tray/system_tray.cc', |
| 138 | 'system/tray/system_tray.h', |
| 139 | 'system/tray/system_tray_delegate.h', |
| 140 | 'system/tray/system_tray_item.cc', |
| 141 | 'system/tray/system_tray_item.h', |
[email protected] | 72f05d6 | 2012-03-05 22:36:49 | [diff] [blame] | 142 | 'system/tray/tray_constants.cc', |
| 143 | 'system/tray/tray_constants.h', |
[email protected] | 60d4167c | 2012-03-04 18:45:15 | [diff] [blame] | 144 | 'system/tray/tray_empty.cc', |
| 145 | 'system/tray/tray_empty.h', |
[email protected] | 31a5e31 | 2012-03-19 16:23:14 | [diff] [blame] | 146 | 'system/tray/tray_image_item.cc', |
| 147 | 'system/tray/tray_image_item.h', |
| 148 | 'system/tray_accessibility.cc', |
| 149 | 'system/tray_accessibility.h', |
| 150 | 'system/tray_caps_lock.cc', |
| 151 | 'system/tray_caps_lock.h', |
[email protected] | eac76c6 | 2012-03-03 15:19:56 | [diff] [blame] | 152 | 'system/user/login_status.h', |
| 153 | 'system/user/tray_user.cc', |
| 154 | 'system/user/tray_user.h', |
[email protected] | e9c869e | 2012-03-14 22:10:34 | [diff] [blame] | 155 | 'system/user/update_observer.h', |
[email protected] | a97e15ac | 2012-03-20 15:52:23 | [diff] [blame] | 156 | 'system/user/user_observer.h', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 157 | 'tooltips/tooltip_controller.cc', |
| 158 | 'tooltips/tooltip_controller.h', |
[email protected] | 16f05f4 | 2012-02-06 19:24:50 | [diff] [blame] | 159 | 'volume_control_delegate.h', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 160 | 'wm/activation_controller.cc', |
| 161 | 'wm/activation_controller.h', |
| 162 | 'wm/always_on_top_controller.cc', |
| 163 | 'wm/always_on_top_controller.h', |
[email protected] | fc7b744 | 2012-01-18 23:57:05 | [diff] [blame] | 164 | 'wm/base_layout_manager.cc', |
| 165 | 'wm/base_layout_manager.h', |
[email protected] | 9d4d171 | 2012-03-06 06:55:25 | [diff] [blame] | 166 | 'wm/custom_frame_view_ash.cc', |
| 167 | 'wm/custom_frame_view_ash.h', |
[email protected] | 2222892 | 2012-03-05 15:04:49 | [diff] [blame] | 168 | 'wm/default_window_resizer.cc', |
| 169 | 'wm/default_window_resizer.h', |
[email protected] | 57b8bb35 | 2012-01-11 05:11:46 | [diff] [blame] | 170 | 'wm/dialog_frame_view.cc', |
| 171 | 'wm/dialog_frame_view.h', |
[email protected] | 9d4d171 | 2012-03-06 06:55:25 | [diff] [blame] | 172 | 'wm/frame_painter.cc', |
| 173 | 'wm/frame_painter.h', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 174 | 'wm/image_grid.cc', |
| 175 | 'wm/image_grid.h', |
[email protected] | 5229504 | 2012-02-08 02:02:59 | [diff] [blame] | 176 | 'wm/panel_frame_view.cc', |
| 177 | 'wm/panel_frame_view.h', |
[email protected] | 6b85493 | 2012-02-04 16:44:27 | [diff] [blame] | 178 | 'wm/panel_layout_manager.cc', |
| 179 | 'wm/panel_layout_manager.h', |
[email protected] | 0540b17 | 2012-02-16 21:01:07 | [diff] [blame] | 180 | 'wm/panel_window_event_filter.cc', |
| 181 | 'wm/panel_window_event_filter.h', |
[email protected] | 0b0b074 | 2012-02-16 13:23:45 | [diff] [blame] | 182 | 'wm/partial_screenshot_event_filter.cc', |
| 183 | 'wm/partial_screenshot_event_filter.h', |
| 184 | 'wm/partial_screenshot_view.cc', |
| 185 | 'wm/partial_screenshot_view.h', |
[email protected] | e871f1a0 | 2012-01-18 20:03:46 | [diff] [blame] | 186 | 'wm/system_modal_container_layout_manager.cc', |
| 187 | 'wm/system_modal_container_layout_manager.h', |
| 188 | 'wm/system_modal_container_event_filter.cc', |
| 189 | 'wm/system_modal_container_event_filter.h', |
| 190 | 'wm/system_modal_container_event_filter_delegate.h', |
[email protected] | e0d22e8 | 2012-01-04 00:46:57 | [diff] [blame] | 191 | 'wm/power_button_controller.cc', |
| 192 | 'wm/power_button_controller.h', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 193 | 'wm/property_util.cc', |
| 194 | 'wm/property_util.h', |
[email protected] | e4a181cc | 2012-03-17 02:20:57 | [diff] [blame] | 195 | 'wm/resize_shadow.cc', |
| 196 | 'wm/resize_shadow.h', |
| 197 | 'wm/resize_shadow_controller.cc', |
| 198 | 'wm/resize_shadow_controller.h', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 199 | 'wm/root_window_event_filter.cc', |
| 200 | 'wm/root_window_event_filter.h', |
| 201 | 'wm/root_window_layout_manager.cc', |
| 202 | 'wm/root_window_layout_manager.h', |
| 203 | 'wm/shadow.cc', |
| 204 | 'wm/shadow.h', |
| 205 | 'wm/shadow_controller.cc', |
| 206 | 'wm/shadow_controller.h', |
| 207 | 'wm/shadow_types.cc', |
| 208 | 'wm/shadow_types.h', |
| 209 | 'wm/shelf_layout_manager.cc', |
| 210 | 'wm/shelf_layout_manager.h', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 211 | 'wm/stacking_controller.cc', |
| 212 | 'wm/stacking_controller.h', |
| 213 | 'wm/status_area_layout_manager.cc', |
| 214 | 'wm/status_area_layout_manager.h', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 215 | 'wm/toplevel_window_event_filter.cc', |
| 216 | 'wm/toplevel_window_event_filter.h', |
[email protected] | 6aa614a | 2012-01-19 22:13:38 | [diff] [blame] | 217 | 'wm/video_detector.cc', |
| 218 | 'wm/video_detector.h', |
[email protected] | ddd91e9 | 2012-01-27 16:03:48 | [diff] [blame] | 219 | 'wm/visibility_controller.cc', |
| 220 | 'wm/visibility_controller.h', |
[email protected] | cad77b3 | 2012-01-19 06:23:04 | [diff] [blame] | 221 | 'wm/window_animations.cc', |
[email protected] | 6aa614a | 2012-01-19 22:13:38 | [diff] [blame] | 222 | 'wm/window_animations.h', |
[email protected] | 40c4cbb | 2012-01-10 23:26:07 | [diff] [blame] | 223 | 'wm/window_cycle_controller.cc', |
| 224 | 'wm/window_cycle_controller.h', |
[email protected] | 194ad1d | 2012-01-18 18:22:51 | [diff] [blame] | 225 | 'wm/window_cycle_list.cc', |
| 226 | 'wm/window_cycle_list.h', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 227 | 'wm/window_frame.cc', |
| 228 | 'wm/window_frame.h', |
[email protected] | 8037357 | 2012-01-06 23:14:30 | [diff] [blame] | 229 | 'wm/window_modality_controller.cc', |
| 230 | 'wm/window_modality_controller.h', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 231 | 'wm/window_properties.cc', |
| 232 | 'wm/window_properties.h', |
[email protected] | 1dfd402 | 2012-02-15 04:36:43 | [diff] [blame] | 233 | 'wm/window_resizer.cc', |
| 234 | 'wm/window_resizer.h', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 235 | 'wm/window_util.cc', |
| 236 | 'wm/window_util.h', |
| 237 | 'wm/workspace_controller.cc', |
| 238 | 'wm/workspace_controller.h', |
[email protected] | 85d43f0 | 2012-03-14 21:11:19 | [diff] [blame] | 239 | 'wm/workspace/frame_maximize_button.cc', |
| 240 | 'wm/workspace/frame_maximize_button.h', |
[email protected] | 8818cb9 | 2012-02-10 21:29:37 | [diff] [blame] | 241 | 'wm/workspace/managed_workspace.cc', |
| 242 | 'wm/workspace/managed_workspace.h', |
| 243 | 'wm/workspace/maximized_workspace.cc', |
| 244 | 'wm/workspace/maximized_workspace.h', |
[email protected] | ef4bb745 | 2012-03-06 18:45:17 | [diff] [blame] | 245 | 'wm/workspace/multi_window_resize_controller.cc', |
| 246 | 'wm/workspace/multi_window_resize_controller.h', |
[email protected] | edc844a | 2012-03-09 04:33:14 | [diff] [blame] | 247 | 'wm/workspace/phantom_window_controller.cc', |
| 248 | 'wm/workspace/phantom_window_controller.h', |
[email protected] | 8b61ffda | 2012-03-15 17:28:21 | [diff] [blame] | 249 | 'wm/workspace/snap_sizer.cc', |
| 250 | 'wm/workspace/snap_sizer.h', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 251 | 'wm/workspace/workspace.cc', |
| 252 | 'wm/workspace/workspace.h', |
[email protected] | 9633a9d2 | 2012-01-21 16:40:58 | [diff] [blame] | 253 | 'wm/workspace/workspace_event_filter.cc', |
| 254 | 'wm/workspace/workspace_event_filter.h', |
| 255 | 'wm/workspace/workspace_layout_manager.cc', |
| 256 | 'wm/workspace/workspace_layout_manager.h', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 257 | 'wm/workspace/workspace_manager.cc', |
| 258 | 'wm/workspace/workspace_manager.h', |
[email protected] | 5ae1872 | 2012-02-25 22:30:50 | [diff] [blame] | 259 | 'wm/workspace/workspace_window_resizer.cc', |
| 260 | 'wm/workspace/workspace_window_resizer.h', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 261 | ], |
[email protected] | 6e9f6aa | 2012-02-09 04:16:20 | [diff] [blame] | 262 | 'conditions': [ |
| 263 | ['OS=="mac"', { |
| 264 | 'sources/': [ |
| 265 | ['exclude', 'accelerators/accelerator_controller.cc'], |
| 266 | ['exclude', 'accelerators/accelerator_controller.h'], |
| 267 | ['exclude', 'accelerators/accelerator_dispatcher.cc'], |
| 268 | ['exclude', 'accelerators/accelerator_dispatcher.h'], |
| 269 | ['exclude', 'accelerators/accelerator_filter.cc'], |
| 270 | ['exclude', 'accelerators/accelerator_filter.h'], |
| 271 | ['exclude', 'accelerators/nested_dispatcher_controller.cc'], |
| 272 | ['exclude', 'accelerators/nested_dispatcher_controller.h'], |
| 273 | ], |
| 274 | }], |
| 275 | ], |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 276 | }, |
| 277 | { |
| 278 | 'target_name': 'aura_shell_unittests', |
| 279 | 'type': 'executable', |
| 280 | 'dependencies': [ |
| 281 | '../base/base.gyp:base', |
| 282 | '../base/base.gyp:test_support_base', |
| 283 | '../chrome/chrome_resources.gyp:packed_resources', |
| 284 | '../build/temp_gyp/googleurl.gyp:googleurl', |
| 285 | '../skia/skia.gyp:skia', |
| 286 | '../testing/gtest.gyp:gtest', |
| 287 | '../third_party/icu/icu.gyp:icui18n', |
| 288 | '../third_party/icu/icu.gyp:icuuc', |
| 289 | '../ui/aura/aura.gyp:aura', |
| 290 | '../ui/aura/aura.gyp:test_support_aura', |
[email protected] | 578c81b | 2012-01-27 07:25:02 | [diff] [blame] | 291 | '../ui/gfx/compositor/compositor.gyp:compositor', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 292 | '../ui/gfx/compositor/compositor.gyp:compositor_test_support', |
| 293 | '../ui/ui.gyp:gfx_resources', |
| 294 | '../ui/ui.gyp:ui', |
| 295 | '../ui/ui.gyp:ui_resources', |
| 296 | '../ui/ui.gyp:ui_resources_standard', |
| 297 | '../ui/views/views.gyp:views', |
| 298 | 'ash', |
| 299 | ], |
| 300 | 'sources': [ |
[email protected] | 5eae716 | 2012-01-04 00:31:02 | [diff] [blame] | 301 | '../ui/views/test/test_views_delegate.cc', |
| 302 | '../ui/views/test/test_views_delegate.h', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 303 | 'accelerators/accelerator_controller_unittest.cc', |
[email protected] | 47460f9 | 2012-01-21 16:15:13 | [diff] [blame] | 304 | 'accelerators/accelerator_filter_unittest.cc', |
[email protected] | 5985fa3 | 2012-03-02 04:44:04 | [diff] [blame] | 305 | 'accelerators/nested_dispatcher_controller_unittest.cc', |
[email protected] | ed7cde2 | 2012-03-20 05:58:27 | [diff] [blame] | 306 | 'app_list/app_list_unittest.cc', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 307 | 'drag_drop/drag_drop_controller_unittest.cc', |
[email protected] | df1c986 | 2012-02-27 10:37:31 | [diff] [blame] | 308 | 'focus_cycler_unittest.cc', |
[email protected] | 2c45610 | 2011-12-26 06:26:34 | [diff] [blame] | 309 | 'ime/input_method_event_filter_unittest.cc', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 310 | 'launcher/launcher_model_unittest.cc', |
| 311 | 'launcher/launcher_unittest.cc', |
| 312 | 'launcher/view_model_unittest.cc', |
| 313 | 'launcher/view_model_utils_unittest.cc', |
| 314 | 'shell_unittest.cc', |
| 315 | 'test/ash_unittests.cc', |
[email protected] | 1dd1c1b | 2012-02-17 22:04:47 | [diff] [blame] | 316 | 'test/ash_test_base.cc', |
| 317 | 'test/ash_test_base.h', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 318 | 'test/test_activation_delegate.cc', |
| 319 | 'test/test_activation_delegate.h', |
| 320 | 'test/test_shell_delegate.cc', |
| 321 | 'test/test_shell_delegate.h', |
| 322 | 'test/test_suite.cc', |
| 323 | 'test/test_suite.h', |
[email protected] | a0fea7e | 2012-01-30 17:43:33 | [diff] [blame] | 324 | 'test/test_suite_init.h', |
| 325 | 'test/test_suite_init.mm', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 326 | 'tooltips/tooltip_controller_unittest.cc', |
| 327 | 'wm/activation_controller_unittest.cc', |
[email protected] | fc7b744 | 2012-01-18 23:57:05 | [diff] [blame] | 328 | 'wm/base_layout_manager_unittest.cc', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 329 | 'wm/image_grid_unittest.cc', |
[email protected] | 6b85493 | 2012-02-04 16:44:27 | [diff] [blame] | 330 | 'wm/panel_layout_manager_unittest.cc', |
[email protected] | e0d22e8 | 2012-01-04 00:46:57 | [diff] [blame] | 331 | 'wm/power_button_controller_unittest.cc', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 332 | 'wm/root_window_event_filter_unittest.cc', |
| 333 | 'wm/shadow_controller_unittest.cc', |
| 334 | 'wm/shelf_layout_manager_unittest.cc', |
[email protected] | 6b85493 | 2012-02-04 16:44:27 | [diff] [blame] | 335 | 'wm/system_modal_container_layout_manager_unittest.cc', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 336 | 'wm/toplevel_window_event_filter_unittest.cc', |
[email protected] | 6aa614a | 2012-01-19 22:13:38 | [diff] [blame] | 337 | 'wm/video_detector_unittest.cc', |
[email protected] | ddd91e9 | 2012-01-27 16:03:48 | [diff] [blame] | 338 | 'wm/visibility_controller_unittest.cc', |
[email protected] | 40c4cbb | 2012-01-10 23:26:07 | [diff] [blame] | 339 | 'wm/window_cycle_controller_unittest.cc', |
[email protected] | 8037357 | 2012-01-06 23:14:30 | [diff] [blame] | 340 | 'wm/window_modality_controller_unittest.cc', |
[email protected] | 52b8187 | 2012-03-19 14:25:18 | [diff] [blame] | 341 | 'wm/workspace_controller_test_helper.cc', |
| 342 | 'wm/workspace_controller_test_helper.h', |
| 343 | 'wm/workspace/multi_window_resize_controller_unittest.cc', |
| 344 | 'wm/workspace/workspace_event_filter_test_helper.cc', |
| 345 | 'wm/workspace/workspace_event_filter_test_helper.h', |
[email protected] | 5985fa3 | 2012-03-02 04:44:04 | [diff] [blame] | 346 | 'wm/workspace/workspace_event_filter_unittest.cc', |
[email protected] | 6de3a011 | 2012-02-04 03:57:50 | [diff] [blame] | 347 | 'wm/workspace/workspace_manager_unittest.cc', |
[email protected] | 5ae1872 | 2012-02-25 22:30:50 | [diff] [blame] | 348 | 'wm/workspace/workspace_window_resizer_unittest.cc', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 349 | |
| 350 | '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc', |
| 351 | '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', |
| 352 | '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standard.rc', |
| 353 | ], |
| 354 | 'conditions': [ |
[email protected] | 2c45610 | 2011-12-26 06:26:34 | [diff] [blame] | 355 | ['use_ibus==1', { |
| 356 | 'dependencies': [ |
| 357 | '../build/linux/system.gyp:ibus', |
| 358 | ], |
| 359 | }], |
[email protected] | df1c986 | 2012-02-27 10:37:31 | [diff] [blame] | 360 | ['OS=="win"', { |
| 361 | # TODO(zork): fix this test to build on Windows. See: crosbug.com/26906 |
| 362 | 'sources/': [ |
| 363 | ['exclude', 'focus_cycler_unittest.cc'], |
| 364 | ], |
| 365 | }], |
[email protected] | 03decaa1 | 2012-01-25 15:53:15 | [diff] [blame] | 366 | ['OS=="mac"', { |
| 367 | 'sources/': [ |
[email protected] | 6e9f6aa | 2012-02-09 04:16:20 | [diff] [blame] | 368 | ['exclude', 'accelerators/accelerator_controller_unittest.cc'], |
[email protected] | a0fea7e | 2012-01-30 17:43:33 | [diff] [blame] | 369 | ['exclude', 'accelerators/accelerator_filter_unittest.cc'], |
[email protected] | 90a8171 | 2012-02-29 05:47:26 | [diff] [blame] | 370 | ['exclude', 'accelerators/nested_dispatcher_controller_unittest.cc'], |
[email protected] | 03decaa1 | 2012-01-25 15:53:15 | [diff] [blame] | 371 | ['exclude', 'drag_drop/drag_drop_controller_unittest.cc'], |
[email protected] | a0fea7e | 2012-01-30 17:43:33 | [diff] [blame] | 372 | ['exclude', 'tooltips/tooltip_controller_unittest.cc'], |
[email protected] | 03decaa1 | 2012-01-25 15:53:15 | [diff] [blame] | 373 | ], |
[email protected] | a0fea7e | 2012-01-30 17:43:33 | [diff] [blame] | 374 | 'dependencies': [ |
| 375 | # Mac tests access resources via the 'AuraShell.app' directory. |
| 376 | 'ash_shell', |
| 377 | ], |
| 378 | # Special linker instructions that avoids stripping Obj-C classes that |
| 379 | # are not referenced in code, but are referenced in nibs. |
| 380 | 'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-ObjC']}, |
[email protected] | 03decaa1 | 2012-01-25 15:53:15 | [diff] [blame] | 381 | }], |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 382 | ], |
| 383 | }, |
| 384 | { |
| 385 | 'target_name': 'ash_shell', |
| 386 | 'type': 'executable', |
| 387 | 'dependencies': [ |
| 388 | '../base/base.gyp:base', |
| 389 | '../base/base.gyp:base_i18n', |
| 390 | '../chrome/chrome_resources.gyp:packed_resources', |
| 391 | '../skia/skia.gyp:skia', |
| 392 | '../third_party/icu/icu.gyp:icui18n', |
| 393 | '../third_party/icu/icu.gyp:icuuc', |
| 394 | '../ui/aura/aura.gyp:aura', |
| 395 | '../ui/gfx/compositor/compositor.gyp:compositor', |
| 396 | '../ui/gfx/compositor/compositor.gyp:compositor_test_support', |
| 397 | '../ui/ui.gyp:gfx_resources', |
| 398 | '../ui/ui.gyp:ui', |
| 399 | '../ui/ui.gyp:ui_resources', |
| 400 | '../ui/ui.gyp:ui_resources_standard', |
| 401 | '../ui/views/views.gyp:views', |
| 402 | '../ui/views/views.gyp:views_examples_lib', |
| 403 | 'ash', |
| 404 | ], |
| 405 | 'sources': [ |
| 406 | 'shell/app_list.cc', |
| 407 | 'shell/bubble.cc', |
| 408 | 'shell/example_factory.h', |
| 409 | 'shell/lock_view.cc', |
[email protected] | 6b85493 | 2012-02-04 16:44:27 | [diff] [blame] | 410 | 'shell/panel_window.cc', |
| 411 | 'shell/panel_window.h', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 412 | 'shell/shell_main.cc', |
[email protected] | b72dfb24 | 2012-01-18 00:04:18 | [diff] [blame] | 413 | 'shell/shell_main_parts.cc', |
[email protected] | a0fea7e | 2012-01-30 17:43:33 | [diff] [blame] | 414 | 'shell/shell_main_parts.h', |
[email protected] | b72dfb24 | 2012-01-18 00:04:18 | [diff] [blame] | 415 | 'shell/shell_main_parts_mac.mm', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 416 | 'shell/toplevel_window.cc', |
| 417 | 'shell/toplevel_window.h', |
| 418 | 'shell/widgets.cc', |
| 419 | 'shell/window_type_launcher.cc', |
| 420 | 'shell/window_type_launcher.h', |
| 421 | '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc', |
| 422 | '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standard.rc', |
| 423 | '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', |
| 424 | '../ui/views/test/test_views_delegate.cc', |
| 425 | ], |
[email protected] | 6f63773 | 2012-01-19 03:15:34 | [diff] [blame] | 426 | 'conditions': [ |
| 427 | ['OS=="mac"', { |
| 428 | 'product_name': 'AuraShell', |
| 429 | 'mac_bundle': 1, |
| 430 | 'sources/': [ |
| 431 | ['exclude', 'shell/shell_main_parts.cc'], |
| 432 | ], |
| 433 | 'mac_bundle_resources': [ |
| 434 | 'shell/cocoa/app.icns', |
| 435 | 'shell/cocoa/app-Info.plist', |
| 436 | 'shell/cocoa/nibs/MainMenu.xib', |
| 437 | 'shell/cocoa/nibs/RootWindow.xib', |
| 438 | '<(SHARED_INTERMEDIATE_DIR)/repack/chrome.pak', |
| 439 | '<!@pymod_do_main(repack_locales -o -g <(grit_out_dir) -s <(SHARED_INTERMEDIATE_DIR) -x <(SHARED_INTERMEDIATE_DIR) <(locales))', |
| 440 | ], |
| 441 | 'mac_bundle_resources!': [ |
| 442 | 'shell/cocoa/app-Info.plist', |
| 443 | ], |
| 444 | 'xcode_settings': { |
| 445 | 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', |
| 446 | }, |
| 447 | }], |
| 448 | ], |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 449 | }, |
[email protected] | 4e0e2b2 | 2012-02-01 10:45:51 | [diff] [blame] | 450 | ], |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 451 | } |