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

Side by Side Diff: chrome/app/theme/theme_resources.grd

Issue 10836057: Change RPH location bar icon to use web intents logo. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge to head Created 8 years, 4 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/theme/default_100_percent/webintents.png ('k') | no next file » | 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" context="default_ 100_percent"> 4 <output filename="grit/theme_resources.h" type="rc_header" context="default_ 100_percent">
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" co ntext="default_100_percent" /> 7 <output filename="grit/theme_resources_map.cc" type="resource_map_source" co ntext="default_100_percent" />
8 <output filename="grit/theme_resources_map.h" type="resource_map_header" con text="default_100_percent" /> 8 <output filename="grit/theme_resources_map.h" type="resource_map_header" con text="default_100_percent" />
9 <output filename="theme_resources_100_percent.pak" type="data_package" conte xt="default_100_percent" /> 9 <output filename="theme_resources_100_percent.pak" type="data_package" conte xt="default_100_percent" />
10 <output filename="theme_resources_200_percent.pak" type="data_package" conte xt="default_200_percent" /> 10 <output filename="theme_resources_200_percent.pak" type="data_package" conte xt="default_200_percent" />
(...skipping 565 matching lines...) Expand 10 before | Expand all | Expand 10 after
576 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_24" file= "profile_avatar_note.png" /> 576 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_24" file= "profile_avatar_note.png" />
577 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_25" file= "profile_avatar_sun_cloud.png" /> 577 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_25" file= "profile_avatar_sun_cloud.png" />
578 </if> 578 </if>
579 <structure type="chrome_scaled_image" name="IDR_PROFILE_EDIT" file="profil e_edit.png" /> 579 <structure type="chrome_scaled_image" name="IDR_PROFILE_EDIT" file="profil e_edit.png" />
580 <structure type="chrome_scaled_image" name="IDR_PROFILE_EDIT_HOVER" file=" profile_edit_hover.png" /> 580 <structure type="chrome_scaled_image" name="IDR_PROFILE_EDIT_HOVER" file=" profile_edit_hover.png" />
581 <structure type="chrome_scaled_image" name="IDR_PROFILE_EDIT_PRESSED" file ="profile_edit_pressed.png" /> 581 <structure type="chrome_scaled_image" name="IDR_PROFILE_EDIT_PRESSED" file ="profile_edit_pressed.png" />
582 <if expr="pp_ifdef('chromeos')"> 582 <if expr="pp_ifdef('chromeos')">
583 <structure type="chrome_scaled_image" name="IDR_PROFILE_PICTURE_LOADING" file="profile_loading.png" /> 583 <structure type="chrome_scaled_image" name="IDR_PROFILE_PICTURE_LOADING" file="profile_loading.png" />
584 </if> 584 </if>
585 <structure type="chrome_scaled_image" name="IDR_PROFILE_SELECTED" file="pr ofile_selected.png" /> 585 <structure type="chrome_scaled_image" name="IDR_PROFILE_SELECTED" file="pr ofile_selected.png" />
586 <structure type="chrome_scaled_image" name="IDR_REGISTER_PROTOCOL_HANDLER_ LOCATIONBAR_ICON" file="register_protocol_handler_locationbar_icon.png" /> 586 <structure type="chrome_scaled_image" name="IDR_REGISTER_PROTOCOL_HANDLER_ LOCATIONBAR_ICON" file="webintents.png" />
587 <if expr="not pp_ifdef('toolkit_views')"> 587 <if expr="not pp_ifdef('toolkit_views')">
588 <structure type="chrome_scaled_image" name="IDR_RELOAD" file="reload.png " /> 588 <structure type="chrome_scaled_image" name="IDR_RELOAD" file="reload.png " />
589 <structure type="chrome_scaled_image" name="IDR_RELOAD_H" file="reload_h over.png" /> 589 <structure type="chrome_scaled_image" name="IDR_RELOAD_H" file="reload_h over.png" />
590 <structure type="chrome_scaled_image" name="IDR_RELOAD_P" file="reload_p ressed.png" /> 590 <structure type="chrome_scaled_image" name="IDR_RELOAD_P" file="reload_p ressed.png" />
591 </if> 591 </if>
592 <if expr="pp_ifdef('toolkit_views')"> 592 <if expr="pp_ifdef('toolkit_views')">
593 <structure type="chrome_scaled_image" name="IDR_RELOAD" file="ash/browse r_reload_normal.png" /> 593 <structure type="chrome_scaled_image" name="IDR_RELOAD" file="ash/browse r_reload_normal.png" />
594 <structure type="chrome_scaled_image" name="IDR_RELOAD_D" file="ash/brow ser_reload_disabled.png" /> 594 <structure type="chrome_scaled_image" name="IDR_RELOAD_D" file="ash/brow ser_reload_disabled.png" />
595 <structure type="chrome_scaled_image" name="IDR_RELOAD_H" file="ash/brow ser_reload_hover.png" /> 595 <structure type="chrome_scaled_image" name="IDR_RELOAD_H" file="ash/brow ser_reload_hover.png" />
596 <structure type="chrome_scaled_image" name="IDR_RELOAD_P" file="ash/brow ser_reload_pressed.png" /> 596 <structure type="chrome_scaled_image" name="IDR_RELOAD_P" file="ash/brow ser_reload_pressed.png" />
(...skipping 273 matching lines...) Expand 10 before | Expand all | Expand 10 after
870 <if expr="not is_macosx"> 870 <if expr="not is_macosx">
871 <include name="IDR_STATUS_TRAY_ICON" file="chromium/product_logo_22.pn g" type="BINDATA" /> 871 <include name="IDR_STATUS_TRAY_ICON" file="chromium/product_logo_22.pn g" type="BINDATA" />
872 <include name="IDR_STATUS_TRAY_ICON_PRESSED" file="chromium/product_lo go_22.png" type="BINDATA" /> 872 <include name="IDR_STATUS_TRAY_ICON_PRESSED" file="chromium/product_lo go_22.png" type="BINDATA" />
873 </if> 873 </if>
874 <include name="IDR_WIZARD_ICON" file="chromium/wizard_icon.png" type="BI NDATA" /> 874 <include name="IDR_WIZARD_ICON" file="chromium/wizard_icon.png" type="BI NDATA" />
875 <include name="IDR_WIZARD_ICON_RTL" file="chromium/wizard_icon_rtl.png" type="BINDATA" /> 875 <include name="IDR_WIZARD_ICON_RTL" file="chromium/wizard_icon_rtl.png" type="BINDATA" />
876 </if> 876 </if>
877 </includes> 877 </includes>
878 </release> 878 </release>
879 </grit> 879 </grit>
OLDNEW
« no previous file with comments | « chrome/app/theme/default_100_percent/webintents.png ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698