MD History: Add basic material design history cards and history items

This is the first of two patches for the start of MD History. This patch
includes elements for individual items and grouped items. A followup patch will
hook these elements into the page.

BUG=425625

Committed: https://crrev.com/bd322a00b660027df64b4e7cb2452e1daeeb334a
Cr-Commit-Position: refs/heads/master@{#372589}

Review URL: https://codereview.chromium.org/1574063003

Cr-Commit-Position: refs/heads/master@{#372606}
diff --git a/chrome/browser/browser_resources.grd b/chrome/browser/browser_resources.grd
index 44a2457cf..aa32954 100644
--- a/chrome/browser/browser_resources.grd
+++ b/chrome/browser/browser_resources.grd
@@ -202,7 +202,13 @@
       <include name="IDR_HISTORY_JS" file="resources\history\history.js" flattenhtml="true" type="BINDATA" />
 
       <if expr="not is_ios">
+        <include name="IDR_MD_HISTORY_HISTORY_CARD_HTML" file="resources\md_history\history_card.html" type="BINDATA" />
+        <include name="IDR_MD_HISTORY_HISTORY_CARD_JS" file="resources\md_history\history_card.js" type="BINDATA" />
+        <include name="IDR_MD_HISTORY_HISTORY_CARD_MANAGER_HTML" file="resources\md_history\history_card_manager.html" type="BINDATA" />
+        <include name="IDR_MD_HISTORY_HISTORY_CARD_MANAGER_JS" file="resources\md_history\history_card_manager.js" type="BINDATA" />
         <include name="IDR_MD_HISTORY_HISTORY_HTML" file="resources\md_history\history.html" 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" />
       </if>
 
       <include name="IDR_OTHER_DEVICES_JS" file="resources\history\other_devices.js" flattenhtml="true" type="BINDATA" />