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

Unified Diff: ipc/DEPS

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: ipc/DEPS
diff --git a/ipc/DEPS b/ipc/DEPS
index 1c97fa3433f8e4fa61d98fa523fdf02de48dfb40..9da4caec3e3d3371ebb933b62c58139065b3c9c0 100644
--- a/ipc/DEPS
+++ b/ipc/DEPS
@@ -2,4 +2,5 @@ include_rules = [
"+crypto",
# For ipc_channel_nacl.cc:
"+native_client/src/public",
+ "+sandbox",
Robert Sesek 2016/04/05 14:13:25 Can limit this to sandbox/mac/seatbelt.h.
Greg K 2016/04/05 18:24:44 Done.
]

Powered by Google App Engine
This is Rietveld 408576698