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 19 matching lines...) Expand all Loading... |
30 "+third_party/WebKit/public/platform/linux/WebFontFamily.h", | 30 "+third_party/WebKit/public/platform/linux/WebFontFamily.h", |
31 "+third_party/WebKit/public/platform/linux/WebFontRenderStyle.h", | 31 "+third_party/WebKit/public/platform/linux/WebFontRenderStyle.h", |
32 "+third_party/WebKit/public/web/WebAXEnums.h", | 32 "+third_party/WebKit/public/web/WebAXEnums.h", |
33 "+third_party/WebKit/public/web/WebCompositionUnderline.h", | 33 "+third_party/WebKit/public/web/WebCompositionUnderline.h", |
34 "+third_party/WebKit/public/web/WebContentSecurityPolicy.h", | 34 "+third_party/WebKit/public/web/WebContentSecurityPolicy.h", |
35 "+third_party/WebKit/public/web/WebDragOperation.h", | 35 "+third_party/WebKit/public/web/WebDragOperation.h", |
36 "+third_party/WebKit/public/web/WebDragStatus.h", | 36 "+third_party/WebKit/public/web/WebDragStatus.h", |
37 "+third_party/WebKit/public/web/WebFindOptions.h", | 37 "+third_party/WebKit/public/web/WebFindOptions.h", |
38 "+third_party/WebKit/public/web/WebInputEvent.h", | 38 "+third_party/WebKit/public/web/WebInputEvent.h", |
39 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", | 39 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", |
| 40 "+third_party/WebKit/public/web/WebPageVisibilityState.h", |
40 "+third_party/WebKit/public/web/WebPluginAction.h", | 41 "+third_party/WebKit/public/web/WebPluginAction.h", |
41 "+third_party/WebKit/public/web/WebPopupType.h", | 42 "+third_party/WebKit/public/web/WebPopupType.h", |
42 "+third_party/WebKit/public/web/WebTextDirection.h", | 43 "+third_party/WebKit/public/web/WebTextDirection.h", |
43 "+third_party/WebKit/public/web/WebWindowFeatures.h", | 44 "+third_party/WebKit/public/web/WebWindowFeatures.h", |
44 ] | 45 ] |
45 | 46 |
46 specific_include_rules = { | 47 specific_include_rules = { |
47 # Java bridge code passes NPAPI types to the browser process. Crazy! | 48 # Java bridge code passes NPAPI types to the browser process. Crazy! |
48 "java_bridge_messages\.h": [ | 49 "java_bridge_messages\.h": [ |
49 "+content/child" | 50 "+content/child" |
50 ] | 51 ] |
51 } | 52 } |
OLD | NEW |