diff options
author | bradnelson@chromium.org <bradnelson@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-02 04:51:33 +0000 |
---|---|---|
committer | bradnelson@chromium.org <bradnelson@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-02 04:51:33 +0000 |
commit | c3152cd83d28f72d2eb3270ca741fddb4f08ecdc (patch) | |
tree | 68c81e2e8f636591da916732d060cac996373b65 /webkit/tools | |
parent | a0d0d38b5d45d7be151bad91a2231d3679432d13 (diff) | |
download | chromium_src-c3152cd83d28f72d2eb3270ca741fddb4f08ecdc.zip chromium_src-c3152cd83d28f72d2eb3270ca741fddb4f08ecdc.tar.gz chromium_src-c3152cd83d28f72d2eb3270ca741fddb4f08ecdc.tar.bz2 |
Fixing incorrect dependency revealed by chrome.sln moving to gyp.
BUG=None
TEST=None
Review URL: http://codereview.chromium.org/119024
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17383 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/tools')
-rw-r--r-- | webkit/tools/test_shell/test_shell.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/tools/test_shell/test_shell.gyp b/webkit/tools/test_shell/test_shell.gyp index f18ce88..730e46f 100644 --- a/webkit/tools/test_shell/test_shell.gyp +++ b/webkit/tools/test_shell/test_shell.gyp @@ -29,6 +29,7 @@ 'target_name': 'test_shell_common', 'type': '<(library)', 'dependencies': [ + 'npapi_layout_test_plugin', '../../../base/base.gyp:base', '../../../base/base.gyp:base_gfx', '../../../net/net.gyp:net', @@ -104,7 +105,6 @@ 'conditions': [ ['OS!="win"', { 'dependencies': [ - 'npapi_layout_test_plugin', 'npapi_test_plugin', ], }], |