| 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/core/browser", | 8 "+components/autofill/core/browser", |
| 9 "+components/autofill/core/common", | 9 "+components/autofill/core/common", |
| 10 "+components/breakpad", | 10 "+components/breakpad", |
| 11 "+components/browser_context_keyed_service", | 11 "+components/browser_context_keyed_service", |
| 12 "+components/dom_distiller", | 12 "+components/dom_distiller", |
| 13 "+components/nacl/browser", | 13 "+components/nacl/browser", |
| 14 "+components/nacl/common", | 14 "+components/nacl/common", |
| 15 "+components/navigation_interception", | 15 "+components/navigation_interception", |
| 16 "+components/navigation_metrics", | 16 "+components/navigation_metrics", |
| 17 "+components/policy", | 17 "+components/policy", |
| 18 "+components/rappor", |
| 18 "+components/sessions", | 19 "+components/sessions", |
| 19 "+components/startup_metric_utils", | 20 "+components/startup_metric_utils", |
| 20 "+components/translate/common", | 21 "+components/translate/common", |
| 21 "+components/user_prefs", | 22 "+components/user_prefs", |
| 22 "+components/webdata", | 23 "+components/webdata", |
| 23 "+components/web_modal", | 24 "+components/web_modal", |
| 24 "+content/public/browser", | 25 "+content/public/browser", |
| 25 "+content/test/net", | 26 "+content/test/net", |
| 26 "+device/bluetooth", | 27 "+device/bluetooth", |
| 27 "+device/media_transfer_protocol", | 28 "+device/media_transfer_protocol", |
| (...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 93 "+third_party/WebKit/public/web/WebCache.h", | 94 "+third_party/WebKit/public/web/WebCache.h", |
| 94 "+third_party/WebKit/public/web/WebContextMenuData.h", | 95 "+third_party/WebKit/public/web/WebContextMenuData.h", |
| 95 "+third_party/WebKit/public/web/WebFindOptions.h", | 96 "+third_party/WebKit/public/web/WebFindOptions.h", |
| 96 "+third_party/WebKit/public/web/WebInputEvent.h", | 97 "+third_party/WebKit/public/web/WebInputEvent.h", |
| 97 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", | 98 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", |
| 98 "+third_party/WebKit/public/web/WebNotificationPresenter.h", | 99 "+third_party/WebKit/public/web/WebNotificationPresenter.h", |
| 99 "+third_party/WebKit/public/web/WebPluginAction.h", | 100 "+third_party/WebKit/public/web/WebPluginAction.h", |
| 100 "+third_party/WebKit/public/web/WebTextDirection.h", | 101 "+third_party/WebKit/public/web/WebTextDirection.h", |
| 101 "+third_party/WebKit/public/web/WebWindowFeatures.h", | 102 "+third_party/WebKit/public/web/WebWindowFeatures.h", |
| 102 ] | 103 ] |
| OLD | NEW |