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

Unified Diff: mash/BUILD.gn

Issue 2549583002: Remove ash_unittests/mash_unittests from Windows build targets (Closed)
Patch Set: 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
Index: mash/BUILD.gn
diff --git a/mash/BUILD.gn b/mash/BUILD.gn
index b4337e02c6c279b14b2c030f36f54395815b41be..ef00fba1b5103a5fde253ad054f974b90d8aad80 100644
--- a/mash/BUILD.gn
+++ b/mash/BUILD.gn
@@ -21,7 +21,7 @@ group("all") {
]
# Build on platforms that support ash.
- if (is_win || is_chromeos) {
+ if (is_chromeos) {
deps += [ "//mash:mash_unittests" ]
}
}
« BUILD.gn ('K') | « BUILD.gn ('k') | tools/determinism/deterministic_build_whitelist.pyl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698