blob: 5eb3384f24af6d6f15f3b9f22a314bd32f097f77 [file] [log] [blame]
include_rules = [
# No inclusion of WebKit from the browser, other than strictly enum/POD,
# header-only types, and some selected common code.
"-third_party/WebKit",
"+third_party/WebKit/public/platform/WebClientHintsType.h",
# Unlike other WebKit directories WebKit/common is for the files that
# are commonly referenced by renderer-side and browser-side code, and
# does not use Blink types like WTF.
"+third_party/WebKit/common",
]