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

Side by Side 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 8 years, 12 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/chromeos/drop_shadow_label.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <grit latest_public_release="0" current_release="1"> 2 <grit latest_public_release="0" current_release="1">
3 <outputs> 3 <outputs>
4 <output filename="grit/theme_resources.h" type="rc_header"> 4 <output filename="grit/theme_resources.h" type="rc_header">
5 <emit emit_type='prepend'></emit> 5 <emit emit_type='prepend'></emit>
6 </output> 6 </output>
7 <output filename="grit/theme_resources_map.cc" type="resource_map_source" /> 7 <output filename="grit/theme_resources_map.cc" type="resource_map_source" />
8 <output filename="grit/theme_resources_map.h" type="resource_map_header" /> 8 <output filename="grit/theme_resources_map.h" type="resource_map_header" />
9 <output filename="theme_resources.pak" type="data_package" /> 9 <output filename="theme_resources.pak" type="data_package" />
10 <output filename="theme_resources.rc" type="rc_all" /> 10 <output filename="theme_resources.rc" type="rc_all" />
(...skipping 555 matching lines...) Expand 10 before | Expand all | Expand 10 after
566 <include name="IDR_STATUSBAR_WIRED_BLACK" file="statusbar_wiredb.png" ty pe="BINDATA" /> 566 <include name="IDR_STATUSBAR_WIRED_BLACK" file="statusbar_wiredb.png" ty pe="BINDATA" />
567 <include name="IDR_USER_IMAGE_NO_VIDEO" file="no_video.png" type="BINDAT A" /> 567 <include name="IDR_USER_IMAGE_NO_VIDEO" file="no_video.png" type="BINDAT A" />
568 <include name="IDR_USER_IMAGE_CAPTURE" file="snapshot_wide.png" type="BI NDATA" /> 568 <include name="IDR_USER_IMAGE_CAPTURE" file="snapshot_wide.png" type="BI NDATA" />
569 <include name="IDR_USER_IMAGE_RECYCLE" file="discard_wide.png" type="BIN DATA" /> 569 <include name="IDR_USER_IMAGE_RECYCLE" file="discard_wide.png" type="BIN DATA" />
570 <include name="IDR_USER_IMAGE_CAPTURE_DISABLED" file="snapshot_wide_disa bled.png" type="BINDATA" /> 570 <include name="IDR_USER_IMAGE_CAPTURE_DISABLED" file="snapshot_wide_disa bled.png" type="BINDATA" />
571 <include name="IDR_USER_IMAGE_INITIALIZING" file="initializing_video.png " type="BINDATA" /> 571 <include name="IDR_USER_IMAGE_INITIALIZING" file="initializing_video.png " type="BINDATA" />
572 <include name="IDR_VOLUME_BUBBLE_UP_ICON" file="volume_up_icon.png" type ="BINDATA" /> 572 <include name="IDR_VOLUME_BUBBLE_UP_ICON" file="volume_up_icon.png" type ="BINDATA" />
573 <include name="IDR_VOLUME_BUBBLE_DOWN_ICON" file="volume_down_icon.png" type="BINDATA" /> 573 <include name="IDR_VOLUME_BUBBLE_DOWN_ICON" file="volume_down_icon.png" type="BINDATA" />
574 <include name="IDR_VOLUME_BUBBLE_MUTE_ICON" file="volume_mute_icon.png" type="BINDATA" /> 574 <include name="IDR_VOLUME_BUBBLE_MUTE_ICON" file="volume_mute_icon.png" type="BINDATA" />
575 </if> 575 </if>
576
577 <!-- Images only used by aura. -->
578 <if expr="pp_ifdef('use_aura')">
579 <include name="IDR_APP_LIST_INCOGNITO" file="app_list_incognito.png" typ e="BINDATA" />
580 <include name="IDR_APP_LIST_SETTINGS" file="app_list_settings.png" type= "BINDATA" />
581 </if>
576 </includes> 582 </includes>
577 </release> 583 </release>
578 </grit> 584 </grit>
OLDNEW
« 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