Chromium Code Reviews| Index: tools/grit/grit_rule.gni |
| diff --git a/tools/grit/grit_rule.gni b/tools/grit/grit_rule.gni |
| index 966056d88d444c7be8a19ef3fa6b713d2f9adafd..52c6d53814cff3a5aabc3241d6003fa20bc2f909 100644 |
| --- a/tools/grit/grit_rule.gni |
| +++ b/tools/grit/grit_rule.gni |
| @@ -92,6 +92,7 @@ import("//build/config/crypto.gni") |
| import("//build/config/features.gni") |
| import("//build/config/ui.gni") |
| import("//third_party/closure_compiler/closure_args.gni") |
| +import("//ui/base/ui_features.gni") |
|
kjellander_webrtc
2016/12/01 07:01:40
I don't think it makes sense to have tools/grit de
|
| assert(!enable_resource_whitelist_generation || is_android, |
| "resource whitelist generation only works on android") |