| 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", | 9 "+chrome/installer", |
| 10 "+chrome_elf/blacklist", | 10 "+chrome_elf/blacklist", |
| (...skipping 16 matching lines...) Expand all Loading... |
| 27 "+extensions/components/javascript_dialog_extensions_client", | 27 "+extensions/components/javascript_dialog_extensions_client", |
| 28 "+extensions/features", | 28 "+extensions/features", |
| 29 "+extensions/grit", | 29 "+extensions/grit", |
| 30 "+extensions/test", | 30 "+extensions/test", |
| 31 "+gin/public/gin_features.h", | 31 "+gin/public/gin_features.h", |
| 32 "+google/cacheinvalidation", # Sync invalidation API protobuf files. | 32 "+google/cacheinvalidation", # Sync invalidation API protobuf files. |
| 33 "+google_apis", | 33 "+google_apis", |
| 34 "+google_update", | 34 "+google_update", |
| 35 "+installer_util_strings", # For generated headers | 35 "+installer_util_strings", # For generated headers |
| 36 "+jni", | 36 "+jni", |
| 37 "+mash/public/interfaces", |
| 37 "+media/audio", # For media audio hang monitor. | 38 "+media/audio", # For media audio hang monitor. |
| 38 "+media/base", # For media switches | 39 "+media/base", # For media switches |
| 39 "+media/cdm/cdm_paths.h", | 40 "+media/cdm/cdm_paths.h", |
| 40 "+media/midi", # For midi switches | 41 "+media/midi", # For midi switches |
| 41 "+media/mojo", # For mojo media services. | 42 "+media/mojo", # For mojo media services. |
| 42 "+ppapi/c", # For various types. | 43 "+ppapi/c", # For various types. |
| 43 "+ppapi/host", | 44 "+ppapi/host", |
| 44 "+ppapi/proxy", | 45 "+ppapi/proxy", |
| 45 "+ppapi/shared_impl", | 46 "+ppapi/shared_impl", |
| 46 "+rlz", | 47 "+rlz", |
| (...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 114 "+third_party/WebKit/public/platform/modules/webshare/webshare.mojom.h", | 115 "+third_party/WebKit/public/platform/modules/webshare/webshare.mojom.h", |
| 115 "+third_party/WebKit/public/platform/site_engagement.mojom.h", | 116 "+third_party/WebKit/public/platform/site_engagement.mojom.h", |
| 116 "+third_party/WebKit/public/public_features.h", | 117 "+third_party/WebKit/public/public_features.h", |
| 117 "+third_party/WebKit/public/web/WebContextMenuData.h", | 118 "+third_party/WebKit/public/web/WebContextMenuData.h", |
| 118 "+third_party/WebKit/public/web/WebFindOptions.h", | 119 "+third_party/WebKit/public/web/WebFindOptions.h", |
| 119 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", | 120 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", |
| 120 "+third_party/WebKit/public/web/WebPluginAction.h", | 121 "+third_party/WebKit/public/web/WebPluginAction.h", |
| 121 "+third_party/WebKit/public/web/WebTextDirection.h", | 122 "+third_party/WebKit/public/web/WebTextDirection.h", |
| 122 "+third_party/WebKit/public/web/window_features.mojom.h", | 123 "+third_party/WebKit/public/web/window_features.mojom.h", |
| 123 ] | 124 ] |
| OLD | NEW |