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

Unified Diff: base/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: base/BUILD.gn
diff --git a/base/BUILD.gn b/base/BUILD.gn
index 2cb2f6dc586dbb0b53c6e7cb0b5e6f7be98b238b..cfd65620ee5786166ce05d82573079867199475a 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -1190,6 +1190,17 @@ if (is_win) {
"//build/config/sanitizers:deps",
]
}
+
+ source_set("process_startup_helper_win") {
+ sources = [
+ "win/process_startup_helper.cc",
+ "win/process_startup_helper.h",
+ ]
+ deps = [
+ "//base",
+ "//base:base_static",
+ ]
+ }
}
# TODO(GYP): Delete this after we've converted everything to GN.
« no previous file with comments | « ash/shell/content/shell_with_content_main.cc ('k') | base/base.gyp » ('j') | base/base.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698