| OLD | NEW |
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+media/audio", | 2 "+media/audio", |
| 3 "+media/base", | 3 "+media/base", |
| 4 "-storage/browser", | 4 "-storage/browser", |
| 5 | 5 |
| 6 # No inclusion of WebKit from the browser, other than strictly enum/POD, | 6 # No inclusion of WebKit from the browser, other than strictly enum/POD, |
| 7 # header-only types, and some selected common code. | 7 # header-only types, and some selected common code. |
| 8 "-third_party/WebKit", | 8 "-third_party/WebKit", |
| 9 "+third_party/WebKit/public/platform/WebBatteryStatus.h", | 9 "+third_party/WebKit/public/platform/WebBatteryStatus.h", |
| 10 "+third_party/WebKit/public/platform/WebCircularGeofencingRegion.h", | 10 "+third_party/WebKit/public/platform/WebCircularGeofencingRegion.h", |
| (...skipping 11 matching lines...) Expand all Loading... |
| 22 "+third_party/WebKit/public/platform/WebHistoryScrollRestorationType.h", | 22 "+third_party/WebKit/public/platform/WebHistoryScrollRestorationType.h", |
| 23 "+third_party/WebKit/public/platform/WebHTTPBody.h", | 23 "+third_party/WebKit/public/platform/WebHTTPBody.h", |
| 24 "+third_party/WebKit/public/platform/modules/screen_orientation/WebLockOrienta
tionError.h", | 24 "+third_party/WebKit/public/platform/modules/screen_orientation/WebLockOrienta
tionError.h", |
| 25 "+third_party/WebKit/public/platform/WebPageVisibilityState.h", | 25 "+third_party/WebKit/public/platform/WebPageVisibilityState.h", |
| 26 "+third_party/WebKit/public/platform/WebReferrerPolicy.h", | 26 "+third_party/WebKit/public/platform/WebReferrerPolicy.h", |
| 27 "+third_party/WebKit/public/platform/WebScreenInfo.h", | 27 "+third_party/WebKit/public/platform/WebScreenInfo.h", |
| 28 "+third_party/WebKit/public/platform/WebStorageArea.h", | 28 "+third_party/WebKit/public/platform/WebStorageArea.h", |
| 29 "+third_party/WebKit/public/platform/WebString.h", | 29 "+third_party/WebKit/public/platform/WebString.h", |
| 30 "+third_party/WebKit/public/platform/linux/WebFallbackFont.h", | 30 "+third_party/WebKit/public/platform/linux/WebFallbackFont.h", |
| 31 "+third_party/WebKit/public/platform/linux/WebFontRenderStyle.h", | 31 "+third_party/WebKit/public/platform/linux/WebFontRenderStyle.h", |
| 32 "+third_party/WebKit/public/platform/mac/MacScrollTypes.h", |
| 32 "+third_party/WebKit/public/platform/modules/bluetooth/WebBluetoothError.h", | 33 "+third_party/WebKit/public/platform/modules/bluetooth/WebBluetoothError.h", |
| 33 "+third_party/WebKit/public/platform/modules/indexeddb/WebIDBTypes.h", | 34 "+third_party/WebKit/public/platform/modules/indexeddb/WebIDBTypes.h", |
| 34 "+third_party/WebKit/public/platform/modules/notifications/WebNotificationPerm
ission.h", | 35 "+third_party/WebKit/public/platform/modules/notifications/WebNotificationPerm
ission.h", |
| 35 "+third_party/WebKit/public/platform/modules/push_messaging/WebPushError.h", | 36 "+third_party/WebKit/public/platform/modules/push_messaging/WebPushError.h", |
| 36 "+third_party/WebKit/public/platform/modules/push_messaging/WebPushPermissionS
tatus.h", | 37 "+third_party/WebKit/public/platform/modules/push_messaging/WebPushPermissionS
tatus.h", |
| 37 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien
tationLockType.h", | 38 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien
tationLockType.h", |
| 38 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien
tationType.h", | 39 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien
tationType.h", |
| 39 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerCac
heError.h", | 40 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerCac
heError.h", |
| 40 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerCli
entType.h", | 41 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerCli
entType.h", |
| 41 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerErr
or.h", | 42 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerErr
or.h", |
| (...skipping 18 matching lines...) Expand all Loading... |
| 60 "+third_party/WebKit/public/web/WebWindowFeatures.h", | 61 "+third_party/WebKit/public/web/WebWindowFeatures.h", |
| 61 "+third_party/WebKit/public/web/mac/WebScrollbarTheme.h", | 62 "+third_party/WebKit/public/web/mac/WebScrollbarTheme.h", |
| 62 ] | 63 ] |
| 63 | 64 |
| 64 specific_include_rules = { | 65 specific_include_rules = { |
| 65 # Java bridge code passes NPAPI types to the browser process. Crazy! | 66 # Java bridge code passes NPAPI types to the browser process. Crazy! |
| 66 "java_bridge_messages\.h": [ | 67 "java_bridge_messages\.h": [ |
| 67 "+content/child" | 68 "+content/child" |
| 68 ] | 69 ] |
| 69 } | 70 } |
| OLD | NEW |