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

Unified Diff: ash/BUILD.gn

Issue 576743002: Make gn generate on Win (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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 | build/toolchain/win/BUILD.gn » ('j') | ui/base/BUILD.gn » ('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 cddfbfac9ae357b0968549ee0344f99a6307b0e9..ff29e36eb89afc01a079c414713a2d89e9f2ae7f 100644
--- a/ash/BUILD.gn
+++ b/ash/BUILD.gn
@@ -304,11 +304,16 @@ test("ash_unittests") {
cflags = [ "/wd4267" ]
}
+ if (!use_x11 || !is_chromeos) {
+ sources -= [
+ "touch/touch_transformer_controller_unittest.cc",
+ ]
+ }
+
if (!use_x11) {
sources -= [
"accelerators/magnifier_key_scroller_unittest.cc",
"accelerators/spoken_feedback_toggler_unittest.cc",
- "touch/touch_transformer_controller_unittest.cc",
]
}
if (is_chromeos) {
@@ -324,7 +329,6 @@ test("ash_unittests") {
} else {
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 | build/toolchain/win/BUILD.gn » ('j') | ui/base/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698