| OLD | NEW |
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "-storage/browser", | 2 "-storage/browser", |
| 3 | 3 |
| 4 "+device/base/synchronization", | 4 "+device/base/synchronization", |
| 5 "+services/shell/public/cpp", | 5 "+services/service_manager/public/cpp", |
| 6 "+services/video_capture/public/interfaces", | 6 "+services/video_capture/public/interfaces", |
| 7 | 7 |
| 8 # No inclusion of WebKit from the browser, other than strictly enum/POD, | 8 # No inclusion of WebKit from the browser, other than strictly enum/POD, |
| 9 # header-only types, and some selected common code. | 9 # header-only types, and some selected common code. |
| 10 "-third_party/WebKit", | 10 "-third_party/WebKit", |
| 11 "+third_party/WebKit/public/platform/WebAddressSpace.h", | 11 "+third_party/WebKit/public/platform/WebAddressSpace.h", |
| 12 "+third_party/WebKit/public/platform/WebCString.h", | 12 "+third_party/WebKit/public/platform/WebCString.h", |
| 13 "+third_party/WebKit/public/platform/WebDisplayMode.h", | 13 "+third_party/WebKit/public/platform/WebDisplayMode.h", |
| 14 "+third_party/WebKit/public/platform/WebDragOperation.h", | 14 "+third_party/WebKit/public/platform/WebDragOperation.h", |
| 15 "+third_party/WebKit/public/platform/WebFloatPoint.h", | 15 "+third_party/WebKit/public/platform/WebFloatPoint.h", |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 62 "+third_party/WebKit/public/web/WebPopupType.h", | 62 "+third_party/WebKit/public/web/WebPopupType.h", |
| 63 "+third_party/WebKit/public/web/WebSandboxFlags.h", | 63 "+third_party/WebKit/public/web/WebSandboxFlags.h", |
| 64 "+third_party/WebKit/public/web/WebSharedWorkerCreationContextType.h", | 64 "+third_party/WebKit/public/web/WebSharedWorkerCreationContextType.h", |
| 65 "+third_party/WebKit/public/web/WebSharedWorkerCreationErrors.h", | 65 "+third_party/WebKit/public/web/WebSharedWorkerCreationErrors.h", |
| 66 "+third_party/WebKit/public/web/WebTextDirection.h", | 66 "+third_party/WebKit/public/web/WebTextDirection.h", |
| 67 "+third_party/WebKit/public/web/WebTreeScopeType.h", | 67 "+third_party/WebKit/public/web/WebTreeScopeType.h", |
| 68 "+third_party/WebKit/public/web/WebWindowFeatures.h", | 68 "+third_party/WebKit/public/web/WebWindowFeatures.h", |
| 69 "+third_party/WebKit/public/web/mac/WebScrollbarTheme.h", | 69 "+third_party/WebKit/public/web/mac/WebScrollbarTheme.h", |
| 70 "+third_party/WebKit/public/web/win/WebFontRendering.h" | 70 "+third_party/WebKit/public/web/win/WebFontRendering.h" |
| 71 ] | 71 ] |
| OLD | NEW |