Index: content/BUILD.gn |
diff --git a/content/BUILD.gn b/content/BUILD.gn |
index 802ab2bba4a4aec3561a593066764d69b5193d41..2a7878c74fc771736260d91729098a4a3e215eb7 100644 |
--- a/content/BUILD.gn |
+++ b/content/BUILD.gn |
@@ -81,8 +81,11 @@ source_set("export") { |
] |
} |
-if (is_win) { |
- source_set("content_startup_helper_win") { |
+# In the GYP build, this file is listed in several targets. In GN just have |
+# those targets depend on this one. This can be depended on for any |
+# platform for simplicity, and is a no-op on non-Windows. |
+source_set("startup_helper_win") { |
+ if (is_win) { |
sources = [ |
"app/startup_helper_win.cc", |
"public/app/startup_helper_win.h", |