| 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 # TODO(ananta|jamesr|scottmg) http://crbug.com/237249 | 8 # TODO(ananta|jamesr|scottmg) http://crbug.com/237249 |
| 9 "!webkit/child/websocketstreamhandle_impl.h", | 9 "!webkit/child/websocketstreamhandle_impl.h", |
| 10 | 10 |
| (...skipping 24 matching lines...) Expand all Loading... |
| 35 "+third_party/WebKit/public/web/WebCompositionUnderline.h", | 35 "+third_party/WebKit/public/web/WebCompositionUnderline.h", |
| 36 "+third_party/WebKit/public/web/WebContentSecurityPolicy.h", | 36 "+third_party/WebKit/public/web/WebContentSecurityPolicy.h", |
| 37 "+third_party/WebKit/public/web/WebDragOperation.h", | 37 "+third_party/WebKit/public/web/WebDragOperation.h", |
| 38 "+third_party/WebKit/public/web/WebDragStatus.h", | 38 "+third_party/WebKit/public/web/WebDragStatus.h", |
| 39 "+third_party/WebKit/public/web/WebFindOptions.h", | 39 "+third_party/WebKit/public/web/WebFindOptions.h", |
| 40 "+third_party/WebKit/public/web/WebInputEvent.h", | 40 "+third_party/WebKit/public/web/WebInputEvent.h", |
| 41 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", | 41 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", |
| 42 "+third_party/WebKit/public/web/WebPageVisibilityState.h", | 42 "+third_party/WebKit/public/web/WebPageVisibilityState.h", |
| 43 "+third_party/WebKit/public/web/WebPluginAction.h", | 43 "+third_party/WebKit/public/web/WebPluginAction.h", |
| 44 "+third_party/WebKit/public/web/WebPopupType.h", | 44 "+third_party/WebKit/public/web/WebPopupType.h", |
| 45 "+third_party/WebKit/public/web/WebServiceWorkerResponse.h", |
| 45 "+third_party/WebKit/public/web/WebTextDirection.h", | 46 "+third_party/WebKit/public/web/WebTextDirection.h", |
| 46 "+third_party/WebKit/public/web/WebWindowFeatures.h", | 47 "+third_party/WebKit/public/web/WebWindowFeatures.h", |
| 47 ] | 48 ] |
| 48 | 49 |
| 49 specific_include_rules = { | 50 specific_include_rules = { |
| 50 # Java bridge code passes NPAPI types to the browser process. Crazy! | 51 # Java bridge code passes NPAPI types to the browser process. Crazy! |
| 51 "java_bridge_messages\.h": [ | 52 "java_bridge_messages\.h": [ |
| 52 "+content/child" | 53 "+content/child" |
| 53 ] | 54 ] |
| 54 } | 55 } |
| OLD | NEW |