Chromium Code Reviews| Index: ui/webui/resources/webui_resources.grd |
| diff --git a/ui/webui/resources/webui_resources.grd b/ui/webui/resources/webui_resources.grd |
| index ed66248c6911a8eaac177279a224636142c7e1dc..766a4c33c3a1939a3fa2839dc7bc5e67b92bfe0b 100644 |
| --- a/ui/webui/resources/webui_resources.grd |
| +++ b/ui/webui/resources/webui_resources.grd |
| @@ -197,6 +197,17 @@ without changes to the corresponding grd file. --> |
| <include name="IDR_WEBUI_IMAGES_TRASH" |
| file="images/trash.png" type="BINDATA" /> |
| + <include name="IDR_VR_SHELL_UI_IMAGE_BACK" |
|
cjgrant
2016/12/06 15:52:00
I hope to conditionally include these, after confi
|
| + file="images/back.svg" type="BINDATA" /> |
| + <include name="IDR_VR_SHELL_UI_IMAGE_INFO" |
| + file="images/info.svg" type="BINDATA" /> |
| + <include name="IDR_VR_SHELL_UI_IMAGE_LOCK" |
| + file="images/lock.svg" type="BINDATA" /> |
| + <include name="IDR_VR_SHELL_UI_IMAGE_RELOAD" |
| + file="images/reload.svg" type="BINDATA" /> |
| + <include name="IDR_VR_SHELL_UI_IMAGE_WARNING" |
| + file="images/warning.svg" type="BINDATA" /> |
| + |
| <if expr="chromeos"> |
| <part file="cr_elements_images_chromeos.grdp" /> |
| </if> |