| include_rules = [ | |
| "+components/memory_system", | |
| ] | |
| specific_include_rules = { | |
| "shell_main_delegate\.(cc)": [ | |
| # Separating Content Shell and web test code. ShellMainDelegate injects web test | |
| # code into Content Shell at runtime. | |
| "+content/web_test/browser", | |
| "+content/web_test/renderer", | |
| ], | |
| } |