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

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

Issue 2679323006: Remove content/browser dependency on WebFontRenderStyle. (Closed)
Patch Set: merge Created 3 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
« no previous file with comments | « components/nacl/loader/BUILD.gn ('k') | components/nacl/loader/nacl_listener.cc » ('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 "+components/nacl", 2 "+components/nacl",
3 "+content/public/app/sandbox_helper_win.h", 3 "+content/public/app/sandbox_helper_win.h",
4 "+content/public/common", 4 "+content/public/common",
5 "+content/public/child",
5 "+crypto", 6 "+crypto",
6 "+sandbox/linux/bpf_dsl", 7 "+sandbox/linux/bpf_dsl",
7 "+sandbox/linux/seccomp-bpf", 8 "+sandbox/linux/seccomp-bpf",
8 "+sandbox/linux/seccomp-bpf-helpers", 9 "+sandbox/linux/seccomp-bpf-helpers",
9 "+sandbox/linux/services", 10 "+sandbox/linux/services",
10 "+sandbox/linux/suid", 11 "+sandbox/linux/suid",
11 "+sandbox/linux/system_headers", 12 "+sandbox/linux/system_headers",
12 "+sandbox/sandbox_features.h", 13 "+sandbox/sandbox_features.h",
13 "+sandbox/win/src", 14 "+sandbox/win/src",
14 "+ppapi/c", # header files only 15 "+ppapi/c", # header files only
(...skipping 11 matching lines...) Expand all
26 # For message scanning and handle conversion in nacl_ipc_adapter.cc: 27 # For message scanning and handle conversion in nacl_ipc_adapter.cc:
27 "+ppapi/proxy/nacl_message_scanner.h", 28 "+ppapi/proxy/nacl_message_scanner.h",
28 "+ppapi/proxy/serialized_handle.h", 29 "+ppapi/proxy/serialized_handle.h",
29 30
30 # For setting FDs in non-SFI mode. 31 # For setting FDs in non-SFI mode.
31 "+ppapi/nacl_irt", 32 "+ppapi/nacl_irt",
32 33
33 # For sending PpapiHostMsg_ChannelCreated in nacl_ipc_adapter.cc: 34 # For sending PpapiHostMsg_ChannelCreated in nacl_ipc_adapter.cc:
34 "+ppapi/proxy/ppapi_messages.h", 35 "+ppapi/proxy/ppapi_messages.h",
35 ] 36 ]
OLDNEW
« no previous file with comments | « components/nacl/loader/BUILD.gn ('k') | components/nacl/loader/nacl_listener.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698