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

Unified Diff: content/BUILD.gn

Issue 1387963006: Adding error handlers to setup.exe (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix lint errors/warnings 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
« no previous file with comments | « components/nacl/loader/nacl_helper_win_64.cc ('k') | content/app/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/BUILD.gn
diff --git a/content/BUILD.gn b/content/BUILD.gn
index d9c1999a5baa4ac61198a260579e840f414dd968..bf859909319c9798bf2e2a2ddf097c7d0e0daa6d 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",
]
}
« no previous file with comments | « components/nacl/loader/nacl_helper_win_64.cc ('k') | content/app/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698