1 include_rules = [ 2 "+components/nacl", 3 "+content/public/app/startup_helper_win.h", 4 "+crypto", 5 "+sandbox/linux/seccomp-bpf", 6 "+sandbox/linux/services", 7 "+sandbox/win/src", 8 "+native_client/src", 9 "+ppapi/c", # header files only 10 11 # For message scanning and handle conversion in nacl_ipc_adapter.cc: 12 "+ppapi/proxy/nacl_message_scanner.h", 13 "+ppapi/proxy/serialized_handle.h", 14 15 # For sending PpapiHostMsg_ChannelCreated in nacl_ipc_adapter.cc: 16 "+ppapi/proxy/ppapi_messages.h" 17 ] 18