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

Unified Diff: content/browser/BUILD.gn

Issue 2931173003: Implement the V2 sandbox in the process launcher. (Closed)
Patch Set: Fix command line setup 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
Index: content/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index 0c0fcbbb2c6f8ea7268747d2f28a1fcb4611652e..371b6f9bbc2787c0c0a30357830e1d13b1862d25 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -1321,6 +1321,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",
@@ -1671,6 +1673,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 += [

Powered by Google App Engine
This is Rietveld 408576698