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

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

Issue 261143002: Pepper: Remove file_utils from trusted plugin. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix dependencies Created 6 years, 7 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 "+net", 3 "+net",
4 "+ppapi/c", 4 "+ppapi/c",
5 "+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.
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/WebKit/public/platform", 15 "+third_party/WebKit/public/platform",
15 "+third_party/WebKit/public/web", 16 "+third_party/WebKit/public/web",
16 ] 17 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698