Index: chrome/browser/browser_resources.grd |
diff --git a/chrome/browser/browser_resources.grd b/chrome/browser/browser_resources.grd |
index c652930285b2af3e4fc5eb542213d4c5f0220670..418d807733c7eae262bdea8b76d0904289b01b00 100644 |
--- a/chrome/browser/browser_resources.grd |
+++ b/chrome/browser/browser_resources.grd |
@@ -186,10 +186,13 @@ |
<include name="IDR_OMNIBOX_HTML" file="resources\omnibox\omnibox.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" /> |
<include name="IDR_OMNIBOX_CSS" file="resources\omnibox\omnibox.css" type="BINDATA" /> |
<include name="IDR_OMNIBOX_JS" file="resources\omnibox\omnibox.js" type="BINDATA" /> |
- <if expr="not is_android"> |
+ <if expr="not is_android or pp_ifdef('google_tv')"> |
<include name="IDR_PLUGINS_HTML" file="resources\plugins.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" /> |
<include name="IDR_PLUGINS_JS" file="resources\plugins.js" type="BINDATA" /> |
</if> |
+ <if expr="is_android and pp_ifdef('google_tv')"> |
+ <include name="IDR_PLUGIN_DB_JSON" file="resources\plugin_metadata\plugins_tv.json" type="BINDATA" /> |
Bernhard Bauer
2013/05/24 06:02:54
Is "tv" a platform? I.e., do we have _tv.{h,cc} fi
kjyoun
2013/05/24 08:19:22
Currently, tv itself is not a platform for now. Ra
|
+ </if> |
<if expr="is_win"> |
<include name="IDR_PLUGIN_DB_JSON" file="resources\plugin_metadata\plugins_win.json" type="BINDATA" /> |
</if> |