Chromium Code Reviews| Index: chrome/browser/browser_resources.grd |
| =================================================================== |
| --- chrome/browser/browser_resources.grd (revision 98847) |
| +++ chrome/browser/browser_resources.grd (working copy) |
| @@ -72,14 +72,14 @@ |
| <include name="IDR_KEYBOARD_MANIFEST" file="resources\keyboard\manifest.json" type="BINDATA" /> |
| <include name="IDR_GPU_BLACKLIST" file="resources\software_rendering_list.json" type="BINDATA" /> |
| <include name="IDR_NEW_INCOGNITO_TAB_THEME_CSS" file="resources\new_incognito_tab_theme.css" flattenhtml="true" type="BINDATA" /> |
| - <if expr="not pp_ifdef('touchui')"> |
| + <!--if expr="not pp_ifdef('touchui')"--> |
|
Aaron Boodman
2011/08/31 18:22:44
Remove dead code?
Finnur
2011/08/31 20:22:01
Woops. That file isn't supposed to be here. I thou
|
| <include name="IDR_NEW_TAB_HTML" file="resources\new_tab.html" flattenhtml="true" type="BINDATA" /> |
| <include name="IDR_NEW_TAB_THEME_CSS" file="resources\new_tab_theme.css" flattenhtml="true" type="BINDATA" /> |
| - </if> |
| + <!--/if> |
| <if expr="pp_ifdef('touchui')"> |
| <include name="IDR_NEW_TAB_HTML" file="resources\touch_ntp\newtab.html" flattenhtml="true" type="BINDATA" /> |
| <include name="IDR_NEW_TAB_THEME_CSS" file="resources\touch_ntp\newtab.css" flattenhtml="true" type="BINDATA" /> |
| - </if> |
| + </if--> |
| <include name="IDR_NEW_TAB_4_HTML" file="resources\ntp4\new_tab.html" flattenhtml="true" type="BINDATA" /> |
| <include name="IDR_NEW_TAB_4_THEME_CSS" file="resources\ntp4\new_tab_theme.css" flattenhtml="true" type="BINDATA" /> |
| <include name="IDR_NOTIFICATION_1LINE_HTML" file="resources\notification_1line.html" flattenhtml="true" type="BINDATA" /> |