| OLD | NEW |
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+apps", | 2 "+apps", |
| 3 "+ash", | 3 "+ash", |
| 4 "+cc/paint", | 4 "+cc/paint", |
| 5 "+chrome/app", | 5 "+chrome/app", |
| 6 "+chrome/chrome_watcher", | 6 "+chrome/chrome_watcher", |
| 7 "+chrome/grit", | 7 "+chrome/grit", |
| 8 "+chrome/install_static", | 8 "+chrome/install_static", |
| 9 "+chrome/installer/util", | 9 "+chrome/installer/util", |
| 10 "+chrome_elf/blacklist", | 10 "+chrome_elf/blacklist", |
| (...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 121 "+third_party/WebKit/public/platform/modules/installedapp/installed_app_provid
er.mojom.h", | 121 "+third_party/WebKit/public/platform/modules/installedapp/installed_app_provid
er.mojom.h", |
| 122 "+third_party/WebKit/public/platform/modules/notifications/WebNotificationCons
tants.h", | 122 "+third_party/WebKit/public/platform/modules/notifications/WebNotificationCons
tants.h", |
| 123 "+third_party/WebKit/public/platform/modules/permissions/permission_status.moj
om.h", | 123 "+third_party/WebKit/public/platform/modules/permissions/permission_status.moj
om.h", |
| 124 "+third_party/WebKit/public/platform/modules/push_messaging/WebPushPermissionS
tatus.h", | 124 "+third_party/WebKit/public/platform/modules/push_messaging/WebPushPermissionS
tatus.h", |
| 125 "+third_party/WebKit/public/platform/modules/remoteplayback/WebRemotePlaybackA
vailability.h", | 125 "+third_party/WebKit/public/platform/modules/remoteplayback/WebRemotePlaybackA
vailability.h", |
| 126 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien
tationLockType.h", | 126 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien
tationLockType.h", |
| 127 "+third_party/WebKit/public/platform/modules/webshare/webshare.mojom.h", | 127 "+third_party/WebKit/public/platform/modules/webshare/webshare.mojom.h", |
| 128 "+third_party/WebKit/public/platform/site_engagement.mojom.h", | 128 "+third_party/WebKit/public/platform/site_engagement.mojom.h", |
| 129 "+third_party/WebKit/public/public_features.h", | 129 "+third_party/WebKit/public/public_features.h", |
| 130 "+third_party/WebKit/public/web/WebContextMenuData.h", | 130 "+third_party/WebKit/public/web/WebContextMenuData.h", |
| 131 "+third_party/WebKit/public/web/WebDataSaverFlag.h", |
| 131 "+third_party/WebKit/public/web/WebFindOptions.h", | 132 "+third_party/WebKit/public/web/WebFindOptions.h", |
| 132 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", | 133 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", |
| 133 "+third_party/WebKit/public/web/WebPluginAction.h", | 134 "+third_party/WebKit/public/web/WebPluginAction.h", |
| 134 "+third_party/WebKit/public/web/WebTextDirection.h", | 135 "+third_party/WebKit/public/web/WebTextDirection.h", |
| 135 "+third_party/WebKit/public/web/window_features.mojom.h", | 136 "+third_party/WebKit/public/web/window_features.mojom.h", |
| 136 ] | 137 ] |
| OLD | NEW |