From a7505e26705d9304173ea42463e0392231bf0a61 Mon Sep 17 00:00:00 2001 From: "joi@chromium.org" Date: Tue, 13 Dec 2011 16:01:46 +0000 Subject: 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 --- content/public/DEPS | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 content/public/DEPS (limited to 'content') 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", +] -- cgit v1.1