| include_rules = [ | |
| # In general files in this directory should not depend upon content. | |
| "+cc/test", | |
| "+components/viz/test", | |
| "+mojo/core/embedder", | |
| "+third_party/googletest/src/googletest/include/gtest/gtest.h", | |
| ] | |
| specific_include_rules = { | |
| "ash_test_helper\.cc": [ | |
| "+ash/host", | |
| "+chromeos/cryptohome", | |
| "+chromeos/login/login_state", | |
| ], | |
| } |