OLD | NEW |
---|---|
1 include_rules = [ | 1 include_rules = [ |
2 "+apps", | 2 "+apps", |
3 "+ash", | 3 "+ash", |
4 "+cc/paint", | 4 "+cc/paint", |
5 "+chrome/app", | 5 "+chrome/app", |
6 "+chrome/chrome_watcher", | 6 "+chrome/chrome_watcher", |
7 "+chrome/grit", | 7 "+chrome/grit", |
8 "+chrome/install_static", | 8 "+chrome/install_static", |
9 "+chrome/installer/util", | 9 "+chrome/installer/util", |
10 "+chrome_elf/blacklist", | 10 "+chrome_elf/blacklist", |
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
99 "+third_party/re2", | 99 "+third_party/re2", |
100 "+third_party/smhasher", | 100 "+third_party/smhasher", |
101 "+third_party/sqlite", | 101 "+third_party/sqlite", |
102 "+third_party/zlib", | 102 "+third_party/zlib", |
103 | 103 |
104 # No inclusion of WebKit from the browser, other than strictly enum/POD, | 104 # No inclusion of WebKit from the browser, other than strictly enum/POD, |
105 # header-only types, and some selected common code. | 105 # header-only types, and some selected common code. |
106 "-third_party/WebKit", | 106 "-third_party/WebKit", |
107 "+third_party/WebKit/public/platform/WebCache.h", | 107 "+third_party/WebKit/public/platform/WebCache.h", |
108 "+third_party/WebKit/public/platform/WebDisplayMode.h", | 108 "+third_party/WebKit/public/platform/WebDisplayMode.h", |
109 "+third_party/WebKit/public/platform/WebFeaturePolicy.h", | |
jochen (gone - plz use gerrit)
2017/05/05 14:28:06
the browser process must only depend on pure POD /
Reilly Grant (use Gerrit)
2017/05/05 22:10:15
Done.
| |
109 "+third_party/WebKit/public/platform/WebLoadingBehaviorFlag.h", | 110 "+third_party/WebKit/public/platform/WebLoadingBehaviorFlag.h", |
110 "+third_party/WebKit/public/platform/WebGestureEvent.h", | 111 "+third_party/WebKit/public/platform/WebGestureEvent.h", |
111 "+third_party/WebKit/public/platform/WebInputEvent.h", | 112 "+third_party/WebKit/public/platform/WebInputEvent.h", |
112 "+third_party/WebKit/public/platform/WebMouseEvent.h", | 113 "+third_party/WebKit/public/platform/WebMouseEvent.h", |
113 "+third_party/WebKit/public/platform/WebMouseWheelEvent.h", | 114 "+third_party/WebKit/public/platform/WebMouseWheelEvent.h", |
114 "+third_party/WebKit/public/platform/WebReferrerPolicy.h", | 115 "+third_party/WebKit/public/platform/WebReferrerPolicy.h", |
115 "+third_party/WebKit/public/platform/WebSecurityStyle.h", | 116 "+third_party/WebKit/public/platform/WebSecurityStyle.h", |
116 "+third_party/WebKit/public/platform/modules/app_banner/app_banner.mojom.h", | 117 "+third_party/WebKit/public/platform/modules/app_banner/app_banner.mojom.h", |
117 "+third_party/WebKit/public/platform/modules/budget_service/budget_service.moj om.h", | 118 "+third_party/WebKit/public/platform/modules/budget_service/budget_service.moj om.h", |
118 "+third_party/WebKit/public/platform/modules/installation/installation.mojom.h ", | 119 "+third_party/WebKit/public/platform/modules/installation/installation.mojom.h ", |
119 "+third_party/WebKit/public/platform/modules/installedapp/installed_app_provid er.mojom.h", | 120 "+third_party/WebKit/public/platform/modules/installedapp/installed_app_provid er.mojom.h", |
120 "+third_party/WebKit/public/platform/modules/notifications/WebNotificationCons tants.h", | 121 "+third_party/WebKit/public/platform/modules/notifications/WebNotificationCons tants.h", |
121 "+third_party/WebKit/public/platform/modules/permissions/permission_status.moj om.h", | 122 "+third_party/WebKit/public/platform/modules/permissions/permission_status.moj om.h", |
122 "+third_party/WebKit/public/platform/modules/push_messaging/WebPushPermissionS tatus.h", | 123 "+third_party/WebKit/public/platform/modules/push_messaging/WebPushPermissionS tatus.h", |
123 "+third_party/WebKit/public/platform/modules/remoteplayback/WebRemotePlaybackA vailability.h", | 124 "+third_party/WebKit/public/platform/modules/remoteplayback/WebRemotePlaybackA vailability.h", |
124 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien tationLockType.h", | 125 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien tationLockType.h", |
125 "+third_party/WebKit/public/platform/modules/webshare/webshare.mojom.h", | 126 "+third_party/WebKit/public/platform/modules/webshare/webshare.mojom.h", |
126 "+third_party/WebKit/public/platform/site_engagement.mojom.h", | 127 "+third_party/WebKit/public/platform/site_engagement.mojom.h", |
127 "+third_party/WebKit/public/public_features.h", | 128 "+third_party/WebKit/public/public_features.h", |
128 "+third_party/WebKit/public/web/WebContextMenuData.h", | 129 "+third_party/WebKit/public/web/WebContextMenuData.h", |
129 "+third_party/WebKit/public/web/WebFindOptions.h", | 130 "+third_party/WebKit/public/web/WebFindOptions.h", |
130 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", | 131 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", |
131 "+third_party/WebKit/public/web/WebPluginAction.h", | 132 "+third_party/WebKit/public/web/WebPluginAction.h", |
132 "+third_party/WebKit/public/web/WebTextDirection.h", | 133 "+third_party/WebKit/public/web/WebTextDirection.h", |
133 "+third_party/WebKit/public/web/window_features.mojom.h", | 134 "+third_party/WebKit/public/web/window_features.mojom.h", |
134 ] | 135 ] |
OLD | NEW |