diff --git a/BUILD.gn b/BUILD.gn index fe144b7cb..c6e7a2252 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -314,6 +314,11 @@ if (is_win) { deps = [ "//components/crash/core/common", # crash_keys "//gpu/config:crash_keys", + + # Required by chrome_switches.cc + "//chrome/common:features", + "//ppapi/features:features", + "//printing/features:features", ] } }