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

Unified Diff: content/browser/BUILD.gn

Issue 2931173003: Implement the V2 sandbox in the process launcher. (Closed)
Patch Set: Fix deps 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 89a13bc3805eeae112c194bb9b760e2fca8890a2..be3ac066245b2f1df824dd1983d75433449f3a20 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -106,6 +106,7 @@ source_set("browser") {
"//net:http_server",
"//ppapi/features",
"//printing/features",
+ "//sandbox/mac:seatbelt",
"//services/catalog:constants",
"//services/catalog/public/cpp",
"//services/catalog/public/interfaces:constants",
@@ -1317,6 +1318,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",

Powered by Google App Engine
This is Rietveld 408576698