OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 "+cc", | 2 "+cc", |
3 "+media/audio", | 3 "+media/audio", |
4 "+media/base", | 4 "+media/base", |
5 "-webkit/browser", | 5 "-webkit/browser", |
6 "-webkit/child", | 6 "-webkit/child", |
7 "-webkit/renderer", | 7 "-webkit/renderer", |
8 | 8 |
| 9 # TODO(jam): remove this |
| 10 "+content/renderer/pepper/plugin_module.h", |
| 11 |
9 # TODO(ananta|jamesr|scottmg) http://crbug.com/237249 | 12 # TODO(ananta|jamesr|scottmg) http://crbug.com/237249 |
10 "!webkit/child/websocketstreamhandle_impl.h", | 13 "!webkit/child/websocketstreamhandle_impl.h", |
11 | 14 |
12 # No inclusion of WebKit from the browser, other than strictly enum/POD, | 15 # No inclusion of WebKit from the browser, other than strictly enum/POD, |
13 # header-only types, and some selected common code. | 16 # header-only types, and some selected common code. |
14 "-third_party/WebKit", | 17 "-third_party/WebKit", |
15 "+third_party/WebKit/public/platform/WebCString.h", | 18 "+third_party/WebKit/public/platform/WebCString.h", |
16 "+third_party/WebKit/public/platform/WebDeviceMotionData.h", | 19 "+third_party/WebKit/public/platform/WebDeviceMotionData.h", |
17 "+third_party/WebKit/public/platform/WebFloatPoint.h", | 20 "+third_party/WebKit/public/platform/WebFloatPoint.h", |
18 "+third_party/WebKit/public/platform/WebFloatRect.h", | 21 "+third_party/WebKit/public/platform/WebFloatRect.h", |
(...skipping 26 matching lines...) Expand all Loading... |
45 "!third_party/WebKit/public/platform/WebHTTPBody.h", | 48 "!third_party/WebKit/public/platform/WebHTTPBody.h", |
46 "!third_party/WebKit/public/web/WebDatabase.h", | 49 "!third_party/WebKit/public/web/WebDatabase.h", |
47 ] | 50 ] |
48 | 51 |
49 specific_include_rules = { | 52 specific_include_rules = { |
50 # Java bridge code passes NPAPI types to the browser process. Crazy! | 53 # Java bridge code passes NPAPI types to the browser process. Crazy! |
51 "java_bridge_messages\.h": [ | 54 "java_bridge_messages\.h": [ |
52 "+content/child" | 55 "+content/child" |
53 ] | 56 ] |
54 } | 57 } |
OLD | NEW |