Index: base/BUILD.gn |
diff --git a/base/BUILD.gn b/base/BUILD.gn |
index 04201e51a23daf4bd3bd45a5405889f25845defd..dfd9a5cccb87f910040554f23e439be850d63194 100644 |
--- a/base/BUILD.gn |
+++ b/base/BUILD.gn |
@@ -1177,6 +1177,8 @@ component("base") { |
deps += [ "//base/trace_event/etw_manifest:chrome_events_win" ] |
+ public_deps += [ "//base/win:base_win_features" ] |
+ |
if (is_component_build) { |
# Copy the VS runtime DLLs into the isolate so that they don't have to be |
# preinstalled on the target machine. The debug runtimes have a "d" at |