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", |
11 "+chrome_elf/dll_hash", | 11 "+chrome_elf/dll_hash", |
12 "+chromeos", | 12 "+chromeos", |
13 "+components/app_modal_dialogs", | 13 "+components/app_modal", |
14 "+components/autofill/content/browser", | 14 "+components/autofill/content/browser", |
15 "+components/autofill/content/common", | 15 "+components/autofill/content/common", |
16 "+components/autofill/core/browser", | 16 "+components/autofill/core/browser", |
17 "+components/autofill/core/common", | 17 "+components/autofill/core/common", |
18 "+components/bookmarks/browser", | 18 "+components/bookmarks/browser", |
19 "+components/bookmarks/common", | 19 "+components/bookmarks/common", |
20 "+components/bookmarks/test", | 20 "+components/bookmarks/test", |
21 "+components/cdm/browser", | 21 "+components/cdm/browser", |
22 "+components/cloud_devices/common", | 22 "+components/cloud_devices/common", |
23 "+components/component_updater", | 23 "+components/component_updater", |
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
164 "+third_party/WebKit/public/web/WebCache.h", | 164 "+third_party/WebKit/public/web/WebCache.h", |
165 "+third_party/WebKit/public/web/WebContextMenuData.h", | 165 "+third_party/WebKit/public/web/WebContextMenuData.h", |
166 "+third_party/WebKit/public/web/WebFindOptions.h", | 166 "+third_party/WebKit/public/web/WebFindOptions.h", |
167 "+third_party/WebKit/public/web/WebInputEvent.h", | 167 "+third_party/WebKit/public/web/WebInputEvent.h", |
168 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", | 168 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", |
169 "+third_party/WebKit/public/web/WebPageVisibilityState.h", | 169 "+third_party/WebKit/public/web/WebPageVisibilityState.h", |
170 "+third_party/WebKit/public/web/WebPluginAction.h", | 170 "+third_party/WebKit/public/web/WebPluginAction.h", |
171 "+third_party/WebKit/public/web/WebTextDirection.h", | 171 "+third_party/WebKit/public/web/WebTextDirection.h", |
172 "+third_party/WebKit/public/web/WebWindowFeatures.h", | 172 "+third_party/WebKit/public/web/WebWindowFeatures.h", |
173 ] | 173 ] |
OLD | NEW |