blob: 69a73bcf2e67c304b52c00f5593d28f49dffc9c6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
// 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"
} };
|