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

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

Issue 131413009: Prototype: Use Chromium IPC for plugin LOAD_MODULE. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased, some FIXMEs cleaned up Created 6 years, 10 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/public/renderer", 2 "+content/public/renderer",
3 "+ppapi/c", 3 "+ppapi/c",
4 "+ppapi/cpp",
4 "+ppapi/native_client/src/trusted/plugin/nacl_entry_points.h", # For NaCl reg istration. 5 "+ppapi/native_client/src/trusted/plugin/nacl_entry_points.h", # For NaCl reg istration.
5 "+ppapi/proxy", 6 "+ppapi/proxy",
6 "+ppapi/shared_impl", 7 "+ppapi/shared_impl",
7 8
8 # 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
9 # resource model, these includes shouldn't be needed. 10 # resource model, these includes shouldn't be needed.
10 "+ppapi/thunk", 11 "+ppapi/thunk",
11 12
12 "+v8/include", 13 "+v8/include",
13 "+third_party/WebKit/public/web", 14 "+third_party/WebKit/public/web",
14 ] 15 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698