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

Side by Side Diff: ppapi/native_client/src/trusted/plugin/osx_ppapi/Info.plist

Issue 397243004: Pepper: Remove trusted plugin loadable module. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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
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>ppNaClPlugin</string>
9 <key>CFBundleIdentifier</key>
10 <string>com.google.ppNaClPlugin</string>
11 <key>CFBundleInfoDictionaryVersion</key>
12 <string>6.0</string>
13 <key>CFBundlePackageType</key>
14 <string>BRPL</string>
15 <key>CFBundleShortVersionString</key>
16 <string>1.0</string>
17 <key>CFBundleSignature</key>
18 <string>nacl</string>
19 <key>CFBundleVersion</key>
20 <string>0.1</string>
21 <key>CFPlugInDynamicRegisterFunction</key>
22 <string></string>
23 <key>CFPlugInDynamicRegistration</key>
24 <string>NO</string>
25 <key>CFPlugInUnloadFunction</key>
26 <string></string>
27 <key>WebPluginDescription</key>
28 <string>ppNaClPlugin</string>
29 <key>NSPrincipalClass</key>
30 <string>ppNaClPlugin</string>
31 <key>WebPluginMIMETypes</key>
32 <dict>
33 <key>application/x-nacl</key>
34 <dict>
35 <key>WebPluginTypeDescription</key>
36 <string>PPAPI Native Client SimpleRPC interaction</string>
37 <key>WebPluginExtensions</key>
38 <array>
39 <string>nexe,nacl</string>
40 </array>
41 </dict>
42 </dict>
43 <key>WebPluginName</key>
44 <string>Google Native Client Plugin</string>
45 </dict>
46 </plist>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698