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

Unified Diff: chrome/BUILD.gn

Issue 2891933005: Plumb sandbox rules through the helper executable. (Closed)
Patch Set: Switch to new and delete Created 3 years, 7 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 | « no previous file | chrome/app/chrome_exe_main_mac.c » ('j') | chrome/app/chrome_exe_main_mac.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/BUILD.gn
diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn
index 0e6268f6b62c5e52cbb0e3ccef164bd3eae0fcc8..cbb0023bfc55de58938ef4f8eb1b25c92a38b61d 100644
--- a/chrome/BUILD.gn
+++ b/chrome/BUILD.gn
@@ -549,7 +549,7 @@ if (is_win) {
]
sources = [
- "app/chrome_exe_main_mac.c",
+ "app/chrome_exe_main_mac.cc",
]
extra_configs = [ "//build/config/compiler:wexit_time_destructors" ]
@@ -736,7 +736,7 @@ if (is_win) {
]
sources = [
- "app/chrome_exe_main_mac.c",
+ "app/chrome_exe_main_mac.cc",
]
extra_configs = [ "//build/config/compiler:wexit_time_destructors" ]
@@ -746,6 +746,7 @@ if (is_win) {
deps = [
"//build/config/sanitizers:deps",
"//chrome/common:version_header",
+ "//sandbox/mac:seatbelt",
]
ldflags = []
« no previous file with comments | « no previous file | chrome/app/chrome_exe_main_mac.c » ('j') | chrome/app/chrome_exe_main_mac.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698