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/WebCircularGeofencingRegion.h", | 10 "+third_party/WebKit/public/platform/WebCircularGeofencingRegion.h", |
10 "+third_party/WebKit/public/platform/WebCString.h", | 11 "+third_party/WebKit/public/platform/WebCString.h", |
11 "+third_party/WebKit/public/platform/modules/device_orientation/WebDeviceMotio
nData.h", | 12 "+third_party/WebKit/public/platform/modules/device_orientation/WebDeviceMotio
nData.h", |
12 "+third_party/WebKit/public/platform/modules/device_orientation/WebDeviceOrien
tationData.h", | 13 "+third_party/WebKit/public/platform/modules/device_orientation/WebDeviceOrien
tationData.h", |
13 "+third_party/WebKit/public/platform/WebDisplayMode.h", | 14 "+third_party/WebKit/public/platform/WebDisplayMode.h", |
14 "+third_party/WebKit/public/platform/WebFloatPoint.h", | 15 "+third_party/WebKit/public/platform/WebFloatPoint.h", |
15 "+third_party/WebKit/public/platform/WebFloatRect.h", | 16 "+third_party/WebKit/public/platform/WebFloatRect.h", |
16 "+third_party/WebKit/public/platform/WebFocusType.h", | 17 "+third_party/WebKit/public/platform/WebFocusType.h", |
17 "+third_party/WebKit/public/platform/WebGamepad.h", | 18 "+third_party/WebKit/public/platform/WebGamepad.h", |
18 "+third_party/WebKit/public/platform/WebGamepads.h", | 19 "+third_party/WebKit/public/platform/WebGamepads.h", |
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
64 "+third_party/WebKit/public/web/mac/WebScrollbarTheme.h", | 65 "+third_party/WebKit/public/web/mac/WebScrollbarTheme.h", |
65 "+third_party/WebKit/public/web/win/WebFontRendering.h" | 66 "+third_party/WebKit/public/web/win/WebFontRendering.h" |
66 ] | 67 ] |
67 | 68 |
68 specific_include_rules = { | 69 specific_include_rules = { |
69 # Java bridge code passes NPAPI types to the browser process. Crazy! | 70 # Java bridge code passes NPAPI types to the browser process. Crazy! |
70 "java_bridge_messages\.h": [ | 71 "java_bridge_messages\.h": [ |
71 "+content/child" | 72 "+content/child" |
72 ] | 73 ] |
73 } | 74 } |
OLD | NEW |