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

Unified Diff: ash/BUILD.gn

Issue 2549583002: Remove ash_unittests/mash_unittests from Windows build targets (Closed)
Patch Set: review comments 2 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 | « BUILD.gn ('k') | ash/common/BUILD.gn » ('j') | no next file with comments »
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 c0bd34e9533a3a12bd2b78c54153e74cb8b43c49..bd897848eb9bd11f41483845318cefd0bb4aa4de 100644
--- a/ash/BUILD.gn
+++ b/ash/BUILD.gn
@@ -7,6 +7,9 @@ import("//build/config/ui.gni")
import("//testing/test.gni")
import("//ui/base/ui_features.gni")
+# Historical note: Ash shipped on Windows for a couple years to support
+# Windows 8 Metro mode. Windows support was removed in 2016.
+assert(is_chromeos)
assert(use_aura)
assert(enable_hidpi)
« no previous file with comments | « BUILD.gn ('k') | ash/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698