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

Unified Diff: sandbox/BUILD.gn

Issue 1855303003: Wrap deprecated sandbox functions in C++ class. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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: sandbox/BUILD.gn
diff --git a/sandbox/BUILD.gn b/sandbox/BUILD.gn
index 6825a1d3b5620a1bb6d632463dab26cb3c4105e9..dc3bb1c11a9a4252e8235bd834abd2e4026343fa 100644
--- a/sandbox/BUILD.gn
+++ b/sandbox/BUILD.gn
@@ -13,6 +13,7 @@ group("sandbox") {
if (false) {
public_deps = [
"//sandbox/mac:sandbox",
+ "//sandbox/mac:seatbelt",
]
}
} else if (is_linux || is_android) {

Powered by Google App Engine
This is Rietveld 408576698