| 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/WebBatteryStatus.h", | 9 "+third_party/WebKit/public/platform/WebBatteryStatus.h", |
| 10 "+third_party/WebKit/public/platform/WebCircularGeofencingRegion.h", | 10 "+third_party/WebKit/public/platform/WebCircularGeofencingRegion.h", |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 44 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerRes
ponseError.h", | 44 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerRes
ponseError.h", |
| 45 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerRes
ponseType.h", | 45 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerRes
ponseType.h", |
| 46 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerSta
te.h", | 46 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerSta
te.h", |
| 47 "+third_party/WebKit/public/web/WebAXEnums.h", | 47 "+third_party/WebKit/public/web/WebAXEnums.h", |
| 48 "+third_party/WebKit/public/web/WebCompositionUnderline.h", | 48 "+third_party/WebKit/public/web/WebCompositionUnderline.h", |
| 49 "+third_party/WebKit/public/web/WebContentSecurityPolicy.h", | 49 "+third_party/WebKit/public/web/WebContentSecurityPolicy.h", |
| 50 "+third_party/WebKit/public/web/WebDeviceEmulationParams.h", | 50 "+third_party/WebKit/public/web/WebDeviceEmulationParams.h", |
| 51 "+third_party/WebKit/public/web/WebDragOperation.h", | 51 "+third_party/WebKit/public/web/WebDragOperation.h", |
| 52 "+third_party/WebKit/public/web/WebDragStatus.h", | 52 "+third_party/WebKit/public/web/WebDragStatus.h", |
| 53 "+third_party/WebKit/public/web/WebFindOptions.h", | 53 "+third_party/WebKit/public/web/WebFindOptions.h", |
| 54 "+third_party/WebKit/public/web/WebFrameOwnerProperties.h", |
| 54 "+third_party/WebKit/public/web/WebInputEvent.h", | 55 "+third_party/WebKit/public/web/WebInputEvent.h", |
| 55 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", | 56 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", |
| 56 "+third_party/WebKit/public/web/WebPluginAction.h", | 57 "+third_party/WebKit/public/web/WebPluginAction.h", |
| 57 "+third_party/WebKit/public/web/WebPopupType.h", | 58 "+third_party/WebKit/public/web/WebPopupType.h", |
| 58 "+third_party/WebKit/public/web/WebSandboxFlags.h", | 59 "+third_party/WebKit/public/web/WebSandboxFlags.h", |
| 59 "+third_party/WebKit/public/web/WebTextDirection.h", | 60 "+third_party/WebKit/public/web/WebTextDirection.h", |
| 60 "+third_party/WebKit/public/web/WebTreeScopeType.h", | 61 "+third_party/WebKit/public/web/WebTreeScopeType.h", |
| 61 "+third_party/WebKit/public/web/WebWindowFeatures.h", | 62 "+third_party/WebKit/public/web/WebWindowFeatures.h", |
| 62 "+third_party/WebKit/public/web/mac/WebScrollbarTheme.h", | 63 "+third_party/WebKit/public/web/mac/WebScrollbarTheme.h", |
| 63 "+third_party/WebKit/public/web/win/WebFontRendering.h" | 64 "+third_party/WebKit/public/web/win/WebFontRendering.h" |
| 64 ] | 65 ] |
| 65 | 66 |
| 66 specific_include_rules = { | 67 specific_include_rules = { |
| 67 # Java bridge code passes NPAPI types to the browser process. Crazy! | 68 # Java bridge code passes NPAPI types to the browser process. Crazy! |
| 68 "java_bridge_messages\.h": [ | 69 "java_bridge_messages\.h": [ |
| 69 "+content/child" | 70 "+content/child" |
| 70 ] | 71 ] |
| 71 } | 72 } |
| OLD | NEW |