Commit a7505e26 authored by joi@chromium.org's avatar joi@chromium.org

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
parent 5baf7488
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",
]
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment