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

Unified Diff: ui/resources/ui_resources.grd

Issue 7890054: Adds code for a new Aura shell. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 3 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
« no previous file with comments | « ui/resources/aura/statusbar.png ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/resources/ui_resources.grd
===================================================================
--- ui/resources/ui_resources.grd (revision 101422)
+++ ui/resources/ui_resources.grd (working copy)
@@ -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/chromeicon.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>
« no previous file with comments | « ui/resources/aura/statusbar.png ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698