blob: dfc68c2b0f23c9904c533bf40064e4117a00399a [file] [log] [blame]
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"
],
}