Index: chrome/common/BUILD.gn |
diff --git a/chrome/common/BUILD.gn b/chrome/common/BUILD.gn |
index 8417794e5a02550745df4d994ea0b67711ecf39c..48463614a7869c327f13e572b8e5c9e1e3703d26 100644 |
--- a/chrome/common/BUILD.gn |
+++ b/chrome/common/BUILD.gn |
@@ -170,7 +170,9 @@ static_library("common") { |
public_deps += [ "//ui/keyboard:keyboard_with_content" ] |
} |
} |
- |
+ if (is_win) { |
+ public_deps += [ "//components/startup_metric_utils/common" ] |
+ } |
if (is_win || is_mac) { |
sources += |
rebase_path(gypi_values.chrome_common_win_mac_sources, ".", "//chrome") |