diff options
author | tony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-29 18:54:46 +0000 |
---|---|---|
committer | tony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-29 18:54:46 +0000 |
commit | ae7aaede33c296418f0b41aa8b287e6f3082dc4f (patch) | |
tree | a755c99d7e3179c85dfd077bed50773c919ddf29 /webkit | |
parent | 365b0c66be25d8dfbc325a9ddf756e00a6e1b81f (diff) | |
download | chromium_src-ae7aaede33c296418f0b41aa8b287e6f3082dc4f.zip chromium_src-ae7aaede33c296418f0b41aa8b287e6f3082dc4f.tar.gz chromium_src-ae7aaede33c296418f0b41aa8b287e6f3082dc4f.tar.bz2 |
Stop using the old layout test plugin.
I haven't deleted it yet because it might be useful for debugging
failures. I'll delete it in a separate change so it's easy for
someone to cherry pick the change back.
BUG=64260
Review URL: http://codereview.chromium.org/5301003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67571 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r-- | webkit/tools/npapi_layout_test_plugin/npapi_layout_test_plugin.gypi | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/webkit/tools/npapi_layout_test_plugin/npapi_layout_test_plugin.gypi b/webkit/tools/npapi_layout_test_plugin/npapi_layout_test_plugin.gypi index 0637de9..5a9aea2 100644 --- a/webkit/tools/npapi_layout_test_plugin/npapi_layout_test_plugin.gypi +++ b/webkit/tools/npapi_layout_test_plugin/npapi_layout_test_plugin.gypi @@ -72,39 +72,6 @@ }], ], }, - { - 'target_name': 'copy_npapi_layout_test_plugin', - 'type': 'none', - 'dependencies': [ - 'npapi_layout_test_plugin', - ], - 'conditions': [ - ['OS=="win"', { - 'copies': [ - { - 'destination': '<(PRODUCT_DIR)/plugins', - 'files': ['<(PRODUCT_DIR)/npapi_layout_test_plugin.dll'], - }, - ], - }], - ['OS=="mac"', { - 'copies': [ - { - 'destination': '<(PRODUCT_DIR)/plugins/', - 'files': ['<(PRODUCT_DIR)/TestNetscapePlugIn.plugin/'], - }, - ] - }], - ['OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris"', { - 'copies': [ - { - 'destination': '<(PRODUCT_DIR)/plugins', - 'files': ['<(PRODUCT_DIR)/libnpapi_layout_test_plugin.so'], - }, - ], - }], - ], - }, ], } |