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

Side by Side Diff: ash/BUILD.gn

Issue 2617043003: Move TouchTransformerController to ui/display/. (Closed)
Patch Set: Make DEPS for one file. Created 3 years, 11 months 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/shell.h » ('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 # Historical note: Ash shipped on Windows for a couple years to support 10 # Historical note: Ash shipped on Windows for a couple years to support
(...skipping 736 matching lines...) Expand 10 before | Expand all | Expand 10 after
747 "system/chromeos/power/power_event_observer.cc", 747 "system/chromeos/power/power_event_observer.cc",
748 "system/chromeos/power/power_event_observer.h", 748 "system/chromeos/power/power_event_observer.h",
749 "system/chromeos/power/tablet_power_button_controller.cc", 749 "system/chromeos/power/tablet_power_button_controller.cc",
750 "system/chromeos/power/tablet_power_button_controller.h", 750 "system/chromeos/power/tablet_power_button_controller.h",
751 "system/chromeos/power/video_activity_notifier.cc", 751 "system/chromeos/power/video_activity_notifier.cc",
752 "system/chromeos/power/video_activity_notifier.h", 752 "system/chromeos/power/video_activity_notifier.h",
753 "system/chromeos/rotation/tray_rotation_lock.cc", 753 "system/chromeos/rotation/tray_rotation_lock.cc",
754 "system/chromeos/rotation/tray_rotation_lock.h", 754 "system/chromeos/rotation/tray_rotation_lock.h",
755 "system/chromeos/screen_layout_observer.cc", 755 "system/chromeos/screen_layout_observer.cc",
756 "system/chromeos/screen_layout_observer.h", 756 "system/chromeos/screen_layout_observer.h",
757 "touch/ash_touch_transform_controller.cc",
758 "touch/ash_touch_transform_controller.h",
757 "touch/touch_hud_debug.cc", 759 "touch/touch_hud_debug.cc",
758 "touch/touch_hud_debug.h", 760 "touch/touch_hud_debug.h",
759 "touch/touch_hud_projection.cc", 761 "touch/touch_hud_projection.cc",
760 "touch/touch_hud_projection.h", 762 "touch/touch_hud_projection.h",
761 "touch/touch_observer_hud.cc", 763 "touch/touch_observer_hud.cc",
762 "touch/touch_observer_hud.h", 764 "touch/touch_observer_hud.h",
763 "touch/touch_transformer_controller.cc",
764 "touch/touch_transformer_controller.h",
765 "touch/touch_uma.cc", 765 "touch/touch_uma.cc",
766 "touch/touch_uma.h", 766 "touch/touch_uma.h",
767 "utility/screenshot_controller.cc", 767 "utility/screenshot_controller.cc",
768 "utility/screenshot_controller.h", 768 "utility/screenshot_controller.h",
769 "virtual_keyboard_controller.cc", 769 "virtual_keyboard_controller.cc",
770 "virtual_keyboard_controller.h", 770 "virtual_keyboard_controller.h",
771 "wm/ash_focus_rules.cc", 771 "wm/ash_focus_rules.cc",
772 "wm/ash_focus_rules.h", 772 "wm/ash_focus_rules.h",
773 "wm/ash_native_cursor_manager.cc", 773 "wm/ash_native_cursor_manager.cc",
774 "wm/ash_native_cursor_manager.h", 774 "wm/ash_native_cursor_manager.h",
(...skipping 502 matching lines...) Expand 10 before | Expand all | Expand 10 after
1277 "system/chromeos/screen_layout_observer_unittest.cc", 1277 "system/chromeos/screen_layout_observer_unittest.cc",
1278 "system/overview/overview_button_tray_unittest.cc", 1278 "system/overview/overview_button_tray_unittest.cc",
1279 "system/toast/toast_manager_unittest.cc", 1279 "system/toast/toast_manager_unittest.cc",
1280 "system/web_notification/ash_popup_alignment_delegate_unittest.cc", 1280 "system/web_notification/ash_popup_alignment_delegate_unittest.cc",
1281 "system/web_notification/web_notification_tray_unittest.cc", 1281 "system/web_notification/web_notification_tray_unittest.cc",
1282 "test/ash_test_environment_default.cc", 1282 "test/ash_test_environment_default.cc",
1283 "test/ash_test_helper_unittest.cc", 1283 "test/ash_test_helper_unittest.cc",
1284 "test/ash_unittests.cc", 1284 "test/ash_unittests.cc",
1285 "tooltips/tooltip_controller_unittest.cc", 1285 "tooltips/tooltip_controller_unittest.cc",
1286 "touch/touch_observer_hud_unittest.cc", 1286 "touch/touch_observer_hud_unittest.cc",
1287 "touch/touch_transformer_controller_unittest.cc",
1288 "utility/screenshot_controller_unittest.cc", 1287 "utility/screenshot_controller_unittest.cc",
1289 "virtual_keyboard_controller_unittest.cc", 1288 "virtual_keyboard_controller_unittest.cc",
1290 "wm/always_on_top_controller_unittest.cc", 1289 "wm/always_on_top_controller_unittest.cc",
1291 "wm/ash_focus_rules_unittest.cc", 1290 "wm/ash_focus_rules_unittest.cc",
1292 "wm/ash_native_cursor_manager_unittest.cc", 1291 "wm/ash_native_cursor_manager_unittest.cc",
1293 "wm/dock/docked_window_layout_manager_unittest.cc", 1292 "wm/dock/docked_window_layout_manager_unittest.cc",
1294 "wm/dock/docked_window_resizer_unittest.cc", 1293 "wm/dock/docked_window_resizer_unittest.cc",
1295 "wm/drag_window_resizer_unittest.cc", 1294 "wm/drag_window_resizer_unittest.cc",
1296 "wm/gestures/overview_gesture_handler_unittest.cc", 1295 "wm/gestures/overview_gesture_handler_unittest.cc",
1297 "wm/immersive_fullscreen_controller_unittest.cc", 1296 "wm/immersive_fullscreen_controller_unittest.cc",
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
1429 "//content/public/app:both", 1428 "//content/public/app:both",
1430 "//device/bluetooth", 1429 "//device/bluetooth",
1431 ] 1430 ]
1432 1431
1433 data_deps = [ 1432 data_deps = [
1434 "//ash/common/strings:ash_test_strings", 1433 "//ash/common/strings:ash_test_strings",
1435 "//ash/resources:ash_test_resources_with_content_100_percent", 1434 "//ash/resources:ash_test_resources_with_content_100_percent",
1436 "//ash/resources:ash_test_resources_200_percent", 1435 "//ash/resources:ash_test_resources_200_percent",
1437 ] 1436 ]
1438 } 1437 }
OLDNEW
« no previous file with comments | « no previous file | ash/shell.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698