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", |
] |
} |