summaryrefslogtreecommitdiffstats
path: root/ui
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 /ui
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 'ui')
-rw-r--r--ui/views/test/DEPS1
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/views/test/DEPS b/ui/views/test/DEPS
index f8601b6..b969a40 100644
--- a/ui/views/test/DEPS
+++ b/ui/views/test/DEPS
@@ -1,4 +1,3 @@
include_rules = [
- "+content/test",
"+content/public/test",
]