| OLD | NEW |
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+apps", | 2 "+apps", |
| 3 "+chrome/app", | 3 "+chrome/app", |
| 4 "+chrome/installer", | 4 "+chrome/installer", |
| 5 "+chromeos", | 5 "+chromeos", |
| 6 "+components/autofill/content/browser", | 6 "+components/autofill/content/browser", |
| 7 "+components/autofill/core/browser", | 7 "+components/autofill/core/browser", |
| 8 "+components/autofill/core/common", | 8 "+components/autofill/core/common", |
| 9 "+components/breakpad", | 9 "+components/breakpad", |
| 10 "+components/browser_context_keyed_service", | 10 "+components/browser_context_keyed_service", |
| 11 "+components/nacl/common", | 11 "+components/nacl/common", |
| 12 "+components/navigation_interception", | 12 "+components/navigation_interception", |
| 13 "+components/policy", | 13 "+components/policy", |
| 14 "+components/precache", |
| 14 "+components/startup_metric_utils", | 15 "+components/startup_metric_utils", |
| 15 "+components/translate/common", | 16 "+components/translate/common", |
| 16 "+components/user_prefs", | 17 "+components/user_prefs", |
| 17 "+components/webdata", | 18 "+components/webdata", |
| 18 "+components/web_modal", | 19 "+components/web_modal", |
| 19 "+content/public/browser", | 20 "+content/public/browser", |
| 20 "+device/bluetooth", | 21 "+device/bluetooth", |
| 21 "+device/media_transfer_protocol", | 22 "+device/media_transfer_protocol", |
| 22 "+extensions/browser", | 23 "+extensions/browser", |
| 23 "+extensions/common", | 24 "+extensions/common", |
| (...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 80 "+third_party/WebKit/public/web/WebCursorInfo.h", | 81 "+third_party/WebKit/public/web/WebCursorInfo.h", |
| 81 "+third_party/WebKit/public/web/WebFindOptions.h", | 82 "+third_party/WebKit/public/web/WebFindOptions.h", |
| 82 "+third_party/WebKit/public/web/WebInputEvent.h", | 83 "+third_party/WebKit/public/web/WebInputEvent.h", |
| 83 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", | 84 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", |
| 84 "+third_party/WebKit/public/web/WebNotificationPresenter.h", | 85 "+third_party/WebKit/public/web/WebNotificationPresenter.h", |
| 85 "+third_party/WebKit/public/web/WebPluginAction.h", | 86 "+third_party/WebKit/public/web/WebPluginAction.h", |
| 86 "+third_party/WebKit/public/web/WebScreenInfo.h", | 87 "+third_party/WebKit/public/web/WebScreenInfo.h", |
| 87 "+third_party/WebKit/public/web/WebTextDirection.h", | 88 "+third_party/WebKit/public/web/WebTextDirection.h", |
| 88 "+third_party/WebKit/public/web/WebWindowFeatures.h", | 89 "+third_party/WebKit/public/web/WebWindowFeatures.h", |
| 89 ] | 90 ] |
| OLD | NEW |