Index: chrome/browser/browser_resources.grd |
diff --git a/chrome/browser/browser_resources.grd b/chrome/browser/browser_resources.grd |
index 749e75c436e423a9c2553b38b719af7a748fa7b8..b7013efd18879db041fb906effb42fe7feade756 100644 |
--- a/chrome/browser/browser_resources.grd |
+++ b/chrome/browser/browser_resources.grd |
@@ -243,6 +243,10 @@ |
<include name="IDR_OTHER_DEVICES_JS" file="resources\history\other_devices.js" flattenhtml="true" type="BINDATA" compress="gzip" /> |
<if expr="not is_android and not is_ios"> |
+ <!-- MD Bookmarks. --> |
+ <include name="IDR_MD_BOOKMARKS_BOOKMARKS_HTML" file="resources\md_bookmarks\bookmarks.html" flattenhtml="true" type="BINDATA" /> |
Dan Beam
2016/11/01 06:38:28
don't add flattenhtml="true" until necessary
|
+ |
+ <!-- MD History. --> |
<include name="IDR_MD_HISTORY_CONSTANTS_HTML" file="resources\md_history\constants.html" type="BINDATA" /> |
<include name="IDR_MD_HISTORY_CONSTANTS_JS" file="resources\md_history\constants.js" type="BINDATA" /> |
<include name="IDR_MD_HISTORY_HISTORY_HTML" file="resources\md_history\history.html" flattenhtml="true" type="BINDATA" /> |