diff options
author | mmenke@chromium.org <mmenke@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-06 13:49:34 +0000 |
---|---|---|
committer | mmenke@chromium.org <mmenke@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-06 13:49:34 +0000 |
commit | 38db3789cbbdad8c9120f2575226fcfa74a0b73b (patch) | |
tree | cd4a991a0351aefa5a351d7c1ad6f083fabf03eb /chrome/chrome_tests.gypi | |
parent | 682038781755d747ae82be85ca712a8d93c5bb59 (diff) | |
download | chromium_src-38db3789cbbdad8c9120f2575226fcfa74a0b73b.zip chromium_src-38db3789cbbdad8c9120f2575226fcfa74a0b73b.tar.gz chromium_src-38db3789cbbdad8c9120f2575226fcfa74a0b73b.tar.bz2 |
Add the TestNetscapePlugIn to the browser_test dependencies,
as some of the PrerenderBrowserTests used them.
BUG=none
TEST=delete the plugin, build and run browser tests.
Review URL: http://codereview.chromium.org/6927045
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84438 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_tests.gypi')
-rw-r--r-- | chrome/chrome_tests.gypi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi index 9d4b61d..f6a56cd 100644 --- a/chrome/chrome_tests.gypi +++ b/chrome/chrome_tests.gypi @@ -2186,6 +2186,7 @@ '../v8/tools/gyp/v8.gyp:v8', # Runtime dependencies 'chrome_mesa', + '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:copy_TestNetscapePlugIn', ], 'include_dirs': [ '..', |