OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 "-storage/browser", | 2 "-storage/browser", |
3 | 3 |
4 "+components/discardable_memory/common", | 4 "+components/discardable_memory/common", |
5 "+components/payments", | 5 "+components/payments", |
6 "+device/base/synchronization", | 6 "+device/base/synchronization", |
| 7 "+services/resource_coordinator/public/interfaces", |
7 "+services/service_manager/public/cpp", | 8 "+services/service_manager/public/cpp", |
8 "+services/video_capture/public/interfaces", | 9 "+services/video_capture/public/interfaces", |
9 | 10 |
10 # No inclusion of WebKit from the browser, other than strictly enum/POD, | 11 # No inclusion of WebKit from the browser, other than strictly enum/POD, |
11 # header-only types, and some selected common code. | 12 # header-only types, and some selected common code. |
12 "-third_party/WebKit", | 13 "-third_party/WebKit", |
13 "+third_party/WebKit/public/platform/WebAddressSpace.h", | 14 "+third_party/WebKit/public/platform/WebAddressSpace.h", |
14 "+third_party/WebKit/public/platform/WebContentSecurityPolicy.h", | 15 "+third_party/WebKit/public/platform/WebContentSecurityPolicy.h", |
15 "+third_party/WebKit/public/platform/WebDisplayMode.h", | 16 "+third_party/WebKit/public/platform/WebDisplayMode.h", |
16 "+third_party/WebKit/public/platform/WebDragOperation.h", | 17 "+third_party/WebKit/public/platform/WebDragOperation.h", |
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
70 "+third_party/WebKit/public/web/WebPluginAction.h", | 71 "+third_party/WebKit/public/web/WebPluginAction.h", |
71 "+third_party/WebKit/public/web/WebPopupType.h", | 72 "+third_party/WebKit/public/web/WebPopupType.h", |
72 "+third_party/WebKit/public/web/WebSandboxFlags.h", | 73 "+third_party/WebKit/public/web/WebSandboxFlags.h", |
73 "+third_party/WebKit/public/web/WebSharedWorkerCreationContextType.h", | 74 "+third_party/WebKit/public/web/WebSharedWorkerCreationContextType.h", |
74 "+third_party/WebKit/public/web/WebSharedWorkerCreationErrors.h", | 75 "+third_party/WebKit/public/web/WebSharedWorkerCreationErrors.h", |
75 "+third_party/WebKit/public/web/WebTextDirection.h", | 76 "+third_party/WebKit/public/web/WebTextDirection.h", |
76 "+third_party/WebKit/public/web/WebTreeScopeType.h", | 77 "+third_party/WebKit/public/web/WebTreeScopeType.h", |
77 "+third_party/WebKit/public/web/mac/WebScrollbarTheme.h", | 78 "+third_party/WebKit/public/web/mac/WebScrollbarTheme.h", |
78 "+third_party/WebKit/public/web/win/WebFontRendering.h" | 79 "+third_party/WebKit/public/web/win/WebFontRendering.h" |
79 ] | 80 ] |
OLD | NEW |