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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/nacl/nacl_ipc_adapter.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+chrome/app/breakpad_win.h", 2 "+chrome/app/breakpad_win.h",
3 "+content/public/app/startup_helper_win.h", 3 "+content/public/app/startup_helper_win.h",
4 "+sandbox/linux/services", 4 "+sandbox/linux/services",
5 "+sandbox/linux/seccomp-legacy", 5 "+sandbox/linux/seccomp-legacy",
6 "+sandbox/win/src", 6 "+sandbox/win/src",
7 "+native_client/src", 7 "+native_client/src",
8 "+ppapi/c", # header files only 8 "+ppapi/c", # header files only
9
9 # For handle conversion in nacl_ipc_adapter.cc: 10 # For handle conversion in nacl_ipc_adapter.cc:
10 # TODO(dmichael): We should only need 1 include to ppapi/proxy for a 11 "+ppapi/proxy/handle_converter.h",
11 # HandleConverter class. crbug.com/165201 12 "+ppapi/proxy/serialized_handle.h",
12 "+ppapi/proxy/ppapi_messages.h", 13
13 "+ppapi/proxy/resource_message_params.h", 14 # For sending PpapiHostMsg_ChannelCreated in nacl_ipc_adapter.cc:
15 "+ppapi/proxy/ppapi_messages.h"
14 ] 16 ]
OLDNEW
« 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