| 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 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 90 "+components/translate/content/browser", | 90 "+components/translate/content/browser", |
| 91 "+components/translate/content/common", | 91 "+components/translate/content/common", |
| 92 "+components/translate/core/browser", | 92 "+components/translate/core/browser", |
| 93 "+components/translate/core/common", | 93 "+components/translate/core/common", |
| 94 "+components/ui", | 94 "+components/ui", |
| 95 "+components/undo", | 95 "+components/undo", |
| 96 "+components/update_client", | 96 "+components/update_client", |
| 97 "+components/url_matcher", | 97 "+components/url_matcher", |
| 98 "+components/user_manager", | 98 "+components/user_manager", |
| 99 "+components/user_prefs", | 99 "+components/user_prefs", |
| 100 "+components/version_info", |
| 100 "+components/web_modal", | 101 "+components/web_modal", |
| 101 "+components/web_cache/browser", | 102 "+components/web_cache/browser", |
| 102 "+components/webdata/common", | 103 "+components/webdata/common", |
| 103 "+components/webdata_services", | 104 "+components/webdata_services", |
| 104 "+components/web_resource", | 105 "+components/web_resource", |
| 105 "+content/public/browser", | 106 "+content/public/browser", |
| 106 "+content/test/net", | 107 "+content/test/net", |
| 107 "+courgette", | 108 "+courgette", |
| 108 "+device/bluetooth", | 109 "+device/bluetooth", |
| 109 "+device/core", | 110 "+device/core", |
| (...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 186 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien
tationLockType.h", | 187 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien
tationLockType.h", |
| 187 "+third_party/WebKit/public/web/WebCache.h", | 188 "+third_party/WebKit/public/web/WebCache.h", |
| 188 "+third_party/WebKit/public/web/WebContextMenuData.h", | 189 "+third_party/WebKit/public/web/WebContextMenuData.h", |
| 189 "+third_party/WebKit/public/web/WebFindOptions.h", | 190 "+third_party/WebKit/public/web/WebFindOptions.h", |
| 190 "+third_party/WebKit/public/web/WebInputEvent.h", | 191 "+third_party/WebKit/public/web/WebInputEvent.h", |
| 191 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", | 192 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", |
| 192 "+third_party/WebKit/public/web/WebPluginAction.h", | 193 "+third_party/WebKit/public/web/WebPluginAction.h", |
| 193 "+third_party/WebKit/public/web/WebTextDirection.h", | 194 "+third_party/WebKit/public/web/WebTextDirection.h", |
| 194 "+third_party/WebKit/public/web/WebWindowFeatures.h", | 195 "+third_party/WebKit/public/web/WebWindowFeatures.h", |
| 195 ] | 196 ] |
| OLD | NEW |