| 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 "-webkit/renderer", | 5 "-webkit/renderer", |
| 6 | 6 |
| 7 # No inclusion of WebKit from the browser, other than strictly enum/POD, | 7 # No inclusion of WebKit from the browser, other than strictly enum/POD, |
| 8 # header-only types, and some selected common code. | 8 # header-only types, and some selected common code. |
| 9 "-third_party/WebKit", | 9 "-third_party/WebKit", |
| 10 "+third_party/WebKit/public/platform/WebBatteryStatus.h", | 10 "+third_party/WebKit/public/platform/WebBatteryStatus.h", |
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 45 "+third_party/WebKit/public/web/WebCompositionUnderline.h", | 45 "+third_party/WebKit/public/web/WebCompositionUnderline.h", |
| 46 "+third_party/WebKit/public/web/WebContentSecurityPolicy.h", | 46 "+third_party/WebKit/public/web/WebContentSecurityPolicy.h", |
| 47 "+third_party/WebKit/public/web/WebDeviceEmulationParams.h", | 47 "+third_party/WebKit/public/web/WebDeviceEmulationParams.h", |
| 48 "+third_party/WebKit/public/web/WebDragOperation.h", | 48 "+third_party/WebKit/public/web/WebDragOperation.h", |
| 49 "+third_party/WebKit/public/web/WebDragStatus.h", | 49 "+third_party/WebKit/public/web/WebDragStatus.h", |
| 50 "+third_party/WebKit/public/web/WebFindOptions.h", | 50 "+third_party/WebKit/public/web/WebFindOptions.h", |
| 51 "+third_party/WebKit/public/web/WebInputEvent.h", | 51 "+third_party/WebKit/public/web/WebInputEvent.h", |
| 52 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", | 52 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", |
| 53 "+third_party/WebKit/public/web/WebPluginAction.h", | 53 "+third_party/WebKit/public/web/WebPluginAction.h", |
| 54 "+third_party/WebKit/public/web/WebPopupType.h", | 54 "+third_party/WebKit/public/web/WebPopupType.h", |
| 55 "+third_party/WebKit/public/web/WebSecurityPolicy.h", |
| 55 "+third_party/WebKit/public/web/WebTextDirection.h", | 56 "+third_party/WebKit/public/web/WebTextDirection.h", |
| 56 "+third_party/WebKit/public/web/WebWindowFeatures.h", | 57 "+third_party/WebKit/public/web/WebWindowFeatures.h", |
| 57 ] | 58 ] |
| 58 | 59 |
| 59 specific_include_rules = { | 60 specific_include_rules = { |
| 60 # Java bridge code passes NPAPI types to the browser process. Crazy! | 61 # Java bridge code passes NPAPI types to the browser process. Crazy! |
| 61 "java_bridge_messages\.h": [ | 62 "java_bridge_messages\.h": [ |
| 62 "+content/child" | 63 "+content/child" |
| 63 ] | 64 ] |
| 64 } | 65 } |
| OLD | NEW |