Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1003)

Unified Diff: content/app/BUILD.gn

Issue 1387963006: Adding error handlers to setup.exe (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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",

Powered by Google App Engine
This is Rietveld 408576698