OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 "+apps", | 2 "+apps", |
3 "+ash", | 3 "+ash", |
4 "+athena/content/public", | 4 "+athena/content/public", |
5 "+chrome/app", | 5 "+chrome/app", |
6 "+chrome/grit", # For generated headers | 6 "+chrome/grit", # For generated headers |
7 "+chrome/installer", | 7 "+chrome/installer", |
8 "+chrome_elf/blacklist", | 8 "+chrome_elf/blacklist", |
9 "+chrome_elf/chrome_elf_constants.h", | 9 "+chrome_elf/chrome_elf_constants.h", |
10 "+chrome_elf/create_file", | 10 "+chrome_elf/create_file", |
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
146 "+third_party/re2", | 146 "+third_party/re2", |
147 "+third_party/smhasher", | 147 "+third_party/smhasher", |
148 "+third_party/sqlite", | 148 "+third_party/sqlite", |
149 "+third_party/zlib", | 149 "+third_party/zlib", |
150 | 150 |
151 # No inclusion of WebKit from the browser, other than strictly enum/POD, | 151 # No inclusion of WebKit from the browser, other than strictly enum/POD, |
152 # header-only types, and some selected common code. | 152 # header-only types, and some selected common code. |
153 "-third_party/WebKit", | 153 "-third_party/WebKit", |
154 "+third_party/WebKit/public/platform/WebCursorInfo.h", | 154 "+third_party/WebKit/public/platform/WebCursorInfo.h", |
155 "+third_party/WebKit/public/platform/WebNotificationPermission.h", | 155 "+third_party/WebKit/public/platform/WebNotificationPermission.h", |
| 156 "+third_party/WebKit/public/platform/WebPushPermissionStatus.h", |
156 "+third_party/WebKit/public/platform/WebRect.h", | 157 "+third_party/WebKit/public/platform/WebRect.h", |
157 "+third_party/WebKit/public/platform/WebReferrerPolicy.h", | 158 "+third_party/WebKit/public/platform/WebReferrerPolicy.h", |
158 "+third_party/WebKit/public/platform/WebScreenInfo.h", | 159 "+third_party/WebKit/public/platform/WebScreenInfo.h", |
159 "+third_party/WebKit/public/platform/WebScreenOrientationLockType.h", | 160 "+third_party/WebKit/public/platform/WebScreenOrientationLockType.h", |
160 "+third_party/WebKit/public/web/WebCache.h", | 161 "+third_party/WebKit/public/web/WebCache.h", |
161 "+third_party/WebKit/public/web/WebContextMenuData.h", | 162 "+third_party/WebKit/public/web/WebContextMenuData.h", |
162 "+third_party/WebKit/public/web/WebFindOptions.h", | 163 "+third_party/WebKit/public/web/WebFindOptions.h", |
163 "+third_party/WebKit/public/web/WebInputEvent.h", | 164 "+third_party/WebKit/public/web/WebInputEvent.h", |
164 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", | 165 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", |
165 "+third_party/WebKit/public/web/WebPageVisibilityState.h", | 166 "+third_party/WebKit/public/web/WebPageVisibilityState.h", |
166 "+third_party/WebKit/public/web/WebPluginAction.h", | 167 "+third_party/WebKit/public/web/WebPluginAction.h", |
167 "+third_party/WebKit/public/web/WebTextDirection.h", | 168 "+third_party/WebKit/public/web/WebTextDirection.h", |
168 "+third_party/WebKit/public/web/WebWindowFeatures.h", | 169 "+third_party/WebKit/public/web/WebWindowFeatures.h", |
169 ] | 170 ] |
OLD | NEW |