Closure: convert md_history to v2 GYP
[email protected]
BUG=585553
Review URL: https://codereview.chromium.org/1767973002
Cr-Commit-Position: refs/heads/master@{#379720}
diff --git a/chrome/browser/browser_resources.grd b/chrome/browser/browser_resources.grd
index de94df9..9e57c22 100644
--- a/chrome/browser/browser_resources.grd
+++ b/chrome/browser/browser_resources.grd
@@ -195,6 +195,8 @@
<if expr="not is_android and not is_ios">
<include name="IDR_MD_HISTORY_HISTORY_HTML" file="resources\md_history\history.html" type="BINDATA" />
+ <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_ITEM_HTML" file="resources\md_history\history_item.html" type="BINDATA" />
<include name="IDR_MD_HISTORY_HISTORY_ITEM_JS" file="resources\md_history\history_item.js" type="BINDATA" />
<include name="IDR_MD_HISTORY_HISTORY_JS" file="resources\md_history\history.js" type="BINDATA" />