| 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", |
| 11 "+chromeos", | 11 "+chromeos", |
| 12 "+components/autofill/content/browser", | 12 "+components/autofill/content/browser", |
| 13 "+components/autofill/content/common", | 13 "+components/autofill/content/common", |
| 14 "+components/autofill/core/browser", | 14 "+components/autofill/core/browser", |
| 15 "+components/autofill/core/common", | 15 "+components/autofill/core/common", |
| 16 "+components/bookmarks/browser", | 16 "+components/bookmarks/browser", |
| 17 "+components/bookmarks/common", | 17 "+components/bookmarks/common", |
| 18 "+components/bookmarks/test", | 18 "+components/bookmarks/test", |
| 19 "+components/breakpad", | 19 "+components/breakpad", |
| 20 "+components/cdm/browser", | 20 "+components/cdm/browser", |
| 21 "+components/cloud_devices/common", | 21 "+components/cloud_devices/common", |
| 22 "+components/content_settings", | 22 "+components/content_settings", |
| 23 "+components/copresence", | 23 "+components/copresence", |
| 24 "+components/crx_file", |
| 24 "+components/data_reduction_proxy", | 25 "+components/data_reduction_proxy", |
| 25 "+components/dom_distiller", | 26 "+components/dom_distiller", |
| 26 "+components/domain_reliability", | 27 "+components/domain_reliability", |
| 27 "+components/enhanced_bookmarks", | 28 "+components/enhanced_bookmarks", |
| 28 "+components/favicon_base", | 29 "+components/favicon_base", |
| 29 "+components/feedback", | 30 "+components/feedback", |
| 30 "+components/gcm_driver", | 31 "+components/gcm_driver", |
| 31 "+components/google", | 32 "+components/google", |
| 32 "+components/history", | 33 "+components/history", |
| 33 "+components/infobars", | 34 "+components/infobars", |
| (...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 146 "+third_party/WebKit/public/web/WebCache.h", | 147 "+third_party/WebKit/public/web/WebCache.h", |
| 147 "+third_party/WebKit/public/web/WebContextMenuData.h", | 148 "+third_party/WebKit/public/web/WebContextMenuData.h", |
| 148 "+third_party/WebKit/public/web/WebFindOptions.h", | 149 "+third_party/WebKit/public/web/WebFindOptions.h", |
| 149 "+third_party/WebKit/public/web/WebInputEvent.h", | 150 "+third_party/WebKit/public/web/WebInputEvent.h", |
| 150 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", | 151 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", |
| 151 "+third_party/WebKit/public/web/WebPageVisibilityState.h", | 152 "+third_party/WebKit/public/web/WebPageVisibilityState.h", |
| 152 "+third_party/WebKit/public/web/WebPluginAction.h", | 153 "+third_party/WebKit/public/web/WebPluginAction.h", |
| 153 "+third_party/WebKit/public/web/WebTextDirection.h", | 154 "+third_party/WebKit/public/web/WebTextDirection.h", |
| 154 "+third_party/WebKit/public/web/WebWindowFeatures.h", | 155 "+third_party/WebKit/public/web/WebWindowFeatures.h", |
| 155 ] | 156 ] |
| OLD | NEW |