OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 "+apps", | 2 "+apps", |
3 "+ash", | 3 "+ash", |
4 "+chrome/app", | 4 "+chrome/app", |
5 "+chrome/chrome_watcher", | 5 "+chrome/chrome_watcher", |
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", | 13 "+components/app_modal", |
| 14 "+components/arc", |
14 "+components/audio_modem/public", | 15 "+components/audio_modem/public", |
15 "+components/audio_modem/test", | 16 "+components/audio_modem/test", |
16 "+components/autofill/content/browser", | 17 "+components/autofill/content/browser", |
17 "+components/autofill/content/common", | 18 "+components/autofill/content/common", |
18 "+components/autofill/core/browser", | 19 "+components/autofill/core/browser", |
19 "+components/autofill/core/common", | 20 "+components/autofill/core/common", |
20 "+components/bookmarks/browser", | 21 "+components/bookmarks/browser", |
21 "+components/bookmarks/common", | 22 "+components/bookmarks/common", |
22 "+components/bookmarks/managed", | 23 "+components/bookmarks/managed", |
23 "+components/bookmarks/test", | 24 "+components/bookmarks/test", |
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
211 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien
tationLockType.h", | 212 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien
tationLockType.h", |
212 "+third_party/WebKit/public/web/WebCache.h", | 213 "+third_party/WebKit/public/web/WebCache.h", |
213 "+third_party/WebKit/public/web/WebContextMenuData.h", | 214 "+third_party/WebKit/public/web/WebContextMenuData.h", |
214 "+third_party/WebKit/public/web/WebFindOptions.h", | 215 "+third_party/WebKit/public/web/WebFindOptions.h", |
215 "+third_party/WebKit/public/web/WebInputEvent.h", | 216 "+third_party/WebKit/public/web/WebInputEvent.h", |
216 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", | 217 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", |
217 "+third_party/WebKit/public/web/WebPluginAction.h", | 218 "+third_party/WebKit/public/web/WebPluginAction.h", |
218 "+third_party/WebKit/public/web/WebTextDirection.h", | 219 "+third_party/WebKit/public/web/WebTextDirection.h", |
219 "+third_party/WebKit/public/web/WebWindowFeatures.h", | 220 "+third_party/WebKit/public/web/WebWindowFeatures.h", |
220 ] | 221 ] |
OLD | NEW |