| 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", |
| (...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 56 "+components/storage_monitor", | 56 "+components/storage_monitor", |
| 57 "+components/sync_driver", | 57 "+components/sync_driver", |
| 58 "+components/translate/content/browser", | 58 "+components/translate/content/browser", |
| 59 "+components/translate/content/common", | 59 "+components/translate/content/common", |
| 60 "+components/translate/core/browser", | 60 "+components/translate/core/browser", |
| 61 "+components/translate/core/common", | 61 "+components/translate/core/common", |
| 62 "+components/url_matcher", | 62 "+components/url_matcher", |
| 63 "+components/user_prefs", | 63 "+components/user_prefs", |
| 64 "+components/web_modal", | 64 "+components/web_modal", |
| 65 "+components/webdata/common", | 65 "+components/webdata/common", |
| 66 "+content/common/mime_util.h", |
| 66 "+content/public/browser", | 67 "+content/public/browser", |
| 67 "+content/test/net", | 68 "+content/test/net", |
| 68 "+courgette", | 69 "+courgette", |
| 69 "+device/bluetooth", | 70 "+device/bluetooth", |
| 70 "+device/media_transfer_protocol", | 71 "+device/media_transfer_protocol", |
| 71 "+extensions/browser", | 72 "+extensions/browser", |
| 72 "+extensions/common", | 73 "+extensions/common", |
| 73 "+google/cacheinvalidation", # Sync invalidation API protobuf files. | 74 "+google/cacheinvalidation", # Sync invalidation API protobuf files. |
| 74 "+google_apis", | 75 "+google_apis", |
| 75 "+google_update", | 76 "+google_update", |
| (...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 138 "+third_party/WebKit/public/web/WebContextMenuData.h", | 139 "+third_party/WebKit/public/web/WebContextMenuData.h", |
| 139 "+third_party/WebKit/public/web/WebFindOptions.h", | 140 "+third_party/WebKit/public/web/WebFindOptions.h", |
| 140 "+third_party/WebKit/public/web/WebInputEvent.h", | 141 "+third_party/WebKit/public/web/WebInputEvent.h", |
| 141 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", | 142 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", |
| 142 "+third_party/WebKit/public/web/WebNotificationPresenter.h", | 143 "+third_party/WebKit/public/web/WebNotificationPresenter.h", |
| 143 "+third_party/WebKit/public/web/WebPageVisibilityState.h", | 144 "+third_party/WebKit/public/web/WebPageVisibilityState.h", |
| 144 "+third_party/WebKit/public/web/WebPluginAction.h", | 145 "+third_party/WebKit/public/web/WebPluginAction.h", |
| 145 "+third_party/WebKit/public/web/WebTextDirection.h", | 146 "+third_party/WebKit/public/web/WebTextDirection.h", |
| 146 "+third_party/WebKit/public/web/WebWindowFeatures.h", | 147 "+third_party/WebKit/public/web/WebWindowFeatures.h", |
| 147 ] | 148 ] |
| OLD | NEW |