| include_rules = [ | |
| # To whitelist base/ stuff Blink is allowed to include, we list up all | |
| # directories and files instead of writing 'base/'. | |
| "+base/at_exit.h", | |
| "+base/command_line.h", | |
| "+base/i18n/icu_util.h", | |
| "+base/path_service.h", | |
| "+base/run_loop.h", | |
| "+base/message_loop", | |
| "+base/metrics/statistics_recorder.h", | |
| "+base/test/test_io_thread.h", | |
| "+cc", | |
| "+mojo/edk/embedder", | |
| "+mojo/edk/test", | |
| ] |