| OLD | NEW |
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+media/audio", | 2 "+media/audio", |
| 3 "+media/base", | 3 "+media/base", |
| 4 "-webkit/browser", | 4 "-webkit/browser", |
| 5 "-webkit/child", | 5 "-webkit/child", |
| 6 "-webkit/renderer", | 6 "-webkit/renderer", |
| 7 | 7 |
| 8 # No inclusion of WebKit from the browser, other than strictly enum/POD, | 8 # No inclusion of WebKit from the browser, other than strictly enum/POD, |
| 9 # header-only types, and some selected common code. | 9 # header-only types, and some selected common code. |
| 10 "-third_party/WebKit", | 10 "-third_party/WebKit", |
| (...skipping 15 matching lines...) Expand all Loading... |
| 26 "+third_party/WebKit/public/platform/WebReferrerPolicy.h", | 26 "+third_party/WebKit/public/platform/WebReferrerPolicy.h", |
| 27 "+third_party/WebKit/public/platform/WebScreenOrientationLockType.h", | 27 "+third_party/WebKit/public/platform/WebScreenOrientationLockType.h", |
| 28 "+third_party/WebKit/public/platform/WebScreenOrientationType.h", | 28 "+third_party/WebKit/public/platform/WebScreenOrientationType.h", |
| 29 "+third_party/WebKit/public/platform/WebScreenInfo.h", | 29 "+third_party/WebKit/public/platform/WebScreenInfo.h", |
| 30 "+third_party/WebKit/public/platform/WebServiceWorkerError.h", | 30 "+third_party/WebKit/public/platform/WebServiceWorkerError.h", |
| 31 "+third_party/WebKit/public/platform/WebServiceWorkerEventResult.h", | 31 "+third_party/WebKit/public/platform/WebServiceWorkerEventResult.h", |
| 32 "+third_party/WebKit/public/platform/WebServiceWorkerCacheError.h", | 32 "+third_party/WebKit/public/platform/WebServiceWorkerCacheError.h", |
| 33 "+third_party/WebKit/public/platform/WebServiceWorkerState.h", | 33 "+third_party/WebKit/public/platform/WebServiceWorkerState.h", |
| 34 "+third_party/WebKit/public/platform/WebStorageArea.h", | 34 "+third_party/WebKit/public/platform/WebStorageArea.h", |
| 35 "+third_party/WebKit/public/platform/WebString.h", | 35 "+third_party/WebKit/public/platform/WebString.h", |
| 36 "+third_party/WebKit/public/platform/WebWakeLockRequestInfo.h", |
| 36 "+third_party/WebKit/public/platform/linux/WebFontRenderStyle.h", | 37 "+third_party/WebKit/public/platform/linux/WebFontRenderStyle.h", |
| 37 "+third_party/WebKit/public/platform/linux/WebFallbackFont.h", | 38 "+third_party/WebKit/public/platform/linux/WebFallbackFont.h", |
| 38 "+third_party/WebKit/public/web/mac/WebScrollbarTheme.h", | 39 "+third_party/WebKit/public/web/mac/WebScrollbarTheme.h", |
| 39 "+third_party/WebKit/public/web/WebAXEnums.h", | 40 "+third_party/WebKit/public/web/WebAXEnums.h", |
| 40 "+third_party/WebKit/public/web/WebCompositionUnderline.h", | 41 "+third_party/WebKit/public/web/WebCompositionUnderline.h", |
| 41 "+third_party/WebKit/public/web/WebContentSecurityPolicy.h", | 42 "+third_party/WebKit/public/web/WebContentSecurityPolicy.h", |
| 42 "+third_party/WebKit/public/web/WebDragOperation.h", | 43 "+third_party/WebKit/public/web/WebDragOperation.h", |
| 43 "+third_party/WebKit/public/web/WebDragStatus.h", | 44 "+third_party/WebKit/public/web/WebDragStatus.h", |
| 44 "+third_party/WebKit/public/web/WebFindOptions.h", | 45 "+third_party/WebKit/public/web/WebFindOptions.h", |
| 45 "+third_party/WebKit/public/web/WebInputEvent.h", | 46 "+third_party/WebKit/public/web/WebInputEvent.h", |
| 46 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", | 47 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", |
| 47 "+third_party/WebKit/public/web/WebPageVisibilityState.h", | 48 "+third_party/WebKit/public/web/WebPageVisibilityState.h", |
| 48 "+third_party/WebKit/public/web/WebPluginAction.h", | 49 "+third_party/WebKit/public/web/WebPluginAction.h", |
| 49 "+third_party/WebKit/public/web/WebPopupType.h", | 50 "+third_party/WebKit/public/web/WebPopupType.h", |
| 50 "+third_party/WebKit/public/web/WebTextDirection.h", | 51 "+third_party/WebKit/public/web/WebTextDirection.h", |
| 51 "+third_party/WebKit/public/web/WebWindowFeatures.h", | 52 "+third_party/WebKit/public/web/WebWindowFeatures.h", |
| 52 ] | 53 ] |
| 53 | 54 |
| 54 specific_include_rules = { | 55 specific_include_rules = { |
| 55 # Java bridge code passes NPAPI types to the browser process. Crazy! | 56 # Java bridge code passes NPAPI types to the browser process. Crazy! |
| 56 "java_bridge_messages\.h": [ | 57 "java_bridge_messages\.h": [ |
| 57 "+content/child" | 58 "+content/child" |
| 58 ] | 59 ] |
| 59 } | 60 } |
| OLD | NEW |