| include_rules = [ | |
| "+crypto", | |
| "+mojo/public", | |
| # For ipc_channel_nacl.cc: | |
| "+native_client/src/public", | |
| "+sandbox/mac/seatbelt.h", | |
| ] | |
| specific_include_rules = { | |
| "ipc_channel_mojo_unittest\.cc": [ | |
| "+mojo/edk/test", | |
| ], | |
| "ipc_mojo_(bootstrap_unittest|perftest)\.cc": [ | |
| "+mojo/edk/embedder", | |
| "+mojo/edk/test", | |
| ], | |
| "run_all_(unit|perf)tests\.cc": [ | |
| "+mojo/edk/embedder", | |
| "+mojo/edk/test", | |
| ] | |
| } |