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

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

Issue 8418039: Get web-app name, MIME type and description from gyp file for all platforms, and brand correctly. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed comments. Created 9 years, 2 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.rc ('k') | remoting/host/plugin/host_plugin_version.rc » ('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
index ca6b0eb7a20e18fe5c4dcaf0929c699ad95a57a1..42cecdd3964d869f767a96ebcd0ddd69eb43d891 100644
--- a/remoting/host/plugin/host_plugin-Info.plist
+++ b/remoting/host/plugin/host_plugin-Info.plist
@@ -21,13 +21,13 @@
<key>LSMinimumSystemVersion</key>
<string>10.5.0</string>
<key>WebPluginName</key>
- <string>${EXECUTABLE_NAME}</string>
+ <string>HOST_PLUGIN_NAME</string>
<key>WebPluginMIMETypes</key>
<dict>
<key>HOST_PLUGIN_MIME_TYPE</key>
<dict/>
</dict>
<key>WebPluginDescription</key>
- <string>Remoting Host Plugin</string>
+ <string>HOST_PLUGIN_DESCRIPTION</string>
</dict>
</plist>
« no previous file with comments | « remoting/host/plugin/host_plugin.rc ('k') | remoting/host/plugin/host_plugin_version.rc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698