| OLD | NEW |
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+cc", | |
| 3 "+media/audio", | 2 "+media/audio", |
| 4 "+media/base", | 3 "+media/base", |
| 5 "-webkit/browser", | 4 "-webkit/browser", |
| 6 "-webkit/child", | 5 "-webkit/child", |
| 7 "-webkit/renderer", | 6 "-webkit/renderer", |
| 8 | 7 |
| 9 # TODO(ananta|jamesr|scottmg) http://crbug.com/237249 | 8 # TODO(ananta|jamesr|scottmg) http://crbug.com/237249 |
| 10 "!webkit/child/websocketstreamhandle_impl.h", | 9 "!webkit/child/websocketstreamhandle_impl.h", |
| 11 | 10 |
| 12 # No inclusion of WebKit from the browser, other than strictly enum/POD, | 11 # No inclusion of WebKit from the browser, other than strictly enum/POD, |
| (...skipping 30 matching lines...) Expand all Loading... |
| 43 "+third_party/WebKit/public/web/WebTextDirection.h", | 42 "+third_party/WebKit/public/web/WebTextDirection.h", |
| 44 "+third_party/WebKit/public/web/WebWindowFeatures.h", | 43 "+third_party/WebKit/public/web/WebWindowFeatures.h", |
| 45 ] | 44 ] |
| 46 | 45 |
| 47 specific_include_rules = { | 46 specific_include_rules = { |
| 48 # Java bridge code passes NPAPI types to the browser process. Crazy! | 47 # Java bridge code passes NPAPI types to the browser process. Crazy! |
| 49 "java_bridge_messages\.h": [ | 48 "java_bridge_messages\.h": [ |
| 50 "+content/child" | 49 "+content/child" |
| 51 ] | 50 ] |
| 52 } | 51 } |
| OLD | NEW |