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

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

Issue 7216018: Move the Remoting Host plugin into its own sub-directory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix missed path in remoting.gyp. Created 9 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/host_plugin.rc ('k') | remoting/host/host_plugin_resource.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/host_plugin-Info.plist
diff --git a/remoting/host/host_plugin-Info.plist b/remoting/host/host_plugin-Info.plist
deleted file mode 100644
index ca6b0eb7a20e18fe5c4dcaf0929c699ad95a57a1..0000000000000000000000000000000000000000
--- a/remoting/host/host_plugin-Info.plist
+++ /dev/null
@@ -1,33 +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>1.0.0.0</string>
- <key>CFBundleVersion</key>
- <string>1.0.0.0</string>
- <key>CFBundleSignature</key>
- <string>${CHROMIUM_CREATOR}</string>
- <key>LSMinimumSystemVersion</key>
- <string>10.5.0</string>
- <key>WebPluginName</key>
- <string>${EXECUTABLE_NAME}</string>
- <key>WebPluginMIMETypes</key>
- <dict>
- <key>HOST_PLUGIN_MIME_TYPE</key>
- <dict/>
- </dict>
- <key>WebPluginDescription</key>
- <string>Remoting Host Plugin</string>
-</dict>
-</plist>
« no previous file with comments | « remoting/host/host_plugin.rc ('k') | remoting/host/host_plugin_resource.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698