| OLD | NEW |
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+apps", | 2 "+apps", |
| 3 "+ash", | 3 "+ash", |
| 4 "+chrome/app", | 4 "+chrome/app", |
| 5 "+chrome/chrome_watcher", | 5 "+chrome/chrome_watcher", |
| 6 "+chrome/grit", # For generated headers | 6 "+chrome/grit", # For generated headers |
| 7 "+chrome/installer", | 7 "+chrome/installer", |
| 8 "+chrome_elf/blacklist", | 8 "+chrome_elf/blacklist", |
| 9 "+chrome_elf/chrome_elf_constants.h", | 9 "+chrome_elf/chrome_elf_constants.h", |
| 10 "+chrome_elf/create_file", | 10 "+chrome_elf/create_file", |
| (...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 140 "+google/cacheinvalidation", # Sync invalidation API protobuf files. | 140 "+google/cacheinvalidation", # Sync invalidation API protobuf files. |
| 141 "+google_apis", | 141 "+google_apis", |
| 142 "+google_update", | 142 "+google_update", |
| 143 "+grit", # TODO(thestig) Remove. For generated headers | 143 "+grit", # TODO(thestig) Remove. For generated headers |
| 144 "+installer_util_strings", # For generated headers | 144 "+installer_util_strings", # For generated headers |
| 145 "+jni", | 145 "+jni", |
| 146 "+media/audio", # For media audio hang monitor. | 146 "+media/audio", # For media audio hang monitor. |
| 147 "+media/base", # For media switches | 147 "+media/base", # For media switches |
| 148 "+media/midi", # For midi switches | 148 "+media/midi", # For midi switches |
| 149 "+mojo/application/public/cpp", | 149 "+mojo/application/public/cpp", |
| 150 "+mojo/runner/child", | |
| 151 "+policy", # For generated headers and source | 150 "+policy", # For generated headers and source |
| 152 "+ppapi/c", # For various types. | 151 "+ppapi/c", # For various types. |
| 153 "+ppapi/host", | 152 "+ppapi/host", |
| 154 "+ppapi/proxy", | 153 "+ppapi/proxy", |
| 155 "+ppapi/shared_impl", | 154 "+ppapi/shared_impl", |
| 156 # Defines some types that are marshalled over IPC. | 155 # Defines some types that are marshalled over IPC. |
| 157 "+ppapi/shared_impl/ppp_flash_browser_operations_shared.h", | 156 "+ppapi/shared_impl/ppp_flash_browser_operations_shared.h", |
| 158 "+rlz", | 157 "+rlz", |
| 159 "+sandbox/win/src", # The path doesn't say it, but this is the Windows sandbo
x. | 158 "+sandbox/win/src", # The path doesn't say it, but this is the Windows sandbo
x. |
| 160 "+skia/ext", | 159 "+skia/ext", |
| (...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 208 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien
tationLockType.h", | 207 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien
tationLockType.h", |
| 209 "+third_party/WebKit/public/web/WebCache.h", | 208 "+third_party/WebKit/public/web/WebCache.h", |
| 210 "+third_party/WebKit/public/web/WebContextMenuData.h", | 209 "+third_party/WebKit/public/web/WebContextMenuData.h", |
| 211 "+third_party/WebKit/public/web/WebFindOptions.h", | 210 "+third_party/WebKit/public/web/WebFindOptions.h", |
| 212 "+third_party/WebKit/public/web/WebInputEvent.h", | 211 "+third_party/WebKit/public/web/WebInputEvent.h", |
| 213 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", | 212 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", |
| 214 "+third_party/WebKit/public/web/WebPluginAction.h", | 213 "+third_party/WebKit/public/web/WebPluginAction.h", |
| 215 "+third_party/WebKit/public/web/WebTextDirection.h", | 214 "+third_party/WebKit/public/web/WebTextDirection.h", |
| 216 "+third_party/WebKit/public/web/WebWindowFeatures.h", | 215 "+third_party/WebKit/public/web/WebWindowFeatures.h", |
| 217 ] | 216 ] |
| OLD | NEW |