From c04652d193ce5e37aeab5339e101bb8edf25c08c Mon Sep 17 00:00:00 2001 From: Marshall Greenblatt Date: Mon, 18 Dec 2017 17:53:45 -0500 Subject: [PATCH] Windows: Fix ui/base/ui_features.h file not found component build error --- BUILD.gn | 1 + 1 file changed, 1 insertion(+) diff --git a/BUILD.gn b/BUILD.gn index 72cab3e07..719d38bae 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -310,6 +310,7 @@ if (is_win) { "//chrome/common:features", "//ppapi/features:features", "//printing/features:features", + "//ui/base:ui_features", ] } }