| Index: chrome/browser/browser_resources.grd
|
| ===================================================================
|
| --- chrome/browser/browser_resources.grd (revision 177063)
|
| +++ chrome/browser/browser_resources.grd (working copy)
|
| @@ -18,6 +18,7 @@
|
| <if expr="is_win">
|
| <structure name="IDR_ABOUT_MEMORY_HTML" file="resources\about_memory.html" flattenhtml="true" type="chrome_html" />
|
| </if>
|
| + <structure name="IDR_ABOUT_MEMORY_CSS" file="resources\about_memory.css" type="chrome_html" />
|
| <structure name="IDR_ABOUT_VERSION_HTML" file="resources\about_version.html" flattenhtml="true" allowexternalscript="true" type="chrome_html" />
|
| <if expr="pp_ifdef('android')">
|
| <structure name="IDR_ABOUT_WELCOME_HTML" file="resources\about_welcome_android\about_welcome_android.html" flattenhtml="true" type="chrome_html" />
|
| @@ -66,6 +67,7 @@
|
| <include name="IDR_ABOUT_STATS_HTML" file="resources\about_stats.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" />
|
| <include name="IDR_ABOUT_STATS_JS" file="resources\about_stats.js" type="BINDATA" />
|
| <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="pp_ifdef('android')">
|
| <include name="IDR_ABOUT_WELCOME_JS" file="resources\about_welcome_android\about_welcome_android.js" type="BINDATA" />
|
| </if>
|
|
|