diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-23 23:14:59 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-23 23:14:59 +0000 |
commit | 95b2791c43c87191139175592c5e43ad17972d2a (patch) | |
tree | 717e46b1e28abbef00243c2d3dc6a39a910f0805 /content/DEPS | |
parent | 70e7aeaa9fadc8709a3265fc6b0c035405af591d (diff) | |
download | chromium_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/DEPS | 2 |
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", |