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