| OLD | NEW |
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+media/audio", | 2 "+media/audio", |
| 3 "+media/base", | 3 "+media/base", |
| 4 "-webkit/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", |
| 11 "+third_party/WebKit/public/platform/WebCString.h", | 11 "+third_party/WebKit/public/platform/WebCString.h", |
| 12 "+third_party/WebKit/public/platform/WebDeviceMotionData.h", | 12 "+third_party/WebKit/public/platform/WebDeviceMotionData.h", |
| 13 "+third_party/WebKit/public/platform/WebDeviceOrientationData.h", | 13 "+third_party/WebKit/public/platform/WebDeviceOrientationData.h", |
| 14 "+third_party/WebKit/public/platform/WebFloatPoint.h", | 14 "+third_party/WebKit/public/platform/WebFloatPoint.h", |
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 49 "+third_party/WebKit/public/web/WebTextDirection.h", | 49 "+third_party/WebKit/public/web/WebTextDirection.h", |
| 50 "+third_party/WebKit/public/web/WebWindowFeatures.h", | 50 "+third_party/WebKit/public/web/WebWindowFeatures.h", |
| 51 ] | 51 ] |
| 52 | 52 |
| 53 specific_include_rules = { | 53 specific_include_rules = { |
| 54 # Java bridge code passes NPAPI types to the browser process. Crazy! | 54 # Java bridge code passes NPAPI types to the browser process. Crazy! |
| 55 "java_bridge_messages\.h": [ | 55 "java_bridge_messages\.h": [ |
| 56 "+content/child" | 56 "+content/child" |
| 57 ] | 57 ] |
| 58 } | 58 } |
| OLD | NEW |