| 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 "+chromeos", | 6 "+chromeos", |
| 7 "+components/autofill/content/browser", | 7 "+components/autofill/content/browser", |
| 8 "+components/autofill/content/common", | 8 "+components/autofill/content/common", |
| 9 "+components/autofill/core/browser", | 9 "+components/autofill/core/browser", |
| 10 "+components/autofill/core/common", | 10 "+components/autofill/core/common", |
| 11 "+components/breakpad", | 11 "+components/breakpad", |
| 12 "+components/browser_context_keyed_service", | 12 "+components/browser_context_keyed_service", |
| 13 "+components/dom_distiller", | 13 "+components/dom_distiller", |
| 14 "+components/language_usage_metrics", |
| 14 "+components/nacl/browser", | 15 "+components/nacl/browser", |
| 15 "+components/nacl/common", | 16 "+components/nacl/common", |
| 16 "+components/navigation_interception", | 17 "+components/navigation_interception", |
| 17 "+components/navigation_metrics", | 18 "+components/navigation_metrics", |
| 18 "+components/policy", | 19 "+components/policy", |
| 19 "+components/precache", | 20 "+components/precache", |
| 20 "+components/sessions", | 21 "+components/sessions", |
| 21 "+components/signin", | 22 "+components/signin", |
| 22 "+components/startup_metric_utils", | 23 "+components/startup_metric_utils", |
| 23 "+components/translate/core/browser", | 24 "+components/translate/core/browser", |
| (...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 99 "+third_party/WebKit/public/web/WebCache.h", | 100 "+third_party/WebKit/public/web/WebCache.h", |
| 100 "+third_party/WebKit/public/web/WebContextMenuData.h", | 101 "+third_party/WebKit/public/web/WebContextMenuData.h", |
| 101 "+third_party/WebKit/public/web/WebFindOptions.h", | 102 "+third_party/WebKit/public/web/WebFindOptions.h", |
| 102 "+third_party/WebKit/public/web/WebInputEvent.h", | 103 "+third_party/WebKit/public/web/WebInputEvent.h", |
| 103 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", | 104 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", |
| 104 "+third_party/WebKit/public/web/WebNotificationPresenter.h", | 105 "+third_party/WebKit/public/web/WebNotificationPresenter.h", |
| 105 "+third_party/WebKit/public/web/WebPluginAction.h", | 106 "+third_party/WebKit/public/web/WebPluginAction.h", |
| 106 "+third_party/WebKit/public/web/WebTextDirection.h", | 107 "+third_party/WebKit/public/web/WebTextDirection.h", |
| 107 "+third_party/WebKit/public/web/WebWindowFeatures.h", | 108 "+third_party/WebKit/public/web/WebWindowFeatures.h", |
| 108 ] | 109 ] |
| OLD | NEW |