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

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

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
« no previous file with comments | « third_party/npapi/bindings/npapi.h ('k') | webkit/tools/npapi_layout_test_plugin/Info.r » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/ PropertyList-1.0.dtd">
3 <plist version="1.0">
4 <dict>
5 <key>CFBundleDevelopmentRegion</key>
6 <string>English</string>
7 <key>CFBundleExecutable</key>
8 <string>TestNetscapePlugIn</string>
9 <key>CFBundleGetInfoString</key>
10 <string>420+, Copyright 2006 Apple Computer, Inc.</string>
11 <key>CFBundleIdentifier</key>
12 <string>com.apple.testnetscapeplugin</string>
13 <key>CFBundleInfoDictionaryVersion</key>
14 <string>6.0</string>
15 <key>CFBundleExecutable</key>
16 <string>${EXECUTABLE_NAME}</string>
17 <key>CFBundleName</key>
18 <string>${PRODUCT_NAME}</string>
19 <key>CFBundlePackageType</key>
20 <string>BRPL</string>
21 <key>CFBundleShortVersionString</key>
22 <string>1.0</string>
23 <key>CFBundleSignature</key>
24 <string>????</string>
25 <key>CFBundleVersion</key>
26 <string>1.0</string>
27 <key>CFPlugInDynamicRegisterFunction</key>
28 <string></string>
29 <key>CFPlugInDynamicRegistration</key>
30 <string>NO</string>
31 <key>WebPluginDescription</key>
32 <string>Simple Netscape plug-in that handles test content for WebKit</st ring>
33 <key>WebPluginMIMETypes</key>
34 <dict>
35 <key>application/x-webkit-test-netscape</key>
36 <dict>
37 <key>WebPluginExtensions</key>
38 <array>
39 <string>testnetscape</string>
40 </array>
41 <key>WebPluginTypeDescription</key>
42 <string>test netscape content</string>
43 </dict>
44 </dict>
45 <key>WebPluginName</key>
46 <string>WebKit Test PlugIn</string>
47 </dict>
48 </plist>
OLDNEW
« no previous file with comments | « third_party/npapi/bindings/npapi.h ('k') | webkit/tools/npapi_layout_test_plugin/Info.r » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698