OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 "+media/audio", | 2 "+media/audio", |
3 "+media/base", | 3 "+media/base", |
4 "-webkit/browser", | 4 "-webkit/browser", |
5 "-webkit/child", | |
6 "-webkit/renderer", | 5 "-webkit/renderer", |
7 | 6 |
8 # 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, |
9 # header-only types, and some selected common code. | 8 # header-only types, and some selected common code. |
10 "-third_party/WebKit", | 9 "-third_party/WebKit", |
11 "+third_party/WebKit/public/platform/WebBatteryStatus.h", | 10 "+third_party/WebKit/public/platform/WebBatteryStatus.h", |
12 "+third_party/WebKit/public/platform/WebCString.h", | 11 "+third_party/WebKit/public/platform/WebCString.h", |
13 "+third_party/WebKit/public/platform/WebDeviceMotionData.h", | 12 "+third_party/WebKit/public/platform/WebDeviceMotionData.h", |
14 "+third_party/WebKit/public/platform/WebDeviceOrientationData.h", | 13 "+third_party/WebKit/public/platform/WebDeviceOrientationData.h", |
15 "+third_party/WebKit/public/platform/WebFloatPoint.h", | 14 "+third_party/WebKit/public/platform/WebFloatPoint.h", |
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
50 "+third_party/WebKit/public/web/WebTextDirection.h", | 49 "+third_party/WebKit/public/web/WebTextDirection.h", |
51 "+third_party/WebKit/public/web/WebWindowFeatures.h", | 50 "+third_party/WebKit/public/web/WebWindowFeatures.h", |
52 ] | 51 ] |
53 | 52 |
54 specific_include_rules = { | 53 specific_include_rules = { |
55 # Java bridge code passes NPAPI types to the browser process. Crazy! | 54 # Java bridge code passes NPAPI types to the browser process. Crazy! |
56 "java_bridge_messages\.h": [ | 55 "java_bridge_messages\.h": [ |
57 "+content/child" | 56 "+content/child" |
58 ] | 57 ] |
59 } | 58 } |
OLD | NEW |