Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(195)

Side by Side Diff: webkit/tools/npapi_layout_test_plugin/Info.r

Issue 5318009: Remove the forked npapi layout test plugin from the tree. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/webkit
Patch Set: Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 // Copyright (c) 2008 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #include <Carbon/Carbon.r>
6
7 // Ignored by WebKit, but included for completeness so that Mozilla and friends
8 // can load us.
9
10 resource 'STR#' (126) { {
11 "Simple Netscape plug-in that handles test content for WebKit",
12 "WebKit Test PlugIn"
13 } };
14
15 resource 'STR#' (127) { {
16 "test netscape content"
17 } };
18
19 resource 'STR#' (128) { {
20 "application/x-webkit-test-netscape",
21 "testnetscape"
22 } };
OLDNEW
« no previous file with comments | « webkit/tools/npapi_layout_test_plugin/Info.plist ('k') | webkit/tools/npapi_layout_test_plugin/PluginObject.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698