| OLD | NEW |
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+apps", | 2 "+apps", |
| 3 "+ash", | 3 "+ash", |
| 4 "+chrome/app", | 4 "+chrome/app", |
| 5 "+chrome/installer", | 5 "+chrome/installer", |
| 6 "+chrome_elf/blacklist", | 6 "+chrome_elf/blacklist", |
| 7 "+chrome_elf/chrome_elf_constants.h", | 7 "+chrome_elf/chrome_elf_constants.h", |
| 8 "+chrome_elf/create_file", | 8 "+chrome_elf/create_file", |
| 9 "+chrome_elf/dll_hash", | 9 "+chrome_elf/dll_hash", |
| 10 "+chromeos", | 10 "+chromeos", |
| 11 "+components/autocomplete", |
| 11 "+components/autofill/content/browser", | 12 "+components/autofill/content/browser", |
| 12 "+components/autofill/content/common", | 13 "+components/autofill/content/common", |
| 13 "+components/autofill/core/browser", | 14 "+components/autofill/core/browser", |
| 14 "+components/autofill/core/common", | 15 "+components/autofill/core/common", |
| 15 "+components/bookmarks/browser", | 16 "+components/bookmarks/browser", |
| 16 "+components/bookmarks/common", | 17 "+components/bookmarks/common", |
| 17 "+components/bookmarks/test", | 18 "+components/bookmarks/test", |
| 18 "+components/breakpad", | 19 "+components/breakpad", |
| 19 "+components/cdm/browser", | 20 "+components/cdm/browser", |
| 20 "+components/cloud_devices/common", | 21 "+components/cloud_devices/common", |
| (...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 131 "+third_party/WebKit/public/web/WebContextMenuData.h", | 132 "+third_party/WebKit/public/web/WebContextMenuData.h", |
| 132 "+third_party/WebKit/public/web/WebFindOptions.h", | 133 "+third_party/WebKit/public/web/WebFindOptions.h", |
| 133 "+third_party/WebKit/public/web/WebInputEvent.h", | 134 "+third_party/WebKit/public/web/WebInputEvent.h", |
| 134 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", | 135 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", |
| 135 "+third_party/WebKit/public/web/WebNotificationPresenter.h", | 136 "+third_party/WebKit/public/web/WebNotificationPresenter.h", |
| 136 "+third_party/WebKit/public/web/WebPageVisibilityState.h", | 137 "+third_party/WebKit/public/web/WebPageVisibilityState.h", |
| 137 "+third_party/WebKit/public/web/WebPluginAction.h", | 138 "+third_party/WebKit/public/web/WebPluginAction.h", |
| 138 "+third_party/WebKit/public/web/WebTextDirection.h", | 139 "+third_party/WebKit/public/web/WebTextDirection.h", |
| 139 "+third_party/WebKit/public/web/WebWindowFeatures.h", | 140 "+third_party/WebKit/public/web/WebWindowFeatures.h", |
| 140 ] | 141 ] |
| OLD | NEW |