| OLD | NEW |
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+apps", | 2 "+apps", |
| 3 "+ash", | 3 "+ash", |
| 4 "+athena/content/public", | 4 "+athena/content/public", |
| 5 "+chrome/app", | 5 "+chrome/app", |
| 6 "+chrome/chrome_watcher", | 6 "+chrome/chrome_watcher", |
| 7 "+chrome/grit", # For generated headers | 7 "+chrome/grit", # For generated headers |
| 8 "+chrome/installer", | 8 "+chrome/installer", |
| 9 "+chrome_elf/blacklist", | 9 "+chrome_elf/blacklist", |
| 10 "+chrome_elf/chrome_elf_constants.h", | 10 "+chrome_elf/chrome_elf_constants.h", |
| (...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 109 "+extensions/components/javascript_dialog_extensions_client", | 109 "+extensions/components/javascript_dialog_extensions_client", |
| 110 "+extensions/grit", | 110 "+extensions/grit", |
| 111 "+extensions/test", | 111 "+extensions/test", |
| 112 "+gin", | 112 "+gin", |
| 113 "+google/cacheinvalidation", # Sync invalidation API protobuf files. | 113 "+google/cacheinvalidation", # Sync invalidation API protobuf files. |
| 114 "+google_apis", | 114 "+google_apis", |
| 115 "+google_update", | 115 "+google_update", |
| 116 "+grit", # TODO(thestig) Remove. For generated headers | 116 "+grit", # TODO(thestig) Remove. For generated headers |
| 117 "+installer_util_strings", # For generated headers | 117 "+installer_util_strings", # For generated headers |
| 118 "+jni", | 118 "+jni", |
| 119 "+media/audio", # For media audio hang monitor. |
| 119 "+media/base", # For media switches | 120 "+media/base", # For media switches |
| 120 "+policy", # For generated headers and source | 121 "+policy", # For generated headers and source |
| 121 "+ppapi/c", # For various types. | 122 "+ppapi/c", # For various types. |
| 122 "+ppapi/host", | 123 "+ppapi/host", |
| 123 "+ppapi/proxy", | 124 "+ppapi/proxy", |
| 124 "+ppapi/shared_impl", | 125 "+ppapi/shared_impl", |
| 125 # Defines some types that are marshalled over IPC. | 126 # Defines some types that are marshalled over IPC. |
| 126 "+ppapi/shared_impl/ppp_flash_browser_operations_shared.h", | 127 "+ppapi/shared_impl/ppp_flash_browser_operations_shared.h", |
| 127 "+rlz", | 128 "+rlz", |
| 128 "+sandbox/win/src", # The path doesn't say it, but this is the Windows sandbo
x. | 129 "+sandbox/win/src", # The path doesn't say it, but this is the Windows sandbo
x. |
| (...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 177 "+third_party/WebKit/public/platform/modules/push_messaging/WebPushPermissionS
tatus.h", | 178 "+third_party/WebKit/public/platform/modules/push_messaging/WebPushPermissionS
tatus.h", |
| 178 "+third_party/WebKit/public/web/WebCache.h", | 179 "+third_party/WebKit/public/web/WebCache.h", |
| 179 "+third_party/WebKit/public/web/WebContextMenuData.h", | 180 "+third_party/WebKit/public/web/WebContextMenuData.h", |
| 180 "+third_party/WebKit/public/web/WebFindOptions.h", | 181 "+third_party/WebKit/public/web/WebFindOptions.h", |
| 181 "+third_party/WebKit/public/web/WebInputEvent.h", | 182 "+third_party/WebKit/public/web/WebInputEvent.h", |
| 182 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", | 183 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", |
| 183 "+third_party/WebKit/public/web/WebPluginAction.h", | 184 "+third_party/WebKit/public/web/WebPluginAction.h", |
| 184 "+third_party/WebKit/public/web/WebTextDirection.h", | 185 "+third_party/WebKit/public/web/WebTextDirection.h", |
| 185 "+third_party/WebKit/public/web/WebWindowFeatures.h", | 186 "+third_party/WebKit/public/web/WebWindowFeatures.h", |
| 186 ] | 187 ] |
| OLD | NEW |