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

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

Issue 1171493003: NaCl: Clean up some uses of native_client/src/trusted/desc/ (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fix Created 5 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
« no previous file with comments | « components/nacl/loader/nonsfi/nonsfi_main.cc ('k') | no next file » | 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/imc/nacl_imc_c.h", 4 "+native_client/src/shared/imc/nacl_imc_c.h",
5 "+native_client/src/shared/platform", 5 "+native_client/src/shared/platform",
6 "+native_client/src/shared/srpc", 6 "+native_client/src/shared/srpc",
7 "+native_client/src/trusted/desc", 7 "+native_client/src/trusted/desc/nacl_desc_wrapper.h",
8 "+native_client/src/trusted/desc/nrd_all_modules.h",
8 "+native_client/src/trusted/nonnacl_util/sel_ldr_launcher.h", 9 "+native_client/src/trusted/nonnacl_util/sel_ldr_launcher.h",
9 "+native_client/src/trusted/service_runtime/include", 10 "+native_client/src/trusted/service_runtime/include",
10 "+native_client/src/trusted/service_runtime/nacl_error_code.h", 11 "+native_client/src/trusted/service_runtime/nacl_error_code.h",
11 "+ppapi/cpp", 12 "+ppapi/cpp",
12 "+ppapi/utility", 13 "+ppapi/utility",
13 ] 14 ]
OLDNEW
« no previous file with comments | « components/nacl/loader/nonsfi/nonsfi_main.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698