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

Side by Side Diff: components/nacl/renderer/DEPS

Issue 322403005: Pepper: Remove nacl_entry_points.h. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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 | components/nacl/renderer/nexe_load_manager.cc » ('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 "+content/public/renderer", 2 "+content/public/renderer",
3 "+native_client/src/public/imc_types.h", # for NaClHandle
3 "+net", 4 "+net",
4 "+ppapi/c", 5 "+ppapi/c",
5 "+ppapi/native_client/src/trusted/plugin/nacl_entry_points.h", # For NaCl reg istration.
6 "+ppapi/proxy", 6 "+ppapi/proxy",
7 "+ppapi/shared_impl", 7 "+ppapi/shared_impl",
8 8
9 # TODO(raymes): Once all of the resources are refactored to the new pepper 9 # TODO(raymes): Once all of the resources are refactored to the new pepper
10 # resource model, these includes shouldn't be needed. 10 # resource model, these includes shouldn't be needed.
11 "+ppapi/thunk", 11 "+ppapi/thunk",
12 12
13 "+v8/include", 13 "+v8/include",
14 "+third_party/jsoncpp/source/include/json", 14 "+third_party/jsoncpp/source/include/json",
15 "+third_party/WebKit/public/platform", 15 "+third_party/WebKit/public/platform",
16 "+third_party/WebKit/public/web", 16 "+third_party/WebKit/public/web",
17 ] 17 ]
OLDNEW
« no previous file with comments | « no previous file | components/nacl/renderer/nexe_load_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698