summaryrefslogtreecommitdiffstats
path: root/webkit/tools/npapi_layout_test_plugin/Info.r
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/tools/npapi_layout_test_plugin/Info.r')
-rw-r--r--webkit/tools/npapi_layout_test_plugin/Info.r22
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"
-} };