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

Unified Diff: ash/BUILD.gn

Issue 336863002: Moving input device hotplug event processing outside of ui/display (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove TouchscreenDelegate references from display_unittests Created 6 years, 3 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ash/ash.gyp » ('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 a2ed2df1f271470d8232d05c74bee791311cb1e9..5fad0338e1b66eddcd889daad88ae4bda5df1926 100644
--- a/ash/BUILD.gn
+++ b/ash/BUILD.gn
@@ -107,6 +107,8 @@ component("ash") {
sources -= [
"touch/touch_transformer_controller.cc",
"touch/touch_transformer_controller.h",
+ "touch/touchscreen_util.cc",
+ "touch/touchscreen_util.h",
]
}
@@ -321,6 +323,7 @@ test("ash_unittests") {
sources -= [
"display/resolution_notification_controller_unittest.cc",
"touch/touch_transformer_controller_unittest.cc",
+ "touch/touchscreen_util_unittest.cc",
]
}
« no previous file with comments | « no previous file | ash/ash.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698