summaryrefslogtreecommitdiffstats
path: root/chrome_frame
diff options
context:
space:
mode:
authorjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-06-04 15:56:25 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-06-04 15:56:25 +0000
commit159f06c0c7d7c88c079c2247860018756efb0725 (patch)
tree59a3908bb18b555cbd08e6014b2aeff594278e75 /chrome_frame
parent8820635ab3404c1d2785f2d60ac1c9e7b3afc8fa (diff)
downloadchromium_src-159f06c0c7d7c88c079c2247860018756efb0725.zip
chromium_src-159f06c0c7d7c88c079c2247860018756efb0725.tar.gz
chromium_src-159f06c0c7d7c88c079c2247860018756efb0725.tar.bz2
Tighten up DEPS checking to enforce that embedders of content only include public test headers.
BUG=98716 Review URL: https://chromiumcodereview.appspot.com/10515007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140296 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame')
-rw-r--r--chrome_frame/DEPS3
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome_frame/DEPS b/chrome_frame/DEPS
index 37aaf9b..f75ba96 100644
--- a/chrome_frame/DEPS
+++ b/chrome_frame/DEPS
@@ -1,6 +1,5 @@
include_rules = [
- "-content",
"+content/public/browser",
"+content/public/common",
- "+content/test",
+ "+content/public/test",
]