Index: chrome/browser/browser_resources.grd |
diff --git a/chrome/browser/browser_resources.grd b/chrome/browser/browser_resources.grd |
index b29c5859e5fb4bff4c630e6a98cbc251a131ed7e..5727436b088f2ad52067c3230f3b4b3f82f829ab 100644 |
--- a/chrome/browser/browser_resources.grd |
+++ b/chrome/browser/browser_resources.grd |
@@ -239,6 +239,8 @@ |
<then> |
<include name="IDR_MD_HISTORY_APP_VULCANIZED_HTML" file="resources\md_history\app.vulcanized.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" /> |
<include name="IDR_MD_HISTORY_APP_CRISPER_JS" file="resources\md_history\app.crisper.js" flattenhtml="true" allowexternalscript="true" type="BINDATA" /> |
+ <include name="IDR_MD_HISTORY_LAZY_LOAD_VULCANIZED_HTML" file="resources\md_history\lazy_load.vulcanized.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" /> |
Dan Beam
2016/09/22 04:42:06
why do you need flattenhtml="true"?
tsergeant
2016/09/23 01:19:51
Hmmm, no reason. I've removed it from all the new
|
+ <include name="IDR_MD_HISTORY_LAZY_LOAD_CRISPER_JS" file="resources\md_history\lazy_load.crisper.js" flattenhtml="true" allowexternalscript="true" type="BINDATA" /> |
</then> |
<else> |
<include name="IDR_MD_HISTORY_APP_HTML" file="resources\md_history\app.html" type="BINDATA" /> |
@@ -256,6 +258,7 @@ |
<include name="IDR_MD_HISTORY_HISTORY_TOOLBAR_HTML" file="resources\md_history\history_toolbar.html" type="BINDATA" /> |
<include name="IDR_MD_HISTORY_HISTORY_TOOLBAR_JS" file="resources\md_history\history_toolbar.js" type="BINDATA" /> |
<include name="IDR_MD_HISTORY_ICONS_HTML" file="resources\md_history\icons.html" type="BINDATA" /> |
+ <include name="IDR_MD_HISTORY_LAZY_LOAD_HTML" file="resources\md_history\lazy_load.html" flattenhtml="true" type="BINDATA" /> |
<include name="IDR_MD_HISTORY_LIST_CONTAINER_HTML" file="resources\md_history\list_container.html" type="BINDATA" /> |
<include name="IDR_MD_HISTORY_LIST_CONTAINER_JS" file="resources\md_history\list_container.js" type="BINDATA" /> |
<include name="IDR_MD_HISTORY_SEARCHED_LABEL_HTML" file="resources\md_history\searched_label.html" type="BINDATA" /> |