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 "+device/base/synchronization", | 5 "+device/base/synchronization", |
6 "+services/service_manager/public/cpp", | 6 "+services/service_manager/public/cpp", |
7 "+services/video_capture/public/interfaces", | 7 "+services/video_capture/public/interfaces", |
8 | 8 |
9 # No inclusion of WebKit from the browser, other than strictly enum/POD, | 9 # No inclusion of WebKit from the browser, other than strictly enum/POD, |
10 # header-only types, and some selected common code. | 10 # header-only types, and some selected common code. |
11 "-third_party/WebKit", | 11 "-third_party/WebKit", |
12 "+third_party/WebKit/public/platform/WebAddressSpace.h", | 12 "+third_party/WebKit/public/platform/WebAddressSpace.h", |
13 "+third_party/WebKit/public/platform/WebCString.h", | 13 "+third_party/WebKit/public/platform/WebCString.h", |
14 "+third_party/WebKit/public/platform/WebDisplayMode.h", | 14 "+third_party/WebKit/public/platform/WebDisplayMode.h", |
15 "+third_party/WebKit/public/platform/WebDragOperation.h", | 15 "+third_party/WebKit/public/platform/WebDragOperation.h", |
16 "+third_party/WebKit/public/platform/WebFloatPoint.h", | 16 "+third_party/WebKit/public/platform/WebFloatPoint.h", |
17 "+third_party/WebKit/public/platform/WebFloatRect.h", | 17 "+third_party/WebKit/public/platform/WebFloatRect.h", |
18 "+third_party/WebKit/public/platform/WebFocusType.h", | 18 "+third_party/WebKit/public/platform/WebFocusType.h", |
19 "+third_party/WebKit/public/platform/WebGamepad.h", | 19 "+third_party/WebKit/public/platform/WebGamepad.h", |
20 "+third_party/WebKit/public/platform/WebGamepads.h", | 20 "+third_party/WebKit/public/platform/WebGamepads.h", |
21 "+third_party/WebKit/public/platform/WebGestureEvent.h", | 21 "+third_party/WebKit/public/platform/WebGestureEvent.h", |
22 "+third_party/WebKit/public/platform/WebHTTPBody.h", | 22 "+third_party/WebKit/public/platform/WebHTTPBody.h", |
23 "+third_party/WebKit/public/platform/WebHistoryScrollRestorationType.h", | 23 "+third_party/WebKit/public/platform/WebHistoryScrollRestorationType.h", |
24 "+third_party/WebKit/public/platform/WebInputEvent.h", | 24 "+third_party/WebKit/public/platform/WebInputEvent.h", |
25 "+third_party/WebKit/public/platform/WebInsecureRequestPolicy.h", | 25 "+third_party/WebKit/public/platform/WebInsecureRequestPolicy.h", |
| 26 "+third_party/WebKit/public/platform/WebMouseWheelEvent.h", |
26 "+third_party/WebKit/public/platform/WebOriginTrialTokenStatus.h", | 27 "+third_party/WebKit/public/platform/WebOriginTrialTokenStatus.h", |
27 "+third_party/WebKit/public/platform/WebPageVisibilityState.h", | 28 "+third_party/WebKit/public/platform/WebPageVisibilityState.h", |
28 "+third_party/WebKit/public/platform/WebReferrerPolicy.h", | 29 "+third_party/WebKit/public/platform/WebReferrerPolicy.h", |
29 "+third_party/WebKit/public/platform/WebScreenInfo.h", | 30 "+third_party/WebKit/public/platform/WebScreenInfo.h", |
30 "+third_party/WebKit/public/platform/WebScrollbarButtonsPlacement.h", | 31 "+third_party/WebKit/public/platform/WebScrollbarButtonsPlacement.h", |
31 "+third_party/WebKit/public/platform/WebStorageArea.h", | 32 "+third_party/WebKit/public/platform/WebStorageArea.h", |
32 "+third_party/WebKit/public/platform/linux/WebFallbackFont.h", | 33 "+third_party/WebKit/public/platform/linux/WebFallbackFont.h", |
33 "+third_party/WebKit/public/platform/linux/WebFontRenderStyle.h", | 34 "+third_party/WebKit/public/platform/linux/WebFontRenderStyle.h", |
34 "+third_party/WebKit/public/platform/modules/bluetooth/web_bluetooth.mojom.h", | 35 "+third_party/WebKit/public/platform/modules/bluetooth/web_bluetooth.mojom.h", |
35 "+third_party/WebKit/public/platform/modules/device_orientation/WebDeviceMotio
nData.h", | 36 "+third_party/WebKit/public/platform/modules/device_orientation/WebDeviceMotio
nData.h", |
(...skipping 29 matching lines...) Expand all Loading... |
65 "+third_party/WebKit/public/web/WebPopupType.h", | 66 "+third_party/WebKit/public/web/WebPopupType.h", |
66 "+third_party/WebKit/public/web/WebSandboxFlags.h", | 67 "+third_party/WebKit/public/web/WebSandboxFlags.h", |
67 "+third_party/WebKit/public/web/WebSharedWorkerCreationContextType.h", | 68 "+third_party/WebKit/public/web/WebSharedWorkerCreationContextType.h", |
68 "+third_party/WebKit/public/web/WebSharedWorkerCreationErrors.h", | 69 "+third_party/WebKit/public/web/WebSharedWorkerCreationErrors.h", |
69 "+third_party/WebKit/public/web/WebTextDirection.h", | 70 "+third_party/WebKit/public/web/WebTextDirection.h", |
70 "+third_party/WebKit/public/web/WebTreeScopeType.h", | 71 "+third_party/WebKit/public/web/WebTreeScopeType.h", |
71 "+third_party/WebKit/public/web/WebWindowFeatures.h", | 72 "+third_party/WebKit/public/web/WebWindowFeatures.h", |
72 "+third_party/WebKit/public/web/mac/WebScrollbarTheme.h", | 73 "+third_party/WebKit/public/web/mac/WebScrollbarTheme.h", |
73 "+third_party/WebKit/public/web/win/WebFontRendering.h" | 74 "+third_party/WebKit/public/web/win/WebFontRendering.h" |
74 ] | 75 ] |
OLD | NEW |