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 "-webkit/renderer", | 5 "-webkit/renderer", |
6 | 6 |
7 # 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, |
8 # header-only types, and some selected common code. | 8 # header-only types, and some selected common code. |
9 "-third_party/WebKit", | 9 "-third_party/WebKit", |
10 "+third_party/WebKit/public/platform/WebBatteryStatus.h", | 10 "+third_party/WebKit/public/platform/WebBatteryStatus.h", |
(...skipping 29 matching lines...) Expand all Loading... | |
40 "+third_party/WebKit/public/platform/modules/notifications/WebNotificationPerm ission.h", | 40 "+third_party/WebKit/public/platform/modules/notifications/WebNotificationPerm ission.h", |
41 "+third_party/WebKit/public/platform/modules/push_messaging/WebPushError.h", | 41 "+third_party/WebKit/public/platform/modules/push_messaging/WebPushError.h", |
42 "+third_party/WebKit/public/platform/modules/push_messaging/WebPushPermissionS tatus.h", | 42 "+third_party/WebKit/public/platform/modules/push_messaging/WebPushPermissionS tatus.h", |
43 "+third_party/WebKit/public/web/mac/WebScrollbarTheme.h", | 43 "+third_party/WebKit/public/web/mac/WebScrollbarTheme.h", |
44 "+third_party/WebKit/public/web/WebAXEnums.h", | 44 "+third_party/WebKit/public/web/WebAXEnums.h", |
45 "+third_party/WebKit/public/web/WebCompositionUnderline.h", | 45 "+third_party/WebKit/public/web/WebCompositionUnderline.h", |
46 "+third_party/WebKit/public/web/WebContentSecurityPolicy.h", | 46 "+third_party/WebKit/public/web/WebContentSecurityPolicy.h", |
47 "+third_party/WebKit/public/web/WebDragOperation.h", | 47 "+third_party/WebKit/public/web/WebDragOperation.h", |
48 "+third_party/WebKit/public/web/WebDragStatus.h", | 48 "+third_party/WebKit/public/web/WebDragStatus.h", |
49 "+third_party/WebKit/public/web/WebFindOptions.h", | 49 "+third_party/WebKit/public/web/WebFindOptions.h", |
50 "+third_party/WebKit/public/web/WebHistoryCommitType.h", | |
Charlie Reis
2015/03/12 18:28:17
I'm hesitant to add this.
Avi (use Gerrit)
2015/03/12 19:21:17
Acknowledged.
| |
50 "+third_party/WebKit/public/web/WebInputEvent.h", | 51 "+third_party/WebKit/public/web/WebInputEvent.h", |
51 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", | 52 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", |
52 "+third_party/WebKit/public/web/WebPluginAction.h", | 53 "+third_party/WebKit/public/web/WebPluginAction.h", |
53 "+third_party/WebKit/public/web/WebPopupType.h", | 54 "+third_party/WebKit/public/web/WebPopupType.h", |
54 "+third_party/WebKit/public/web/WebTextDirection.h", | 55 "+third_party/WebKit/public/web/WebTextDirection.h", |
55 "+third_party/WebKit/public/web/WebWindowFeatures.h", | 56 "+third_party/WebKit/public/web/WebWindowFeatures.h", |
56 ] | 57 ] |
57 | 58 |
58 specific_include_rules = { | 59 specific_include_rules = { |
59 # Java bridge code passes NPAPI types to the browser process. Crazy! | 60 # Java bridge code passes NPAPI types to the browser process. Crazy! |
60 "java_bridge_messages\.h": [ | 61 "java_bridge_messages\.h": [ |
61 "+content/child" | 62 "+content/child" |
62 ] | 63 ] |
63 } | 64 } |
OLD | NEW |