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

Side by Side Diff: ppapi/native_client/DEPS

Issue 306123006: NaCl: Remove some unused include_rules entries (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 | ppapi/native_client/src/trusted/plugin/DEPS » ('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 "+native_client/src/include", 2 "+native_client/src/include",
3 "+native_client/src/public", 3 "+native_client/src/public",
4 "+native_client/src/shared/platform", 4 "+native_client/src/shared/platform",
5
6 # TODO(bradnelson): Eliminate these as they are actually incorrectly rooted
7 # internal references.
8 "+native_client/src/shared/ppapi_proxy",
9 "+native_client/src/shared/srpc", 5 "+native_client/src/shared/srpc",
10 "+native_client/src/trusted/weak_ref", 6 "+native_client/src/trusted/weak_ref",
11 "+native_client/src/untrusted", 7 "+native_client/src/untrusted",
12 "+native_client/tests/ppapi_geturl",
13 "+native_client/tests/ppapi_test_lib",
14 "+srpcgen",
15 "+trusted/srpcgen",
16 "+untrusted/srpcgen",
17 ] 8 ]
OLDNEW
« no previous file with comments | « no previous file | ppapi/native_client/src/trusted/plugin/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698