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

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

Issue 249183004: Implement open_resource in non-SFI mode. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+content/common/sandbox_util.h",
2 "+content/public/renderer", 3 "+content/public/renderer",
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/native_client/src/trusted/plugin/nacl_entry_points.h", # For NaCl reg istration.
6 "+ppapi/proxy", 7 "+ppapi/proxy",
7 "+ppapi/shared_impl", 8 "+ppapi/shared_impl",
8 9
9 # TODO(raymes): Once all of the resources are refactored to the new pepper 10 # TODO(raymes): Once all of the resources are refactored to the new pepper
10 # resource model, these includes shouldn't be needed. 11 # resource model, these includes shouldn't be needed.
11 "+ppapi/thunk", 12 "+ppapi/thunk",
12 13
13 "+v8/include", 14 "+v8/include",
14 "+third_party/WebKit/public/web", 15 "+third_party/WebKit/public/web",
15 ] 16 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698