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

Unified Diff: ash/BUILD.gn

Issue 2549583002: Remove ash_unittests/mash_unittests from Windows build targets (Closed)
Patch Set: ash_content_unittests dependent CL 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') | mash/example/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 e6e63399fe4d871257fab6f708bc30e16d6a38a9..b6e1db12a5addbb4eb27b5d5c50a9d13ce70c8ea 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') | mash/example/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698