| Index: ui/webui/resources/webui_resources.grd
|
| diff --git a/ui/webui/resources/webui_resources.grd b/ui/webui/resources/webui_resources.grd
|
| index 04888fb6b32fe20bcd932f4d5e2e223754bd59aa..87228d029460d0f588608d41ed3eb6c6b8f04cdd 100644
|
| --- a/ui/webui/resources/webui_resources.grd
|
| +++ b/ui/webui/resources/webui_resources.grd
|
| @@ -260,6 +260,8 @@ without changes to the corresponding grd file. -->
|
| file="html/action_link.html" type="chrome_html" />
|
| <structure name="IDR_WEBUI_HTML_ASSERT"
|
| file="html/assert.html" type="chrome_html" />
|
| + <structure name="IDR_WEBUI_HTML_PROMISE_RESOLVER"
|
| + file="html/promise_resolver.html" type="chrome_html" />
|
| <structure name="IDR_WEBUI_HTML_CR"
|
| file="html/cr.html" type="chrome_html" />
|
| <structure name="IDR_WEBUI_HTML_CR_EVENT_TARGET"
|
| @@ -312,6 +314,8 @@ 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_JS_PROMISE_RESOLVER"
|
| + file="js/promise_resolver.js" type="chrome_html" />
|
| <structure name="IDR_WEBUI_JS_CR"
|
| file="js/cr.js" type="chrome_html" />
|
| <structure name="IDR_WEBUI_JS_CR_EVENT_TARGET"
|
|
|