Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(893)

Unified Diff: chrome/browser/browser_resources.grd

Issue 1574063003: MD History: Add basic material design history cards and history items (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/browser_resources.grd
diff --git a/chrome/browser/browser_resources.grd b/chrome/browser/browser_resources.grd
index 970b607e948b3d550d8407a043ccab7f8b733ef3..255f3287497730849d0928f5bb2e05cea2520c47 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" />

Powered by Google App Engine
This is Rietveld 408576698