| 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 22 matching lines...) Expand all Loading... |
| 33 "+components/storage_monitor", | 33 "+components/storage_monitor", |
| 34 "+components/translate/content/browser", | 34 "+components/translate/content/browser", |
| 35 "+components/translate/core/browser", | 35 "+components/translate/core/browser", |
| 36 "+components/translate/core/common", | 36 "+components/translate/core/common", |
| 37 "+components/url_matcher", | 37 "+components/url_matcher", |
| 38 "+components/user_prefs", | 38 "+components/user_prefs", |
| 39 "+components/web_modal", | 39 "+components/web_modal", |
| 40 "+components/webdata/common", | 40 "+components/webdata/common", |
| 41 "+content/public/browser", | 41 "+content/public/browser", |
| 42 "+content/test/net", | 42 "+content/test/net", |
| 43 "+courgette", |
| 43 "+device/bluetooth", | 44 "+device/bluetooth", |
| 44 "+device/media_transfer_protocol", | 45 "+device/media_transfer_protocol", |
| 45 "+extensions/browser", | 46 "+extensions/browser", |
| 46 "+extensions/common", | 47 "+extensions/common", |
| 47 "+google/cacheinvalidation", # Sync invalidation API protobuf files. | 48 "+google/cacheinvalidation", # Sync invalidation API protobuf files. |
| 48 "+google_apis", | 49 "+google_apis", |
| 49 "+google_update", | 50 "+google_update", |
| 50 "+grit", # For generated headers | 51 "+grit", # For generated headers |
| 51 "+installer_util_strings", # For generated headers | 52 "+installer_util_strings", # For generated headers |
| 52 "+jni", | 53 "+jni", |
| (...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 111 "+third_party/WebKit/public/web/WebContextMenuData.h", | 112 "+third_party/WebKit/public/web/WebContextMenuData.h", |
| 112 "+third_party/WebKit/public/web/WebFindOptions.h", | 113 "+third_party/WebKit/public/web/WebFindOptions.h", |
| 113 "+third_party/WebKit/public/web/WebInputEvent.h", | 114 "+third_party/WebKit/public/web/WebInputEvent.h", |
| 114 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", | 115 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", |
| 115 "+third_party/WebKit/public/web/WebNotificationPresenter.h", | 116 "+third_party/WebKit/public/web/WebNotificationPresenter.h", |
| 116 "+third_party/WebKit/public/web/WebPageVisibilityState.h", | 117 "+third_party/WebKit/public/web/WebPageVisibilityState.h", |
| 117 "+third_party/WebKit/public/web/WebPluginAction.h", | 118 "+third_party/WebKit/public/web/WebPluginAction.h", |
| 118 "+third_party/WebKit/public/web/WebTextDirection.h", | 119 "+third_party/WebKit/public/web/WebTextDirection.h", |
| 119 "+third_party/WebKit/public/web/WebWindowFeatures.h", | 120 "+third_party/WebKit/public/web/WebWindowFeatures.h", |
| 120 ] | 121 ] |
| OLD | NEW |