| Index: content/app/BUILD.gn
|
| diff --git a/content/app/BUILD.gn b/content/app/BUILD.gn
|
| index 8da75d4ff61ccc29a02cf9cf3952634b111c62a9..d775702e7a5af7c1ab7132178af1190395fd73a4 100644
|
| --- a/content/app/BUILD.gn
|
| +++ b/content/app/BUILD.gn
|
| @@ -18,7 +18,6 @@ content_app_sources = [
|
| "content_main_runner.cc",
|
| "mojo/mojo_init.cc",
|
| "mojo/mojo_init.h",
|
| - "startup_helper_win.cc",
|
| ]
|
|
|
| content_app_deps = [
|
| @@ -30,6 +29,7 @@ content_app_deps = [
|
| # picking the allocator.
|
| "//base/allocator",
|
| "//content:export",
|
| + "//content:startup_helper_win",
|
| "//content/public/common:common_sources",
|
| "//content/public/common:mojo_bindings",
|
| "//crypto",
|
|
|