| Index: chrome/browser/browser_resources.grd
|
| diff --git a/chrome/browser/browser_resources.grd b/chrome/browser/browser_resources.grd
|
| index 5ab7e279be21d4b73c244df8b962602871f37686..4b5f85e8ed25bf8c02f09c384337732d957ebd1d 100644
|
| --- a/chrome/browser/browser_resources.grd
|
| +++ b/chrome/browser/browser_resources.grd
|
| @@ -18,7 +18,6 @@
|
| <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" flattenhtml="true" type="chrome_html" />
|
| - <structure name="IDR_ABOUT_VERSION_HTML" file="resources\about_version.html" flattenhtml="true" allowexternalscript="true" type="chrome_html" />
|
| <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" />
|
| <structure name="IDR_APP_LIST_START_PAGE_HTML" file="resources\app_list\start_page.html" flattenhtml="true" type="chrome_html" />
|
| @@ -89,8 +88,6 @@
|
| <if expr="not is_android">
|
| <include name="IDR_ABOUT_SYS_HTML" file="resources\about_sys\about_sys.html" flattenhtml="true" type="BINDATA" />
|
| </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" />
|
| <include name="IDR_AD_NETWORK_HASHES" file="resources\ad_networks.dat" type="BINDATA" />
|
| <include name="IDR_BOOKMARKS_MANIFEST" file="resources\bookmark_manager\manifest.json" type="BINDATA" />
|
| <if expr="is_posix and not is_macosx and not is_ios">
|
|
|