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 "-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/WebCircularGeofencingRegion.h", | 11 "+third_party/WebKit/public/platform/WebCircularGeofencingRegion.h", |
12 "+third_party/WebKit/public/platform/WebCString.h", | 12 "+third_party/WebKit/public/platform/WebCString.h", |
13 "+third_party/WebKit/public/platform/modules/device_orientation/WebDeviceMotio
nData.h", | 13 "+third_party/WebKit/public/platform/modules/device_orientation/WebDeviceMotio
nData.h", |
14 "+third_party/WebKit/public/platform/modules/device_orientation/WebDeviceOrien
tationData.h", | 14 "+third_party/WebKit/public/platform/modules/device_orientation/WebDeviceOrien
tationData.h", |
15 "+third_party/WebKit/public/platform/WebDisplayMode.h", | 15 "+third_party/WebKit/public/platform/WebDisplayMode.h", |
16 "+third_party/WebKit/public/platform/WebFloatPoint.h", | 16 "+third_party/WebKit/public/platform/WebFloatPoint.h", |
17 "+third_party/WebKit/public/platform/WebFloatRect.h", | 17 "+third_party/WebKit/public/platform/WebFloatRect.h", |
18 "+third_party/WebKit/public/platform/WebFocusType.h", | 18 "+third_party/WebKit/public/platform/WebFocusType.h", |
19 "+third_party/WebKit/public/platform/WebGamepad.h", | 19 "+third_party/WebKit/public/platform/WebGamepad.h", |
20 "+third_party/WebKit/public/platform/WebGamepads.h", | 20 "+third_party/WebKit/public/platform/WebGamepads.h", |
21 "+third_party/WebKit/public/platform/WebGeofencingEventType.h", | 21 "+third_party/WebKit/public/platform/WebGeofencingEventType.h", |
22 "+third_party/WebKit/public/platform/WebGraphicsContext3D.h", | 22 "+third_party/WebKit/public/platform/WebGraphicsContext3D.h", |
| 23 "+third_party/WebKit/public/platform/WebHistoryScrollRestorationType.h", |
23 "+third_party/WebKit/public/platform/WebHTTPBody.h", | 24 "+third_party/WebKit/public/platform/WebHTTPBody.h", |
24 "+third_party/WebKit/public/platform/WebIDBTypes.h", | 25 "+third_party/WebKit/public/platform/WebIDBTypes.h", |
25 "+third_party/WebKit/public/platform/WebLockOrientationError.h", | 26 "+third_party/WebKit/public/platform/WebLockOrientationError.h", |
26 "+third_party/WebKit/public/platform/WebPageVisibilityState.h", | 27 "+third_party/WebKit/public/platform/WebPageVisibilityState.h", |
27 "+third_party/WebKit/public/platform/WebReferrerPolicy.h", | 28 "+third_party/WebKit/public/platform/WebReferrerPolicy.h", |
28 "+third_party/WebKit/public/platform/WebScreenOrientationLockType.h", | 29 "+third_party/WebKit/public/platform/WebScreenOrientationLockType.h", |
29 "+third_party/WebKit/public/platform/WebScreenOrientationType.h", | 30 "+third_party/WebKit/public/platform/WebScreenOrientationType.h", |
30 "+third_party/WebKit/public/platform/WebScreenInfo.h", | 31 "+third_party/WebKit/public/platform/WebScreenInfo.h", |
31 "+third_party/WebKit/public/platform/WebServiceWorkerCacheError.h", | 32 "+third_party/WebKit/public/platform/WebServiceWorkerCacheError.h", |
32 "+third_party/WebKit/public/platform/WebServiceWorkerClientType.h", | 33 "+third_party/WebKit/public/platform/WebServiceWorkerClientType.h", |
(...skipping 23 matching lines...) Expand all Loading... |
56 "+third_party/WebKit/public/web/WebTextDirection.h", | 57 "+third_party/WebKit/public/web/WebTextDirection.h", |
57 "+third_party/WebKit/public/web/WebWindowFeatures.h", | 58 "+third_party/WebKit/public/web/WebWindowFeatures.h", |
58 ] | 59 ] |
59 | 60 |
60 specific_include_rules = { | 61 specific_include_rules = { |
61 # Java bridge code passes NPAPI types to the browser process. Crazy! | 62 # Java bridge code passes NPAPI types to the browser process. Crazy! |
62 "java_bridge_messages\.h": [ | 63 "java_bridge_messages\.h": [ |
63 "+content/child" | 64 "+content/child" |
64 ] | 65 ] |
65 } | 66 } |
OLD | NEW |