diff options
author | jamescook@chromium.org <jamescook@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-23 02:40:13 +0000 |
---|---|---|
committer | jamescook@chromium.org <jamescook@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-23 02:40:13 +0000 |
commit | 62316842a1d7b91b4d4854a73ebf156a776f15c6 (patch) | |
tree | 0683b0c6589c34162406393c970dd6ac3c1ffd06 /apps/DEPS | |
parent | a47f870c7964dac5c15d1e8351bab425ec07ee70 (diff) | |
download | chromium_src-62316842a1d7b91b4d4854a73ebf156a776f15c6.zip chromium_src-62316842a1d7b91b4d4854a73ebf156a776f15c6.tar.gz chromium_src-62316842a1d7b91b4d4854a73ebf156a776f15c6.tar.bz2 |
apps: Remove unnecessary includes of extension_constants.h
This allows it to be pushed from apps/DEPS to apps/app_shim/DEPS.
The latter should be moved back into chrome/, so there's not much
point to refactoring away the remaining reference.
BUG=310174,266705
TEST=compiles, checkdeps has no errors
Review URL: https://codereview.chromium.org/35523003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@230292 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'apps/DEPS')
-rw-r--r-- | apps/DEPS | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -47,7 +47,6 @@ include_rules = [ "+chrome/common/extensions/api/app_runtime.h", "+chrome/common/extensions/api/app_window.h", "+chrome/common/extensions/extension.h", - "+chrome/common/extensions/extension_constants.h", "+chrome/common/extensions/extension_messages.h", "+chrome/common/extensions/extension_set.h", "+chrome/common/extensions/manifest_handlers/icons_handler.h", |