summaryrefslogtreecommitdiffstats
path: root/webkit/tools
diff options
context:
space:
mode:
authorevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-30 20:21:53 +0000
committerevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-30 20:21:53 +0000
commit377cff351f9845042d430a5d6bdf9b204dfc196b (patch)
tree8ef6a17c3853d34c1060f1b3477dc83b18b818c2 /webkit/tools
parent05d9223b73170c35bf20b9ecb1db8f05faaaff47 (diff)
downloadchromium_src-377cff351f9845042d430a5d6bdf9b204dfc196b.zip
chromium_src-377cff351f9845042d430a5d6bdf9b204dfc196b.tar.gz
chromium_src-377cff351f9845042d430a5d6bdf9b204dfc196b.tar.bz2
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
Diffstat (limited to 'webkit/tools')
-rw-r--r--webkit/tools/test_shell/test_shell.gyp2
1 files changed, 0 insertions, 2 deletions
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',