summaryrefslogtreecommitdiffstats
path: root/chrome/default_plugin/default_plugin_resources.grd
diff options
context:
space:
mode:
authorthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-09 04:56:48 +0000
committerthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-09 04:56:48 +0000
commit3259aa9cdf3e25c815b7e74da1e836920a544318 (patch)
treed61b160f1813ad6e371ca0891dfa23d79b70238b /chrome/default_plugin/default_plugin_resources.grd
parentcafded64bab3482f0844b4170ec87e402a2971d8 (diff)
downloadchromium_src-3259aa9cdf3e25c815b7e74da1e836920a544318.zip
chromium_src-3259aa9cdf3e25c815b7e74da1e836920a544318.tar.gz
chromium_src-3259aa9cdf3e25c815b7e74da1e836920a544318.tar.bz2
Mac: Make default plugin appearance match windows.
Still no plugin download functionality. This adds a dependency from default_plugin to app. Since webkit_glue no longer depends on default_plugin, that's ok. BUG=17392 TEST=Go to e.g. http://www.santacruzsurfschool.com/ . The missing plugin view on the right should now look like it does on windows (yellow background, centered plugin icon, localized text below it – http://img43.imageshack.us/img43/6254/missingplugin.gif ). Review URL: http://codereview.chromium.org/2843027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51933 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/default_plugin/default_plugin_resources.grd')
-rw-r--r--chrome/default_plugin/default_plugin_resources.grd16
1 files changed, 16 insertions, 0 deletions
diff --git a/chrome/default_plugin/default_plugin_resources.grd b/chrome/default_plugin/default_plugin_resources.grd
new file mode 100644
index 0000000..f959220
--- /dev/null
+++ b/chrome/default_plugin/default_plugin_resources.grd
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<grit latest_public_release="0" current_release="1">
+ <outputs>
+ <output filename="grit/default_plugin_resources.h" type="rc_header">
+ <emit emit_type='prepend'></emit>
+ </output>
+ <output filename="default_plugin_resources.pak" type="data_package" />
+ <output filename="default_plugin_resources.rc" type="rc_all" />
+ </outputs>
+ <release seq="1">
+ <includes>
+ <!-- Medium-term, all the default plugin strings should be moved here. -->
+ <include name="IDR_PLUGIN_ICON" file="plugin_icon.png" type="BINDATA" />
+ </includes>
+ </release>
+</grit>