| 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", |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 51 "+components/invalidation", | 51 "+components/invalidation", |
| 52 "+components/keyed_service", | 52 "+components/keyed_service", |
| 53 "+components/language_usage_metrics", | 53 "+components/language_usage_metrics", |
| 54 "+components/leveldb_proto", | 54 "+components/leveldb_proto", |
| 55 "+components/metrics", | 55 "+components/metrics", |
| 56 "+components/mime_util", | 56 "+components/mime_util", |
| 57 "+components/nacl/browser", | 57 "+components/nacl/browser", |
| 58 "+components/nacl/common", | 58 "+components/nacl/common", |
| 59 "+components/navigation_interception", | 59 "+components/navigation_interception", |
| 60 "+components/navigation_metrics", | 60 "+components/navigation_metrics", |
| 61 "+components/net_log", |
| 61 "+components/network_hints", | 62 "+components/network_hints", |
| 62 "+components/network_time", | 63 "+components/network_time", |
| 63 "+components/offline_pages", | 64 "+components/offline_pages", |
| 64 "+components/omnibox/browser", | 65 "+components/omnibox/browser", |
| 65 "+components/os_crypt", | 66 "+components/os_crypt", |
| 66 "+components/password_manager", | 67 "+components/password_manager", |
| 67 "+components/pdf/browser", | 68 "+components/pdf/browser", |
| 68 "+components/plugins/common", | 69 "+components/plugins/common", |
| 69 "+components/policy", | 70 "+components/policy", |
| 70 "+components/power", | 71 "+components/power", |
| (...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 198 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien
tationLockType.h", | 199 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien
tationLockType.h", |
| 199 "+third_party/WebKit/public/web/WebCache.h", | 200 "+third_party/WebKit/public/web/WebCache.h", |
| 200 "+third_party/WebKit/public/web/WebContextMenuData.h", | 201 "+third_party/WebKit/public/web/WebContextMenuData.h", |
| 201 "+third_party/WebKit/public/web/WebFindOptions.h", | 202 "+third_party/WebKit/public/web/WebFindOptions.h", |
| 202 "+third_party/WebKit/public/web/WebInputEvent.h", | 203 "+third_party/WebKit/public/web/WebInputEvent.h", |
| 203 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", | 204 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", |
| 204 "+third_party/WebKit/public/web/WebPluginAction.h", | 205 "+third_party/WebKit/public/web/WebPluginAction.h", |
| 205 "+third_party/WebKit/public/web/WebTextDirection.h", | 206 "+third_party/WebKit/public/web/WebTextDirection.h", |
| 206 "+third_party/WebKit/public/web/WebWindowFeatures.h", | 207 "+third_party/WebKit/public/web/WebWindowFeatures.h", |
| 207 ] | 208 ] |
| OLD | NEW |