| 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", | |
| ] |