1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
5 import("//build/config/features.gni")
6 import("//build/config/ui.gni")
7 import("//testing/test.gni")
9 gypi_values = exec_script("//build/gypi_to_gn.py",
10 [ rebase_path("ash.gyp") ],
15 sources = gypi_values.ash_sources
17 defines = [ "ASH_IMPLEMENTATION" ]
26 "//base/third_party/dynamic_annotations",
28 "//components/device_event_log",
29 "//components/user_manager",
30 "//components/wallpaper",
31 "//content/public/browser",
43 "//ui/events:events_base",
44 "//ui/events:gesture_detection",
45 "//ui/events/devices",
49 "//ui/message_center",
53 "//ui/views/controls/webview",
61 "sticky_keys/sticky_keys_controller.cc",
62 "sticky_keys/sticky_keys_controller.h",
65 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
66 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
71 "//build/config/linux:x11",
72 "//build/config/linux:xfixes",
75 "//ui/events/platform",
80 "host/ash_window_tree_host_x11.cc",
81 "host/ash_window_tree_host_x11.h",
82 "wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_x11.cc",
83 "wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_x11.h",
89 "//ui/events/ozone:events_ozone",
100 "//chromeos:power_manager_proto",
101 "//third_party/qcms",
102 "//ui/chromeos/resources",
103 "//ui/chromeos/strings",
104 "//ui/chromeos:ui_chromeos",
108 "accelerators/key_hold_detector.cc",
109 "accelerators/key_hold_detector.h",
110 "accelerators/magnifier_key_scroller.cc",
111 "accelerators/magnifier_key_scroller.h",
112 "accelerators/spoken_feedback_toggler.cc",
113 "accelerators/spoken_feedback_toggler.h",
114 "display/display_configurator_animation.cc",
115 "display/display_configurator_animation.h",
116 "display/resolution_notification_controller.cc",
117 "display/resolution_notification_controller.h",
118 "system/tray/media_security/media_capture_observer.h",
119 "system/tray/media_security/multi_profile_media_tray_item.cc",
120 "system/tray/media_security/multi_profile_media_tray_item.h",
121 "touch/touch_transformer_controller.cc",
122 "touch/touch_transformer_controller.h",
123 "touch/touchscreen_util.cc",
124 "touch/touchscreen_util.h",
125 "virtual_keyboard_controller.cc",
126 "virtual_keyboard_controller.h",
132 "host/ash_window_tree_host_ozone.cc",
133 "wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_ozone.cc",
134 "wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_ozone.h",
139 component("ash_with_content") {
141 "content_support/ash_with_content_export.h",
142 "content_support/gpu_support_impl.cc",
143 "content_support/gpu_support_impl.h",
144 "keyboard_overlay/keyboard_overlay_delegate.cc",
145 "keyboard_overlay/keyboard_overlay_delegate.h",
146 "keyboard_overlay/keyboard_overlay_view.cc",
147 "keyboard_overlay/keyboard_overlay_view.h",
150 defines = [ "ASH_WITH_CONTENT_IMPLEMENTATION" ]
157 "//base/third_party/dynamic_annotations",
158 "//content/public/browser",
170 "//ui/views/controls/webview",
176 static_library("test_support") {
178 sources = gypi_values.ash_test_support_sources
185 "//content/test:test_support",
188 "//ui/accessibility",
190 "//ui/app_list:test_support",
191 "//ui/events:events_base",
192 "//ui/events/devices",
195 "//ui/views:test_support",
200 "test/test_metro_viewer_process_host.cc",
201 "test/test_metro_viewer_process_host.h",
206 "//ui/platform_window/win",
207 "//win8:metro_viewer",
208 "//win8:test_support_win8",
209 "//win8:test_registrar",
214 static_library("ash_shell_lib") {
216 sources = gypi_values.ash_shell_lib_sources
227 #"//chrome:packed_resources", TODO(GYP)
229 "//content/shell:content_shell_lib",
239 "//ui/events:events_base",
243 "//ui/message_center",
246 "//ui/views:test_support",
247 "//ui/views/examples:views_examples_lib",
248 "//ui/views/examples:views_examples_with_content_lib",
252 test("ash_unittests") {
253 sources = gypi_values.ash_unittests_sources
263 "//base/test:test_support",
264 "//components/user_manager",
265 "//content/public/browser",
266 "//content/test:test_support",
270 "//ui/accessibility",
272 "//ui/aura:test_support",
275 "//ui/base:test_support",
277 "//ui/compositor:test_support",
279 "//ui/events/devices",
280 "//ui/events:test_support",
281 "//ui/events:gesture_detection",
285 "//ui/message_center",
286 "//ui/message_center:test_support",
289 "//ui/views:test_support",
290 "//ui/views/controls/webview:test_support",
291 "//ui/web_dialogs:test_support",
298 # TODO(zork): fix this test to build on Windows. See: crosbug.com/26906
299 "focus_cycler_unittest.cc",
301 # All tests for multiple displays: not supported on Windows Ash.
302 "wm/drag_window_resizer_unittest.cc",
304 # Accelerometer is only available on Chrome OS.
305 "wm/maximize_mode/maximize_mode_controller_unittest.cc",
307 # Can't resize on Windows Ash. http://crbug.com/165962
308 "autoclick/autoclick_unittest.cc",
309 "magnifier/magnification_controller_unittest.cc",
310 "sticky_keys/sticky_keys_overlay_unittest.cc",
311 "system/tray/media_security/multi_profile_media_tray_item_unittest.cc",
312 "virtual_keyboard_controller_unittest.cc",
313 "wm/workspace/workspace_window_resizer_unittest.cc",
316 #'<(SHARED_INTERMEDIATE_DIR)/ui/resources/ui_unscaled_resources.rc', TODO(GYP)
320 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
323 sources -= [ "host/ash_window_tree_host_x11_unittest.cc" ]
326 sources += [ "first_run/first_run_helper_unittest.cc" ]
328 "//device/bluetooth",
330 "//ui/display:test_util",
331 "//ui/display/types",
332 "//chromeos:power_manager_proto",
333 "//chromeos:test_support_without_gmock",
337 "accelerators/magnifier_key_scroller_unittest.cc",
338 "accelerators/spoken_feedback_toggler_unittest.cc",
339 "display/resolution_notification_controller_unittest.cc",
340 "touch/touchscreen_util_unittest.cc",
344 if (!use_x11 || !is_chromeos) {
345 sources -= [ "touch/touch_transformer_controller_unittest.cc" ]
348 # TODO(GYP) is this necessary?
349 #['OS=="linux" and component=="shared_library" and use_allocator!="none"', {
350 # ldflags = "-rdynamic"
352 if (!is_chromeos || use_ozone) {
353 sources -= [ "sticky_keys/sticky_keys_unittest.cc" ] # crbug.com/354035
357 executable("ash_shell") {
360 "shell/shell_main.cc",
365 "//components/user_manager",
369 configs -= [ "//build/config/win:console" ]
370 configs += [ "//build/config/win:windowed" ]
371 deps += [ "//sandbox" ]
375 deps += [ "//device/bluetooth" ]
379 test("ash_shell_unittests") {
381 "shell/window_watcher_unittest.cc",
382 "test/ash_unittests.cc",
388 "//base/test:test_support",
389 "//components/user_manager",
390 "//content/test:test_support",
393 "//ui/accessibility",
397 deps += [ "//ui/display" ]
400 # When adding support for isolates, please have a look at run-time dependencies
401 # in the ash_unittests_run target in ash.gyp.