Index: content/BUILD.gn |
diff --git a/content/BUILD.gn b/content/BUILD.gn |
index be1f456c2e88c6293a6361e520a67ebad516e4f1..e31ea8228016d74a7d0679f4f7b126a7d6491acd 100644 |
--- a/content/BUILD.gn |
+++ b/content/BUILD.gn |
@@ -80,3 +80,18 @@ source_set("export") { |
"content/common/content_export.h", |
] |
} |
+ |
+if (is_win) { |
+ source_set("content_startup_helper_win") { |
+ sources = [ |
+ "app/startup_helper_win.cc", |
+ "public/app/startup_helper_win.h", |
+ ] |
+ |
+ deps = [ |
+ "//base", |
+ "//base:i18n", |
+ "//sandbox", |
+ ] |
+ } |
+} |