Chromium Code Reviews| 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) |