diff options
Diffstat (limited to 'ui/resources/ui_resources.grd')
-rw-r--r-- | ui/resources/ui_resources.grd | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ui/resources/ui_resources.grd b/ui/resources/ui_resources.grd index 15dfaac..d6d8b41 100644 --- a/ui/resources/ui_resources.grd +++ b/ui/resources/ui_resources.grd @@ -118,6 +118,14 @@ <include name="IDR_MENU_ARROW" file="menu_arrow.png" type="BINDATA" /> <include name="IDR_MENU_CHECK" file="menu_check.png" type="BINDATA" /> </if> + + <!-- Images only used by Aura. --> + <if expr="pp_ifdef('use_aura')"> + <include name="IDR_AURA_LAUNCHER_ICON_CHROME" file="aura/chromium-48.png" type="BINDATA" /> + <include name="IDR_AURA_LAUNCHER_ICON_APPLIST" file="aura/applist.png" type="BINDATA" /> + <include name="IDR_AURA_STATUS_MOCK" file="aura/statusbar.png" type="BINDATA" /> + <include name="IDR_AURA_WALLPAPER" file="aura/damask.png" type="BINDATA" /> + </if> </includes> </release> </grit> |