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", | 5 "-webkit/child", |
6 "-webkit/renderer", | 6 "-webkit/renderer", |
7 | 7 |
8 # TODO(ananta|jamesr|scottmg) http://crbug.com/237249 | 8 # TODO(ananta|jamesr|scottmg) http://crbug.com/237249 |
9 "!webkit/child/websocketstreamhandle_impl.h", | 9 "!webkit/child/websocketstreamhandle_impl.h", |
10 | 10 |
11 # No inclusion of WebKit from the browser, other than strictly enum/POD, | 11 # No inclusion of WebKit from the browser, other than strictly enum/POD, |
12 # header-only types, and some selected common code. | 12 # header-only types, and some selected common code. |
13 "-third_party/WebKit", | 13 "-third_party/WebKit", |
14 "+third_party/WebKit/public/platform/WebCString.h", | 14 "+third_party/WebKit/public/platform/WebCString.h", |
15 "+third_party/WebKit/public/platform/WebDeviceMotionData.h", | 15 "+third_party/WebKit/public/platform/WebDeviceMotionData.h", |
16 "+third_party/WebKit/public/platform/WebDeviceOrientationData.h", | 16 "+third_party/WebKit/public/platform/WebDeviceOrientationData.h", |
17 "+third_party/WebKit/public/platform/WebFloatPoint.h", | 17 "+third_party/WebKit/public/platform/WebFloatPoint.h", |
18 "+third_party/WebKit/public/platform/WebFloatRect.h", | 18 "+third_party/WebKit/public/platform/WebFloatRect.h", |
19 "+third_party/WebKit/public/platform/WebGamepads.h", | 19 "+third_party/WebKit/public/platform/WebGamepads.h", |
20 "+third_party/WebKit/public/platform/WebGraphicsContext3D.h", | 20 "+third_party/WebKit/public/platform/WebGraphicsContext3D.h", |
21 "+third_party/WebKit/public/platform/WebHTTPBody.h", | 21 "+third_party/WebKit/public/platform/WebHTTPBody.h", |
22 "+third_party/WebKit/public/platform/WebIDBCursor.h", | 22 "+third_party/WebKit/public/platform/WebIDBCursor.h", |
23 "+third_party/WebKit/public/platform/WebIDBDatabase.h", | 23 "+third_party/WebKit/public/platform/WebIDBDatabase.h", |
24 "+third_party/WebKit/public/platform/WebIDBTypes.h", | 24 "+third_party/WebKit/public/platform/WebIDBTypes.h", |
25 "+third_party/WebKit/public/platform/WebReferrerPolicy.h", | 25 "+third_party/WebKit/public/platform/WebReferrerPolicy.h", |
26 "+third_party/WebKit/public/platform/WebScreenOrientation.h", | |
27 "+third_party/WebKit/public/platform/WebScreenInfo.h", | 26 "+third_party/WebKit/public/platform/WebScreenInfo.h", |
28 "+third_party/WebKit/public/platform/WebServiceWorkerError.h", | 27 "+third_party/WebKit/public/platform/WebServiceWorkerError.h", |
29 "+third_party/WebKit/public/platform/WebStorageArea.h", | 28 "+third_party/WebKit/public/platform/WebStorageArea.h", |
30 "+third_party/WebKit/public/platform/WebString.h", | 29 "+third_party/WebKit/public/platform/WebString.h", |
31 "+third_party/WebKit/public/platform/linux/WebFontFamily.h", | 30 "+third_party/WebKit/public/platform/linux/WebFontFamily.h", |
32 "+third_party/WebKit/public/platform/linux/WebFontRenderStyle.h", | 31 "+third_party/WebKit/public/platform/linux/WebFontRenderStyle.h", |
33 "+third_party/WebKit/public/web/mac/WebScrollbarTheme.h", | 32 "+third_party/WebKit/public/web/mac/WebScrollbarTheme.h", |
34 "+third_party/WebKit/public/web/WebAXEnums.h", | 33 "+third_party/WebKit/public/web/WebAXEnums.h", |
35 "+third_party/WebKit/public/web/WebCompositionUnderline.h", | 34 "+third_party/WebKit/public/web/WebCompositionUnderline.h", |
36 "+third_party/WebKit/public/web/WebContentSecurityPolicy.h", | 35 "+third_party/WebKit/public/web/WebContentSecurityPolicy.h", |
37 "+third_party/WebKit/public/web/WebDragOperation.h", | 36 "+third_party/WebKit/public/web/WebDragOperation.h", |
38 "+third_party/WebKit/public/web/WebDragStatus.h", | 37 "+third_party/WebKit/public/web/WebDragStatus.h", |
39 "+third_party/WebKit/public/web/WebFindOptions.h", | 38 "+third_party/WebKit/public/web/WebFindOptions.h", |
40 "+third_party/WebKit/public/web/WebInputEvent.h", | 39 "+third_party/WebKit/public/web/WebInputEvent.h", |
41 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", | 40 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", |
42 "+third_party/WebKit/public/web/WebPageVisibilityState.h", | 41 "+third_party/WebKit/public/web/WebPageVisibilityState.h", |
43 "+third_party/WebKit/public/web/WebPluginAction.h", | 42 "+third_party/WebKit/public/web/WebPluginAction.h", |
44 "+third_party/WebKit/public/web/WebPopupType.h", | 43 "+third_party/WebKit/public/web/WebPopupType.h", |
45 "+third_party/WebKit/public/web/WebTextDirection.h", | 44 "+third_party/WebKit/public/web/WebTextDirection.h", |
46 "+third_party/WebKit/public/web/WebWindowFeatures.h", | 45 "+third_party/WebKit/public/web/WebWindowFeatures.h", |
47 ] | 46 ] |
48 | 47 |
49 specific_include_rules = { | 48 specific_include_rules = { |
50 # Java bridge code passes NPAPI types to the browser process. Crazy! | 49 # Java bridge code passes NPAPI types to the browser process. Crazy! |
51 "java_bridge_messages\.h": [ | 50 "java_bridge_messages\.h": [ |
52 "+content/child" | 51 "+content/child" |
53 ] | 52 ] |
54 } | 53 } |
OLD | NEW |