| include_rules = [ | |
| # To whitelist base/ stuff Blink is allowed to include, we list up all | |
| # directories and files instead of writing 'base/'. | |
| "+base/debug/alias.h", | |
| "+base/debug/crash_logging.h", | |
| "+base/debug/dump_without_crashing.h", | |
| "+base/debug/stack_trace.h", | |
| ] |