Index: ui/webui/resources/webui_resources.grd |
diff --git a/ui/webui/resources/webui_resources.grd b/ui/webui/resources/webui_resources.grd |
index d314cccdb2ad25d8e1600cdd08dff8cfe3883a1b..82ef7642a064d6d173c3c7c07ae321b5f9625d0e 100644 |
--- a/ui/webui/resources/webui_resources.grd |
+++ b/ui/webui/resources/webui_resources.grd |
@@ -260,8 +260,12 @@ without changes to the corresponding grd file. --> |
file="js/action_link.js" type="chrome_html" /> |
<structure name="IDR_WEBUI_JS_ASSERT" |
file="js/assert.js" type="chrome_html" /> |
+ <structure name="IDR_WEBUI_HTML_ASSERT" |
+ file="html/assert.html" type="chrome_html" /> |
<structure name="IDR_WEBUI_JS_CR" |
file="js/cr.js" type="chrome_html" /> |
+ <structure name="IDR_WEBUI_HTML_CR" |
+ file="html/cr.html" type="chrome_html" /> |
<structure name="IDR_WEBUI_JS_CR_EVENT_TARGET" |
file="js/cr/event_target.js" type="chrome_html" /> |
<structure name="IDR_WEBUI_JS_CR_LINK_CONTROLLER" |