OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 "+cc", | 2 "+cc", |
3 "+media/audio", | 3 "+media/audio", |
4 "+media/base", | 4 "+media/base", |
5 "-webkit/browser", | 5 "-webkit/browser", |
6 "-webkit/child", | 6 "-webkit/child", |
7 "-webkit/renderer", | 7 "-webkit/renderer", |
8 | 8 |
9 # TODO(ananta|jamesr|scottmg) http://crbug.com/237249 | 9 # TODO(ananta|jamesr|scottmg) http://crbug.com/237249 |
10 "!webkit/child/websocketstreamhandle_impl.h", | 10 "!webkit/child/websocketstreamhandle_impl.h", |
(...skipping 23 matching lines...) Expand all Loading... |
34 "+third_party/WebKit/public/web/WebAXEnums.h", | 34 "+third_party/WebKit/public/web/WebAXEnums.h", |
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/WebPluginAction.h", | 42 "+third_party/WebKit/public/web/WebPluginAction.h", |
43 "+third_party/WebKit/public/web/WebPopupType.h", | 43 "+third_party/WebKit/public/web/WebPopupType.h", |
44 "+third_party/WebKit/public/web/WebScreenInfo.h", | |
45 "+third_party/WebKit/public/web/WebTextDirection.h", | 44 "+third_party/WebKit/public/web/WebTextDirection.h", |
46 "+third_party/WebKit/public/web/WebWindowFeatures.h", | 45 "+third_party/WebKit/public/web/WebWindowFeatures.h", |
47 ] | 46 ] |
48 | 47 |
49 specific_include_rules = { | 48 specific_include_rules = { |
50 # Java bridge code passes NPAPI types to the browser process. Crazy! | 49 # Java bridge code passes NPAPI types to the browser process. Crazy! |
51 "java_bridge_messages\.h": [ | 50 "java_bridge_messages\.h": [ |
52 "+content/child" | 51 "+content/child" |
53 ] | 52 ] |
54 } | 53 } |
OLD | NEW |