summaryrefslogtreecommitdiffstats
path: root/content/DEPS
diff options
context:
space:
mode:
authorjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-17 19:43:43 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-17 19:43:43 +0000
commitfd31c2215a5e81b62653e989ba811185d00a0694 (patch)
tree811168fec8774093895c9e41208130dfc5a8ae2b /content/DEPS
parentf1ef8d474706275552327bda10fa80590fd3d3e2 (diff)
downloadchromium_src-fd31c2215a5e81b62653e989ba811185d00a0694.zip
chromium_src-fd31c2215a5e81b62653e989ba811185d00a0694.tar.gz
chromium_src-fd31c2215a5e81b62653e989ba811185d00a0694.tar.bz2
Update DEPS so that only browser directories can access content public API for browser.
TBR=ben Review URL: http://codereview.chromium.org/8316004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105884 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/DEPS')
-rw-r--r--content/DEPS4
1 files changed, 3 insertions, 1 deletions
diff --git a/content/DEPS b/content/DEPS
index 51848b1..91ac066 100644
--- a/content/DEPS
+++ b/content/DEPS
@@ -19,10 +19,12 @@ include_rules = [
# directories in content/ so we disallow all of them.
"-content",
"+content/common",
- "+content/public/browser",
"+content/public/common",
"+content/test",
+ # TODO(ben): remove this
+ "+content/public/browser/native_web_keyboard_event.h",
+
"+dbus",
"+grit",
"+gpu",