diff options
author | tony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-29 21:22:15 +0000 |
---|---|---|
committer | tony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-29 21:22:15 +0000 |
commit | 037d12c2aaba4e94f0568d93f8af1559d7fe0854 (patch) | |
tree | 5248deb6cd20ea7f93cdc675a450f0bd44b5b63a /webkit/tools/npapi_layout_test_plugin/Info.r | |
parent | 01fcaef43856b5546b217d3c2c85317c3451bcf9 (diff) | |
download | chromium_src-037d12c2aaba4e94f0568d93f8af1559d7fe0854.zip chromium_src-037d12c2aaba4e94f0568d93f8af1559d7fe0854.tar.gz chromium_src-037d12c2aaba4e94f0568d93f8af1559d7fe0854.tar.bz2 |
Remove the forked npapi layout test plugin from the tree.
All dependencies were already removed.
BUG=64260
Review URL: http://codereview.chromium.org/5318009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67586 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/tools/npapi_layout_test_plugin/Info.r')
-rw-r--r-- | webkit/tools/npapi_layout_test_plugin/Info.r | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/webkit/tools/npapi_layout_test_plugin/Info.r b/webkit/tools/npapi_layout_test_plugin/Info.r deleted file mode 100644 index 69a73bc..0000000 --- a/webkit/tools/npapi_layout_test_plugin/Info.r +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright (c) 2008 The Chromium Authors. All rights reserved. -// Use of this source code is governed by a BSD-style license that can be -// found in the LICENSE file. - -#include <Carbon/Carbon.r> - -// Ignored by WebKit, but included for completeness so that Mozilla and friends -// can load us. - -resource 'STR#' (126) { { - "Simple Netscape plug-in that handles test content for WebKit", - "WebKit Test PlugIn" -} }; - -resource 'STR#' (127) { { - "test netscape content" -} }; - -resource 'STR#' (128) { { - "application/x-webkit-test-netscape", - "testnetscape" -} }; |