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

Unified Diff: ash/BUILD.gn

Issue 2557163002: Implements computation of touch calibration transform using user provided data (Closed)
Patch Set: Added link to crbug in code 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.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 ccd4b2a4eed5395e28dab4bb932a142840b78ba9..237884addb08637af013086d3bcd881a42346018 100644
--- a/ash/BUILD.gn
+++ b/ash/BUILD.gn
@@ -1475,7 +1475,7 @@ test("ash_unittests") {
]
}
- if (!use_x11 || !is_chromeos) {
+ if (!(use_x11 || use_ozone) || !is_chromeos) {
sky 2016/12/12 02:06:48 You can remove the is_chromeos check here as ash i
malaykeshav 2016/12/20 09:56:04 Done
sources -= [ "touch/touch_transformer_controller_unittest.cc" ]
}
« no previous file with comments | « no previous file | ash/touch/touch_transformer_controller.h » ('j') | ash/touch/touch_transformer_controller.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698