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

Unified Diff: ash/BUILD.gn

Issue 2557163002: Implements computation of touch calibration transform using user provided data (Closed)
Patch Set: Fixed unused variable error Created 4 years 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/touch/touch_transformer_controller.h » ('j') | ash/touch/touch_transformer_controller.cc » ('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 3ddf11ac3b79f786e751191d4b0e061c863833d2..87f968aa480107dc4c8ec55f4beb537cbe9b9b71 100644
--- a/ash/BUILD.gn
+++ b/ash/BUILD.gn
@@ -1401,10 +1401,7 @@ test("ash_unittests") {
]
if (!use_x11) {
- sources -= [
- "host/ash_window_tree_host_x11_unittest.cc",
- "touch/touch_transformer_controller_unittest.cc",
- ]
+ sources -= [ "host/ash_window_tree_host_x11_unittest.cc" ]
}
# Usage of content should be in ash_with_content.
« no previous file with comments | « no previous file | ash/touch/touch_transformer_controller.h » ('j') | ash/touch/touch_transformer_controller.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698