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

Unified Diff: components/nacl/loader/DEPS

Issue 140573003: Connect PPAPI IPC channels for non-SFI mode. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 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: components/nacl/loader/DEPS
diff --git a/components/nacl/loader/DEPS b/components/nacl/loader/DEPS
index 8345fef402e0c5567d3d510960ccbcc606394ce1..6c3ba4ad861e1c9c304df87e08c77566e6ece116 100644
--- a/components/nacl/loader/DEPS
+++ b/components/nacl/loader/DEPS
@@ -22,6 +22,9 @@ include_rules = [
"+ppapi/proxy/nacl_message_scanner.h",
"+ppapi/proxy/serialized_handle.h",
+ # For setting FDs on non-SFI mode.
Mark Seaborn 2014/02/19 17:00:30 "on" -> "in"?
hidehiko 2014/02/20 18:50:01 Done.
+ "+ppapi/proxy/plugin_main_irt.h",
+
# For sending PpapiHostMsg_ChannelCreated in nacl_ipc_adapter.cc:
"+ppapi/proxy/ppapi_messages.h"
]

Powered by Google App Engine
This is Rietveld 408576698