| 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/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 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 97 "+installer_util_strings", # For generated headers | 97 "+installer_util_strings", # For generated headers |
| 98 "+jni", | 98 "+jni", |
| 99 "+media/base", # For media switches | 99 "+media/base", # For media switches |
| 100 "+policy", # For generated headers and source | 100 "+policy", # For generated headers and source |
| 101 "+ppapi/c", # For various types. | 101 "+ppapi/c", # For various types. |
| 102 "+ppapi/host", | 102 "+ppapi/host", |
| 103 "+ppapi/proxy", | 103 "+ppapi/proxy", |
| 104 "+ppapi/shared_impl", | 104 "+ppapi/shared_impl", |
| 105 # Defines some types that are marshalled over IPC. | 105 # Defines some types that are marshalled over IPC. |
| 106 "+ppapi/shared_impl/ppp_flash_browser_operations_shared.h", | 106 "+ppapi/shared_impl/ppp_flash_browser_operations_shared.h", |
| 107 # For remote assistance on Chrome OS. |
| 108 "+remoting/host/chromeos", |
| 109 "+remoting/host/it2me", |
| 107 "+rlz", | 110 "+rlz", |
| 108 "+sandbox/win/src", # The path doesn't say it, but this is the Windows sandbo
x. | 111 "+sandbox/win/src", # The path doesn't say it, but this is the Windows sandbo
x. |
| 109 "+skia/ext", | 112 "+skia/ext", |
| 110 "+sync/api", # Sync API files. | 113 "+sync/api", # Sync API files. |
| 111 "+sync/internal_api/public/attachments", # Needed for tests. | 114 "+sync/internal_api/public/attachments", # Needed for tests. |
| 112 "+sync/protocol", # Sync protobuf files. | 115 "+sync/protocol", # Sync protobuf files. |
| 113 "+sync/util", # Sync utilities like GetSessionName. | 116 "+sync/util", # Sync utilities like GetSessionName. |
| 114 "+third_party/cros_system_api", | 117 "+third_party/cros_system_api", |
| 115 "+win8/util", | 118 "+win8/util", |
| 116 | 119 |
| (...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 159 "+third_party/WebKit/public/web/WebCache.h", | 162 "+third_party/WebKit/public/web/WebCache.h", |
| 160 "+third_party/WebKit/public/web/WebContextMenuData.h", | 163 "+third_party/WebKit/public/web/WebContextMenuData.h", |
| 161 "+third_party/WebKit/public/web/WebFindOptions.h", | 164 "+third_party/WebKit/public/web/WebFindOptions.h", |
| 162 "+third_party/WebKit/public/web/WebInputEvent.h", | 165 "+third_party/WebKit/public/web/WebInputEvent.h", |
| 163 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", | 166 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", |
| 164 "+third_party/WebKit/public/web/WebPageVisibilityState.h", | 167 "+third_party/WebKit/public/web/WebPageVisibilityState.h", |
| 165 "+third_party/WebKit/public/web/WebPluginAction.h", | 168 "+third_party/WebKit/public/web/WebPluginAction.h", |
| 166 "+third_party/WebKit/public/web/WebTextDirection.h", | 169 "+third_party/WebKit/public/web/WebTextDirection.h", |
| 167 "+third_party/WebKit/public/web/WebWindowFeatures.h", | 170 "+third_party/WebKit/public/web/WebWindowFeatures.h", |
| 168 ] | 171 ] |
| OLD | NEW |