Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+apps", | 2 "+apps", |
| 3 "+ash", | 3 "+ash", |
| 4 "+chrome/app", | 4 "+chrome/app", |
| 5 "+chrome/installer", | 5 "+chrome/installer", |
| 6 "+chrome_elf/blacklist", | 6 "+chrome_elf/blacklist", |
| 7 "+chrome_elf/chrome_elf_constants.h", | 7 "+chrome_elf/chrome_elf_constants.h", |
| 8 "+chrome_elf/create_file", | 8 "+chrome_elf/create_file", |
| 9 "+chrome_elf/dll_hash", | 9 "+chrome_elf/dll_hash", |
| 10 "+chromeos", | 10 "+chromeos", |
| (...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 77 "+media/base", # For media switches | 77 "+media/base", # For media switches |
| 78 "+policy", # For generated headers and source | 78 "+policy", # For generated headers and source |
| 79 "+ppapi/c", # For various types. | 79 "+ppapi/c", # For various types. |
| 80 "+ppapi/host", | 80 "+ppapi/host", |
| 81 "+ppapi/proxy", | 81 "+ppapi/proxy", |
| 82 "+ppapi/shared_impl", | 82 "+ppapi/shared_impl", |
| 83 # Defines some types that are marshalled over IPC. | 83 # Defines some types that are marshalled over IPC. |
| 84 "+ppapi/shared_impl/ppp_flash_browser_operations_shared.h", | 84 "+ppapi/shared_impl/ppp_flash_browser_operations_shared.h", |
| 85 "+rlz", | 85 "+rlz", |
| 86 "+sandbox/win/src", # The path doesn't say it, but this is the Windows sandbo x. | 86 "+sandbox/win/src", # The path doesn't say it, but this is the Windows sandbo x. |
| 87 "+sdch/open-vcdiff", # Just for tests. | |
|
jochen (gone - plz use gerrit)
2014/07/11 09:30:08
should be in chrome/browser/net/DEPS, and maybe a
Randy Smith (Not in Mondays)
2014/07/21 19:26:45
Done.
| |
| 87 "+skia/ext", | 88 "+skia/ext", |
| 88 "+sync/api", # Sync API files. | 89 "+sync/api", # Sync API files. |
| 89 "+sync/notifier", # Sync invalidation API files. | 90 "+sync/notifier", # Sync invalidation API files. |
| 90 "+sync/protocol", # Sync protobuf files. | 91 "+sync/protocol", # Sync protobuf files. |
| 91 "+third_party/cros_system_api", | 92 "+third_party/cros_system_api", |
| 92 "+win8/util", | 93 "+win8/util", |
| 93 | 94 |
| 94 # chrome only needs switches from cc. All usage of the compositor is from | 95 # chrome only needs switches from cc. All usage of the compositor is from |
| 95 # content. Definitely don't include generic stuff from cc/base here, if this | 96 # content. Definitely don't include generic stuff from cc/base here, if this |
| 96 # is needed these files need to move to base/ | 97 # is needed these files need to move to base/ |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 137 "+third_party/WebKit/public/web/WebContextMenuData.h", | 138 "+third_party/WebKit/public/web/WebContextMenuData.h", |
| 138 "+third_party/WebKit/public/web/WebFindOptions.h", | 139 "+third_party/WebKit/public/web/WebFindOptions.h", |
| 139 "+third_party/WebKit/public/web/WebInputEvent.h", | 140 "+third_party/WebKit/public/web/WebInputEvent.h", |
| 140 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", | 141 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", |
| 141 "+third_party/WebKit/public/web/WebNotificationPresenter.h", | 142 "+third_party/WebKit/public/web/WebNotificationPresenter.h", |
| 142 "+third_party/WebKit/public/web/WebPageVisibilityState.h", | 143 "+third_party/WebKit/public/web/WebPageVisibilityState.h", |
| 143 "+third_party/WebKit/public/web/WebPluginAction.h", | 144 "+third_party/WebKit/public/web/WebPluginAction.h", |
| 144 "+third_party/WebKit/public/web/WebTextDirection.h", | 145 "+third_party/WebKit/public/web/WebTextDirection.h", |
| 145 "+third_party/WebKit/public/web/WebWindowFeatures.h", | 146 "+third_party/WebKit/public/web/WebWindowFeatures.h", |
| 146 ] | 147 ] |
| OLD | NEW |