| 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 23 matching lines...) Expand all Loading... |
| 34 "+google_apis", | 34 "+google_apis", |
| 35 "+google_update", | 35 "+google_update", |
| 36 "+installer_util_strings", # For generated headers | 36 "+installer_util_strings", # For generated headers |
| 37 "+jni", | 37 "+jni", |
| 38 "+mash/public/interfaces", | 38 "+mash/public/interfaces", |
| 39 "+media/audio", # For media audio hang monitor. | 39 "+media/audio", # For media audio hang monitor. |
| 40 "+media/base", # For media switches | 40 "+media/base", # For media switches |
| 41 "+media/cdm/cdm_paths.h", | 41 "+media/cdm/cdm_paths.h", |
| 42 "+media/midi", # For midi switches | 42 "+media/midi", # For midi switches |
| 43 "+media/mojo", # For mojo media services. | 43 "+media/mojo", # For mojo media services. |
| 44 "+media/router", |
| 44 "+ppapi/c", # For various types. | 45 "+ppapi/c", # For various types. |
| 45 "+ppapi/host", | 46 "+ppapi/host", |
| 46 "+ppapi/proxy", | 47 "+ppapi/proxy", |
| 47 "+ppapi/shared_impl", | 48 "+ppapi/shared_impl", |
| 48 "+rlz", | 49 "+rlz", |
| 49 "+sandbox/win/src", # The path doesn't say it, but this is the Windows sandbo
x. | 50 "+sandbox/win/src", # The path doesn't say it, but this is the Windows sandbo
x. |
| 50 "+services/data_decoder/public/cpp", | 51 "+services/data_decoder/public/cpp", |
| 51 "+services/identity/public/interfaces", | 52 "+services/identity/public/interfaces", |
| 52 "+services/preferences/public/cpp", | 53 "+services/preferences/public/cpp", |
| 53 "+services/preferences/public/interfaces", | 54 "+services/preferences/public/interfaces", |
| (...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 123 "+third_party/WebKit/public/platform/modules/webshare/webshare.mojom.h", | 124 "+third_party/WebKit/public/platform/modules/webshare/webshare.mojom.h", |
| 124 "+third_party/WebKit/public/platform/site_engagement.mojom.h", | 125 "+third_party/WebKit/public/platform/site_engagement.mojom.h", |
| 125 "+third_party/WebKit/public/public_features.h", | 126 "+third_party/WebKit/public/public_features.h", |
| 126 "+third_party/WebKit/public/web/WebContextMenuData.h", | 127 "+third_party/WebKit/public/web/WebContextMenuData.h", |
| 127 "+third_party/WebKit/public/web/WebFindOptions.h", | 128 "+third_party/WebKit/public/web/WebFindOptions.h", |
| 128 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", | 129 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", |
| 129 "+third_party/WebKit/public/web/WebPluginAction.h", | 130 "+third_party/WebKit/public/web/WebPluginAction.h", |
| 130 "+third_party/WebKit/public/web/WebTextDirection.h", | 131 "+third_party/WebKit/public/web/WebTextDirection.h", |
| 131 "+third_party/WebKit/public/web/window_features.mojom.h", | 132 "+third_party/WebKit/public/web/window_features.mojom.h", |
| 132 ] | 133 ] |
| OLD | NEW |