Chromium Code Reviews| 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/service_manager/public/cpp", | 7 "+services/service_manager/public/cpp", |
| 8 "+services/video_capture/public/interfaces", | 8 "+services/video_capture/public/interfaces", |
| 9 | 9 |
| 10 # No inclusion of WebKit from the browser, other than strictly enum/POD, | 10 # No inclusion of WebKit from the browser, other than strictly enum/POD, |
| 11 # header-only types, and some selected common code. | 11 # header-only types, and some selected common code. |
| 12 "-third_party/WebKit", | 12 "-third_party/WebKit", |
| 13 "+third_party/WebKit/public/platform/WebAddressSpace.h", | 13 "+third_party/WebKit/public/platform/WebAddressSpace.h", |
| 14 "+third_party/WebKit/public/platform/WebCString.h", | |
| 15 "+third_party/WebKit/public/platform/WebDisplayMode.h", | 14 "+third_party/WebKit/public/platform/WebDisplayMode.h", |
| 16 "+third_party/WebKit/public/platform/WebDragOperation.h", | 15 "+third_party/WebKit/public/platform/WebDragOperation.h", |
| 17 "+third_party/WebKit/public/platform/WebFeaturePolicy.h", | 16 "+third_party/WebKit/public/platform/WebFeaturePolicy.h", |
| 18 "+third_party/WebKit/public/platform/WebFloatPoint.h", | 17 "+third_party/WebKit/public/platform/WebFloatPoint.h", |
| 19 "+third_party/WebKit/public/platform/WebFloatRect.h", | 18 "+third_party/WebKit/public/platform/WebFloatRect.h", |
| 20 "+third_party/WebKit/public/platform/WebFocusType.h", | 19 "+third_party/WebKit/public/platform/WebFocusType.h", |
| 21 "+third_party/WebKit/public/platform/WebGamepad.h", | 20 "+third_party/WebKit/public/platform/WebGamepad.h", |
| 22 "+third_party/WebKit/public/platform/WebGamepads.h", | 21 "+third_party/WebKit/public/platform/WebGamepads.h", |
| 23 "+third_party/WebKit/public/platform/WebGestureEvent.h", | 22 "+third_party/WebKit/public/platform/WebGestureEvent.h", |
| 24 "+third_party/WebKit/public/platform/WebHTTPBody.h", | 23 "+third_party/WebKit/public/platform/WebHTTPBody.h", |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 58 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerRes ponseError.h", | 57 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerRes ponseError.h", |
| 59 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerRes ponseType.h", | 58 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerRes ponseType.h", |
| 60 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerSta te.h", | 59 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerSta te.h", |
| 61 "+third_party/WebKit/public/platform/modules/serviceworker/service_worker_even t_status.mojom.h", | 60 "+third_party/WebKit/public/platform/modules/serviceworker/service_worker_even t_status.mojom.h", |
| 62 "+third_party/WebKit/public/web/WebAXEnums.h", | 61 "+third_party/WebKit/public/web/WebAXEnums.h", |
| 63 "+third_party/WebKit/public/web/WebCompositionUnderline.h", | 62 "+third_party/WebKit/public/web/WebCompositionUnderline.h", |
| 64 "+third_party/WebKit/public/web/WebContentSecurityPolicy.h", | 63 "+third_party/WebKit/public/web/WebContentSecurityPolicy.h", |
| 65 "+third_party/WebKit/public/web/WebDeviceEmulationParams.h", | 64 "+third_party/WebKit/public/web/WebDeviceEmulationParams.h", |
| 66 "+third_party/WebKit/public/web/WebDragStatus.h", | 65 "+third_party/WebKit/public/web/WebDragStatus.h", |
| 67 "+third_party/WebKit/public/web/WebFindOptions.h", | 66 "+third_party/WebKit/public/web/WebFindOptions.h", |
| 68 "+third_party/WebKit/public/web/WebFrameOwnerProperties.h", | |
|
scottmg
2017/02/15 19:20:06
The struct in this header can't be used, but there
| |
| 69 "+third_party/WebKit/public/web/WebFrameSerializerCacheControlPolicy.h", | 67 "+third_party/WebKit/public/web/WebFrameSerializerCacheControlPolicy.h", |
| 70 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", | 68 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", |
| 71 "+third_party/WebKit/public/web/WebPluginAction.h", | 69 "+third_party/WebKit/public/web/WebPluginAction.h", |
| 72 "+third_party/WebKit/public/web/WebPopupType.h", | 70 "+third_party/WebKit/public/web/WebPopupType.h", |
| 73 "+third_party/WebKit/public/web/WebSandboxFlags.h", | 71 "+third_party/WebKit/public/web/WebSandboxFlags.h", |
| 74 "+third_party/WebKit/public/web/WebSharedWorkerCreationContextType.h", | 72 "+third_party/WebKit/public/web/WebSharedWorkerCreationContextType.h", |
| 75 "+third_party/WebKit/public/web/WebSharedWorkerCreationErrors.h", | 73 "+third_party/WebKit/public/web/WebSharedWorkerCreationErrors.h", |
| 76 "+third_party/WebKit/public/web/WebTextDirection.h", | 74 "+third_party/WebKit/public/web/WebTextDirection.h", |
| 77 "+third_party/WebKit/public/web/WebTreeScopeType.h", | 75 "+third_party/WebKit/public/web/WebTreeScopeType.h", |
| 78 "+third_party/WebKit/public/web/WebWindowFeatures.h", | |
| 79 "+third_party/WebKit/public/web/mac/WebScrollbarTheme.h", | 76 "+third_party/WebKit/public/web/mac/WebScrollbarTheme.h", |
| 80 "+third_party/WebKit/public/web/win/WebFontRendering.h" | 77 "+third_party/WebKit/public/web/win/WebFontRendering.h" |
| 81 ] | 78 ] |
| OLD | NEW |