Chromium Code Reviews| Index: chrome/browser/browser_resources.grd |
| diff --git a/chrome/browser/browser_resources.grd b/chrome/browser/browser_resources.grd |
| index 9fc5e872fd1ed4984f3a0673a91702e30d88f346..4dfd67bdc0f90503c0f6890c5eb15d80a59f6a1a 100644 |
| --- a/chrome/browser/browser_resources.grd |
| +++ b/chrome/browser/browser_resources.grd |
| @@ -21,7 +21,6 @@ |
| <structure name="IDR_ABOUT_VERSION_HTML" file="resources\about_version.html" flattenhtml="true" allowexternalscript="true" type="chrome_html" /> |
| <if expr="is_android"> |
| <structure name="IDR_ABOUT_WELCOME_HTML" file="resources\about_welcome_android\about_welcome_android.html" flattenhtml="true" type="chrome_html" /> |
| - <structure name="IDR_ABOUT_WELCOME_CSS" file="resources\about_welcome_android\about_welcome_android.css" flattenhtml="true" type="chrome_html" /> |
|
Nico
2014/03/04 00:09:21
Add "Remove unused IDR_ABOUT_WELCOME_CSS; the css
|
| </if> |
| <if expr="enable_app_list"> |
| <structure name="IDR_APP_LIST_START_PAGE_CSS" file="resources\app_list\start_page.css" flattenhtml="true" type="chrome_html" /> |
| @@ -101,9 +100,7 @@ |
| </if> |
| <include name="IDR_ABOUT_VERSION_JS" file="resources\about_version.js" type="BINDATA" /> |
| <include name="IDR_ABOUT_VERSION_CSS" file="resources\about_version.css" type="BINDATA" /> |
| - <if expr="is_android"> |
| - <include name="IDR_ABOUT_WELCOME_JS" file="resources\about_welcome_android\about_welcome_android.js" type="BINDATA" /> |
| - </if> |
| + |
| <include name="IDR_BOOKMARKS_MANIFEST" file="resources\bookmark_manager\manifest.json" type="BINDATA" /> |
| <if expr="enable_enhanced_bookmarks"> |
| <include name="IDR_ENHANCED_BOOKMARKS_MANIFEST" file="resources\enhanced_bookmark_manager\manifest.json" type="BINDATA" /> |