summaryrefslogtreecommitdiffstats
path: root/extensions/common/DEPS
diff options
context:
space:
mode:
authorjamescook@chromium.org <jamescook@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-20 19:56:10 +0000
committerjamescook@chromium.org <jamescook@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-20 19:56:10 +0000
commit0a17dfb8875b1474bd31090e12df6b0cdf3a85f8 (patch)
tree863e92fec8e89c1a01293e43dfbe7c3e6d5888ed /extensions/common/DEPS
parent0542eda5fa7a0153017c292dc3c73036abb41f69 (diff)
downloadchromium_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/common/DEPS')
-rw-r--r--extensions/common/DEPS8
1 files changed, 7 insertions, 1 deletions
diff --git a/extensions/common/DEPS b/extensions/common/DEPS
index b739e1d..c75b833 100644
--- a/extensions/common/DEPS
+++ b/extensions/common/DEPS
@@ -24,5 +24,11 @@ specific_include_rules = {
# Temporarily allowed testing includes. See above.
# TODO(benwells): Remove these. http://crbug.com/162530
"+chrome/common/extensions/manifest_tests/extension_manifest_test.h",
- ]
+ ],
+ "^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",
+ ],
}