| OLD | NEW |
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+components/shared_memory_seqlock", |
| 2 "+media/audio", | 3 "+media/audio", |
| 3 "+media/base", | 4 "+media/base", |
| 4 "-storage/browser", | 5 "-storage/browser", |
| 5 | 6 |
| 6 # 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, |
| 7 # header-only types, and some selected common code. | 8 # header-only types, and some selected common code. |
| 8 "-third_party/WebKit", | 9 "-third_party/WebKit", |
| 9 "+third_party/WebKit/public/platform/WebBatteryStatus.h", | 10 "+third_party/WebKit/public/platform/WebBatteryStatus.h", |
| 10 "+third_party/WebKit/public/platform/WebCircularGeofencingRegion.h", | 11 "+third_party/WebKit/public/platform/WebCircularGeofencingRegion.h", |
| 11 "+third_party/WebKit/public/platform/WebCString.h", | 12 "+third_party/WebKit/public/platform/WebCString.h", |
| 12 "+third_party/WebKit/public/platform/modules/device_orientation/WebDeviceMotio
nData.h", | |
| 13 "+third_party/WebKit/public/platform/modules/device_orientation/WebDeviceOrien
tationData.h", | |
| 14 "+third_party/WebKit/public/platform/WebDisplayMode.h", | 13 "+third_party/WebKit/public/platform/WebDisplayMode.h", |
| 15 "+third_party/WebKit/public/platform/WebFloatPoint.h", | 14 "+third_party/WebKit/public/platform/WebFloatPoint.h", |
| 16 "+third_party/WebKit/public/platform/WebFloatRect.h", | 15 "+third_party/WebKit/public/platform/WebFloatRect.h", |
| 17 "+third_party/WebKit/public/platform/WebFocusType.h", | 16 "+third_party/WebKit/public/platform/WebFocusType.h", |
| 18 "+third_party/WebKit/public/platform/WebGamepad.h", | 17 "+third_party/WebKit/public/platform/WebGamepad.h", |
| 19 "+third_party/WebKit/public/platform/WebGamepads.h", | 18 "+third_party/WebKit/public/platform/WebGamepads.h", |
| 20 "+third_party/WebKit/public/platform/WebGeofencingEventType.h", | 19 "+third_party/WebKit/public/platform/WebGeofencingEventType.h", |
| 21 "+third_party/WebKit/public/platform/WebGraphicsContext3D.h", | 20 "+third_party/WebKit/public/platform/WebGraphicsContext3D.h", |
| 22 "+third_party/WebKit/public/platform/WebHTTPBody.h", | 21 "+third_party/WebKit/public/platform/WebHTTPBody.h", |
| 23 "+third_party/WebKit/public/platform/WebIDBTypes.h", | 22 "+third_party/WebKit/public/platform/WebIDBTypes.h", |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 55 "+third_party/WebKit/public/web/WebTextDirection.h", | 54 "+third_party/WebKit/public/web/WebTextDirection.h", |
| 56 "+third_party/WebKit/public/web/WebWindowFeatures.h", | 55 "+third_party/WebKit/public/web/WebWindowFeatures.h", |
| 57 ] | 56 ] |
| 58 | 57 |
| 59 specific_include_rules = { | 58 specific_include_rules = { |
| 60 # Java bridge code passes NPAPI types to the browser process. Crazy! | 59 # Java bridge code passes NPAPI types to the browser process. Crazy! |
| 61 "java_bridge_messages\.h": [ | 60 "java_bridge_messages\.h": [ |
| 62 "+content/child" | 61 "+content/child" |
| 63 ] | 62 ] |
| 64 } | 63 } |
| OLD | NEW |