From 377cff351f9845042d430a5d6bdf9b204dfc196b Mon Sep 17 00:00:00 2001 From: "evan@chromium.org" Date: Tue, 30 Jun 2009 20:21:53 +0000 Subject: plugins: eliminate use of product_dir The 'product_dir' variable in gyp is only implemented by the scons generator and only used by plugins, and the plugin tests don't yet run on Linux (where we use scons). The npapi_layout_test_plugin is copied into the proper place for layout tests with a 'copy' rule. BUG=15695 Review URL: http://codereview.chromium.org/150085 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@19645 0039d316-1c4b-4281-b951-d872f2087c98 --- webkit/tools/test_shell/test_shell.gyp | 2 -- 1 file changed, 2 deletions(-) (limited to 'webkit/tools') diff --git a/webkit/tools/test_shell/test_shell.gyp b/webkit/tools/test_shell/test_shell.gyp index 7be7bd1..d4d8f82 100644 --- a/webkit/tools/test_shell/test_shell.gyp +++ b/webkit/tools/test_shell/test_shell.gyp @@ -289,7 +289,6 @@ 'target_name': 'npapi_layout_test_plugin', 'type': 'loadable_module', 'mac_bundle': 1, - 'product_dir': '<(PRODUCT_DIR)/plugins', 'msvs_guid': 'BE6D5659-A8D5-4890-A42C-090DD10EF62C', 'sources': [ '../npapi_layout_test_plugin/PluginObject.cpp', @@ -352,7 +351,6 @@ 'target_name': 'npapi_test_plugin', 'type': 'loadable_module', 'mac_bundle': 1, - 'product_dir': '<(PRODUCT_DIR)/plugins', 'msvs_guid': '0D04AEC1-6B68-492C-BCCF-808DFD69ABC6', 'dependencies': [ '../../../base/base.gyp:base', -- cgit v1.1