OLD | NEW |
| (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 } }; | |
OLD | NEW |