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

Unified Diff: ash/BUILD.gn

Issue 2520143002: Move touchscreen_util.cc/h from ash to ui. (Closed)
Patch Set: Rebase. Created 4 years, 1 month 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ash/display/display_change_observer_chromeos.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/BUILD.gn
diff --git a/ash/BUILD.gn b/ash/BUILD.gn
index 2e0d6b9139e3af7f8e95ce4d0c028cb742adb177..812e1aba016d43196c45a0ef35fdc0f85ab35d05 100644
--- a/ash/BUILD.gn
+++ b/ash/BUILD.gn
@@ -756,8 +756,6 @@ component("ash") {
"touch/touch_transformer_controller.h",
"touch/touch_uma.cc",
"touch/touch_uma.h",
- "touch/touchscreen_util.cc",
- "touch/touchscreen_util.h",
"utility/screenshot_controller.cc",
"utility/screenshot_controller.h",
"virtual_keyboard_controller.cc",
@@ -990,8 +988,6 @@ component("ash") {
"display/resolution_notification_controller.h",
"touch/touch_transformer_controller.cc",
"touch/touch_transformer_controller.h",
- "touch/touchscreen_util.cc",
- "touch/touchscreen_util.h",
"virtual_keyboard_controller.cc",
"virtual_keyboard_controller.h",
]
@@ -1317,7 +1313,6 @@ test("ash_unittests") {
"tooltips/tooltip_controller_unittest.cc",
"touch/touch_observer_hud_unittest.cc",
"touch/touch_transformer_controller_unittest.cc",
- "touch/touchscreen_util_unittest.cc",
"utility/screenshot_controller_unittest.cc",
"virtual_keyboard_controller_unittest.cc",
"wm/always_on_top_controller_unittest.cc",
@@ -1457,7 +1452,6 @@ test("ash_unittests") {
"magnifier/magnification_controller_unittest.cc",
"sticky_keys/sticky_keys_overlay_unittest.cc",
"sticky_keys/sticky_keys_unittest.cc",
- "touch/touchscreen_util_unittest.cc",
"virtual_keyboard_controller_unittest.cc",
# All tests for multiple displays: not supported on Windows Ash.
« 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