| Index: content/app/BUILD.gn
|
| diff --git a/content/app/BUILD.gn b/content/app/BUILD.gn
|
| index 463d9f18b4dd15ec076044cb559fe1c658980a6e..784f64820bb43a041e887e84599a8e96e4f57226 100644
|
| --- a/content/app/BUILD.gn
|
| +++ b/content/app/BUILD.gn
|
| @@ -30,8 +30,9 @@ content_app_deps = [
|
| # TODO(brettw) this shouldn't be here, only final executables should be
|
| # picking the allocator.
|
| "//base/allocator",
|
| + "//base:process_startup_helper_win",
|
| "//content:export",
|
| - "//content:startup_helper_win",
|
| + "//content:sandbox_helper_win",
|
| "//content/public/common:common_sources",
|
| "//content/public/common:mojo_bindings",
|
| "//crypto",
|
|
|