| include_rules = [ | |
| "+base/functional/callback.h", | |
| "+base/functional/callback_forward.h", | |
| "+base/functional/callback_helpers.h", | |
| "+base/functional/function_ref.h", | |
| "+base/memory/raw_ptr.h", | |
| "+base/memory/raw_ptr_exclusion.h", | |
| "+base/notreached.h", | |
| "+base/observer_list.h", | |
| "+base/trace_event", | |
| "+third_party/perfetto/include/perfetto/tracing", | |
| ] | |
| specific_include_rules = { | |
| ".*_(unit)?test\.cc": [ | |
| "+base/run_loop.h", | |
| "+base/test", | |
| ], | |
| } |