summaryrefslogtreecommitdiffstats
path: root/content/DEPS
diff options
context:
space:
mode:
authorjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-07-23 23:14:59 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-07-23 23:14:59 +0000
commit95b2791c43c87191139175592c5e43ad17972d2a (patch)
tree717e46b1e28abbef00243c2d3dc6a39a910f0805 /content/DEPS
parent70e7aeaa9fadc8709a3265fc6b0c035405af591d (diff)
downloadchromium_src-95b2791c43c87191139175592c5e43ad17972d2a.zip
chromium_src-95b2791c43c87191139175592c5e43ad17972d2a.tar.gz
chromium_src-95b2791c43c87191139175592c5e43ad17972d2a.tar.bz2
Move plugin_browsertests.cc from browser_tests to content_browsertests.
BUG=90448 Review URL: https://chromiumcodereview.appspot.com/10806056 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147983 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/DEPS')
-rw-r--r--content/DEPS2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/DEPS b/content/DEPS
index 90ffa21..68599e0 100644
--- a/content/DEPS
+++ b/content/DEPS
@@ -3,7 +3,6 @@
include_rules = [
"+crypto",
- "-chrome",
# Until we move most of our testing infrastructure in a way that content can
# make use of it.
"+chrome/test",
@@ -14,6 +13,7 @@ include_rules = [
"+content/common",
"+content/public/common",
"+content/public/test",
+ "+content/shell", # for content_browsertests
"+content/test",
"+grit/content_resources.h",