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