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

Unified Diff: ipc/ipc.gyp

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
« no previous file with comments | « ipc/DEPS ('k') | ipc/ipc_send_fds_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ipc/ipc.gyp
diff --git a/ipc/ipc.gyp b/ipc/ipc.gyp
index b78bbf1674bf7e0c8abd230e07586f01615eba6d..a11ffe3e0bd13fa2757cb47256aa423a2203bb13 100644
--- a/ipc/ipc.gyp
+++ b/ipc/ipc.gyp
@@ -89,6 +89,11 @@
'../testing/android/native_test.gyp:native_test_native_code',
],
}],
+ ['OS == "mac"', {
+ 'dependencies': [
+ '../sandbox/sandbox.gyp:seatbelt',
+ ],
+ }],
],
},
{
« no previous file with comments | « ipc/DEPS ('k') | ipc/ipc_send_fds_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698