Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(420)

Side by Side Diff: ash/BUILD.gn

Issue 2520143002: Move touchscreen_util.cc/h from ash to ui. (Closed)
Patch Set: Rebase. Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | ash/display/display_change_observer_chromeos.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 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 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//build/config/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//testing/test.gni") 7 import("//testing/test.gni")
8 import("//ui/base/ui_features.gni") 8 import("//ui/base/ui_features.gni")
9 9
10 assert(use_aura) 10 assert(use_aura)
(...skipping 738 matching lines...) Expand 10 before | Expand all | Expand 10 after
749 "touch/touch_hud_debug.cc", 749 "touch/touch_hud_debug.cc",
750 "touch/touch_hud_debug.h", 750 "touch/touch_hud_debug.h",
751 "touch/touch_hud_projection.cc", 751 "touch/touch_hud_projection.cc",
752 "touch/touch_hud_projection.h", 752 "touch/touch_hud_projection.h",
753 "touch/touch_observer_hud.cc", 753 "touch/touch_observer_hud.cc",
754 "touch/touch_observer_hud.h", 754 "touch/touch_observer_hud.h",
755 "touch/touch_transformer_controller.cc", 755 "touch/touch_transformer_controller.cc",
756 "touch/touch_transformer_controller.h", 756 "touch/touch_transformer_controller.h",
757 "touch/touch_uma.cc", 757 "touch/touch_uma.cc",
758 "touch/touch_uma.h", 758 "touch/touch_uma.h",
759 "touch/touchscreen_util.cc",
760 "touch/touchscreen_util.h",
761 "utility/screenshot_controller.cc", 759 "utility/screenshot_controller.cc",
762 "utility/screenshot_controller.h", 760 "utility/screenshot_controller.h",
763 "virtual_keyboard_controller.cc", 761 "virtual_keyboard_controller.cc",
764 "virtual_keyboard_controller.h", 762 "virtual_keyboard_controller.h",
765 "wm/ash_focus_rules.cc", 763 "wm/ash_focus_rules.cc",
766 "wm/ash_focus_rules.h", 764 "wm/ash_focus_rules.h",
767 "wm/ash_native_cursor_manager.cc", 765 "wm/ash_native_cursor_manager.cc",
768 "wm/ash_native_cursor_manager.h", 766 "wm/ash_native_cursor_manager.h",
769 "wm/boot_splash_screen_chromeos.cc", 767 "wm/boot_splash_screen_chromeos.cc",
770 "wm/boot_splash_screen_chromeos.h", 768 "wm/boot_splash_screen_chromeos.h",
(...skipping 212 matching lines...) Expand 10 before | Expand all | Expand 10 after
983 "accelerators/key_hold_detector.cc", 981 "accelerators/key_hold_detector.cc",
984 "accelerators/key_hold_detector.h", 982 "accelerators/key_hold_detector.h",
985 "accelerators/magnifier_key_scroller.cc", 983 "accelerators/magnifier_key_scroller.cc",
986 "accelerators/magnifier_key_scroller.h", 984 "accelerators/magnifier_key_scroller.h",
987 "accelerators/spoken_feedback_toggler.cc", 985 "accelerators/spoken_feedback_toggler.cc",
988 "accelerators/spoken_feedback_toggler.h", 986 "accelerators/spoken_feedback_toggler.h",
989 "display/resolution_notification_controller.cc", 987 "display/resolution_notification_controller.cc",
990 "display/resolution_notification_controller.h", 988 "display/resolution_notification_controller.h",
991 "touch/touch_transformer_controller.cc", 989 "touch/touch_transformer_controller.cc",
992 "touch/touch_transformer_controller.h", 990 "touch/touch_transformer_controller.h",
993 "touch/touchscreen_util.cc",
994 "touch/touchscreen_util.h",
995 "virtual_keyboard_controller.cc", 991 "virtual_keyboard_controller.cc",
996 "virtual_keyboard_controller.h", 992 "virtual_keyboard_controller.h",
997 ] 993 ]
998 } 994 }
999 995
1000 # Usage of content should be in ash_content_unittests. 996 # Usage of content should be in ash_content_unittests.
1001 assert_no_deps = [ 997 assert_no_deps = [
1002 "//content/public/browser", 998 "//content/public/browser",
1003 "//content/public/common", 999 "//content/public/common",
1004 ] 1000 ]
(...skipping 305 matching lines...) Expand 10 before | Expand all | Expand 10 after
1310 "system/overview/overview_button_tray_unittest.cc", 1306 "system/overview/overview_button_tray_unittest.cc",
1311 "system/toast/toast_manager_unittest.cc", 1307 "system/toast/toast_manager_unittest.cc",
1312 "system/web_notification/ash_popup_alignment_delegate_unittest.cc", 1308 "system/web_notification/ash_popup_alignment_delegate_unittest.cc",
1313 "system/web_notification/web_notification_tray_unittest.cc", 1309 "system/web_notification/web_notification_tray_unittest.cc",
1314 "test/ash_test_environment_default.cc", 1310 "test/ash_test_environment_default.cc",
1315 "test/ash_test_helper_unittest.cc", 1311 "test/ash_test_helper_unittest.cc",
1316 "test/ash_unittests.cc", 1312 "test/ash_unittests.cc",
1317 "tooltips/tooltip_controller_unittest.cc", 1313 "tooltips/tooltip_controller_unittest.cc",
1318 "touch/touch_observer_hud_unittest.cc", 1314 "touch/touch_observer_hud_unittest.cc",
1319 "touch/touch_transformer_controller_unittest.cc", 1315 "touch/touch_transformer_controller_unittest.cc",
1320 "touch/touchscreen_util_unittest.cc",
1321 "utility/screenshot_controller_unittest.cc", 1316 "utility/screenshot_controller_unittest.cc",
1322 "virtual_keyboard_controller_unittest.cc", 1317 "virtual_keyboard_controller_unittest.cc",
1323 "wm/always_on_top_controller_unittest.cc", 1318 "wm/always_on_top_controller_unittest.cc",
1324 "wm/ash_focus_rules_unittest.cc", 1319 "wm/ash_focus_rules_unittest.cc",
1325 "wm/ash_native_cursor_manager_unittest.cc", 1320 "wm/ash_native_cursor_manager_unittest.cc",
1326 "wm/dock/docked_window_layout_manager_unittest.cc", 1321 "wm/dock/docked_window_layout_manager_unittest.cc",
1327 "wm/dock/docked_window_resizer_unittest.cc", 1322 "wm/dock/docked_window_resizer_unittest.cc",
1328 "wm/drag_window_resizer_unittest.cc", 1323 "wm/drag_window_resizer_unittest.cc",
1329 "wm/gestures/overview_gesture_handler_unittest.cc", 1324 "wm/gestures/overview_gesture_handler_unittest.cc",
1330 "wm/immersive_fullscreen_controller_unittest.cc", 1325 "wm/immersive_fullscreen_controller_unittest.cc",
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
1450 1445
1451 # Can't resize on Windows Ash. http://crbug.com/165962 1446 # Can't resize on Windows Ash. http://crbug.com/165962
1452 "autoclick/autoclick_unittest.cc", 1447 "autoclick/autoclick_unittest.cc",
1453 "display/resolution_notification_controller_unittest.cc", 1448 "display/resolution_notification_controller_unittest.cc",
1454 1449
1455 # TODO(zork): fix this test to build on Windows. See: crosbug.com/26906 1450 # TODO(zork): fix this test to build on Windows. See: crosbug.com/26906
1456 "focus_cycler_unittest.cc", 1451 "focus_cycler_unittest.cc",
1457 "magnifier/magnification_controller_unittest.cc", 1452 "magnifier/magnification_controller_unittest.cc",
1458 "sticky_keys/sticky_keys_overlay_unittest.cc", 1453 "sticky_keys/sticky_keys_overlay_unittest.cc",
1459 "sticky_keys/sticky_keys_unittest.cc", 1454 "sticky_keys/sticky_keys_unittest.cc",
1460 "touch/touchscreen_util_unittest.cc",
1461 "virtual_keyboard_controller_unittest.cc", 1455 "virtual_keyboard_controller_unittest.cc",
1462 1456
1463 # All tests for multiple displays: not supported on Windows Ash. 1457 # All tests for multiple displays: not supported on Windows Ash.
1464 "wm/drag_window_resizer_unittest.cc", 1458 "wm/drag_window_resizer_unittest.cc",
1465 1459
1466 # Talks to ChromeOS system services. 1460 # Talks to ChromeOS system services.
1467 "wm/lock_state_controller_unittest.cc", 1461 "wm/lock_state_controller_unittest.cc",
1468 1462
1469 # Maximize mode is only available on Chrome OS. 1463 # Maximize mode is only available on Chrome OS.
1470 "wm/maximize_mode/maximize_mode_controller_unittest.cc", 1464 "wm/maximize_mode/maximize_mode_controller_unittest.cc",
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
1509 if (is_win) { 1503 if (is_win) {
1510 configs -= [ "//build/config/win:console" ] 1504 configs -= [ "//build/config/win:console" ]
1511 configs += [ "//build/config/win:windowed" ] 1505 configs += [ "//build/config/win:windowed" ]
1512 deps += [ "//sandbox" ] 1506 deps += [ "//sandbox" ]
1513 } 1507 }
1514 1508
1515 if (is_chromeos) { 1509 if (is_chromeos) {
1516 deps += [ "//device/bluetooth" ] 1510 deps += [ "//device/bluetooth" ]
1517 } 1511 }
1518 } 1512 }
OLDNEW
« no previous file with comments | « no previous file | ash/display/display_change_observer_chromeos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698