| OLD | NEW |
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+apps", | 2 "+apps", |
| 3 "+ash", | 3 "+ash", |
| 4 "+athena/content/public", | 4 "+athena/content/public", |
| 5 "+chrome/app", | 5 "+chrome/app", |
| 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 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 82 "+content/public/browser", | 82 "+content/public/browser", |
| 83 "+content/test/net", | 83 "+content/test/net", |
| 84 "+courgette", | 84 "+courgette", |
| 85 "+device/bluetooth", | 85 "+device/bluetooth", |
| 86 "+device/core", | 86 "+device/core", |
| 87 "+device/hid", | 87 "+device/hid", |
| 88 "+device/usb", | 88 "+device/usb", |
| 89 "+device/media_transfer_protocol", | 89 "+device/media_transfer_protocol", |
| 90 "+extensions/browser", | 90 "+extensions/browser", |
| 91 "+extensions/common", | 91 "+extensions/common", |
| 92 "+extensions/components/javascript_dialog_extensions_client", |
| 92 "+extensions/grit", | 93 "+extensions/grit", |
| 93 "+extensions/test", | 94 "+extensions/test", |
| 94 "+google/cacheinvalidation", # Sync invalidation API protobuf files. | 95 "+google/cacheinvalidation", # Sync invalidation API protobuf files. |
| 95 "+google_apis", | 96 "+google_apis", |
| 96 "+google_update", | 97 "+google_update", |
| 97 "+grit", # TODO(thestig) Remove. For generated headers | 98 "+grit", # TODO(thestig) Remove. For generated headers |
| 98 "+installer_util_strings", # For generated headers | 99 "+installer_util_strings", # For generated headers |
| 99 "+jni", | 100 "+jni", |
| 100 "+media/base", # For media switches | 101 "+media/base", # For media switches |
| 101 "+policy", # For generated headers and source | 102 "+policy", # For generated headers and source |
| (...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 161 "+third_party/WebKit/public/web/WebCache.h", | 162 "+third_party/WebKit/public/web/WebCache.h", |
| 162 "+third_party/WebKit/public/web/WebContextMenuData.h", | 163 "+third_party/WebKit/public/web/WebContextMenuData.h", |
| 163 "+third_party/WebKit/public/web/WebFindOptions.h", | 164 "+third_party/WebKit/public/web/WebFindOptions.h", |
| 164 "+third_party/WebKit/public/web/WebInputEvent.h", | 165 "+third_party/WebKit/public/web/WebInputEvent.h", |
| 165 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", | 166 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", |
| 166 "+third_party/WebKit/public/web/WebPageVisibilityState.h", | 167 "+third_party/WebKit/public/web/WebPageVisibilityState.h", |
| 167 "+third_party/WebKit/public/web/WebPluginAction.h", | 168 "+third_party/WebKit/public/web/WebPluginAction.h", |
| 168 "+third_party/WebKit/public/web/WebTextDirection.h", | 169 "+third_party/WebKit/public/web/WebTextDirection.h", |
| 169 "+third_party/WebKit/public/web/WebWindowFeatures.h", | 170 "+third_party/WebKit/public/web/WebWindowFeatures.h", |
| 170 ] | 171 ] |
| OLD | NEW |