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 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
52 "+third_party/WebKit/public/web/WebFindOptions.h", | 52 "+third_party/WebKit/public/web/WebFindOptions.h", |
53 "+third_party/WebKit/public/web/WebInputEvent.h", | 53 "+third_party/WebKit/public/web/WebInputEvent.h", |
54 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", | 54 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", |
55 "+third_party/WebKit/public/web/WebPluginAction.h", | 55 "+third_party/WebKit/public/web/WebPluginAction.h", |
56 "+third_party/WebKit/public/web/WebPopupType.h", | 56 "+third_party/WebKit/public/web/WebPopupType.h", |
57 "+third_party/WebKit/public/web/WebSandboxFlags.h", | 57 "+third_party/WebKit/public/web/WebSandboxFlags.h", |
58 "+third_party/WebKit/public/web/WebTextDirection.h", | 58 "+third_party/WebKit/public/web/WebTextDirection.h", |
59 "+third_party/WebKit/public/web/WebTreeScopeType.h", | 59 "+third_party/WebKit/public/web/WebTreeScopeType.h", |
60 "+third_party/WebKit/public/web/WebWindowFeatures.h", | 60 "+third_party/WebKit/public/web/WebWindowFeatures.h", |
61 "+third_party/WebKit/public/web/mac/WebScrollbarTheme.h", | 61 "+third_party/WebKit/public/web/mac/WebScrollbarTheme.h", |
| 62 "+third_party/WebKit/public/web/win/WebFontRendering.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 |