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

Side by Side Diff: content/shell/tools/plugin/mac/Info.plist

Issue 154573003: Update remaining references to the NPAPI test plugin. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: revert changes to chrome/test Created 6 years, 10 months 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 | « content/content_browsertests.isolate ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 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"> 2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/ PropertyList-1.0.dtd">
3 <plist version="1.0"> 3 <plist version="1.0">
4 <dict> 4 <dict>
5 <key>CFBundleDevelopmentRegion</key> 5 <key>CFBundleDevelopmentRegion</key>
6 <string>English</string> 6 <string>English</string>
7 <key>CFBundleExecutable</key> 7 <key>CFBundleExecutable</key>
8 » <string>TestNetscapePlugIn</string> 8 » <string>test_netscape_plugin</string>
9 <key>CFBundleGetInfoString</key> 9 <key>CFBundleGetInfoString</key>
10 <string>420+, Copyright 2006-2009 Apple Inc.</string> 10 <string>420+, Copyright 2006-2009 Apple Inc.</string>
11 <key>CFBundleIconFile</key> 11 <key>CFBundleIconFile</key>
12 <string></string> 12 <string></string>
13 <key>CFBundleIdentifier</key> 13 <key>CFBundleIdentifier</key>
14 <string>com.apple.testnetscapeplugin</string> 14 <string>com.apple.testnetscapeplugin</string>
15 <key>CFBundleInfoDictionaryVersion</key> 15 <key>CFBundleInfoDictionaryVersion</key>
16 <string>6.0</string> 16 <string>6.0</string>
17 <key>CFBundlePackageType</key> 17 <key>CFBundlePackageType</key>
18 <string>BRPL</string> 18 <string>BRPL</string>
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 <string>testnetscape</string> 60 <string>testnetscape</string>
61 </array> 61 </array>
62 <key>WebPluginTypeDescription</key> 62 <key>WebPluginTypeDescription</key>
63 <string>test netscape content</string> 63 <string>test netscape content</string>
64 </dict> 64 </dict>
65 </dict> 65 </dict>
66 <key>WebPluginName</key> 66 <key>WebPluginName</key>
67 <string>WebKit Test PlugIn</string> 67 <string>WebKit Test PlugIn</string>
68 </dict> 68 </dict>
69 </plist> 69 </plist>
OLDNEW
« no previous file with comments | « content/content_browsertests.isolate ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698