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

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

Issue 12913: Get the test plugin compiling and working for the Mac. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 12 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

Powered by Google App Engine
This is Rietveld 408576698