| 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 28 matching lines...) Expand all Loading... |
| 39 "+components/storage_monitor", | 39 "+components/storage_monitor", |
| 40 "+components/sync_driver", | 40 "+components/sync_driver", |
| 41 "+components/translate/content/browser", | 41 "+components/translate/content/browser", |
| 42 "+components/translate/content/common", | 42 "+components/translate/content/common", |
| 43 "+components/translate/core/browser", | 43 "+components/translate/core/browser", |
| 44 "+components/translate/core/common", | 44 "+components/translate/core/common", |
| 45 "+components/url_matcher", | 45 "+components/url_matcher", |
| 46 "+components/user_prefs", | 46 "+components/user_prefs", |
| 47 "+components/web_modal", | 47 "+components/web_modal", |
| 48 "+components/webdata/common", | 48 "+components/webdata/common", |
| 49 "+content/common", |
| 49 "+content/public/browser", | 50 "+content/public/browser", |
| 50 "+content/test/net", | 51 "+content/test/net", |
| 51 "+courgette", | 52 "+courgette", |
| 52 "+device/bluetooth", | 53 "+device/bluetooth", |
| 53 "+device/media_transfer_protocol", | 54 "+device/media_transfer_protocol", |
| 54 "+extensions/browser", | 55 "+extensions/browser", |
| 55 "+extensions/common", | 56 "+extensions/common", |
| 56 "+google/cacheinvalidation", # Sync invalidation API protobuf files. | 57 "+google/cacheinvalidation", # Sync invalidation API protobuf files. |
| 57 "+google_apis", | 58 "+google_apis", |
| 58 "+google_update", | 59 "+google_update", |
| (...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 120 "+third_party/WebKit/public/web/WebContextMenuData.h", | 121 "+third_party/WebKit/public/web/WebContextMenuData.h", |
| 121 "+third_party/WebKit/public/web/WebFindOptions.h", | 122 "+third_party/WebKit/public/web/WebFindOptions.h", |
| 122 "+third_party/WebKit/public/web/WebInputEvent.h", | 123 "+third_party/WebKit/public/web/WebInputEvent.h", |
| 123 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", | 124 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", |
| 124 "+third_party/WebKit/public/web/WebNotificationPresenter.h", | 125 "+third_party/WebKit/public/web/WebNotificationPresenter.h", |
| 125 "+third_party/WebKit/public/web/WebPageVisibilityState.h", | 126 "+third_party/WebKit/public/web/WebPageVisibilityState.h", |
| 126 "+third_party/WebKit/public/web/WebPluginAction.h", | 127 "+third_party/WebKit/public/web/WebPluginAction.h", |
| 127 "+third_party/WebKit/public/web/WebTextDirection.h", | 128 "+third_party/WebKit/public/web/WebTextDirection.h", |
| 128 "+third_party/WebKit/public/web/WebWindowFeatures.h", | 129 "+third_party/WebKit/public/web/WebWindowFeatures.h", |
| 129 ] | 130 ] |
| OLD | NEW |