OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 "+media/audio", | 2 "+media/audio", |
3 "+media/base", | 3 "+media/base", |
4 "-storage/browser", | 4 "-storage/browser", |
5 | 5 |
6 # No inclusion of WebKit from the browser, other than strictly enum/POD, | 6 # No inclusion of WebKit from the browser, other than strictly enum/POD, |
7 # header-only types, and some selected common code. | 7 # header-only types, and some selected common code. |
8 "-third_party/WebKit", | 8 "-third_party/WebKit", |
9 "+third_party/WebKit/public/platform/WebAddressSpace.h", | 9 "+third_party/WebKit/public/platform/WebAddressSpace.h", |
10 "+third_party/WebKit/public/platform/WebCString.h", | 10 "+third_party/WebKit/public/platform/WebCString.h", |
(...skipping 13 matching lines...) Expand all Loading... |
24 "+third_party/WebKit/public/platform/WebScreenInfo.h", | 24 "+third_party/WebKit/public/platform/WebScreenInfo.h", |
25 "+third_party/WebKit/public/platform/WebScrollbarButtonsPlacement.h", | 25 "+third_party/WebKit/public/platform/WebScrollbarButtonsPlacement.h", |
26 "+third_party/WebKit/public/platform/WebStorageArea.h", | 26 "+third_party/WebKit/public/platform/WebStorageArea.h", |
27 "+third_party/WebKit/public/platform/WebString.h", | 27 "+third_party/WebKit/public/platform/WebString.h", |
28 "+third_party/WebKit/public/platform/linux/WebFallbackFont.h", | 28 "+third_party/WebKit/public/platform/linux/WebFallbackFont.h", |
29 "+third_party/WebKit/public/platform/linux/WebFontRenderStyle.h", | 29 "+third_party/WebKit/public/platform/linux/WebFontRenderStyle.h", |
30 "+third_party/WebKit/public/platform/modules/bluetooth/WebBluetoothError.h", | 30 "+third_party/WebKit/public/platform/modules/bluetooth/WebBluetoothError.h", |
31 "+third_party/WebKit/public/platform/modules/device_orientation/WebDeviceMotio
nData.h", | 31 "+third_party/WebKit/public/platform/modules/device_orientation/WebDeviceMotio
nData.h", |
32 "+third_party/WebKit/public/platform/modules/device_orientation/WebDeviceOrien
tationData.h", | 32 "+third_party/WebKit/public/platform/modules/device_orientation/WebDeviceOrien
tationData.h", |
33 "+third_party/WebKit/public/platform/modules/indexeddb/WebIDBTypes.h", | 33 "+third_party/WebKit/public/platform/modules/indexeddb/WebIDBTypes.h", |
34 "+third_party/WebKit/public/platform/modules/permissions/permission_status.moj
om.h", | |
35 "+third_party/WebKit/public/platform/modules/push_messaging/WebPushError.h", | 34 "+third_party/WebKit/public/platform/modules/push_messaging/WebPushError.h", |
36 "+third_party/WebKit/public/platform/modules/push_messaging/WebPushPermissionS
tatus.h", | 35 "+third_party/WebKit/public/platform/modules/push_messaging/WebPushPermissionS
tatus.h", |
37 "+third_party/WebKit/public/platform/modules/screen_orientation/WebLockOrienta
tionError.h", | 36 "+third_party/WebKit/public/platform/modules/screen_orientation/WebLockOrienta
tionError.h", |
38 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien
tationLockType.h", | 37 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien
tationLockType.h", |
39 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien
tationType.h", | 38 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien
tationType.h", |
40 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerCac
heError.h", | 39 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerCac
heError.h", |
41 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerCli
entType.h", | 40 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerCli
entType.h", |
42 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerErr
or.h", | 41 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerErr
or.h", |
43 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerEve
ntResult.h", | 42 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerEve
ntResult.h", |
44 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerRes
ponseError.h", | 43 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerRes
ponseError.h", |
(...skipping 12 matching lines...) Expand all Loading... |
57 "+third_party/WebKit/public/web/WebPopupType.h", | 56 "+third_party/WebKit/public/web/WebPopupType.h", |
58 "+third_party/WebKit/public/web/WebSandboxFlags.h", | 57 "+third_party/WebKit/public/web/WebSandboxFlags.h", |
59 "+third_party/WebKit/public/web/WebSharedWorkerCreationContextType.h", | 58 "+third_party/WebKit/public/web/WebSharedWorkerCreationContextType.h", |
60 "+third_party/WebKit/public/web/WebSharedWorkerCreationErrors.h", | 59 "+third_party/WebKit/public/web/WebSharedWorkerCreationErrors.h", |
61 "+third_party/WebKit/public/web/WebTextDirection.h", | 60 "+third_party/WebKit/public/web/WebTextDirection.h", |
62 "+third_party/WebKit/public/web/WebTreeScopeType.h", | 61 "+third_party/WebKit/public/web/WebTreeScopeType.h", |
63 "+third_party/WebKit/public/web/WebWindowFeatures.h", | 62 "+third_party/WebKit/public/web/WebWindowFeatures.h", |
64 "+third_party/WebKit/public/web/mac/WebScrollbarTheme.h", | 63 "+third_party/WebKit/public/web/mac/WebScrollbarTheme.h", |
65 "+third_party/WebKit/public/web/win/WebFontRendering.h" | 64 "+third_party/WebKit/public/web/win/WebFontRendering.h" |
66 ] | 65 ] |
OLD | NEW |