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

Unified Diff: remoting/host/plugin/host_plugin-Info.plist

Issue 342583002: Remove NPAPI plugin from chromoting webapp. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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
« no previous file with comments | « remoting/host/plugin/host_plugin.def ('k') | remoting/host/plugin/host_plugin-InfoPlist.strings.jinja2 » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/plugin/host_plugin-Info.plist
diff --git a/remoting/host/plugin/host_plugin-Info.plist b/remoting/host/plugin/host_plugin-Info.plist
deleted file mode 100644
index a2ff9003310bfd5964ae74661cf1b75e8ec997bd..0000000000000000000000000000000000000000
--- a/remoting/host/plugin/host_plugin-Info.plist
+++ /dev/null
@@ -1,29 +0,0 @@
-<?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>${EXECUTABLE_NAME}</string>
- <key>CFBundleIdentifier</key>
- <string>${CHROMIUM_BUNDLE_ID}.remoting.host.plugin</string>
- <key>CFBundleInfoDictionaryVersion</key>
- <string>6.0</string>
- <key>CFBundlePackageType</key>
- <string>BRPL</string>
- <key>CFBundleShortVersionString</key>
- <string>VERSION_SHORT</string>
- <key>CFBundleVersion</key>
- <string>VERSION_FULL</string>
- <key>CFBundleSignature</key>
- <string>${CHROMIUM_CREATOR}</string>
- <key>LSMinimumSystemVersion</key>
- <string>10.5.0</string>
- <key>WebPluginMIMETypes</key>
- <dict>
- <key>HOST_PLUGIN_MIME_TYPE</key>
- <dict/>
- </dict>
-</dict>
-</plist>
« no previous file with comments | « remoting/host/plugin/host_plugin.def ('k') | remoting/host/plugin/host_plugin-InfoPlist.strings.jinja2 » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698