1include_rules = [ 2 "+components/power_monitor", 3 "+components/nacl", 4 "+content/public/app/sandbox_helper_win.h", 5 "+content/public/common", 6 "+crypto", 7 "+sandbox/linux/bpf_dsl", 8 "+sandbox/linux/seccomp-bpf", 9 "+sandbox/linux/seccomp-bpf-helpers", 10 "+sandbox/linux/services", 11 "+sandbox/linux/suid", 12 "+sandbox/linux/system_headers", 13 "+sandbox/mac", 14 "+sandbox/policy", 15 "+sandbox/sandbox_buildflags.h", 16 "+sandbox/win/src", 17 "+ppapi/c", # header files only 18 19 "+mojo/core/embedder", 20 21 "+native_client/src/include", 22 "+native_client/src/public", 23 "+native_client/src/trusted/desc/nacl_desc_quota.h", 24 "+native_client/src/trusted/desc/nacl_desc_quota_interface.h", 25 "+native_client/src/trusted/service_runtime/include", 26 "+native_client/src/trusted/service_runtime/nacl_error_code.h", 27 "+native_client/src/untrusted/irt/irt.h", 28 29 # For message scanning and handle conversion in nacl_ipc_adapter.cc: 30 "+ppapi/proxy/nacl_message_scanner.h", 31 "+ppapi/proxy/serialized_handle.h", 32 33 # For sending PpapiHostMsg_ChannelCreated in nacl_ipc_adapter.cc: 34 "+ppapi/proxy/ppapi_messages.h", 35] 36