| include_rules = [ | |
| # No inclusion of Blink from the browser, other than the ones in | |
| # components reduce accept language code. | |
| "-third_party/blink", | |
| "+components/reduce_accept_language/browser", | |
| ] | |
| specific_include_rules = { | |
| # Only include Blink for browser tests. | |
| "reduce_accept_language_browsertest.cc" : [ | |
| "+third_party/blink/public/common" | |
| ], | |
| } |