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

Unified Diff: chrome/app/theme/theme_resources.grd

Issue 8890049: [Aura] Implement views-based applist. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix win_aura Created 9 years 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 | « chrome/app/generated_resources.grd ('k') | chrome/browser/chromeos/drop_shadow_label.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/theme/theme_resources.grd
diff --git a/chrome/app/theme/theme_resources.grd b/chrome/app/theme/theme_resources.grd
index bbdac5fdf302f277aff9f659130d06c6c410a587..d645f622f03e4607ed77b9227590f78c1fb0524b 100644
--- a/chrome/app/theme/theme_resources.grd
+++ b/chrome/app/theme/theme_resources.grd
@@ -573,6 +573,12 @@
<include name="IDR_VOLUME_BUBBLE_DOWN_ICON" file="volume_down_icon.png" type="BINDATA" />
<include name="IDR_VOLUME_BUBBLE_MUTE_ICON" file="volume_mute_icon.png" type="BINDATA" />
</if>
+
+ <!-- Images only used by aura. -->
+ <if expr="pp_ifdef('use_aura')">
+ <include name="IDR_APP_LIST_INCOGNITO" file="app_list_incognito.png" type="BINDATA" />
+ <include name="IDR_APP_LIST_SETTINGS" file="app_list_settings.png" type="BINDATA" />
+ </if>
</includes>
</release>
</grit>
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/chromeos/drop_shadow_label.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698