[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', |
[email protected] | db83b39e | 2012-08-09 05:31:09 | [diff] [blame] | 35 | '../ui/ui.gyp:ui_resources_wallpapers', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 36 | '../ui/views/views.gyp:views', |
[email protected] | 729b485 | 2012-07-25 21:55:02 | [diff] [blame] | 37 | '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 38 | ], |
| 39 | 'defines': [ |
| 40 | 'ASH_IMPLEMENTATION', |
| 41 | ], |
| 42 | 'sources': [ |
| 43 | # All .cc, .h under ash, except unittests |
| 44 | 'accelerators/accelerator_controller.cc', |
| 45 | 'accelerators/accelerator_controller.h', |
[email protected] | 6e9f6aa | 2012-02-09 04:16:20 | [diff] [blame] | 46 | 'accelerators/accelerator_dispatcher.cc', |
| 47 | 'accelerators/accelerator_dispatcher.h', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 48 | 'accelerators/accelerator_filter.cc', |
| 49 | 'accelerators/accelerator_filter.h', |
[email protected] | 07a3c3fa | 2012-03-09 03:55:34 | [diff] [blame] | 50 | 'accelerators/accelerator_table.cc', |
| 51 | 'accelerators/accelerator_table.h', |
[email protected] | e7293fa | 2012-05-17 04:42:33 | [diff] [blame] | 52 | 'accelerators/focus_manager_factory.cc', |
| 53 | 'accelerators/focus_manager_factory.h', |
[email protected] | 6e9f6aa | 2012-02-09 04:16:20 | [diff] [blame] | 54 | 'accelerators/nested_dispatcher_controller.cc', |
| 55 | 'accelerators/nested_dispatcher_controller.h', |
[email protected] | 5fce874 | 2012-08-01 21:39:51 | [diff] [blame] | 56 | 'ash_constants.cc', |
| 57 | 'ash_constants.h', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 58 | 'ash_switches.cc', |
| 59 | 'ash_switches.h', |
[email protected] | fb9a3559 | 2012-01-18 04:12:14 | [diff] [blame] | 60 | 'caps_lock_delegate.h', |
[email protected] | e70cf0ed | 2012-03-15 16:24:47 | [diff] [blame] | 61 | 'desktop_background/desktop_background_controller.cc', |
| 62 | 'desktop_background/desktop_background_controller.h', |
| 63 | 'desktop_background/desktop_background_resources.cc', |
| 64 | 'desktop_background/desktop_background_resources.h', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 65 | 'desktop_background/desktop_background_view.cc', |
| 66 | 'desktop_background/desktop_background_view.h', |
[email protected] | b4ddc7a | 2012-08-07 04:17:32 | [diff] [blame] | 67 | 'desktop_background/desktop_background_widget_controller.cc', |
| 68 | 'desktop_background/desktop_background_widget_controller.h', |
[email protected] | 196e945 | 2012-08-01 06:42:51 | [diff] [blame] | 69 | 'display/display_controller.cc', |
| 70 | 'display/display_controller.h', |
| 71 | 'display/mouse_cursor_event_filter.cc', |
| 72 | 'display/mouse_cursor_event_filter.h', |
| 73 | 'display/multi_display_manager.cc', |
| 74 | 'display/multi_display_manager.h', |
| 75 | 'display/output_configurator_animation.cc', |
| 76 | 'display/output_configurator_animation.h', |
| 77 | 'display/screen_position_controller.cc', |
| 78 | 'display/screen_position_controller.h', |
| 79 | 'display/secondary_display_view.cc', |
| 80 | 'display/secondary_display_view.h', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 81 | 'drag_drop/drag_drop_controller.cc', |
| 82 | 'drag_drop/drag_drop_controller.h', |
[email protected] | 0518d0d | 2012-08-26 11:59:04 | [diff] [blame] | 83 | 'drag_drop/drag_drop_tracker.cc', |
| 84 | 'drag_drop/drag_drop_tracker.h', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 85 | 'drag_drop/drag_image_view.cc', |
| 86 | 'drag_drop/drag_image_view.h', |
[email protected] | b9d224c | 2012-07-13 01:09:03 | [diff] [blame] | 87 | 'event_rewriter_delegate.h', |
[email protected] | 3d29912a | 2012-02-07 07:41:51 | [diff] [blame] | 88 | 'focus_cycler.cc', |
| 89 | 'focus_cycler.h', |
[email protected] | f48075d | 2012-05-24 11:06:51 | [diff] [blame] | 90 | 'high_contrast/high_contrast_controller.cc', |
| 91 | 'high_contrast/high_contrast_controller.h', |
[email protected] | d7577d3f | 2012-07-02 07:05:41 | [diff] [blame] | 92 | 'launcher/app_list_button.cc', |
| 93 | 'launcher/app_list_button.h', |
[email protected] | a160baec | 2012-03-21 20:52:15 | [diff] [blame] | 94 | 'launcher/background_animator.cc', |
| 95 | 'launcher/background_animator.h', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 96 | 'launcher/launcher.cc', |
| 97 | 'launcher/launcher.h', |
[email protected] | 5544450 | 2012-05-10 15:43:53 | [diff] [blame] | 98 | 'launcher/launcher_alignment_menu.cc', |
| 99 | 'launcher/launcher_alignment_menu.h', |
[email protected] | a39a60e | 2012-03-10 00:40:06 | [diff] [blame] | 100 | 'launcher/launcher_button.cc', |
| 101 | 'launcher/launcher_button.h', |
[email protected] | 9628e0af | 2012-04-12 20:40:56 | [diff] [blame] | 102 | 'launcher/launcher_context_menu.cc', |
| 103 | 'launcher/launcher_context_menu.h', |
[email protected] | 16f2d3f | 2012-02-16 03:01:31 | [diff] [blame] | 104 | 'launcher/launcher_delegate.h', |
[email protected] | e2dced4 | 2012-04-20 01:52:42 | [diff] [blame] | 105 | 'launcher/launcher_icon_observer.h', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 106 | 'launcher/launcher_model.cc', |
| 107 | 'launcher/launcher_model.h', |
| 108 | 'launcher/launcher_model_observer.h', |
[email protected] | 20f8082 | 2012-05-10 01:22:40 | [diff] [blame] | 109 | 'launcher/launcher_navigator.cc', |
| 110 | 'launcher/launcher_navigator.h', |
[email protected] | fe851ac | 2012-06-15 03:51:58 | [diff] [blame] | 111 | 'launcher/launcher_tooltip_manager.cc', |
| 112 | 'launcher/launcher_tooltip_manager.h', |
[email protected] | cd80810 | 2012-01-12 02:42:21 | [diff] [blame] | 113 | 'launcher/launcher_types.cc', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 114 | 'launcher/launcher_types.h', |
| 115 | 'launcher/launcher_view.cc', |
| 116 | 'launcher/launcher_view.h', |
[email protected] | 3475f5e | 2012-07-12 22:10:32 | [diff] [blame] | 117 | 'launcher/overflow_bubble.cc', |
| 118 | 'launcher/overflow_bubble.h', |
[email protected] | 7e84644 | 2012-08-07 04:22:34 | [diff] [blame] | 119 | 'launcher/overflow_button.cc', |
| 120 | 'launcher/overflow_button.h', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 121 | 'launcher/tabbed_launcher_button.cc', |
| 122 | 'launcher/tabbed_launcher_button.h', |
[email protected] | c1c67017 | 2012-04-26 04:20:26 | [diff] [blame] | 123 | 'magnifier/magnification_controller.cc', |
| 124 | 'magnifier/magnification_controller.h', |
[email protected] | 729b485 | 2012-07-25 21:55:02 | [diff] [blame] | 125 | 'keyboard_overlay/keyboard_overlay_delegate.cc', |
| 126 | 'keyboard_overlay/keyboard_overlay_delegate.h', |
| 127 | 'keyboard_overlay/keyboard_overlay_view.cc', |
| 128 | 'keyboard_overlay/keyboard_overlay_view.h', |
[email protected] | d90b839 | 2012-06-13 09:34:56 | [diff] [blame] | 129 | 'root_window_controller.cc', |
| 130 | 'root_window_controller.h', |
[email protected] | 9d4db2f | 2012-06-29 04:54:14 | [diff] [blame] | 131 | 'rotator/screen_rotation.cc', |
| 132 | 'rotator/screen_rotation.h', |
[email protected] | 1a2145b | 2012-03-13 21:09:17 | [diff] [blame] | 133 | 'screen_ash.cc', |
| 134 | 'screen_ash.h', |
[email protected] | 24af497 | 2012-05-04 19:42:18 | [diff] [blame] | 135 | 'screensaver/screensaver_view.cc', |
| 136 | 'screensaver/screensaver_view.h', |
[email protected] | c52de637 | 2012-01-18 05:24:57 | [diff] [blame] | 137 | 'screenshot_delegate.h', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 138 | 'shell.cc', |
| 139 | 'shell.h', |
[email protected] | 0cfc18e | 2012-04-11 18:17:47 | [diff] [blame] | 140 | 'shell_context_menu.cc', |
| 141 | 'shell_context_menu.h', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 142 | 'shell_delegate.h', |
| 143 | 'shell_factory.h', |
| 144 | 'shell_window_ids.h', |
[email protected] | e9c869e | 2012-03-14 22:10:34 | [diff] [blame] | 145 | 'system/audio/audio_observer.h', |
[email protected] | bfb41131 | 2012-02-27 20:59:27 | [diff] [blame] | 146 | 'system/audio/tray_volume.cc', |
| 147 | 'system/audio/tray_volume.h', |
[email protected] | 8d78ad0e | 2012-03-21 18:10:47 | [diff] [blame] | 148 | 'system/bluetooth/bluetooth_observer.h', |
| 149 | 'system/bluetooth/tray_bluetooth.cc', |
| 150 | 'system/bluetooth/tray_bluetooth.h', |
[email protected] | e9c869e | 2012-03-14 22:10:34 | [diff] [blame] | 151 | 'system/brightness/brightness_observer.h', |
[email protected] | 75fdbc09 | 2012-02-27 23:04:28 | [diff] [blame] | 152 | 'system/brightness/brightness_control_delegate.h', |
| 153 | 'system/brightness/tray_brightness.cc', |
| 154 | 'system/brightness/tray_brightness.h', |
[email protected] | 83a1241e | 2012-03-21 19:09:53 | [diff] [blame] | 155 | 'system/date/clock_observer.h', |
| 156 | 'system/date/date_view.cc', |
| 157 | 'system/date/date_view.h', |
| 158 | 'system/date/tray_date.cc', |
| 159 | 'system/date/tray_date.h', |
[email protected] | cb09f6a | 2012-05-02 01:19:45 | [diff] [blame] | 160 | 'system/drive/drive_observer.h', |
| 161 | 'system/drive/tray_drive.cc', |
| 162 | 'system/drive/tray_drive.h', |
[email protected] | d5e28a3 | 2012-03-20 23:00:38 | [diff] [blame] | 163 | 'system/ime/ime_observer.h', |
| 164 | 'system/ime/tray_ime.cc', |
| 165 | 'system/ime/tray_ime.h', |
[email protected] | dbebd42 | 2012-07-11 00:14:31 | [diff] [blame] | 166 | 'system/keyboard_brightness/keyboard_brightness_control_delegate.h', |
[email protected] | 56dbdd0 | 2012-05-17 18:48:37 | [diff] [blame] | 167 | 'system/locale/tray_locale.cc', |
| 168 | 'system/locale/tray_locale.h', |
[email protected] | e9c869e | 2012-03-14 22:10:34 | [diff] [blame] | 169 | 'system/network/network_observer.h', |
[email protected] | f5f2d897 | 2012-03-10 00:18:17 | [diff] [blame] | 170 | 'system/network/tray_network.cc', |
| 171 | 'system/network/tray_network.h', |
[email protected] | b3dda04b | 2012-05-17 16:20:49 | [diff] [blame] | 172 | 'system/network/tray_sms.cc', |
| 173 | 'system/network/tray_sms.h', |
[email protected] | e9c869e | 2012-03-14 22:10:34 | [diff] [blame] | 174 | 'system/power/power_status_observer.h', |
[email protected] | 17df203 | 2012-06-08 17:59:31 | [diff] [blame] | 175 | 'system/power/power_status_view.cc', |
| 176 | 'system/power/power_status_view.h', |
[email protected] | f7f06ea | 2012-03-02 18:30:50 | [diff] [blame] | 177 | 'system/power/power_supply_status.cc', |
| 178 | 'system/power/power_supply_status.h', |
[email protected] | 83a1241e | 2012-03-21 19:09:53 | [diff] [blame] | 179 | 'system/power/tray_power.cc', |
| 180 | 'system/power/tray_power.h', |
[email protected] | bfb41131 | 2012-02-27 20:59:27 | [diff] [blame] | 181 | 'system/settings/tray_settings.cc', |
| 182 | 'system/settings/tray_settings.h', |
[email protected] | 6d6546e | 2012-05-30 23:12:02 | [diff] [blame] | 183 | 'system/status_area_widget.cc', |
| 184 | 'system/status_area_widget.h', |
| 185 | 'system/status_area_widget_delegate.cc', |
| 186 | 'system/status_area_widget_delegate.h', |
[email protected] | bfb41131 | 2012-02-27 20:59:27 | [diff] [blame] | 187 | 'system/tray/system_tray.cc', |
| 188 | 'system/tray/system_tray.h', |
[email protected] | b26aefb | 2012-05-09 22:37:24 | [diff] [blame] | 189 | 'system/tray/system_tray_bubble.cc', |
| 190 | 'system/tray/system_tray_bubble.h', |
[email protected] | cb09f6a | 2012-05-02 01:19:45 | [diff] [blame] | 191 | 'system/tray/system_tray_delegate.cc', |
[email protected] | bfb41131 | 2012-02-27 20:59:27 | [diff] [blame] | 192 | 'system/tray/system_tray_delegate.h', |
| 193 | 'system/tray/system_tray_item.cc', |
| 194 | 'system/tray/system_tray_item.h', |
[email protected] | 6d6546e | 2012-05-30 23:12:02 | [diff] [blame] | 195 | 'system/tray/tray_background_view.cc', |
| 196 | 'system/tray/tray_background_view.h', |
[email protected] | 88a7f3b | 2012-06-11 18:55:29 | [diff] [blame] | 197 | 'system/tray/tray_bubble_view.cc', |
| 198 | 'system/tray/tray_bubble_view.h', |
[email protected] | 72f05d6 | 2012-03-05 22:36:49 | [diff] [blame] | 199 | 'system/tray/tray_constants.cc', |
| 200 | 'system/tray/tray_constants.h', |
[email protected] | 7345d05 | 2012-05-15 16:09:08 | [diff] [blame] | 201 | 'system/tray/tray_details_view.cc', |
| 202 | 'system/tray/tray_details_view.h', |
[email protected] | 60d4167c | 2012-03-04 18:45:15 | [diff] [blame] | 203 | 'system/tray/tray_empty.cc', |
| 204 | 'system/tray/tray_empty.h', |
[email protected] | 31a5e31 | 2012-03-19 16:23:14 | [diff] [blame] | 205 | 'system/tray/tray_image_item.cc', |
| 206 | 'system/tray/tray_image_item.h', |
[email protected] | 8d78ad0e | 2012-03-21 18:10:47 | [diff] [blame] | 207 | 'system/tray/tray_item_more.cc', |
| 208 | 'system/tray/tray_item_more.h', |
[email protected] | 5d1491d | 2012-04-23 21:51:00 | [diff] [blame] | 209 | 'system/tray/tray_item_view.cc', |
| 210 | 'system/tray/tray_item_view.h', |
[email protected] | 61ae415 | 2012-07-03 22:08:51 | [diff] [blame] | 211 | 'system/tray/tray_notification_view.cc', |
| 212 | 'system/tray/tray_notification_view.h', |
[email protected] | 8d78ad0e | 2012-03-21 18:10:47 | [diff] [blame] | 213 | 'system/tray/tray_views.cc', |
| 214 | 'system/tray/tray_views.h', |
[email protected] | 31a5e31 | 2012-03-19 16:23:14 | [diff] [blame] | 215 | 'system/tray_accessibility.cc', |
| 216 | 'system/tray_accessibility.h', |
| 217 | 'system/tray_caps_lock.cc', |
| 218 | 'system/tray_caps_lock.h', |
[email protected] | 024a03b | 2012-03-28 04:05:53 | [diff] [blame] | 219 | 'system/tray_update.cc', |
| 220 | 'system/tray_update.h', |
[email protected] | eac76c6 | 2012-03-03 15:19:56 | [diff] [blame] | 221 | 'system/user/login_status.h', |
| 222 | 'system/user/tray_user.cc', |
| 223 | 'system/user/tray_user.h', |
[email protected] | e9c869e | 2012-03-14 22:10:34 | [diff] [blame] | 224 | 'system/user/update_observer.h', |
[email protected] | a97e15ac | 2012-03-20 15:52:23 | [diff] [blame] | 225 | 'system/user/user_observer.h', |
[email protected] | 82a1cc9 | 2012-06-13 22:06:10 | [diff] [blame] | 226 | 'system/web_notification/web_notification_tray.cc', |
| 227 | 'system/web_notification/web_notification_tray.h', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 228 | 'tooltips/tooltip_controller.cc', |
| 229 | 'tooltips/tooltip_controller.h', |
[email protected] | 7307474 | 2012-05-17 01:44:41 | [diff] [blame] | 230 | 'touch/touch_observer_hud.cc', |
| 231 | 'touch/touch_observer_hud.h', |
[email protected] | 332aaf7b | 2012-06-26 17:17:42 | [diff] [blame] | 232 | 'touch/touch_uma.cc', |
| 233 | 'touch/touch_uma.h', |
[email protected] | 054b2d7 | 2012-06-08 04:52:25 | [diff] [blame] | 234 | 'ui_controls_ash.cc', |
[email protected] | 16f05f4 | 2012-02-06 19:24:50 | [diff] [blame] | 235 | 'volume_control_delegate.h', |
[email protected] | 0039db9 | 2012-05-09 04:11:45 | [diff] [blame] | 236 | 'wm/app_list_controller.cc', |
| 237 | 'wm/app_list_controller.h', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 238 | 'wm/activation_controller.cc', |
| 239 | 'wm/activation_controller.h', |
| 240 | 'wm/always_on_top_controller.cc', |
| 241 | 'wm/always_on_top_controller.h', |
[email protected] | fc7b744 | 2012-01-18 23:57:05 | [diff] [blame] | 242 | 'wm/base_layout_manager.cc', |
| 243 | 'wm/base_layout_manager.h', |
[email protected] | 60a978b7 | 2012-06-08 00:29:18 | [diff] [blame] | 244 | 'wm/capture_controller.cc', |
| 245 | 'wm/capture_controller.h', |
[email protected] | 7203a5e | 2012-08-06 18:27:46 | [diff] [blame] | 246 | 'wm/coordinate_conversion.cc', |
| 247 | 'wm/coordinate_conversion.h', |
[email protected] | 4b8003c | 2012-07-26 00:54:19 | [diff] [blame] | 248 | 'wm/cursor_manager.cc', |
| 249 | 'wm/cursor_manager.h', |
[email protected] | 9d4d171 | 2012-03-06 06:55:25 | [diff] [blame] | 250 | 'wm/custom_frame_view_ash.cc', |
| 251 | 'wm/custom_frame_view_ash.h', |
[email protected] | 2222892 | 2012-03-05 15:04:49 | [diff] [blame] | 252 | 'wm/default_window_resizer.cc', |
| 253 | 'wm/default_window_resizer.h', |
[email protected] | 57b8bb35 | 2012-01-11 05:11:46 | [diff] [blame] | 254 | 'wm/dialog_frame_view.cc', |
| 255 | 'wm/dialog_frame_view.h', |
[email protected] | 262f8bd | 2012-03-23 19:30:27 | [diff] [blame] | 256 | 'wm/event_client_impl.cc', |
| 257 | 'wm/event_client_impl.h', |
[email protected] | b9d224c | 2012-07-13 01:09:03 | [diff] [blame] | 258 | 'wm/event_rewriter_event_filter.cc', |
| 259 | 'wm/event_rewriter_event_filter.h', |
[email protected] | 9d4d171 | 2012-03-06 06:55:25 | [diff] [blame] | 260 | 'wm/frame_painter.cc', |
| 261 | 'wm/frame_painter.h', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 262 | 'wm/image_grid.cc', |
| 263 | 'wm/image_grid.h', |
[email protected] | 9f9bb414 | 2012-08-04 04:39:39 | [diff] [blame] | 264 | 'wm/maximize_bubble_controller.cc', |
| 265 | 'wm/maximize_bubble_controller.h', |
[email protected] | 9ae32df | 2012-07-26 03:25:18 | [diff] [blame] | 266 | 'wm/overlay_event_filter.cc', |
| 267 | 'wm/overlay_event_filter.h', |
[email protected] | 5229504 | 2012-02-08 02:02:59 | [diff] [blame] | 268 | 'wm/panel_frame_view.cc', |
| 269 | 'wm/panel_frame_view.h', |
[email protected] | 6b85493 | 2012-02-04 16:44:27 | [diff] [blame] | 270 | 'wm/panel_layout_manager.cc', |
| 271 | 'wm/panel_layout_manager.h', |
[email protected] | 0540b17 | 2012-02-16 21:01:07 | [diff] [blame] | 272 | 'wm/panel_window_event_filter.cc', |
| 273 | 'wm/panel_window_event_filter.h', |
[email protected] | 0b0b074 | 2012-02-16 13:23:45 | [diff] [blame] | 274 | 'wm/partial_screenshot_view.cc', |
| 275 | 'wm/partial_screenshot_view.h', |
[email protected] | e0d22e8 | 2012-01-04 00:46:57 | [diff] [blame] | 276 | 'wm/power_button_controller.cc', |
| 277 | 'wm/power_button_controller.h', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 278 | 'wm/property_util.cc', |
| 279 | 'wm/property_util.h', |
[email protected] | e4a181cc | 2012-03-17 02:20:57 | [diff] [blame] | 280 | 'wm/resize_shadow.cc', |
| 281 | 'wm/resize_shadow.h', |
| 282 | 'wm/resize_shadow_controller.cc', |
| 283 | 'wm/resize_shadow_controller.h', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 284 | 'wm/root_window_layout_manager.cc', |
| 285 | 'wm/root_window_layout_manager.h', |
[email protected] | 4299321 | 2012-04-30 23:42:04 | [diff] [blame] | 286 | 'wm/screen_dimmer.cc', |
| 287 | 'wm/screen_dimmer.h', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 288 | 'wm/shadow.cc', |
| 289 | 'wm/shadow.h', |
| 290 | 'wm/shadow_controller.cc', |
| 291 | 'wm/shadow_controller.h', |
| 292 | 'wm/shadow_types.cc', |
| 293 | 'wm/shadow_types.h', |
| 294 | 'wm/shelf_layout_manager.cc', |
| 295 | 'wm/shelf_layout_manager.h', |
[email protected] | 812d3d4 | 2012-06-27 19:35:31 | [diff] [blame] | 296 | 'wm/shelf_types.h', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 297 | 'wm/stacking_controller.cc', |
| 298 | 'wm/stacking_controller.h', |
| 299 | 'wm/status_area_layout_manager.cc', |
| 300 | 'wm/status_area_layout_manager.h', |
[email protected] | c16b942 | 2012-06-06 21:51:11 | [diff] [blame] | 301 | 'wm/system_gesture_event_filter.cc', |
| 302 | 'wm/system_gesture_event_filter.h', |
| 303 | 'wm/system_modal_container_event_filter.cc', |
| 304 | 'wm/system_modal_container_event_filter.h', |
| 305 | 'wm/system_modal_container_event_filter_delegate.h', |
| 306 | 'wm/system_modal_container_layout_manager.cc', |
| 307 | 'wm/system_modal_container_layout_manager.h', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 308 | 'wm/toplevel_window_event_filter.cc', |
| 309 | 'wm/toplevel_window_event_filter.h', |
[email protected] | c16b942 | 2012-06-06 21:51:11 | [diff] [blame] | 310 | 'wm/user_activity_detector.cc', |
| 311 | 'wm/user_activity_detector.h', |
| 312 | 'wm/user_activity_observer.h', |
[email protected] | 6aa614a | 2012-01-19 22:13:38 | [diff] [blame] | 313 | 'wm/video_detector.cc', |
| 314 | 'wm/video_detector.h', |
[email protected] | ddd91e9 | 2012-01-27 16:03:48 | [diff] [blame] | 315 | 'wm/visibility_controller.cc', |
| 316 | 'wm/visibility_controller.h', |
[email protected] | fb4d9d1 | 2012-08-24 00:44:54 | [diff] [blame] | 317 | 'wm/window_animation_delegate.cc', |
| 318 | 'wm/window_animation_delegate.h', |
[email protected] | cad77b3 | 2012-01-19 06:23:04 | [diff] [blame] | 319 | 'wm/window_animations.cc', |
[email protected] | 6aa614a | 2012-01-19 22:13:38 | [diff] [blame] | 320 | 'wm/window_animations.h', |
[email protected] | 40c4cbb | 2012-01-10 23:26:07 | [diff] [blame] | 321 | 'wm/window_cycle_controller.cc', |
| 322 | 'wm/window_cycle_controller.h', |
[email protected] | 194ad1d | 2012-01-18 18:22:51 | [diff] [blame] | 323 | 'wm/window_cycle_list.cc', |
| 324 | 'wm/window_cycle_list.h', |
[email protected] | 8037357 | 2012-01-06 23:14:30 | [diff] [blame] | 325 | 'wm/window_modality_controller.cc', |
| 326 | 'wm/window_modality_controller.h', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 327 | 'wm/window_properties.cc', |
| 328 | 'wm/window_properties.h', |
[email protected] | 1dfd402 | 2012-02-15 04:36:43 | [diff] [blame] | 329 | 'wm/window_resizer.cc', |
| 330 | 'wm/window_resizer.h', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 331 | 'wm/window_util.cc', |
| 332 | 'wm/window_util.h', |
| 333 | 'wm/workspace_controller.cc', |
| 334 | 'wm/workspace_controller.h', |
[email protected] | e64376ec | 2012-08-16 19:14:41 | [diff] [blame] | 335 | 'wm/workspace/base_workspace_manager.h', |
[email protected] | 85d43f0 | 2012-03-14 21:11:19 | [diff] [blame] | 336 | 'wm/workspace/frame_maximize_button.cc', |
| 337 | 'wm/workspace/frame_maximize_button.h', |
[email protected] | 8818cb9 | 2012-02-10 21:29:37 | [diff] [blame] | 338 | 'wm/workspace/managed_workspace.cc', |
| 339 | 'wm/workspace/managed_workspace.h', |
| 340 | 'wm/workspace/maximized_workspace.cc', |
| 341 | 'wm/workspace/maximized_workspace.h', |
[email protected] | ef4bb745 | 2012-03-06 18:45:17 | [diff] [blame] | 342 | 'wm/workspace/multi_window_resize_controller.cc', |
| 343 | 'wm/workspace/multi_window_resize_controller.h', |
[email protected] | edc844a | 2012-03-09 04:33:14 | [diff] [blame] | 344 | 'wm/workspace/phantom_window_controller.cc', |
| 345 | 'wm/workspace/phantom_window_controller.h', |
[email protected] | 8b61ffda | 2012-03-15 17:28:21 | [diff] [blame] | 346 | 'wm/workspace/snap_sizer.cc', |
| 347 | 'wm/workspace/snap_sizer.h', |
[email protected] | 9f9bb414 | 2012-08-04 04:39:39 | [diff] [blame] | 348 | 'wm/workspace/snap_types.h', |
[email protected] | f5b17bf | 2012-08-27 18:21:02 | [diff] [blame^] | 349 | 'wm/workspace/system_background_controller.cc', |
| 350 | 'wm/workspace/system_background_controller.h', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 351 | 'wm/workspace/workspace.cc', |
| 352 | 'wm/workspace/workspace.h', |
[email protected] | 9505857 | 2012-08-20 14:57:29 | [diff] [blame] | 353 | 'wm/workspace/workspace2.cc', |
| 354 | 'wm/workspace/workspace2.h', |
[email protected] | 9633a9d2 | 2012-01-21 16:40:58 | [diff] [blame] | 355 | 'wm/workspace/workspace_event_filter.cc', |
| 356 | 'wm/workspace/workspace_event_filter.h', |
| 357 | 'wm/workspace/workspace_layout_manager.cc', |
| 358 | 'wm/workspace/workspace_layout_manager.h', |
[email protected] | 85b66762 | 2012-08-23 05:57:31 | [diff] [blame] | 359 | 'wm/workspace/workspace_layout_manager2.cc', |
| 360 | 'wm/workspace/workspace_layout_manager2.h', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 361 | 'wm/workspace/workspace_manager.cc', |
| 362 | 'wm/workspace/workspace_manager.h', |
[email protected] | 9505857 | 2012-08-20 14:57:29 | [diff] [blame] | 363 | 'wm/workspace/workspace_manager2.cc', |
| 364 | 'wm/workspace/workspace_manager2.h', |
[email protected] | f4bb9fde | 2012-08-03 19:33:50 | [diff] [blame] | 365 | 'wm/workspace/workspace_types.h', |
[email protected] | 5ae1872 | 2012-02-25 22:30:50 | [diff] [blame] | 366 | 'wm/workspace/workspace_window_resizer.cc', |
| 367 | 'wm/workspace/workspace_window_resizer.h', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 368 | ], |
[email protected] | 6e9f6aa | 2012-02-09 04:16:20 | [diff] [blame] | 369 | 'conditions': [ |
| 370 | ['OS=="mac"', { |
| 371 | 'sources/': [ |
| 372 | ['exclude', 'accelerators/accelerator_controller.cc'], |
| 373 | ['exclude', 'accelerators/accelerator_controller.h'], |
| 374 | ['exclude', 'accelerators/accelerator_dispatcher.cc'], |
| 375 | ['exclude', 'accelerators/accelerator_dispatcher.h'], |
| 376 | ['exclude', 'accelerators/accelerator_filter.cc'], |
| 377 | ['exclude', 'accelerators/accelerator_filter.h'], |
| 378 | ['exclude', 'accelerators/nested_dispatcher_controller.cc'], |
| 379 | ['exclude', 'accelerators/nested_dispatcher_controller.h'], |
| 380 | ], |
| 381 | }], |
[email protected] | af4ac5de8 | 2012-04-05 00:50:27 | [diff] [blame] | 382 | ['chromeos==1', { |
| 383 | 'dependencies': [ |
| 384 | '../chromeos/chromeos.gyp:chromeos', |
| 385 | ], |
[email protected] | 196e945 | 2012-08-01 06:42:51 | [diff] [blame] | 386 | }, { # else: chromeos!=1 |
| 387 | 'sources/': [ |
| 388 | ['exclude', 'display/output_configurator_animation.cc'], |
| 389 | ['exclude', 'display/output_configurator_animation.h'], |
| 390 | ], |
[email protected] | af4ac5de8 | 2012-04-05 00:50:27 | [diff] [blame] | 391 | }], |
[email protected] | 6e9f6aa | 2012-02-09 04:16:20 | [diff] [blame] | 392 | ], |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 393 | }, |
| 394 | { |
[email protected] | c11172a | 2012-07-13 21:27:03 | [diff] [blame] | 395 | 'target_name': 'ash_unittests', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 396 | 'type': 'executable', |
| 397 | 'dependencies': [ |
| 398 | '../base/base.gyp:base', |
| 399 | '../base/base.gyp:test_support_base', |
| 400 | '../chrome/chrome_resources.gyp:packed_resources', |
[email protected] | 24af497 | 2012-05-04 19:42:18 | [diff] [blame] | 401 | '../content/content.gyp:content_browser', |
| 402 | '../content/content.gyp:test_support_content', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 403 | '../build/temp_gyp/googleurl.gyp:googleurl', |
| 404 | '../skia/skia.gyp:skia', |
| 405 | '../testing/gtest.gyp:gtest', |
| 406 | '../third_party/icu/icu.gyp:icui18n', |
| 407 | '../third_party/icu/icu.gyp:icuuc', |
| 408 | '../ui/aura/aura.gyp:aura', |
| 409 | '../ui/aura/aura.gyp:test_support_aura', |
[email protected] | 246c2e8 | 2012-08-09 03:35:25 | [diff] [blame] | 410 | '../ui/app_list/app_list.gyp:app_list', |
[email protected] | 116302fc | 2012-05-05 21:45:41 | [diff] [blame] | 411 | '../ui/compositor/compositor.gyp:compositor', |
| 412 | '../ui/compositor/compositor.gyp:compositor_test_support', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 413 | '../ui/ui.gyp:ui', |
| 414 | '../ui/ui.gyp:ui_resources', |
[email protected] | e6c896f1 | 2012-05-31 11:48:20 | [diff] [blame] | 415 | '../ui/ui.gyp:ui_test_support', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 416 | '../ui/views/views.gyp:views', |
[email protected] | 3cdbc03 | 2012-08-14 01:05:38 | [diff] [blame] | 417 | '../ui/views/views.gyp:views_examples_with_content_lib', |
[email protected] | 24af497 | 2012-05-04 19:42:18 | [diff] [blame] | 418 | '../ui/views/views.gyp:test_support_views', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 419 | 'ash', |
| 420 | ], |
| 421 | 'sources': [ |
[email protected] | 5eae716 | 2012-01-04 00:31:02 | [diff] [blame] | 422 | '../ui/views/test/test_views_delegate.cc', |
| 423 | '../ui/views/test/test_views_delegate.h', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 424 | 'accelerators/accelerator_controller_unittest.cc', |
[email protected] | 47460f9 | 2012-01-21 16:15:13 | [diff] [blame] | 425 | 'accelerators/accelerator_filter_unittest.cc', |
[email protected] | 86bb87e4 | 2012-05-02 06:59:20 | [diff] [blame] | 426 | 'accelerators/accelerator_table_unittest.cc', |
[email protected] | 5985fa3 | 2012-03-02 04:44:04 | [diff] [blame] | 427 | 'accelerators/nested_dispatcher_controller_unittest.cc', |
[email protected] | 3f6ffb8f | 2012-04-27 23:33:48 | [diff] [blame] | 428 | 'dip_unittest.cc', |
[email protected] | 66b05eac | 2012-06-27 23:53:10 | [diff] [blame] | 429 | 'display/display_controller_unittest.cc', |
[email protected] | 2e236a5 | 2012-06-27 22:21:47 | [diff] [blame] | 430 | 'display/multi_display_manager_unittest.cc', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 431 | 'drag_drop/drag_drop_controller_unittest.cc', |
[email protected] | 0518d0d | 2012-08-26 11:59:04 | [diff] [blame] | 432 | 'drag_drop/drag_drop_tracker_unittest.cc', |
[email protected] | c39be8f | 2012-06-15 22:58:36 | [diff] [blame] | 433 | 'extended_desktop_unittest.cc', |
[email protected] | df1c986 | 2012-02-27 10:37:31 | [diff] [blame] | 434 | 'focus_cycler_unittest.cc', |
[email protected] | 9628e0af | 2012-04-12 20:40:56 | [diff] [blame] | 435 | 'launcher/launcher_context_menu_unittest.cc', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 436 | 'launcher/launcher_model_unittest.cc', |
[email protected] | 20f8082 | 2012-05-10 01:22:40 | [diff] [blame] | 437 | 'launcher/launcher_navigator_unittest.cc', |
[email protected] | c11172a | 2012-07-13 21:27:03 | [diff] [blame] | 438 | 'launcher/launcher_tooltip_manager_unittest.cc', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 439 | 'launcher/launcher_unittest.cc', |
[email protected] | e2dced4 | 2012-04-20 01:52:42 | [diff] [blame] | 440 | 'launcher/launcher_view_unittest.cc', |
[email protected] | f185312 | 2012-06-27 16:21:26 | [diff] [blame] | 441 | 'root_window_controller_unittest.cc', |
[email protected] | 8d625fb | 2012-07-18 16:40:06 | [diff] [blame] | 442 | 'screen_ash_unittest.cc', |
[email protected] | 24af497 | 2012-05-04 19:42:18 | [diff] [blame] | 443 | 'screensaver/screensaver_view_unittest.cc', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 444 | 'shell_unittest.cc', |
[email protected] | 246c2e8 | 2012-08-09 03:35:25 | [diff] [blame] | 445 | 'shell/app_list.cc', |
| 446 | 'shell/bubble.cc', |
| 447 | 'shell/launcher_delegate_impl.cc', |
| 448 | 'shell/lock_view.cc', |
| 449 | 'shell/panel_window.cc', |
| 450 | 'shell/shell_delegate_impl.cc', |
| 451 | 'shell/toplevel_window.cc', |
| 452 | 'shell/widgets.cc', |
| 453 | 'shell/window_type_launcher.cc', |
| 454 | 'shell/window_watcher.cc', |
| 455 | 'shell/window_watcher_unittest.cc', |
[email protected] | bad64ea | 2012-05-07 20:46:30 | [diff] [blame] | 456 | 'system/tray/system_tray_unittest.cc', |
[email protected] | 82a1cc9 | 2012-06-13 22:06:10 | [diff] [blame] | 457 | 'system/web_notification/web_notification_tray_unittest.cc', |
[email protected] | 1dd1c1b | 2012-02-17 22:04:47 | [diff] [blame] | 458 | 'test/ash_test_base.cc', |
| 459 | 'test/ash_test_base.h', |
[email protected] | cec3dc4c | 2012-04-24 02:08:54 | [diff] [blame] | 460 | 'test/ash_unittests.cc', |
[email protected] | 150c02e | 2012-04-27 22:55:40 | [diff] [blame] | 461 | 'test/capture_tracking_view.cc', |
| 462 | 'test/capture_tracking_view.h', |
[email protected] | cec3dc4c | 2012-04-24 02:08:54 | [diff] [blame] | 463 | 'test/launcher_view_test_api.cc', |
| 464 | 'test/launcher_view_test_api.h', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 465 | 'test/test_activation_delegate.cc', |
| 466 | 'test/test_activation_delegate.h', |
[email protected] | e2dced4 | 2012-04-20 01:52:42 | [diff] [blame] | 467 | 'test/test_launcher_delegate.cc', |
| 468 | 'test/test_launcher_delegate.h', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 469 | 'test/test_shell_delegate.cc', |
| 470 | 'test/test_shell_delegate.h', |
| 471 | 'test/test_suite.cc', |
| 472 | 'test/test_suite.h', |
[email protected] | a0fea7e | 2012-01-30 17:43:33 | [diff] [blame] | 473 | 'test/test_suite_init.h', |
| 474 | 'test/test_suite_init.mm', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 475 | 'tooltips/tooltip_controller_unittest.cc', |
| 476 | 'wm/activation_controller_unittest.cc', |
[email protected] | fc7b744 | 2012-01-18 23:57:05 | [diff] [blame] | 477 | 'wm/base_layout_manager_unittest.cc', |
[email protected] | 1d0dfbce | 2012-06-13 02:58:56 | [diff] [blame] | 478 | 'wm/custom_frame_view_ash_unittest.cc', |
[email protected] | 8e4a538 | 2012-04-10 22:35:46 | [diff] [blame] | 479 | 'wm/frame_painter_unittest.cc', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 480 | 'wm/image_grid_unittest.cc', |
[email protected] | 6b85493 | 2012-02-04 16:44:27 | [diff] [blame] | 481 | 'wm/panel_layout_manager_unittest.cc', |
[email protected] | e0d22e8 | 2012-01-04 00:46:57 | [diff] [blame] | 482 | 'wm/power_button_controller_unittest.cc', |
[email protected] | 4299321 | 2012-04-30 23:42:04 | [diff] [blame] | 483 | 'wm/screen_dimmer_unittest.cc', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 484 | 'wm/shadow_controller_unittest.cc', |
| 485 | 'wm/shelf_layout_manager_unittest.cc', |
[email protected] | 435b212e | 2012-04-05 19:43:37 | [diff] [blame] | 486 | 'wm/system_gesture_event_filter_unittest.cc', |
[email protected] | 6b85493 | 2012-02-04 16:44:27 | [diff] [blame] | 487 | 'wm/system_modal_container_layout_manager_unittest.cc', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 488 | 'wm/toplevel_window_event_filter_unittest.cc', |
[email protected] | 10b688f2 | 2012-06-21 20:36:34 | [diff] [blame] | 489 | 'wm/user_activity_detector_unittest.cc', |
[email protected] | 6aa614a | 2012-01-19 22:13:38 | [diff] [blame] | 490 | 'wm/video_detector_unittest.cc', |
[email protected] | ddd91e9 | 2012-01-27 16:03:48 | [diff] [blame] | 491 | 'wm/visibility_controller_unittest.cc', |
[email protected] | 31e612f4 | 2012-03-27 04:41:17 | [diff] [blame] | 492 | 'wm/window_animations_unittest.cc', |
[email protected] | 40c4cbb | 2012-01-10 23:26:07 | [diff] [blame] | 493 | 'wm/window_cycle_controller_unittest.cc', |
[email protected] | 1aad332 | 2012-06-06 06:37:09 | [diff] [blame] | 494 | 'wm/window_manager_unittest.cc', |
[email protected] | 8037357 | 2012-01-06 23:14:30 | [diff] [blame] | 495 | 'wm/window_modality_controller_unittest.cc', |
[email protected] | 52b8187 | 2012-03-19 14:25:18 | [diff] [blame] | 496 | 'wm/workspace_controller_test_helper.cc', |
| 497 | 'wm/workspace_controller_test_helper.h', |
| 498 | 'wm/workspace/multi_window_resize_controller_unittest.cc', |
| 499 | 'wm/workspace/workspace_event_filter_test_helper.cc', |
| 500 | 'wm/workspace/workspace_event_filter_test_helper.h', |
[email protected] | 5985fa3 | 2012-03-02 04:44:04 | [diff] [blame] | 501 | 'wm/workspace/workspace_event_filter_unittest.cc', |
[email protected] | 6de3a011 | 2012-02-04 03:57:50 | [diff] [blame] | 502 | 'wm/workspace/workspace_manager_unittest.cc', |
[email protected] | 9505857 | 2012-08-20 14:57:29 | [diff] [blame] | 503 | 'wm/workspace/workspace_manager2_unittest.cc', |
[email protected] | 5ae1872 | 2012-02-25 22:30:50 | [diff] [blame] | 504 | 'wm/workspace/workspace_window_resizer_unittest.cc', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 505 | ], |
| 506 | 'conditions': [ |
[email protected] | 2c45610 | 2011-12-26 06:26:34 | [diff] [blame] | 507 | ['use_ibus==1', { |
| 508 | 'dependencies': [ |
| 509 | '../build/linux/system.gyp:ibus', |
| 510 | ], |
| 511 | }], |
[email protected] | df1c986 | 2012-02-27 10:37:31 | [diff] [blame] | 512 | ['OS=="win"', { |
| 513 | # TODO(zork): fix this test to build on Windows. See: crosbug.com/26906 |
| 514 | 'sources/': [ |
| 515 | ['exclude', 'focus_cycler_unittest.cc'], |
| 516 | ], |
| 517 | }], |
[email protected] | 03decaa1 | 2012-01-25 15:53:15 | [diff] [blame] | 518 | ['OS=="mac"', { |
| 519 | 'sources/': [ |
[email protected] | 6e9f6aa | 2012-02-09 04:16:20 | [diff] [blame] | 520 | ['exclude', 'accelerators/accelerator_controller_unittest.cc'], |
[email protected] | a0fea7e | 2012-01-30 17:43:33 | [diff] [blame] | 521 | ['exclude', 'accelerators/accelerator_filter_unittest.cc'], |
[email protected] | c11172a | 2012-07-13 21:27:03 | [diff] [blame] | 522 | ['exclude', 'accelerators/nested_dispatcher_controller_unittest.cc'], |
[email protected] | 03decaa1 | 2012-01-25 15:53:15 | [diff] [blame] | 523 | ['exclude', 'drag_drop/drag_drop_controller_unittest.cc'], |
[email protected] | a0fea7e | 2012-01-30 17:43:33 | [diff] [blame] | 524 | ['exclude', 'tooltips/tooltip_controller_unittest.cc'], |
[email protected] | 03decaa1 | 2012-01-25 15:53:15 | [diff] [blame] | 525 | ], |
[email protected] | a0fea7e | 2012-01-30 17:43:33 | [diff] [blame] | 526 | 'dependencies': [ |
| 527 | # Mac tests access resources via the 'AuraShell.app' directory. |
| 528 | 'ash_shell', |
| 529 | ], |
| 530 | # Special linker instructions that avoids stripping Obj-C classes that |
| 531 | # are not referenced in code, but are referenced in nibs. |
| 532 | 'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-ObjC']}, |
[email protected] | 03decaa1 | 2012-01-25 15:53:15 | [diff] [blame] | 533 | }], |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 534 | ], |
| 535 | }, |
| 536 | { |
| 537 | 'target_name': 'ash_shell', |
| 538 | 'type': 'executable', |
| 539 | 'dependencies': [ |
| 540 | '../base/base.gyp:base', |
| 541 | '../base/base.gyp:base_i18n', |
| 542 | '../chrome/chrome_resources.gyp:packed_resources', |
[email protected] | fa4a4583 | 2012-04-12 21:32:48 | [diff] [blame] | 543 | '../content/content.gyp:content_shell_lib', |
| 544 | '../content/content.gyp:content', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 545 | '../skia/skia.gyp:skia', |
| 546 | '../third_party/icu/icu.gyp:icui18n', |
| 547 | '../third_party/icu/icu.gyp:icuuc', |
[email protected] | 0039db9 | 2012-05-09 04:11:45 | [diff] [blame] | 548 | '../ui/app_list/app_list.gyp:app_list', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 549 | '../ui/aura/aura.gyp:aura', |
[email protected] | 116302fc | 2012-05-05 21:45:41 | [diff] [blame] | 550 | '../ui/compositor/compositor.gyp:compositor', |
| 551 | '../ui/compositor/compositor.gyp:compositor_test_support', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 552 | '../ui/ui.gyp:ui', |
| 553 | '../ui/ui.gyp:ui_resources', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 554 | '../ui/views/views.gyp:views', |
[email protected] | 3cdbc03 | 2012-08-14 01:05:38 | [diff] [blame] | 555 | '../ui/views/views.gyp:views_examples_with_content_lib', |
[email protected] | 24af497 | 2012-05-04 19:42:18 | [diff] [blame] | 556 | '../ui/views/views.gyp:test_support_views', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 557 | 'ash', |
| 558 | ], |
| 559 | 'sources': [ |
| 560 | 'shell/app_list.cc', |
| 561 | 'shell/bubble.cc', |
[email protected] | fa4a4583 | 2012-04-12 21:32:48 | [diff] [blame] | 562 | 'shell/content_client/shell_browser_main_parts.cc', |
| 563 | 'shell/content_client/shell_browser_main_parts.h', |
| 564 | 'shell/content_client/shell_content_browser_client.cc', |
| 565 | 'shell/content_client/shell_content_browser_client.h', |
| 566 | 'shell/content_client/shell_main_delegate.cc', |
| 567 | 'shell/content_client/shell_main_delegate.h', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 568 | 'shell/example_factory.h', |
[email protected] | 262f8bd | 2012-03-23 19:30:27 | [diff] [blame] | 569 | 'shell/launcher_delegate_impl.cc', |
| 570 | 'shell/launcher_delegate_impl.h', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 571 | 'shell/lock_view.cc', |
[email protected] | 6b85493 | 2012-02-04 16:44:27 | [diff] [blame] | 572 | 'shell/panel_window.cc', |
| 573 | 'shell/panel_window.h', |
[email protected] | 262f8bd | 2012-03-23 19:30:27 | [diff] [blame] | 574 | 'shell/shell_delegate_impl.cc', |
| 575 | 'shell/shell_delegate_impl.h', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 576 | 'shell/shell_main.cc', |
[email protected] | b72dfb24 | 2012-01-18 00:04:18 | [diff] [blame] | 577 | 'shell/shell_main_parts.cc', |
[email protected] | a0fea7e | 2012-01-30 17:43:33 | [diff] [blame] | 578 | 'shell/shell_main_parts.h', |
[email protected] | b72dfb24 | 2012-01-18 00:04:18 | [diff] [blame] | 579 | 'shell/shell_main_parts_mac.mm', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 580 | 'shell/toplevel_window.cc', |
| 581 | 'shell/toplevel_window.h', |
| 582 | 'shell/widgets.cc', |
| 583 | 'shell/window_type_launcher.cc', |
| 584 | 'shell/window_type_launcher.h', |
[email protected] | 262f8bd | 2012-03-23 19:30:27 | [diff] [blame] | 585 | 'shell/window_watcher.cc', |
| 586 | 'shell/window_watcher.h', |
[email protected] | 711f428e | 2012-06-22 02:18:23 | [diff] [blame] | 587 | '../content/app/startup_helper_win.cc', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 588 | '../ui/views/test/test_views_delegate.cc', |
| 589 | ], |
[email protected] | 6f63773 | 2012-01-19 03:15:34 | [diff] [blame] | 590 | 'conditions': [ |
[email protected] | fa4a4583 | 2012-04-12 21:32:48 | [diff] [blame] | 591 | ['OS=="win"', { |
| 592 | 'msvs_settings': { |
| 593 | 'VCLinkerTool': { |
| 594 | 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS |
| 595 | }, |
| 596 | }, |
| 597 | 'dependencies': [ |
| 598 | '../sandbox/sandbox.gyp:sandbox', |
| 599 | ], |
| 600 | }], |
[email protected] | 6f63773 | 2012-01-19 03:15:34 | [diff] [blame] | 601 | ['OS=="mac"', { |
| 602 | 'product_name': 'AuraShell', |
| 603 | 'mac_bundle': 1, |
| 604 | 'sources/': [ |
| 605 | ['exclude', 'shell/shell_main_parts.cc'], |
| 606 | ], |
| 607 | 'mac_bundle_resources': [ |
| 608 | 'shell/cocoa/app.icns', |
| 609 | 'shell/cocoa/app-Info.plist', |
| 610 | 'shell/cocoa/nibs/MainMenu.xib', |
| 611 | 'shell/cocoa/nibs/RootWindow.xib', |
| 612 | '<(SHARED_INTERMEDIATE_DIR)/repack/chrome.pak', |
[email protected] | 763498c0 | 2012-08-01 20:53:42 | [diff] [blame] | 613 | '<!@pymod_do_main(repack_locales -o -p <(OS) -g <(grit_out_dir) -s <(SHARED_INTERMEDIATE_DIR) -x <(SHARED_INTERMEDIATE_DIR) <(locales))', |
[email protected] | 6f63773 | 2012-01-19 03:15:34 | [diff] [blame] | 614 | ], |
| 615 | 'mac_bundle_resources!': [ |
| 616 | 'shell/cocoa/app-Info.plist', |
| 617 | ], |
| 618 | 'xcode_settings': { |
| 619 | 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', |
| 620 | }, |
| 621 | }], |
| 622 | ], |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 623 | }, |
[email protected] | 4e0e2b2 | 2012-02-01 10:45:51 | [diff] [blame] | 624 | ], |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 625 | } |