summaryrefslogtreecommitdiffstats
path: root/apps/DEPS
diff options
context:
space:
mode:
authorjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-10-03 15:20:41 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-10-03 15:20:41 +0000
commit5c112484c0a484e955a5a7ed94deb8061bd7aedb (patch)
tree4598139f10e7383a5fc017d94482fa9d68185d0d /apps/DEPS
parent36316de553d9aa8a0aa120d1086a01727ee4595c (diff)
downloadchromium_src-5c112484c0a484e955a5a7ed94deb8061bd7aedb.zip
chromium_src-5c112484c0a484e955a5a7ed94deb8061bd7aedb.tar.gz
chromium_src-5c112484c0a484e955a5a7ed94deb8061bd7aedb.tar.bz2
Tighten up DEPS rules allowing content to ensure that only public parts of content are allowed.
R=benwells@chromium.org Review URL: https://codereview.chromium.org/25462005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@226755 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'apps/DEPS')
-rw-r--r--apps/DEPS4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/DEPS b/apps/DEPS
index 17a23d1..86a8099 100644
--- a/apps/DEPS
+++ b/apps/DEPS
@@ -1,6 +1,8 @@
include_rules = [
"+base",
- "+content",
+ "+content/public/browser",
+ "+content/public/common",
+ "+content/public/test",
"+components/browser_context_keyed_service",
"+components/user_prefs/pref_registry_syncable.h",
"+components/web_modal",