[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 | }, |
[email protected] | dbe3e41 | 2012-09-13 21:30:27 | [diff] [blame] | 10 | 'includes': [ |
| 11 | 'ash_resources.gypi', |
| 12 | ], |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 13 | 'targets': [ |
| 14 | { |
| 15 | 'target_name': 'ash', |
| 16 | 'type': '<(component)', |
| 17 | 'dependencies': [ |
[email protected] | 2b1fbb9d | 2012-02-08 07:30:51 | [diff] [blame] | 18 | 'ash_strings.gyp:ash_strings', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 19 | '../base/base.gyp:base', |
| 20 | '../base/base.gyp:base_i18n', |
| 21 | '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations', |
| 22 | '../build/temp_gyp/googleurl.gyp:googleurl', |
[email protected] | 24af497 | 2012-05-04 19:42:18 | [diff] [blame] | 23 | '../content/content.gyp:content', |
| 24 | '../content/content.gyp:content_browser', |
| 25 | '../ipc/ipc.gyp:ipc', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 26 | '../net/net.gyp:net', |
| 27 | '../skia/skia.gyp:skia', |
| 28 | '../third_party/icu/icu.gyp:icui18n', |
| 29 | '../third_party/icu/icu.gyp:icuuc', |
[email protected] | 0039db9 | 2012-05-09 04:11:45 | [diff] [blame] | 30 | '../ui/app_list/app_list.gyp:app_list', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 31 | '../ui/aura/aura.gyp:aura', |
| 32 | '../ui/base/strings/ui_strings.gyp:ui_strings', |
[email protected] | 116302fc | 2012-05-05 21:45:41 | [diff] [blame] | 33 | '../ui/compositor/compositor.gyp:compositor', |
[email protected] | f8846e2 | 2012-10-30 05:12:12 | [diff] [blame] | 34 | '../ui/message_center/message_center.gyp:message_center', |
[email protected] | 3cd198a2 | 2012-03-12 20:38:01 | [diff] [blame] | 35 | '../ui/oak/oak.gyp:oak', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 36 | '../ui/ui.gyp:ui', |
| 37 | '../ui/ui.gyp:ui_resources', |
[email protected] | 9e7fca80 | 2012-09-01 18:53:05 | [diff] [blame] | 38 | '../ui/views/controls/webview/webview.gyp:webview', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 39 | '../ui/views/views.gyp:views', |
[email protected] | 729b485 | 2012-07-25 21:55:02 | [diff] [blame] | 40 | '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', |
[email protected] | dbe3e41 | 2012-09-13 21:30:27 | [diff] [blame] | 41 | 'ash_resources', |
[email protected] | 056ab7e6 | 2012-09-14 03:13:15 | [diff] [blame] | 42 | 'ash_wallpaper_resources', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 43 | ], |
| 44 | 'defines': [ |
| 45 | 'ASH_IMPLEMENTATION', |
| 46 | ], |
| 47 | 'sources': [ |
| 48 | # All .cc, .h under ash, except unittests |
| 49 | 'accelerators/accelerator_controller.cc', |
| 50 | 'accelerators/accelerator_controller.h', |
[email protected] | 6e9f6aa | 2012-02-09 04:16:20 | [diff] [blame] | 51 | 'accelerators/accelerator_dispatcher.cc', |
| 52 | 'accelerators/accelerator_dispatcher.h', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 53 | 'accelerators/accelerator_filter.cc', |
| 54 | 'accelerators/accelerator_filter.h', |
[email protected] | 07a3c3fa | 2012-03-09 03:55:34 | [diff] [blame] | 55 | 'accelerators/accelerator_table.cc', |
| 56 | 'accelerators/accelerator_table.h', |
[email protected] | e7293fa | 2012-05-17 04:42:33 | [diff] [blame] | 57 | 'accelerators/focus_manager_factory.cc', |
| 58 | 'accelerators/focus_manager_factory.h', |
[email protected] | 6e9f6aa | 2012-02-09 04:16:20 | [diff] [blame] | 59 | 'accelerators/nested_dispatcher_controller.cc', |
| 60 | 'accelerators/nested_dispatcher_controller.h', |
[email protected] | 5fce874 | 2012-08-01 21:39:51 | [diff] [blame] | 61 | 'ash_constants.cc', |
| 62 | 'ash_constants.h', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 63 | 'ash_switches.cc', |
| 64 | 'ash_switches.h', |
[email protected] | af5e2527 | 2013-02-21 01:17:36 | [diff] [blame] | 65 | 'cancel_mode.cc', |
| 66 | 'cancel_mode.h', |
[email protected] | fb9a3559 | 2012-01-18 04:12:14 | [diff] [blame] | 67 | 'caps_lock_delegate.h', |
[email protected] | f4c92b38 | 2012-08-28 00:59:59 | [diff] [blame] | 68 | 'caps_lock_delegate_stub.cc', |
| 69 | 'caps_lock_delegate_stub.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', |
[email protected] | c10baf7 | 2012-11-01 18:24:32 | [diff] [blame] | 72 | 'desktop_background/desktop_background_controller_observer.h', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 73 | 'desktop_background/desktop_background_view.cc', |
| 74 | 'desktop_background/desktop_background_view.h', |
[email protected] | b4ddc7a | 2012-08-07 04:17:32 | [diff] [blame] | 75 | 'desktop_background/desktop_background_widget_controller.cc', |
| 76 | 'desktop_background/desktop_background_widget_controller.h', |
[email protected] | 81abb103 | 2012-11-13 18:55:41 | [diff] [blame] | 77 | 'desktop_background/user_wallpaper_delegate.h', |
[email protected] | e430a7ce | 2013-03-04 03:46:24 | [diff] [blame] | 78 | 'desktop_background/wallpaper_resizer.cc', |
| 79 | 'desktop_background/wallpaper_resizer.h', |
| 80 | 'desktop_background/wallpaper_resizer_observer.h', |
[email protected] | 6bdf795 | 2012-11-14 10:10:58 | [diff] [blame] | 81 | 'display/display_change_observer_x11.cc', |
| 82 | 'display/display_change_observer_x11.h', |
[email protected] | 196e945 | 2012-08-01 06:42:51 | [diff] [blame] | 83 | 'display/display_controller.cc', |
| 84 | 'display/display_controller.h', |
[email protected] | c8732855 | 2012-10-05 23:55:33 | [diff] [blame] | 85 | 'display/display_error_dialog.cc', |
| 86 | 'display/display_error_dialog.h', |
[email protected] | 7bb8f4432 | 2013-02-28 23:58:32 | [diff] [blame] | 87 | 'display/display_info.h', |
| 88 | 'display/display_info.cc', |
[email protected] | 6bdf795 | 2012-11-14 10:10:58 | [diff] [blame] | 89 | 'display/display_manager.cc', |
| 90 | 'display/display_manager.h', |
[email protected] | 682990f | 2013-01-10 06:49:11 | [diff] [blame] | 91 | 'display/event_transformation_handler.cc', |
| 92 | 'display/event_transformation_handler.h', |
[email protected] | 196e945 | 2012-08-01 06:42:51 | [diff] [blame] | 93 | 'display/mouse_cursor_event_filter.cc', |
| 94 | 'display/mouse_cursor_event_filter.h', |
[email protected] | 196e945 | 2012-08-01 06:42:51 | [diff] [blame] | 95 | 'display/output_configurator_animation.cc', |
| 96 | 'display/output_configurator_animation.h', |
| 97 | 'display/screen_position_controller.cc', |
| 98 | 'display/screen_position_controller.h', |
[email protected] | 8b7ba87b | 2012-09-01 00:40:40 | [diff] [blame] | 99 | 'display/shared_display_edge_indicator.cc', |
| 100 | 'display/shared_display_edge_indicator.h', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 101 | 'drag_drop/drag_drop_controller.cc', |
| 102 | 'drag_drop/drag_drop_controller.h', |
[email protected] | 0518d0d | 2012-08-26 11:59:04 | [diff] [blame] | 103 | 'drag_drop/drag_drop_tracker.cc', |
| 104 | 'drag_drop/drag_drop_tracker.h', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 105 | 'drag_drop/drag_image_view.cc', |
| 106 | 'drag_drop/drag_image_view.h', |
[email protected] | b9d224c | 2012-07-13 01:09:03 | [diff] [blame] | 107 | 'event_rewriter_delegate.h', |
[email protected] | 3d29912a | 2012-02-07 07:41:51 | [diff] [blame] | 108 | 'focus_cycler.cc', |
| 109 | 'focus_cycler.h', |
[email protected] | f48075d | 2012-05-24 11:06:51 | [diff] [blame] | 110 | 'high_contrast/high_contrast_controller.cc', |
| 111 | 'high_contrast/high_contrast_controller.h', |
[email protected] | fca90ea | 2012-12-14 04:13:30 | [diff] [blame] | 112 | 'host/root_window_host_factory.cc', |
| 113 | 'host/root_window_host_factory.h', |
| 114 | 'host/root_window_host_factory_win.cc', |
[email protected] | 77f7c13 | 2012-11-15 06:52:54 | [diff] [blame] | 115 | 'keyboard_overlay/keyboard_overlay_delegate.cc', |
| 116 | 'keyboard_overlay/keyboard_overlay_delegate.h', |
| 117 | 'keyboard_overlay/keyboard_overlay_view.cc', |
| 118 | 'keyboard_overlay/keyboard_overlay_view.h', |
[email protected] | d7577d3f | 2012-07-02 07:05:41 | [diff] [blame] | 119 | 'launcher/app_list_button.cc', |
| 120 | 'launcher/app_list_button.h', |
[email protected] | a160baec | 2012-03-21 20:52:15 | [diff] [blame] | 121 | 'launcher/background_animator.cc', |
| 122 | 'launcher/background_animator.h', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 123 | 'launcher/launcher.cc', |
| 124 | 'launcher/launcher.h', |
[email protected] | 5544450 | 2012-05-10 15:43:53 | [diff] [blame] | 125 | 'launcher/launcher_alignment_menu.cc', |
| 126 | 'launcher/launcher_alignment_menu.h', |
[email protected] | a39a60e | 2012-03-10 00:40:06 | [diff] [blame] | 127 | 'launcher/launcher_button.cc', |
| 128 | 'launcher/launcher_button.h', |
[email protected] | 16f2d3f | 2012-02-16 03:01:31 | [diff] [blame] | 129 | 'launcher/launcher_delegate.h', |
[email protected] | e2dced4 | 2012-04-20 01:52:42 | [diff] [blame] | 130 | 'launcher/launcher_icon_observer.h', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 131 | 'launcher/launcher_model.cc', |
| 132 | 'launcher/launcher_model.h', |
| 133 | 'launcher/launcher_model_observer.h', |
[email protected] | 20f8082 | 2012-05-10 01:22:40 | [diff] [blame] | 134 | 'launcher/launcher_navigator.cc', |
| 135 | 'launcher/launcher_navigator.h', |
[email protected] | fe851ac | 2012-06-15 03:51:58 | [diff] [blame] | 136 | 'launcher/launcher_tooltip_manager.cc', |
| 137 | 'launcher/launcher_tooltip_manager.h', |
[email protected] | cd80810 | 2012-01-12 02:42:21 | [diff] [blame] | 138 | 'launcher/launcher_types.cc', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 139 | 'launcher/launcher_types.h', |
[email protected] | 7a6ce02 | 2013-01-22 20:06:40 | [diff] [blame] | 140 | 'launcher/launcher_util.cc', |
| 141 | 'launcher/launcher_util.h', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 142 | 'launcher/launcher_view.cc', |
| 143 | 'launcher/launcher_view.h', |
[email protected] | 3475f5e | 2012-07-12 22:10:32 | [diff] [blame] | 144 | 'launcher/overflow_bubble.cc', |
| 145 | 'launcher/overflow_bubble.h', |
[email protected] | 7e84644 | 2012-08-07 04:22:34 | [diff] [blame] | 146 | 'launcher/overflow_button.cc', |
| 147 | 'launcher/overflow_button.h', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 148 | 'launcher/tabbed_launcher_button.cc', |
| 149 | 'launcher/tabbed_launcher_button.h', |
[email protected] | c1c67017 | 2012-04-26 04:20:26 | [diff] [blame] | 150 | 'magnifier/magnification_controller.cc', |
| 151 | 'magnifier/magnification_controller.h', |
[email protected] | db63363f | 2012-11-29 14:30:12 | [diff] [blame] | 152 | 'magnifier/magnifier_constants.h', |
[email protected] | 77f7c13 | 2012-11-15 06:52:54 | [diff] [blame] | 153 | 'magnifier/partial_magnification_controller.cc', |
| 154 | 'magnifier/partial_magnification_controller.h', |
[email protected] | d90b839 | 2012-06-13 09:34:56 | [diff] [blame] | 155 | 'root_window_controller.cc', |
| 156 | 'root_window_controller.h', |
[email protected] | 9d4db2f | 2012-06-29 04:54:14 | [diff] [blame] | 157 | 'rotator/screen_rotation.cc', |
| 158 | 'rotator/screen_rotation.h', |
[email protected] | 1a2145b | 2012-03-13 21:09:17 | [diff] [blame] | 159 | 'screen_ash.cc', |
| 160 | 'screen_ash.h', |
[email protected] | 24af497 | 2012-05-04 19:42:18 | [diff] [blame] | 161 | 'screensaver/screensaver_view.cc', |
| 162 | 'screensaver/screensaver_view.h', |
[email protected] | c52de637 | 2012-01-18 05:24:57 | [diff] [blame] | 163 | 'screenshot_delegate.h', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 164 | 'shell.cc', |
| 165 | 'shell.h', |
| 166 | 'shell_delegate.h', |
| 167 | 'shell_factory.h', |
[email protected] | ef80e430 | 2012-12-04 19:37:31 | [diff] [blame] | 168 | 'shelf_types.h', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 169 | 'shell_window_ids.h', |
[email protected] | e9c869e | 2012-03-14 22:10:34 | [diff] [blame] | 170 | 'system/audio/audio_observer.h', |
[email protected] | bfb41131 | 2012-02-27 20:59:27 | [diff] [blame] | 171 | 'system/audio/tray_volume.cc', |
| 172 | 'system/audio/tray_volume.h', |
[email protected] | 8d78ad0e | 2012-03-21 18:10:47 | [diff] [blame] | 173 | 'system/bluetooth/bluetooth_observer.h', |
| 174 | 'system/bluetooth/tray_bluetooth.cc', |
| 175 | 'system/bluetooth/tray_bluetooth.h', |
[email protected] | e9c869e | 2012-03-14 22:10:34 | [diff] [blame] | 176 | 'system/brightness/brightness_observer.h', |
[email protected] | 75fdbc09 | 2012-02-27 23:04:28 | [diff] [blame] | 177 | 'system/brightness/brightness_control_delegate.h', |
| 178 | 'system/brightness/tray_brightness.cc', |
| 179 | 'system/brightness/tray_brightness.h', |
[email protected] | a4404cf | 2012-12-20 21:51:42 | [diff] [blame] | 180 | 'system/chromeos/enterprise/enterprise_domain_observer.h', |
| 181 | 'system/chromeos/enterprise/tray_enterprise.h', |
| 182 | 'system/chromeos/enterprise/tray_enterprise.cc', |
[email protected] | 30f58c9 | 2012-10-23 18:38:05 | [diff] [blame] | 183 | 'system/chromeos/keyboard_brightness_controller.cc', |
| 184 | 'system/chromeos/keyboard_brightness_controller.h', |
[email protected] | efa9a03ee | 2012-10-23 22:08:48 | [diff] [blame] | 185 | 'system/chromeos/network/network_detailed_view.h', |
[email protected] | 8e610e7 | 2012-12-03 17:06:38 | [diff] [blame] | 186 | 'system/chromeos/network/network_icon.cc', |
| 187 | 'system/chromeos/network/network_icon.h', |
[email protected] | 0aa11e9 | 2013-02-01 00:17:47 | [diff] [blame] | 188 | 'system/chromeos/network/network_icon_animation.cc', |
| 189 | 'system/chromeos/network/network_icon_animation.h', |
[email protected] | 8e610e7 | 2012-12-03 17:06:38 | [diff] [blame] | 190 | 'system/chromeos/network/network_icon_animation_observer.h', |
[email protected] | 4fe6405 | 2012-12-13 22:10:42 | [diff] [blame] | 191 | 'system/chromeos/network/network_list_detailed_view.cc', |
| 192 | 'system/chromeos/network/network_list_detailed_view.h', |
[email protected] | ec90218 | 2012-10-23 21:16:51 | [diff] [blame] | 193 | 'system/chromeos/network/network_list_detailed_view_base.cc', |
[email protected] | 8e610e7 | 2012-12-03 17:06:38 | [diff] [blame] | 194 | 'system/chromeos/network/network_list_detailed_view_base.h', |
[email protected] | 0d21158 | 2012-10-18 17:48:51 | [diff] [blame] | 195 | 'system/chromeos/network/network_observer.h', |
[email protected] | 8e610e7 | 2012-12-03 17:06:38 | [diff] [blame] | 196 | 'system/chromeos/network/network_state_list_detailed_view.cc', |
| 197 | 'system/chromeos/network/network_state_list_detailed_view.h', |
[email protected] | 0d21158 | 2012-10-18 17:48:51 | [diff] [blame] | 198 | 'system/chromeos/network/tray_network.cc', |
| 199 | 'system/chromeos/network/tray_network.h', |
[email protected] | 8e610e7 | 2012-12-03 17:06:38 | [diff] [blame] | 200 | 'system/chromeos/network/tray_network_state_observer.cc', |
| 201 | 'system/chromeos/network/tray_network_state_observer.h', |
[email protected] | 0d21158 | 2012-10-18 17:48:51 | [diff] [blame] | 202 | 'system/chromeos/network/tray_sms.cc', |
| 203 | 'system/chromeos/network/tray_sms.h', |
[email protected] | ec90218 | 2012-10-23 21:16:51 | [diff] [blame] | 204 | 'system/chromeos/network/tray_vpn.cc', |
| 205 | 'system/chromeos/network/tray_vpn.h', |
[email protected] | 0d21158 | 2012-10-18 17:48:51 | [diff] [blame] | 206 | 'system/chromeos/tray_display.cc', |
| 207 | 'system/chromeos/tray_display.h', |
[email protected] | 83a1241e | 2012-03-21 19:09:53 | [diff] [blame] | 208 | 'system/date/clock_observer.h', |
| 209 | 'system/date/date_view.cc', |
| 210 | 'system/date/date_view.h', |
| 211 | 'system/date/tray_date.cc', |
| 212 | 'system/date/tray_date.h', |
[email protected] | cb09f6a | 2012-05-02 01:19:45 | [diff] [blame] | 213 | 'system/drive/drive_observer.h', |
| 214 | 'system/drive/tray_drive.cc', |
| 215 | 'system/drive/tray_drive.h', |
[email protected] | d5e28a3 | 2012-03-20 23:00:38 | [diff] [blame] | 216 | 'system/ime/ime_observer.h', |
| 217 | 'system/ime/tray_ime.cc', |
| 218 | 'system/ime/tray_ime.h', |
[email protected] | dbebd42 | 2012-07-11 00:14:31 | [diff] [blame] | 219 | 'system/keyboard_brightness/keyboard_brightness_control_delegate.h', |
[email protected] | 56dbdd0 | 2012-05-17 18:48:37 | [diff] [blame] | 220 | 'system/locale/tray_locale.cc', |
| 221 | 'system/locale/tray_locale.h', |
[email protected] | 1efd5f1 | 2012-11-08 14:06:19 | [diff] [blame] | 222 | 'system/logout_button/logout_button_observer.h', |
| 223 | 'system/logout_button/tray_logout_button.cc', |
| 224 | 'system/logout_button/tray_logout_button.h', |
[email protected] | 316708a | 2012-11-05 22:57:02 | [diff] [blame] | 225 | 'system/monitor/tray_monitor.cc', |
| 226 | 'system/monitor/tray_monitor.h', |
[email protected] | e9c869e | 2012-03-14 22:10:34 | [diff] [blame] | 227 | 'system/power/power_status_observer.h', |
[email protected] | 17df203 | 2012-06-08 17:59:31 | [diff] [blame] | 228 | 'system/power/power_status_view.cc', |
| 229 | 'system/power/power_status_view.h', |
[email protected] | f7f06ea | 2012-03-02 18:30:50 | [diff] [blame] | 230 | 'system/power/power_supply_status.cc', |
| 231 | 'system/power/power_supply_status.h', |
[email protected] | 83a1241e | 2012-03-21 19:09:53 | [diff] [blame] | 232 | 'system/power/tray_power.cc', |
| 233 | 'system/power/tray_power.h', |
[email protected] | 16827653 | 2012-12-15 11:44:31 | [diff] [blame] | 234 | 'system/session_length_limit/session_length_limit_observer.h', |
| 235 | 'system/session_length_limit/tray_session_length_limit.cc', |
| 236 | 'system/session_length_limit/tray_session_length_limit.h', |
[email protected] | bfb41131 | 2012-02-27 20:59:27 | [diff] [blame] | 237 | 'system/settings/tray_settings.cc', |
| 238 | 'system/settings/tray_settings.h', |
[email protected] | 6d6546e | 2012-05-30 23:12:02 | [diff] [blame] | 239 | 'system/status_area_widget.cc', |
| 240 | 'system/status_area_widget.h', |
| 241 | 'system/status_area_widget_delegate.cc', |
| 242 | 'system/status_area_widget_delegate.h', |
[email protected] | 5911bb9 | 2013-02-19 19:24:02 | [diff] [blame] | 243 | 'system/tray/actionable_view.cc', |
| 244 | 'system/tray/actionable_view.h', |
[email protected] | ddd9eb3 | 2013-02-16 05:09:31 | [diff] [blame] | 245 | 'system/tray/fixed_sized_image_view.cc', |
| 246 | 'system/tray/fixed_sized_image_view.h', |
[email protected] | de5d722 | 2013-03-07 17:36:33 | [diff] [blame] | 247 | 'system/tray/fixed_sized_scroll_view.cc', |
| 248 | 'system/tray/fixed_sized_scroll_view.h', |
[email protected] | 5911bb9 | 2013-02-19 19:24:02 | [diff] [blame] | 249 | 'system/tray/hover_highlight_view.cc', |
| 250 | 'system/tray/hover_highlight_view.h', |
[email protected] | a0c49191 | 2013-02-14 00:57:53 | [diff] [blame] | 251 | 'system/tray/special_popup_row.cc', |
| 252 | 'system/tray/special_popup_row.h', |
[email protected] | bfb41131 | 2012-02-27 20:59:27 | [diff] [blame] | 253 | 'system/tray/system_tray.cc', |
| 254 | 'system/tray/system_tray.h', |
[email protected] | b26aefb | 2012-05-09 22:37:24 | [diff] [blame] | 255 | 'system/tray/system_tray_bubble.cc', |
| 256 | 'system/tray/system_tray_bubble.h', |
[email protected] | cb09f6a | 2012-05-02 01:19:45 | [diff] [blame] | 257 | 'system/tray/system_tray_delegate.cc', |
[email protected] | bfb41131 | 2012-02-27 20:59:27 | [diff] [blame] | 258 | 'system/tray/system_tray_delegate.h', |
| 259 | 'system/tray/system_tray_item.cc', |
| 260 | 'system/tray/system_tray_item.h', |
[email protected] | 83b2b84c | 2012-11-14 01:11:00 | [diff] [blame] | 261 | 'system/tray/system_tray_notifier.cc', |
| 262 | 'system/tray/system_tray_notifier.h', |
[email protected] | 51ed599 | 2012-11-07 10:14:39 | [diff] [blame] | 263 | 'system/tray/test_system_tray_delegate.cc', |
| 264 | 'system/tray/test_system_tray_delegate.h', |
[email protected] | 201f7bc | 2013-03-02 17:37:08 | [diff] [blame] | 265 | 'system/tray/throbber_view.cc', |
| 266 | 'system/tray/throbber_view.h', |
[email protected] | 6d6546e | 2012-05-30 23:12:02 | [diff] [blame] | 267 | 'system/tray/tray_background_view.cc', |
| 268 | 'system/tray/tray_background_view.h', |
[email protected] | c3e07ae | 2012-10-15 17:54:38 | [diff] [blame] | 269 | 'system/tray/tray_bubble_wrapper.cc', |
| 270 | 'system/tray/tray_bubble_wrapper.h', |
[email protected] | 72f05d6 | 2012-03-05 22:36:49 | [diff] [blame] | 271 | 'system/tray/tray_constants.cc', |
| 272 | 'system/tray/tray_constants.h', |
[email protected] | 7345d05 | 2012-05-15 16:09:08 | [diff] [blame] | 273 | 'system/tray/tray_details_view.cc', |
| 274 | 'system/tray/tray_details_view.h', |
[email protected] | 60d4167c | 2012-03-04 18:45:15 | [diff] [blame] | 275 | 'system/tray/tray_empty.cc', |
| 276 | 'system/tray/tray_empty.h', |
[email protected] | c3e07ae | 2012-10-15 17:54:38 | [diff] [blame] | 277 | 'system/tray/tray_event_filter.cc', |
| 278 | 'system/tray/tray_event_filter.h', |
[email protected] | 31a5e31 | 2012-03-19 16:23:14 | [diff] [blame] | 279 | 'system/tray/tray_image_item.cc', |
| 280 | 'system/tray/tray_image_item.h', |
[email protected] | 8d78ad0e | 2012-03-21 18:10:47 | [diff] [blame] | 281 | 'system/tray/tray_item_more.cc', |
| 282 | 'system/tray/tray_item_more.h', |
[email protected] | 5d1491d | 2012-04-23 21:51:00 | [diff] [blame] | 283 | 'system/tray/tray_item_view.cc', |
| 284 | 'system/tray/tray_item_view.h', |
[email protected] | 61ae415 | 2012-07-03 22:08:51 | [diff] [blame] | 285 | 'system/tray/tray_notification_view.cc', |
| 286 | 'system/tray/tray_notification_view.h', |
[email protected] | 8d78ad0e | 2012-03-21 18:10:47 | [diff] [blame] | 287 | 'system/tray/tray_views.cc', |
| 288 | 'system/tray/tray_views.h', |
[email protected] | acd0fd7a | 2013-03-04 22:00:53 | [diff] [blame] | 289 | 'system/tray/view_click_listener.h', |
[email protected] | 31a5e31 | 2012-03-19 16:23:14 | [diff] [blame] | 290 | 'system/tray_accessibility.cc', |
| 291 | 'system/tray_accessibility.h', |
| 292 | 'system/tray_caps_lock.cc', |
| 293 | 'system/tray_caps_lock.h', |
[email protected] | 024a03b | 2012-03-28 04:05:53 | [diff] [blame] | 294 | 'system/tray_update.cc', |
| 295 | 'system/tray_update.h', |
[email protected] | 23c4534 | 2012-11-06 12:34:02 | [diff] [blame] | 296 | 'system/user/login_status.cc', |
[email protected] | eac76c6 | 2012-03-03 15:19:56 | [diff] [blame] | 297 | 'system/user/login_status.h', |
| 298 | 'system/user/tray_user.cc', |
| 299 | 'system/user/tray_user.h', |
[email protected] | e9c869e | 2012-03-14 22:10:34 | [diff] [blame] | 300 | 'system/user/update_observer.h', |
[email protected] | a97e15ac | 2012-03-20 15:52:23 | [diff] [blame] | 301 | 'system/user/user_observer.h', |
[email protected] | 82a1cc9 | 2012-06-13 22:06:10 | [diff] [blame] | 302 | 'system/web_notification/web_notification_tray.cc', |
| 303 | 'system/web_notification/web_notification_tray.h', |
[email protected] | 7307474 | 2012-05-17 01:44:41 | [diff] [blame] | 304 | 'touch/touch_observer_hud.cc', |
| 305 | 'touch/touch_observer_hud.h', |
[email protected] | 332aaf7b | 2012-06-26 17:17:42 | [diff] [blame] | 306 | 'touch/touch_uma.cc', |
| 307 | 'touch/touch_uma.h', |
[email protected] | 16f05f4 | 2012-02-06 19:24:50 | [diff] [blame] | 308 | 'volume_control_delegate.h', |
[email protected] | 0039db9 | 2012-05-09 04:11:45 | [diff] [blame] | 309 | 'wm/app_list_controller.cc', |
| 310 | 'wm/app_list_controller.h', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 311 | 'wm/activation_controller.cc', |
| 312 | 'wm/activation_controller.h', |
[email protected] | dc0973937 | 2012-11-15 20:17:39 | [diff] [blame] | 313 | 'wm/activation_controller_delegate.h', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 314 | 'wm/always_on_top_controller.cc', |
| 315 | 'wm/always_on_top_controller.h', |
[email protected] | dc0973937 | 2012-11-15 20:17:39 | [diff] [blame] | 316 | 'wm/ash_activation_controller.cc', |
| 317 | 'wm/ash_activation_controller.h', |
[email protected] | c0ff034 | 2013-02-27 00:41:29 | [diff] [blame] | 318 | 'wm/ash_native_cursor_manager.cc', |
| 319 | 'wm/ash_native_cursor_manager.h', |
[email protected] | dc4863be | 2012-11-30 17:41:57 | [diff] [blame] | 320 | 'wm/ash_focus_rules.cc', |
| 321 | 'wm/ash_focus_rules.h', |
[email protected] | fc7b744 | 2012-01-18 23:57:05 | [diff] [blame] | 322 | 'wm/base_layout_manager.cc', |
| 323 | 'wm/base_layout_manager.h', |
[email protected] | bca9a7e | 2012-11-10 06:25:49 | [diff] [blame] | 324 | 'wm/boot_splash_screen.cc', |
| 325 | 'wm/boot_splash_screen.h', |
[email protected] | 60a978b7 | 2012-06-08 00:29:18 | [diff] [blame] | 326 | 'wm/capture_controller.cc', |
| 327 | 'wm/capture_controller.h', |
[email protected] | 7203a5e | 2012-08-06 18:27:46 | [diff] [blame] | 328 | 'wm/coordinate_conversion.cc', |
| 329 | 'wm/coordinate_conversion.h', |
[email protected] | 9d4d171 | 2012-03-06 06:55:25 | [diff] [blame] | 330 | 'wm/custom_frame_view_ash.cc', |
| 331 | 'wm/custom_frame_view_ash.h', |
[email protected] | 2222892 | 2012-03-05 15:04:49 | [diff] [blame] | 332 | 'wm/default_window_resizer.cc', |
| 333 | 'wm/default_window_resizer.h', |
[email protected] | c38f941 | 2012-12-04 21:18:21 | [diff] [blame] | 334 | 'wm/drag_window_controller.cc', |
| 335 | 'wm/drag_window_controller.h', |
[email protected] | 309d43a | 2012-12-06 23:03:42 | [diff] [blame] | 336 | 'wm/drag_window_resizer.cc', |
| 337 | 'wm/drag_window_resizer.h', |
[email protected] | 262f8bd | 2012-03-23 19:30:27 | [diff] [blame] | 338 | 'wm/event_client_impl.cc', |
| 339 | 'wm/event_client_impl.h', |
[email protected] | b9d224c | 2012-07-13 01:09:03 | [diff] [blame] | 340 | 'wm/event_rewriter_event_filter.cc', |
| 341 | 'wm/event_rewriter_event_filter.h', |
[email protected] | 9d4d171 | 2012-03-06 06:55:25 | [diff] [blame] | 342 | 'wm/frame_painter.cc', |
| 343 | 'wm/frame_painter.h', |
[email protected] | c57c18bd6 | 2012-08-29 16:05:18 | [diff] [blame] | 344 | 'wm/gestures/bezel_gesture_handler.cc', |
| 345 | 'wm/gestures/bezel_gesture_handler.h', |
[email protected] | fdcefaa | 2012-08-29 04:12:28 | [diff] [blame] | 346 | 'wm/gestures/long_press_affordance_handler.cc', |
| 347 | 'wm/gestures/long_press_affordance_handler.h', |
[email protected] | 3c6abbe | 2012-08-30 23:48:57 | [diff] [blame] | 348 | 'wm/gestures/shelf_gesture_handler.cc', |
| 349 | 'wm/gestures/shelf_gesture_handler.h', |
[email protected] | 551f9e6 | 2012-08-29 02:20:24 | [diff] [blame] | 350 | 'wm/gestures/system_pinch_handler.cc', |
| 351 | 'wm/gestures/system_pinch_handler.h', |
[email protected] | c8e2e83 | 2012-09-12 21:48:28 | [diff] [blame] | 352 | 'wm/gestures/tray_gesture_handler.cc', |
| 353 | 'wm/gestures/tray_gesture_handler.h', |
[email protected] | d1584fe | 2012-08-29 21:57:13 | [diff] [blame] | 354 | 'wm/gestures/two_finger_drag_handler.cc', |
| 355 | 'wm/gestures/two_finger_drag_handler.h', |
[email protected] | 151ffdff | 2012-09-11 20:18:35 | [diff] [blame] | 356 | 'wm/image_cursors.cc', |
| 357 | 'wm/image_cursors.h', |
[email protected] | 9f9bb414 | 2012-08-04 04:39:39 | [diff] [blame] | 358 | 'wm/maximize_bubble_controller.cc', |
| 359 | 'wm/maximize_bubble_controller.h', |
[email protected] | 9ae32df | 2012-07-26 03:25:18 | [diff] [blame] | 360 | 'wm/overlay_event_filter.cc', |
| 361 | 'wm/overlay_event_filter.h', |
[email protected] | 7095a65 | 2013-03-07 19:41:49 | [diff] [blame^] | 362 | 'wm/panels/panel_frame_view.cc', |
| 363 | 'wm/panels/panel_frame_view.h', |
| 364 | 'wm/panels/panel_layout_manager.cc', |
| 365 | 'wm/panels/panel_layout_manager.h', |
| 366 | 'wm/panels/panel_window_resizer.cc', |
| 367 | 'wm/panels/panel_window_resizer.h', |
[email protected] | 0b0b074 | 2012-02-16 13:23:45 | [diff] [blame] | 368 | 'wm/partial_screenshot_view.cc', |
| 369 | 'wm/partial_screenshot_view.h', |
[email protected] | e0d22e8 | 2012-01-04 00:46:57 | [diff] [blame] | 370 | 'wm/power_button_controller.cc', |
| 371 | 'wm/power_button_controller.h', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 372 | 'wm/property_util.cc', |
| 373 | 'wm/property_util.h', |
[email protected] | e4a181cc | 2012-03-17 02:20:57 | [diff] [blame] | 374 | 'wm/resize_shadow.cc', |
| 375 | 'wm/resize_shadow.h', |
| 376 | 'wm/resize_shadow_controller.cc', |
| 377 | 'wm/resize_shadow_controller.h', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 378 | 'wm/root_window_layout_manager.cc', |
| 379 | 'wm/root_window_layout_manager.h', |
[email protected] | 4299321 | 2012-04-30 23:42:04 | [diff] [blame] | 380 | 'wm/screen_dimmer.cc', |
| 381 | 'wm/screen_dimmer.h', |
[email protected] | 6bc8352 | 2012-10-04 17:43:04 | [diff] [blame] | 382 | 'wm/session_state_animator.cc', |
| 383 | 'wm/session_state_animator.h', |
[email protected] | 222f40c | 2012-10-18 08:58:13 | [diff] [blame] | 384 | 'wm/session_state_controller.cc', |
| 385 | 'wm/session_state_controller.h', |
[email protected] | 839667d6 | 2012-10-23 19:38:57 | [diff] [blame] | 386 | 'wm/session_state_controller_impl.cc', |
| 387 | 'wm/session_state_controller_impl.h', |
| 388 | 'wm/session_state_controller_impl2.cc', |
| 389 | 'wm/session_state_controller_impl2.h', |
[email protected] | 83482fbf | 2012-11-21 14:02:09 | [diff] [blame] | 390 | 'wm/session_state_observer.h', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 391 | 'wm/shelf_layout_manager.cc', |
| 392 | 'wm/shelf_layout_manager.h', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 393 | 'wm/stacking_controller.cc', |
| 394 | 'wm/stacking_controller.h', |
| 395 | 'wm/status_area_layout_manager.cc', |
| 396 | 'wm/status_area_layout_manager.h', |
[email protected] | e6e41d2f | 2012-10-29 19:22:19 | [diff] [blame] | 397 | 'wm/system_background_controller.cc', |
| 398 | 'wm/system_background_controller.h', |
[email protected] | c16b942 | 2012-06-06 21:51:11 | [diff] [blame] | 399 | 'wm/system_gesture_event_filter.cc', |
| 400 | 'wm/system_gesture_event_filter.h', |
| 401 | 'wm/system_modal_container_event_filter.cc', |
| 402 | 'wm/system_modal_container_event_filter.h', |
| 403 | 'wm/system_modal_container_event_filter_delegate.h', |
| 404 | 'wm/system_modal_container_layout_manager.cc', |
| 405 | 'wm/system_modal_container_layout_manager.h', |
[email protected] | 5dc51db8 | 2012-09-11 03:39:01 | [diff] [blame] | 406 | 'wm/toplevel_window_event_handler.cc', |
| 407 | 'wm/toplevel_window_event_handler.h', |
[email protected] | c16b942 | 2012-06-06 21:51:11 | [diff] [blame] | 408 | 'wm/user_activity_detector.cc', |
| 409 | 'wm/user_activity_detector.h', |
| 410 | 'wm/user_activity_observer.h', |
[email protected] | 6aa614a | 2012-01-19 22:13:38 | [diff] [blame] | 411 | 'wm/video_detector.cc', |
| 412 | 'wm/video_detector.h', |
[email protected] | cad77b3 | 2012-01-19 06:23:04 | [diff] [blame] | 413 | 'wm/window_animations.cc', |
[email protected] | 6aa614a | 2012-01-19 22:13:38 | [diff] [blame] | 414 | 'wm/window_animations.h', |
[email protected] | 40c4cbb | 2012-01-10 23:26:07 | [diff] [blame] | 415 | 'wm/window_cycle_controller.cc', |
| 416 | 'wm/window_cycle_controller.h', |
[email protected] | 194ad1d | 2012-01-18 18:22:51 | [diff] [blame] | 417 | 'wm/window_cycle_list.cc', |
| 418 | 'wm/window_cycle_list.h', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 419 | 'wm/window_properties.cc', |
| 420 | 'wm/window_properties.h', |
[email protected] | 1dfd402 | 2012-02-15 04:36:43 | [diff] [blame] | 421 | 'wm/window_resizer.cc', |
| 422 | 'wm/window_resizer.h', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 423 | 'wm/window_util.cc', |
| 424 | 'wm/window_util.h', |
| 425 | 'wm/workspace_controller.cc', |
| 426 | 'wm/workspace_controller.h', |
[email protected] | cda278d | 2012-10-30 20:31:40 | [diff] [blame] | 427 | 'wm/workspace/auto_window_management.cc', |
| 428 | 'wm/workspace/auto_window_management.h', |
[email protected] | c601e73 | 2012-10-11 15:39:37 | [diff] [blame] | 429 | 'wm/workspace/colored_window_controller.cc', |
| 430 | 'wm/workspace/colored_window_controller.h', |
[email protected] | ba38e00 | 2012-10-12 16:39:41 | [diff] [blame] | 431 | 'wm/workspace/desktop_background_fade_controller.cc', |
| 432 | 'wm/workspace/desktop_background_fade_controller.h', |
[email protected] | 85d43f0 | 2012-03-14 21:11:19 | [diff] [blame] | 433 | 'wm/workspace/frame_maximize_button.cc', |
| 434 | 'wm/workspace/frame_maximize_button.h', |
[email protected] | c83d433 | 2012-09-11 23:28:41 | [diff] [blame] | 435 | 'wm/workspace/magnetism_matcher.cc', |
| 436 | 'wm/workspace/magnetism_matcher.h', |
[email protected] | 4d3115c | 2012-08-31 04:18:39 | [diff] [blame] | 437 | 'wm/workspace/maximize_bubble_frame_state.h', |
[email protected] | ef4bb745 | 2012-03-06 18:45:17 | [diff] [blame] | 438 | 'wm/workspace/multi_window_resize_controller.cc', |
| 439 | 'wm/workspace/multi_window_resize_controller.h', |
[email protected] | edc844a | 2012-03-09 04:33:14 | [diff] [blame] | 440 | 'wm/workspace/phantom_window_controller.cc', |
| 441 | 'wm/workspace/phantom_window_controller.h', |
[email protected] | 8b61ffda | 2012-03-15 17:28:21 | [diff] [blame] | 442 | 'wm/workspace/snap_sizer.cc', |
| 443 | 'wm/workspace/snap_sizer.h', |
[email protected] | 9f9bb414 | 2012-08-04 04:39:39 | [diff] [blame] | 444 | 'wm/workspace/snap_types.h', |
[email protected] | ef0e32cc | 2012-10-31 20:57:33 | [diff] [blame] | 445 | 'wm/workspace/workspace.cc', |
| 446 | 'wm/workspace/workspace.h', |
[email protected] | ba38e00 | 2012-10-12 16:39:41 | [diff] [blame] | 447 | 'wm/workspace/workspace_animations.cc', |
| 448 | 'wm/workspace/workspace_animations.h', |
[email protected] | 83eef80 | 2012-12-02 07:43:52 | [diff] [blame] | 449 | 'wm/workspace/workspace_cycler.cc', |
| 450 | 'wm/workspace/workspace_cycler.h', |
[email protected] | 51903e03 | 2013-02-05 22:14:46 | [diff] [blame] | 451 | 'wm/workspace/workspace_cycler_animator.cc', |
| 452 | 'wm/workspace/workspace_cycler_animator.h', |
[email protected] | a3eeccb | 2013-02-13 16:39:29 | [diff] [blame] | 453 | 'wm/workspace/workspace_cycler_configuration.cc', |
| 454 | 'wm/workspace/workspace_cycler_configuration.h', |
[email protected] | 5dc51db8 | 2012-09-11 03:39:01 | [diff] [blame] | 455 | 'wm/workspace/workspace_event_handler.cc', |
| 456 | 'wm/workspace/workspace_event_handler.h', |
[email protected] | ef0e32cc | 2012-10-31 20:57:33 | [diff] [blame] | 457 | 'wm/workspace/workspace_layout_manager.cc', |
| 458 | 'wm/workspace/workspace_layout_manager.h', |
| 459 | 'wm/workspace/workspace_manager.cc', |
| 460 | 'wm/workspace/workspace_manager.h', |
[email protected] | f4bb9fde | 2012-08-03 19:33:50 | [diff] [blame] | 461 | 'wm/workspace/workspace_types.h', |
[email protected] | 5ae1872 | 2012-02-25 22:30:50 | [diff] [blame] | 462 | 'wm/workspace/workspace_window_resizer.cc', |
| 463 | 'wm/workspace/workspace_window_resizer.h', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 464 | ], |
[email protected] | 6e9f6aa | 2012-02-09 04:16:20 | [diff] [blame] | 465 | 'conditions': [ |
| 466 | ['OS=="mac"', { |
| 467 | 'sources/': [ |
| 468 | ['exclude', 'accelerators/accelerator_controller.cc'], |
| 469 | ['exclude', 'accelerators/accelerator_controller.h'], |
| 470 | ['exclude', 'accelerators/accelerator_dispatcher.cc'], |
| 471 | ['exclude', 'accelerators/accelerator_dispatcher.h'], |
| 472 | ['exclude', 'accelerators/accelerator_filter.cc'], |
| 473 | ['exclude', 'accelerators/accelerator_filter.h'], |
| 474 | ['exclude', 'accelerators/nested_dispatcher_controller.cc'], |
| 475 | ['exclude', 'accelerators/nested_dispatcher_controller.h'], |
| 476 | ], |
| 477 | }], |
[email protected] | fca90ea | 2012-12-14 04:13:30 | [diff] [blame] | 478 | ['OS=="win"', { |
| 479 | 'sources/': [ |
| 480 | ['exclude', 'host/root_window_host_factory.cc'], |
| 481 | ], |
[email protected] | ef34dfb | 2013-02-15 17:49:49 | [diff] [blame] | 482 | # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
| 483 | 'msvs_disabled_warnings': [ 4267, ], |
[email protected] | fca90ea | 2012-12-14 04:13:30 | [diff] [blame] | 484 | }], |
[email protected] | 316708a | 2012-11-05 22:57:02 | [diff] [blame] | 485 | ['OS!="linux"', { |
| 486 | 'sources/': [ |
| 487 | ['exclude', 'system/monitor/tray_monitor.cc'], |
| 488 | ['exclude', 'system/monitor/tray_monitor.h'], |
| 489 | ], |
| 490 | }], |
[email protected] | af4ac5de8 | 2012-04-05 00:50:27 | [diff] [blame] | 491 | ['chromeos==1', { |
| 492 | 'dependencies': [ |
| 493 | '../chromeos/chromeos.gyp:chromeos', |
| 494 | ], |
[email protected] | 196e945 | 2012-08-01 06:42:51 | [diff] [blame] | 495 | }, { # else: chromeos!=1 |
| 496 | 'sources/': [ |
[email protected] | 0d21158 | 2012-10-18 17:48:51 | [diff] [blame] | 497 | ['exclude', '/chromeos/'], |
[email protected] | 18b21b2e | 2013-03-01 20:56:23 | [diff] [blame] | 498 | ['exclude', 'display/display_error_dialog.cc'], |
| 499 | ['exclude', 'display/display_error_dialog.h'], |
[email protected] | 196e945 | 2012-08-01 06:42:51 | [diff] [blame] | 500 | ['exclude', 'display/output_configurator_animation.cc'], |
| 501 | ['exclude', 'display/output_configurator_animation.h'], |
| 502 | ], |
[email protected] | af4ac5de8 | 2012-04-05 00:50:27 | [diff] [blame] | 503 | }], |
[email protected] | 6e9f6aa | 2012-02-09 04:16:20 | [diff] [blame] | 504 | ], |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 505 | }, |
| 506 | { |
[email protected] | b5ec90e | 2012-12-04 23:50:27 | [diff] [blame] | 507 | 'target_name': 'ash_test_support', |
[email protected] | 4dff520 | 2012-10-06 07:51:12 | [diff] [blame] | 508 | 'type': 'static_library', |
| 509 | 'dependencies': [ |
| 510 | '../skia/skia.gyp:skia', |
| 511 | '../testing/gtest.gyp:gtest', |
| 512 | 'ash', |
| 513 | 'ash_resources', |
| 514 | ], |
| 515 | 'sources': [ |
| 516 | 'test/ash_test_base.cc', |
| 517 | 'test/ash_test_base.h', |
[email protected] | 4dff520 | 2012-10-06 07:51:12 | [diff] [blame] | 518 | 'test/cursor_manager_test_api.cc', |
| 519 | 'test/cursor_manager_test_api.h', |
| 520 | 'test/launcher_view_test_api.cc', |
| 521 | 'test/launcher_view_test_api.h', |
[email protected] | 6bdf795 | 2012-11-14 10:10:58 | [diff] [blame] | 522 | 'test/display_manager_test_api.cc', |
| 523 | 'test/display_manager_test_api.h', |
[email protected] | 0c68e89 | 2012-12-08 16:54:53 | [diff] [blame] | 524 | 'test/shell_test_api.cc', |
| 525 | 'test/shell_test_api.h', |
[email protected] | 4dff520 | 2012-10-06 07:51:12 | [diff] [blame] | 526 | 'test/test_activation_delegate.cc', |
| 527 | 'test/test_activation_delegate.h', |
| 528 | 'test/test_launcher_delegate.cc', |
| 529 | 'test/test_launcher_delegate.h', |
| 530 | 'test/test_shell_delegate.cc', |
| 531 | 'test/test_shell_delegate.h', |
| 532 | 'test/test_suite.cc', |
| 533 | 'test/test_suite.h', |
| 534 | 'test/test_suite_init.h', |
| 535 | 'test/test_suite_init.mm', |
| 536 | ], |
[email protected] | 1c3f700 | 2013-01-21 18:46:05 | [diff] [blame] | 537 | 'conditions': [ |
| 538 | ['OS=="win"', { |
| 539 | 'dependencies': [ |
| 540 | '../ipc/ipc.gyp:ipc', |
| 541 | '../ui/metro_viewer/metro_viewer.gyp:metro_viewer', |
[email protected] | 81ada34 | 2013-02-15 02:44:10 | [diff] [blame] | 542 | '../win8/win8_tests.gyp:test_registrar', |
[email protected] | 41168e2 | 2013-02-13 18:25:43 | [diff] [blame] | 543 | '../win8/win8.gyp:test_support_win8', |
[email protected] | 1c3f700 | 2013-01-21 18:46:05 | [diff] [blame] | 544 | ], |
| 545 | 'sources': [ |
| 546 | 'test/test_metro_viewer_process_host.cc', |
| 547 | 'test/test_metro_viewer_process_host.h', |
| 548 | ], |
| 549 | }], |
| 550 | ], |
[email protected] | 4dff520 | 2012-10-06 07:51:12 | [diff] [blame] | 551 | }, |
| 552 | { |
[email protected] | c11172a | 2012-07-13 21:27:03 | [diff] [blame] | 553 | 'target_name': 'ash_unittests', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 554 | 'type': 'executable', |
| 555 | 'dependencies': [ |
[email protected] | 431552c | 2012-10-23 00:38:33 | [diff] [blame] | 556 | 'ash_strings.gyp:ash_strings', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 557 | '../base/base.gyp:base', |
| 558 | '../base/base.gyp:test_support_base', |
| 559 | '../chrome/chrome_resources.gyp:packed_resources', |
[email protected] | 24af497 | 2012-05-04 19:42:18 | [diff] [blame] | 560 | '../content/content.gyp:content_browser', |
| 561 | '../content/content.gyp:test_support_content', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 562 | '../build/temp_gyp/googleurl.gyp:googleurl', |
| 563 | '../skia/skia.gyp:skia', |
| 564 | '../testing/gtest.gyp:gtest', |
| 565 | '../third_party/icu/icu.gyp:icui18n', |
| 566 | '../third_party/icu/icu.gyp:icuuc', |
| 567 | '../ui/aura/aura.gyp:aura', |
[email protected] | b5ec90e | 2012-12-04 23:50:27 | [diff] [blame] | 568 | '../ui/aura/aura.gyp:aura_test_support', |
[email protected] | 246c2e8 | 2012-08-09 03:35:25 | [diff] [blame] | 569 | '../ui/app_list/app_list.gyp:app_list', |
[email protected] | 116302fc | 2012-05-05 21:45:41 | [diff] [blame] | 570 | '../ui/compositor/compositor.gyp:compositor', |
[email protected] | 2f81e7e | 2012-11-29 00:04:54 | [diff] [blame] | 571 | '../ui/compositor/compositor.gyp:compositor_test_support', |
[email protected] | f8846e2 | 2012-10-30 05:12:12 | [diff] [blame] | 572 | '../ui/message_center/message_center.gyp:message_center', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 573 | '../ui/ui.gyp:ui', |
| 574 | '../ui/ui.gyp:ui_resources', |
[email protected] | e6c896f1 | 2012-05-31 11:48:20 | [diff] [blame] | 575 | '../ui/ui.gyp:ui_test_support', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 576 | '../ui/views/views.gyp:views', |
[email protected] | 0c2dc01 | 2012-12-02 00:00:23 | [diff] [blame] | 577 | '../ui/views/views.gyp:views_test_support', |
[email protected] | 3cdbc03 | 2012-08-14 01:05:38 | [diff] [blame] | 578 | '../ui/views/views.gyp:views_examples_with_content_lib', |
[email protected] | 0aa7693 | 2012-10-14 19:11:10 | [diff] [blame] | 579 | '../ui/views/views.gyp:views_with_content_test_support', |
[email protected] | e7146cef | 2012-12-20 20:21:11 | [diff] [blame] | 580 | '../ui/web_dialogs/web_dialogs.gyp:web_dialogs_test_support', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 581 | 'ash', |
[email protected] | dbe3e41 | 2012-09-13 21:30:27 | [diff] [blame] | 582 | 'ash_resources', |
[email protected] | b5ec90e | 2012-12-04 23:50:27 | [diff] [blame] | 583 | 'ash_test_support', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 584 | ], |
| 585 | 'sources': [ |
[email protected] | bf91227 | 2013-02-23 01:54:16 | [diff] [blame] | 586 | '../ui/compositor/test/layer_animator_test_controller.cc', |
| 587 | '../ui/compositor/test/layer_animator_test_controller.h', |
[email protected] | 5eae716 | 2012-01-04 00:31:02 | [diff] [blame] | 588 | '../ui/views/test/test_views_delegate.cc', |
| 589 | '../ui/views/test/test_views_delegate.h', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 590 | 'accelerators/accelerator_controller_unittest.cc', |
[email protected] | 47460f9 | 2012-01-21 16:15:13 | [diff] [blame] | 591 | 'accelerators/accelerator_filter_unittest.cc', |
[email protected] | 86bb87e4 | 2012-05-02 06:59:20 | [diff] [blame] | 592 | 'accelerators/accelerator_table_unittest.cc', |
[email protected] | 5985fa3 | 2012-03-02 04:44:04 | [diff] [blame] | 593 | 'accelerators/nested_dispatcher_controller_unittest.cc', |
[email protected] | d86de6b2 | 2012-10-05 19:32:58 | [diff] [blame] | 594 | 'desktop_background/desktop_background_controller_unittest.cc', |
[email protected] | 3f6ffb8f | 2012-04-27 23:33:48 | [diff] [blame] | 595 | 'dip_unittest.cc', |
[email protected] | 66b05eac | 2012-06-27 23:53:10 | [diff] [blame] | 596 | 'display/display_controller_unittest.cc', |
[email protected] | c20da8f | 2013-02-06 03:21:48 | [diff] [blame] | 597 | 'display/display_error_dialog_unittest.cc', |
[email protected] | 8b7ba87b | 2012-09-01 00:40:40 | [diff] [blame] | 598 | 'display/mouse_cursor_event_filter_unittest.cc', |
[email protected] | 6bdf795 | 2012-11-14 10:10:58 | [diff] [blame] | 599 | 'display/display_manager_unittest.cc', |
[email protected] | 9737f8f | 2012-09-20 03:38:38 | [diff] [blame] | 600 | 'display/screen_position_controller_unittest.cc', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 601 | 'drag_drop/drag_drop_controller_unittest.cc', |
[email protected] | 0518d0d | 2012-08-26 11:59:04 | [diff] [blame] | 602 | 'drag_drop/drag_drop_tracker_unittest.cc', |
[email protected] | c39be8f | 2012-06-15 22:58:36 | [diff] [blame] | 603 | 'extended_desktop_unittest.cc', |
[email protected] | df1c986 | 2012-02-27 10:37:31 | [diff] [blame] | 604 | 'focus_cycler_unittest.cc', |
[email protected] | 366a35ad | 2013-01-26 20:09:22 | [diff] [blame] | 605 | 'keyboard_overlay/keyboard_overlay_delegate_unittest.cc', |
[email protected] | e7146cef | 2012-12-20 20:21:11 | [diff] [blame] | 606 | 'keyboard_overlay/keyboard_overlay_view_unittest.cc', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 607 | 'launcher/launcher_model_unittest.cc', |
[email protected] | 20f8082 | 2012-05-10 01:22:40 | [diff] [blame] | 608 | 'launcher/launcher_navigator_unittest.cc', |
[email protected] | c11172a | 2012-07-13 21:27:03 | [diff] [blame] | 609 | 'launcher/launcher_tooltip_manager_unittest.cc', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 610 | 'launcher/launcher_unittest.cc', |
[email protected] | e2dced4 | 2012-04-20 01:52:42 | [diff] [blame] | 611 | 'launcher/launcher_view_unittest.cc', |
[email protected] | 7e36873 | 2013-01-16 13:31:23 | [diff] [blame] | 612 | 'magnifier/magnification_controller_unittest.cc', |
[email protected] | f185312 | 2012-06-27 16:21:26 | [diff] [blame] | 613 | 'root_window_controller_unittest.cc', |
[email protected] | 8d625fb | 2012-07-18 16:40:06 | [diff] [blame] | 614 | 'screen_ash_unittest.cc', |
[email protected] | 24af497 | 2012-05-04 19:42:18 | [diff] [blame] | 615 | 'screensaver/screensaver_view_unittest.cc', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 616 | 'shell_unittest.cc', |
[email protected] | 246c2e8 | 2012-08-09 03:35:25 | [diff] [blame] | 617 | 'shell/app_list.cc', |
| 618 | 'shell/bubble.cc', |
[email protected] | 431552c | 2012-10-23 00:38:33 | [diff] [blame] | 619 | 'shell/context_menu.cc', |
| 620 | 'shell/context_menu.h', |
[email protected] | 246c2e8 | 2012-08-09 03:35:25 | [diff] [blame] | 621 | 'shell/launcher_delegate_impl.cc', |
| 622 | 'shell/lock_view.cc', |
| 623 | 'shell/panel_window.cc', |
| 624 | 'shell/shell_delegate_impl.cc', |
[email protected] | 431552c | 2012-10-23 00:38:33 | [diff] [blame] | 625 | 'shell/shell_delegate_impl.h', |
[email protected] | 246c2e8 | 2012-08-09 03:35:25 | [diff] [blame] | 626 | 'shell/toplevel_window.cc', |
| 627 | 'shell/widgets.cc', |
| 628 | 'shell/window_type_launcher.cc', |
| 629 | 'shell/window_watcher.cc', |
| 630 | 'shell/window_watcher_unittest.cc', |
[email protected] | bad64ea | 2012-05-07 20:46:30 | [diff] [blame] | 631 | 'system/tray/system_tray_unittest.cc', |
[email protected] | 82a1cc9 | 2012-06-13 22:06:10 | [diff] [blame] | 632 | 'system/web_notification/web_notification_tray_unittest.cc', |
[email protected] | 6bdf795 | 2012-11-14 10:10:58 | [diff] [blame] | 633 | 'test/ash_unittests.cc', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 634 | 'tooltips/tooltip_controller_unittest.cc', |
| 635 | 'wm/activation_controller_unittest.cc', |
[email protected] | 4e735f9 | 2012-12-18 07:53:57 | [diff] [blame] | 636 | 'wm/ash_activation_controller_unittest.cc', |
[email protected] | c0ff034 | 2013-02-27 00:41:29 | [diff] [blame] | 637 | 'wm/ash_native_cursor_manager_unittest.cc', |
[email protected] | fc7b744 | 2012-01-18 23:57:05 | [diff] [blame] | 638 | 'wm/base_layout_manager_unittest.cc', |
[email protected] | 1d0dfbce | 2012-06-13 02:58:56 | [diff] [blame] | 639 | 'wm/custom_frame_view_ash_unittest.cc', |
[email protected] | 309d43a | 2012-12-06 23:03:42 | [diff] [blame] | 640 | 'wm/drag_window_resizer_unittest.cc', |
[email protected] | 8e4a538 | 2012-04-10 22:35:46 | [diff] [blame] | 641 | 'wm/frame_painter_unittest.cc', |
[email protected] | 7095a65 | 2013-03-07 19:41:49 | [diff] [blame^] | 642 | 'wm/panels/panel_layout_manager_unittest.cc', |
| 643 | 'wm/panels/panel_window_resizer_unittest.cc', |
[email protected] | e0d22e8 | 2012-01-04 00:46:57 | [diff] [blame] | 644 | 'wm/power_button_controller_unittest.cc', |
[email protected] | 4299321 | 2012-04-30 23:42:04 | [diff] [blame] | 645 | 'wm/screen_dimmer_unittest.cc', |
[email protected] | 88223751 | 2012-11-26 22:29:07 | [diff] [blame] | 646 | 'wm/session_state_controller_impl2_unittest.cc', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 647 | 'wm/shelf_layout_manager_unittest.cc', |
[email protected] | a5bf578 | 2013-03-02 17:09:24 | [diff] [blame] | 648 | 'wm/stacking_controller_unittest.cc', |
[email protected] | 435b212e | 2012-04-05 19:43:37 | [diff] [blame] | 649 | 'wm/system_gesture_event_filter_unittest.cc', |
[email protected] | 6b85493 | 2012-02-04 16:44:27 | [diff] [blame] | 650 | 'wm/system_modal_container_layout_manager_unittest.cc', |
[email protected] | 5dc51db8 | 2012-09-11 03:39:01 | [diff] [blame] | 651 | 'wm/toplevel_window_event_handler_unittest.cc', |
[email protected] | 10b688f2 | 2012-06-21 20:36:34 | [diff] [blame] | 652 | 'wm/user_activity_detector_unittest.cc', |
[email protected] | 6aa614a | 2012-01-19 22:13:38 | [diff] [blame] | 653 | 'wm/video_detector_unittest.cc', |
[email protected] | 31e612f4 | 2012-03-27 04:41:17 | [diff] [blame] | 654 | 'wm/window_animations_unittest.cc', |
[email protected] | 40c4cbb | 2012-01-10 23:26:07 | [diff] [blame] | 655 | 'wm/window_cycle_controller_unittest.cc', |
[email protected] | 1aad332 | 2012-06-06 06:37:09 | [diff] [blame] | 656 | 'wm/window_manager_unittest.cc', |
[email protected] | 8037357 | 2012-01-06 23:14:30 | [diff] [blame] | 657 | 'wm/window_modality_controller_unittest.cc', |
[email protected] | 52b8187 | 2012-03-19 14:25:18 | [diff] [blame] | 658 | 'wm/workspace_controller_test_helper.cc', |
| 659 | 'wm/workspace_controller_test_helper.h', |
[email protected] | c83d433 | 2012-09-11 23:28:41 | [diff] [blame] | 660 | 'wm/workspace/magnetism_matcher_unittest.cc', |
[email protected] | 52b8187 | 2012-03-19 14:25:18 | [diff] [blame] | 661 | 'wm/workspace/multi_window_resize_controller_unittest.cc', |
[email protected] | 5dc51db8 | 2012-09-11 03:39:01 | [diff] [blame] | 662 | 'wm/workspace/workspace_event_handler_test_helper.cc', |
| 663 | 'wm/workspace/workspace_event_handler_test_helper.h', |
| 664 | 'wm/workspace/workspace_event_handler_unittest.cc', |
[email protected] | ef0e32cc | 2012-10-31 20:57:33 | [diff] [blame] | 665 | 'wm/workspace/workspace_layout_manager_unittest.cc', |
| 666 | 'wm/workspace/workspace_manager_unittest.cc', |
[email protected] | 5ae1872 | 2012-02-25 22:30:50 | [diff] [blame] | 667 | 'wm/workspace/workspace_window_resizer_unittest.cc', |
[email protected] | affd2f8 | 2012-10-06 07:38:13 | [diff] [blame] | 668 | '<(SHARED_INTERMEDIATE_DIR)/ash/ash_resources/ash_wallpaper_resources.rc', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 669 | ], |
| 670 | 'conditions': [ |
[email protected] | df1c986 | 2012-02-27 10:37:31 | [diff] [blame] | 671 | ['OS=="win"', { |
[email protected] | df1c986 | 2012-02-27 10:37:31 | [diff] [blame] | 672 | 'sources/': [ |
[email protected] | 1c3f700 | 2013-01-21 18:46:05 | [diff] [blame] | 673 | # TODO(zork): fix this test to build on Windows. See: crosbug.com/26906 |
[email protected] | df1c986 | 2012-02-27 10:37:31 | [diff] [blame] | 674 | ['exclude', 'focus_cycler_unittest.cc'], |
[email protected] | fe50512 | 2012-12-17 21:57:33 | [diff] [blame] | 675 | # All tests for multiple displays: not supported on Windows Ash. |
[email protected] | 1c3f700 | 2013-01-21 18:46:05 | [diff] [blame] | 676 | ['exclude', 'accelerators/nested_dispatcher_controller_unittest.cc'], |
[email protected] | fe50512 | 2012-12-17 21:57:33 | [diff] [blame] | 677 | ['exclude', 'wm/drag_window_resizer_unittest.cc'], |
[email protected] | 35ad3ce | 2013-02-26 19:56:01 | [diff] [blame] | 678 | # Can't resize on Windows Ash. http://crbug.com/165962 |
| 679 | ['exclude', 'magnifier/magnification_controller_unittest.cc'], |
| 680 | ['exclude', 'wm/workspace/workspace_window_resizer_unittest.cc'], |
[email protected] | df1c986 | 2012-02-27 10:37:31 | [diff] [blame] | 681 | ], |
[email protected] | ef34dfb | 2013-02-15 17:49:49 | [diff] [blame] | 682 | # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
| 683 | 'msvs_disabled_warnings': [ 4267, ], |
[email protected] | df1c986 | 2012-02-27 10:37:31 | [diff] [blame] | 684 | }], |
[email protected] | 03decaa1 | 2012-01-25 15:53:15 | [diff] [blame] | 685 | ['OS=="mac"', { |
| 686 | 'sources/': [ |
[email protected] | 6e9f6aa | 2012-02-09 04:16:20 | [diff] [blame] | 687 | ['exclude', 'accelerators/accelerator_controller_unittest.cc'], |
[email protected] | a0fea7e | 2012-01-30 17:43:33 | [diff] [blame] | 688 | ['exclude', 'accelerators/accelerator_filter_unittest.cc'], |
[email protected] | c11172a | 2012-07-13 21:27:03 | [diff] [blame] | 689 | ['exclude', 'accelerators/nested_dispatcher_controller_unittest.cc'], |
[email protected] | 03decaa1 | 2012-01-25 15:53:15 | [diff] [blame] | 690 | ['exclude', 'drag_drop/drag_drop_controller_unittest.cc'], |
[email protected] | a0fea7e | 2012-01-30 17:43:33 | [diff] [blame] | 691 | ['exclude', 'tooltips/tooltip_controller_unittest.cc'], |
[email protected] | 03decaa1 | 2012-01-25 15:53:15 | [diff] [blame] | 692 | ], |
[email protected] | a0fea7e | 2012-01-30 17:43:33 | [diff] [blame] | 693 | 'dependencies': [ |
| 694 | # Mac tests access resources via the 'AuraShell.app' directory. |
| 695 | 'ash_shell', |
| 696 | ], |
| 697 | # Special linker instructions that avoids stripping Obj-C classes that |
| 698 | # are not referenced in code, but are referenced in nibs. |
| 699 | 'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-ObjC']}, |
[email protected] | 03decaa1 | 2012-01-25 15:53:15 | [diff] [blame] | 700 | }], |
[email protected] | 18b21b2e | 2013-03-01 20:56:23 | [diff] [blame] | 701 | ['chromeos!=1', { |
| 702 | 'sources/': [ |
| 703 | ['exclude', 'display/display_error_dialog_unittest.cc'], |
| 704 | ], |
| 705 | }], |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 706 | ], |
| 707 | }, |
| 708 | { |
| 709 | 'target_name': 'ash_shell', |
| 710 | 'type': 'executable', |
| 711 | 'dependencies': [ |
[email protected] | 431552c | 2012-10-23 00:38:33 | [diff] [blame] | 712 | 'ash_strings.gyp:ash_strings', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 713 | '../base/base.gyp:base', |
| 714 | '../base/base.gyp:base_i18n', |
| 715 | '../chrome/chrome_resources.gyp:packed_resources', |
[email protected] | fa4a4583 | 2012-04-12 21:32:48 | [diff] [blame] | 716 | '../content/content.gyp:content_shell_lib', |
| 717 | '../content/content.gyp:content', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 718 | '../skia/skia.gyp:skia', |
| 719 | '../third_party/icu/icu.gyp:icui18n', |
| 720 | '../third_party/icu/icu.gyp:icuuc', |
[email protected] | 0039db9 | 2012-05-09 04:11:45 | [diff] [blame] | 721 | '../ui/app_list/app_list.gyp:app_list', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 722 | '../ui/aura/aura.gyp:aura', |
[email protected] | 116302fc | 2012-05-05 21:45:41 | [diff] [blame] | 723 | '../ui/compositor/compositor.gyp:compositor', |
[email protected] | 2f81e7e | 2012-11-29 00:04:54 | [diff] [blame] | 724 | '../ui/compositor/compositor.gyp:compositor_test_support', |
[email protected] | f8846e2 | 2012-10-30 05:12:12 | [diff] [blame] | 725 | '../ui/message_center/message_center.gyp:message_center', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 726 | '../ui/ui.gyp:ui', |
| 727 | '../ui/ui.gyp:ui_resources', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 728 | '../ui/views/views.gyp:views', |
[email protected] | a764c5a7 | 2012-12-11 23:59:11 | [diff] [blame] | 729 | '../ui/views/views.gyp:views_examples_lib', |
[email protected] | 3cdbc03 | 2012-08-14 01:05:38 | [diff] [blame] | 730 | '../ui/views/views.gyp:views_examples_with_content_lib', |
[email protected] | 0aa7693 | 2012-10-14 19:11:10 | [diff] [blame] | 731 | '../ui/views/views.gyp:views_test_support', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 732 | 'ash', |
[email protected] | dbe3e41 | 2012-09-13 21:30:27 | [diff] [blame] | 733 | 'ash_resources', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 734 | ], |
| 735 | 'sources': [ |
| 736 | 'shell/app_list.cc', |
| 737 | 'shell/bubble.cc', |
[email protected] | fa4a4583 | 2012-04-12 21:32:48 | [diff] [blame] | 738 | 'shell/content_client/shell_browser_main_parts.cc', |
| 739 | 'shell/content_client/shell_browser_main_parts.h', |
| 740 | 'shell/content_client/shell_content_browser_client.cc', |
| 741 | 'shell/content_client/shell_content_browser_client.h', |
| 742 | 'shell/content_client/shell_main_delegate.cc', |
| 743 | 'shell/content_client/shell_main_delegate.h', |
[email protected] | 431552c | 2012-10-23 00:38:33 | [diff] [blame] | 744 | 'shell/context_menu.cc', |
| 745 | 'shell/context_menu.h', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 746 | 'shell/example_factory.h', |
[email protected] | 262f8bd | 2012-03-23 19:30:27 | [diff] [blame] | 747 | 'shell/launcher_delegate_impl.cc', |
| 748 | 'shell/launcher_delegate_impl.h', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 749 | 'shell/lock_view.cc', |
[email protected] | 6b85493 | 2012-02-04 16:44:27 | [diff] [blame] | 750 | 'shell/panel_window.cc', |
| 751 | 'shell/panel_window.h', |
[email protected] | 262f8bd | 2012-03-23 19:30:27 | [diff] [blame] | 752 | 'shell/shell_delegate_impl.cc', |
| 753 | 'shell/shell_delegate_impl.h', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 754 | 'shell/shell_main.cc', |
[email protected] | b72dfb24 | 2012-01-18 00:04:18 | [diff] [blame] | 755 | 'shell/shell_main_parts.cc', |
[email protected] | a0fea7e | 2012-01-30 17:43:33 | [diff] [blame] | 756 | 'shell/shell_main_parts.h', |
[email protected] | b72dfb24 | 2012-01-18 00:04:18 | [diff] [blame] | 757 | 'shell/shell_main_parts_mac.mm', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 758 | 'shell/toplevel_window.cc', |
| 759 | 'shell/toplevel_window.h', |
| 760 | 'shell/widgets.cc', |
| 761 | 'shell/window_type_launcher.cc', |
| 762 | 'shell/window_type_launcher.h', |
[email protected] | 262f8bd | 2012-03-23 19:30:27 | [diff] [blame] | 763 | 'shell/window_watcher.cc', |
| 764 | 'shell/window_watcher.h', |
[email protected] | 711f428e | 2012-06-22 02:18:23 | [diff] [blame] | 765 | '../content/app/startup_helper_win.cc', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 766 | '../ui/views/test/test_views_delegate.cc', |
[email protected] | affd2f8 | 2012-10-06 07:38:13 | [diff] [blame] | 767 | '<(SHARED_INTERMEDIATE_DIR)/ash/ash_resources/ash_wallpaper_resources.rc', |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 768 | ], |
[email protected] | 6f63773 | 2012-01-19 03:15:34 | [diff] [blame] | 769 | 'conditions': [ |
[email protected] | fa4a4583 | 2012-04-12 21:32:48 | [diff] [blame] | 770 | ['OS=="win"', { |
| 771 | 'msvs_settings': { |
| 772 | 'VCLinkerTool': { |
| 773 | 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS |
| 774 | }, |
| 775 | }, |
| 776 | 'dependencies': [ |
| 777 | '../sandbox/sandbox.gyp:sandbox', |
[email protected] | 1c3f700 | 2013-01-21 18:46:05 | [diff] [blame] | 778 | ], |
[email protected] | fa4a4583 | 2012-04-12 21:32:48 | [diff] [blame] | 779 | }], |
[email protected] | 6f63773 | 2012-01-19 03:15:34 | [diff] [blame] | 780 | ['OS=="mac"', { |
| 781 | 'product_name': 'AuraShell', |
| 782 | 'mac_bundle': 1, |
| 783 | 'sources/': [ |
| 784 | ['exclude', 'shell/shell_main_parts.cc'], |
| 785 | ], |
| 786 | 'mac_bundle_resources': [ |
| 787 | 'shell/cocoa/app.icns', |
| 788 | 'shell/cocoa/app-Info.plist', |
| 789 | 'shell/cocoa/nibs/MainMenu.xib', |
| 790 | 'shell/cocoa/nibs/RootWindow.xib', |
| 791 | '<(SHARED_INTERMEDIATE_DIR)/repack/chrome.pak', |
[email protected] | 763498c0 | 2012-08-01 20:53:42 | [diff] [blame] | 792 | '<!@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] | 793 | ], |
| 794 | 'mac_bundle_resources!': [ |
| 795 | 'shell/cocoa/app-Info.plist', |
| 796 | ], |
| 797 | 'xcode_settings': { |
| 798 | 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', |
| 799 | }, |
| 800 | }], |
| 801 | ], |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 802 | }, |
[email protected] | 4e0e2b2 | 2012-02-01 10:45:51 | [diff] [blame] | 803 | ], |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 804 | } |