diff options
Diffstat (limited to 'content/BUILD.gn')
-rw-r--r-- | content/BUILD.gn | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/content/BUILD.gn b/content/BUILD.gn index d9c1999..bf85990 100644 --- a/content/BUILD.gn +++ b/content/BUILD.gn @@ -86,16 +86,14 @@ source_set("export") { # 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") { +source_set("sandbox_helper_win") { if (is_win) { sources = [ - "app/startup_helper_win.cc", - "public/app/startup_helper_win.h", + "app/sandbox_helper_win.cc", + "public/app/sandbox_helper_win.h", ] deps = [ - "//base", - "//base:i18n", "//sandbox", ] } |