summaryrefslogtreecommitdiffstats
path: root/content/public/DEPS
diff options
context:
space:
mode:
authorjoi@chromium.org <joi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-13 16:01:46 +0000
committerjoi@chromium.org <joi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-13 16:01:46 +0000
commita7505e26705d9304173ea42463e0392231bf0a61 (patch)
tree4a907393beffcc24280eba54af02beea8b8ff3d4 /content/public/DEPS
parent5baf7488b9e4013ca015a8d380e6a86bc02d9edd (diff)
downloadchromium_src-a7505e26705d9304173ea42463e0392231bf0a61.zip
chromium_src-a7505e26705d9304173ea42463e0392231bf0a61.tar.gz
chromium_src-a7505e26705d9304173ea42463e0392231bf0a61.tar.bz2
Add DEPS file disallowing content/public to depend back to content/.
BUG=98716 Review URL: http://codereview.chromium.org/8890075 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114217 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/public/DEPS')
-rw-r--r--content/public/DEPS9
1 files changed, 9 insertions, 0 deletions
diff --git a/content/public/DEPS b/content/public/DEPS
new file mode 100644
index 0000000..b790400
--- /dev/null
+++ b/content/public/DEPS
@@ -0,0 +1,9 @@
+include_rules = [
+ "-content",
+
+ # This file does not belong in content/public as it should not be
+ # included directly by embedders of content/. It must however be
+ # available to code in content/public.
+ "+content/common/content_export.h",
+ "+content/public",
+]