| include_rules = [ | |
| "+crypto", | |
| "-mojo/runner", | |
| "+net/base", | |
| ] | |
| specific_include_rules = { | |
| "about_fetcher_unittest.cc": [ | |
| "+mojo/runner/context.h" | |
| ], | |
| "data_fetcher_unittest.cc": [ | |
| "+mojo/runner/context.h" | |
| ], | |
| "network_fetcher_unittest.cc": [ | |
| "+mojo/runner/context.h" | |
| ], | |
| } |