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

Unified Diff: chrome/nacl/DEPS

Issue 11894003: PPAPI/NaCl: Move handle extraction code to ppapi/proxy (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge Created 7 years, 11 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 | « no previous file | chrome/nacl/nacl_ipc_adapter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/nacl/DEPS
diff --git a/chrome/nacl/DEPS b/chrome/nacl/DEPS
index fb99bb0080f9f3e2a507a1f404eb1a01698ee4ff..c11e4ed1ba698563604484ac7f758c1d2061a0df 100644
--- a/chrome/nacl/DEPS
+++ b/chrome/nacl/DEPS
@@ -6,9 +6,11 @@ include_rules = [
"+sandbox/win/src",
"+native_client/src",
"+ppapi/c", # header files only
+
# For handle conversion in nacl_ipc_adapter.cc:
- # TODO(dmichael): We should only need 1 include to ppapi/proxy for a
- # HandleConverter class. crbug.com/165201
- "+ppapi/proxy/ppapi_messages.h",
- "+ppapi/proxy/resource_message_params.h",
+ "+ppapi/proxy/handle_converter.h",
+ "+ppapi/proxy/serialized_handle.h",
+
+ # For sending PpapiHostMsg_ChannelCreated in nacl_ipc_adapter.cc:
+ "+ppapi/proxy/ppapi_messages.h"
]
« no previous file with comments | « no previous file | chrome/nacl/nacl_ipc_adapter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698