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

Unified Diff: content/browser/BUILD.gn

Issue 2931173003: Implement the V2 sandbox in the process launcher. (Closed)
Patch Set: Implement the V2 sandbox in the process launcher. 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 94563c70ed326f72cafefe9419a5bd8937a4da27..3fecbfdc4fbfb6b00308630cbad644f9956c3e0e 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 += [

Powered by Google App Engine
This is Rietveld 408576698