diff options
author | jamescook@chromium.org <jamescook@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-20 19:56:10 +0000 |
---|---|---|
committer | jamescook@chromium.org <jamescook@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-20 19:56:10 +0000 |
commit | 0a17dfb8875b1474bd31090e12df6b0cdf3a85f8 (patch) | |
tree | 863e92fec8e89c1a01293e43dfbe7c3e6d5888ed /extensions/DEPS | |
parent | 0542eda5fa7a0153017c292dc3c73036abb41f69 (diff) | |
download | chromium_src-0a17dfb8875b1474bd31090e12df6b0cdf3a85f8.zip chromium_src-0a17dfb8875b1474bd31090e12df6b0cdf3a85f8.tar.gz chromium_src-0a17dfb8875b1474bd31090e12df6b0cdf3a85f8.tar.bz2 |
Clean up DEPS in src/apps and src/extensions
Push DEPS into extensions/browser and extensions/common, improve docs, and
clean up an old extension_function_dispatcher.h reference.
BUG=none
TEST=none
R=yoz@chromium.org
Review URL: https://codereview.chromium.org/206563003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@258384 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'extensions/DEPS')
-rw-r--r-- | extensions/DEPS | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/extensions/DEPS b/extensions/DEPS index 0e342b0..038ba10 100644 --- a/extensions/DEPS +++ b/extensions/DEPS @@ -1,3 +1,6 @@ +# NOTE: Please only include major-module dependencies here. +# Individual file include rules should live in extensions/browser/DEPS or +# extensions/common/DEPS. include_rules = [ "+components/url_matcher", "+content/public/common", @@ -6,16 +9,9 @@ include_rules = [ "+ui" ] -# More specific rules for what we are allowed to include. +# Allow test support. specific_include_rules = { ".*test\.(h|cc)$": [ "+content/public/test", ], - # Temporary includes for tests. - "^permissions_data_unittest\.cc$": [ - "+chrome/common/chrome_version_info.h", - "+chrome/common/extensions/extension_test_util.h", - "+chrome/common/extensions/features/feature_channel.h", - "+chrome/common/extensions/permissions/socket_permission.h", - ], } |