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

Unified Diff: ppapi/native_client/tests/ppapi_messaging/Info.plist

Issue 7740013: Cloning a bunch of stuff from the native_client repository at r6528 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 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 side-by-side diff with in-line comments
Download patch
Index: ppapi/native_client/tests/ppapi_messaging/Info.plist
===================================================================
--- ppapi/native_client/tests/ppapi_messaging/Info.plist (revision 0)
+++ ppapi/native_client/tests/ppapi_messaging/Info.plist (revision 0)
@@ -0,0 +1,46 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+ <key>CFBundleDevelopmentRegion</key>
+ <string>English</string>
+ <key>CFBundleExecutable</key>
+ <string>ppapi_messaging</string>
+ <key>CFBundleIdentifier</key>
+ <string>com.google.ppapi_messaging</string>
+ <key>CFBundleInfoDictionaryVersion</key>
+ <string>6.0</string>
+ <key>CFBundlePackageType</key>
+ <string>BRPL</string>
+ <key>CFBundleShortVersionString</key>
+ <string>1.0</string>
+ <key>CFBundleSignature</key>
+ <string>nacl</string>
+ <key>CFBundleVersion</key>
+ <string>0.1</string>
+ <key>CFPlugInDynamicRegisterFunction</key>
+ <string></string>
+ <key>CFPlugInDynamicRegistration</key>
+ <string>NO</string>
+ <key>CFPlugInUnloadFunction</key>
+ <string></string>
+ <key>WebPluginDescription</key>
+ <string>ppapi_messaging</string>
+ <key>NSPrincipalClass</key>
+ <string>ppapi_messaging</string>
+ <key>WebPluginMIMETypes</key>
+ <dict>
+ <key>application/x-nacl</key>
+ <dict>
+ <key>WebPluginTypeDescription</key>
+ <string>PPAPI Native Client Graphics2D interaction</string>
+ <key>WebPluginExtensions</key>
+ <array>
+ <string>nexe,nacl</string>
+ </array>
+ </dict>
+ </dict>
+ <key>WebPluginName</key>
+ <string>ppapi_messaging</string>
+</dict>
+</plist>

Powered by Google App Engine
This is Rietveld 408576698