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" |
] |