OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 "+apps", | 2 "+apps", |
3 "+ash", | 3 "+ash", |
| 4 "+athena/activity/public", |
4 "+athena/content/public", | 5 "+athena/content/public", |
5 "+athena/extensions/chrome/public", | 6 "+athena/extensions/chrome/public", |
6 "+chrome/app", | 7 "+chrome/app", |
7 "+chrome/grit", # For generated headers | 8 "+chrome/grit", # For generated headers |
8 "+chrome/installer", | 9 "+chrome/installer", |
9 "+chrome_elf/blacklist", | 10 "+chrome_elf/blacklist", |
10 "+chrome_elf/chrome_elf_constants.h", | 11 "+chrome_elf/chrome_elf_constants.h", |
11 "+chrome_elf/create_file", | 12 "+chrome_elf/create_file", |
12 "+chrome_elf/dll_hash", | 13 "+chrome_elf/dll_hash", |
13 "+chromeos", | 14 "+chromeos", |
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 |