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

Unified Diff: content/browser/BUILD.gn

Issue 2931173003: Implement the V2 sandbox in the process launcher. (Closed)
Patch Set: Add comment explaining V2 sandbox Created 3 years, 6 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 | « chrome/app/chrome_exe_main_mac.cc ('k') | content/browser/child_process_launcher_helper.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index d43831d23a84d5b5ffe5de181d905bc77ddf2744..8021be86a8cfba1d8b5dd795ebcc34f786cbfbf3 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -1326,6 +1326,8 @@ source_set("browser") {
"resolve_proxy_msg_helper.h",
"resource_context_impl.cc",
"resource_context_impl.h",
+ "sandbox_parameters_mac.h",
+ "sandbox_parameters_mac.mm",
"screen_orientation/screen_orientation_provider.cc",
"screen_orientation/screen_orientation_provider.h",
"service_manager/common_browser_interfaces.cc",
@@ -1676,6 +1678,7 @@ source_set("browser") {
"media/capture/window_activity_tracker_mac.h",
"media/capture/window_activity_tracker_mac.mm",
]
+ deps += [ "//sandbox/mac:seatbelt" ]
}
if (enable_webrtc) {
sources += [
« no previous file with comments | « chrome/app/chrome_exe_main_mac.cc ('k') | content/browser/child_process_launcher_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698