| include_rules = [ | |
| # The subdirectories in ios/web_view/ will manually allow their own include | |
| # directories in ios/web_view/ so we disallow all of them. | |
| "-ios/web_view", | |
| # includes from application layer are not allowed. | |
| "-ios/chrome" | |
| "+ios/web/public", | |
| "-ios/web/public/test/fakes/test_browser_state.h", | |
| ] |