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

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: . 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') | ash/touch/touchscreen_util.h » ('J')
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 fb546dc5d95ddee44ff8c077c6059279e74ee844..306e7787b195256a9b0f29774e5945b2d92c8fc5 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",
]
}
@@ -325,6 +327,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') | ash/touch/touchscreen_util.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698