| 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/chrome_watcher", | 6 "+chrome/chrome_watcher", |
| 7 "+chrome/grit", # For generated headers | 7 "+chrome/grit", # For generated headers |
| 8 "+chrome/installer", | 8 "+chrome/installer", |
| 9 "+chrome_elf/blacklist", | 9 "+chrome_elf/blacklist", |
| 10 "+chrome_elf/chrome_elf_constants.h", | 10 "+chrome_elf/chrome_elf_constants.h", |
| (...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 78 "+components/signin", | 78 "+components/signin", |
| 79 "+components/startup_metric_utils", | 79 "+components/startup_metric_utils", |
| 80 "+components/storage_monitor", | 80 "+components/storage_monitor", |
| 81 "+components/suggestions", | 81 "+components/suggestions", |
| 82 "+components/sync_driver", | 82 "+components/sync_driver", |
| 83 "+components/translate/content/browser", | 83 "+components/translate/content/browser", |
| 84 "+components/translate/content/common", | 84 "+components/translate/content/common", |
| 85 "+components/translate/core/browser", | 85 "+components/translate/core/browser", |
| 86 "+components/translate/core/common", | 86 "+components/translate/core/common", |
| 87 "+components/ui", | 87 "+components/ui", |
| 88 "+components/undo", |
| 88 "+components/update_client", | 89 "+components/update_client", |
| 89 "+components/url_matcher", | 90 "+components/url_matcher", |
| 90 "+components/user_manager", | 91 "+components/user_manager", |
| 91 "+components/user_prefs", | 92 "+components/user_prefs", |
| 92 "+components/web_modal", | 93 "+components/web_modal", |
| 93 "+components/web_cache/browser", | 94 "+components/web_cache/browser", |
| 94 "+components/webdata/common", | 95 "+components/webdata/common", |
| 95 "+components/webdata_services", | 96 "+components/webdata_services", |
| 96 "+components/web_resource", | 97 "+components/web_resource", |
| 97 "+content/public/browser", | 98 "+content/public/browser", |
| (...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 175 "+third_party/WebKit/public/platform/modules/push_messaging/WebPushPermissionS
tatus.h", | 176 "+third_party/WebKit/public/platform/modules/push_messaging/WebPushPermissionS
tatus.h", |
| 176 "+third_party/WebKit/public/web/WebCache.h", | 177 "+third_party/WebKit/public/web/WebCache.h", |
| 177 "+third_party/WebKit/public/web/WebContextMenuData.h", | 178 "+third_party/WebKit/public/web/WebContextMenuData.h", |
| 178 "+third_party/WebKit/public/web/WebFindOptions.h", | 179 "+third_party/WebKit/public/web/WebFindOptions.h", |
| 179 "+third_party/WebKit/public/web/WebInputEvent.h", | 180 "+third_party/WebKit/public/web/WebInputEvent.h", |
| 180 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", | 181 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", |
| 181 "+third_party/WebKit/public/web/WebPluginAction.h", | 182 "+third_party/WebKit/public/web/WebPluginAction.h", |
| 182 "+third_party/WebKit/public/web/WebTextDirection.h", | 183 "+third_party/WebKit/public/web/WebTextDirection.h", |
| 183 "+third_party/WebKit/public/web/WebWindowFeatures.h", | 184 "+third_party/WebKit/public/web/WebWindowFeatures.h", |
| 184 ] | 185 ] |
| OLD | NEW |