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/WebFileInfo.h", |
17 "+third_party/WebKit/public/platform/WebFloatPoint.h", | 18 "+third_party/WebKit/public/platform/WebFloatPoint.h", |
18 "+third_party/WebKit/public/platform/WebFloatRect.h", | 19 "+third_party/WebKit/public/platform/WebFloatRect.h", |
19 "+third_party/WebKit/public/platform/WebGamepads.h", | 20 "+third_party/WebKit/public/platform/WebGamepads.h", |
20 "+third_party/WebKit/public/platform/WebGraphicsContext3D.h", | 21 "+third_party/WebKit/public/platform/WebGraphicsContext3D.h", |
21 "+third_party/WebKit/public/platform/WebHTTPBody.h", | 22 "+third_party/WebKit/public/platform/WebHTTPBody.h", |
22 "+third_party/WebKit/public/platform/WebIDBCursor.h", | 23 "+third_party/WebKit/public/platform/WebIDBCursor.h", |
23 "+third_party/WebKit/public/platform/WebIDBDatabase.h", | 24 "+third_party/WebKit/public/platform/WebIDBDatabase.h", |
24 "+third_party/WebKit/public/platform/WebIDBTypes.h", | 25 "+third_party/WebKit/public/platform/WebIDBTypes.h", |
25 "+third_party/WebKit/public/platform/WebReferrerPolicy.h", | 26 "+third_party/WebKit/public/platform/WebReferrerPolicy.h", |
26 "+third_party/WebKit/public/platform/WebScreenInfo.h", | 27 "+third_party/WebKit/public/platform/WebScreenInfo.h", |
(...skipping 17 matching lines...) Expand all Loading... |
44 "+third_party/WebKit/public/web/WebTextDirection.h", | 45 "+third_party/WebKit/public/web/WebTextDirection.h", |
45 "+third_party/WebKit/public/web/WebWindowFeatures.h", | 46 "+third_party/WebKit/public/web/WebWindowFeatures.h", |
46 ] | 47 ] |
47 | 48 |
48 specific_include_rules = { | 49 specific_include_rules = { |
49 # Java bridge code passes NPAPI types to the browser process. Crazy! | 50 # Java bridge code passes NPAPI types to the browser process. Crazy! |
50 "java_bridge_messages\.h": [ | 51 "java_bridge_messages\.h": [ |
51 "+content/child" | 52 "+content/child" |
52 ] | 53 ] |
53 } | 54 } |
OLD | NEW |