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

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

Issue 10832158: Set the correct platform-specific speech input tray icons. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 | « no previous file | 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 610 matching lines...) Expand 10 before | Expand all | Expand 10 after
621 <structure type="chrome_scaled_image" name="IDR_SHUTDOWN_ICON" file="shu tdown_icon.png" /> 621 <structure type="chrome_scaled_image" name="IDR_SHUTDOWN_ICON" file="shu tdown_icon.png" />
622 </if> 622 </if>
623 <structure type="chrome_scaled_image" name="IDR_SIDETABS_NEW_TAB" file="si detabs_new_tab.png" /> 623 <structure type="chrome_scaled_image" name="IDR_SIDETABS_NEW_TAB" file="si detabs_new_tab.png" />
624 <structure type="chrome_scaled_image" name="IDR_SPEECH_INPUT_MIC_EMPTY" fi le="speech_input_mic_empty.png" /> 624 <structure type="chrome_scaled_image" name="IDR_SPEECH_INPUT_MIC_EMPTY" fi le="speech_input_mic_empty.png" />
625 <structure type="chrome_scaled_image" name="IDR_SPEECH_INPUT_MIC_FULL" fil e="speech_input_mic_full.png" /> 625 <structure type="chrome_scaled_image" name="IDR_SPEECH_INPUT_MIC_FULL" fil e="speech_input_mic_full.png" />
626 <structure type="chrome_scaled_image" name="IDR_SPEECH_INPUT_MIC_MASK" fil e="speech_input_mic_mask.png" /> 626 <structure type="chrome_scaled_image" name="IDR_SPEECH_INPUT_MIC_MASK" fil e="speech_input_mic_mask.png" />
627 <structure type="chrome_scaled_image" name="IDR_SPEECH_INPUT_MIC_NOISE" fi le="speech_input_mic_noise.png" /> 627 <structure type="chrome_scaled_image" name="IDR_SPEECH_INPUT_MIC_NOISE" fi le="speech_input_mic_noise.png" />
628 <structure type="chrome_scaled_image" name="IDR_SPEECH_INPUT_SPINNER" file ="speech_input_spinner.png" /> 628 <structure type="chrome_scaled_image" name="IDR_SPEECH_INPUT_SPINNER" file ="speech_input_spinner.png" />
629 <structure type="chrome_scaled_image" name="IDR_SPEECH_INPUT_TRAY_BALLOON_ ICON" file="speech_input_tray_balloon_icon.png" /> 629 <structure type="chrome_scaled_image" name="IDR_SPEECH_INPUT_TRAY_BALLOON_ ICON" file="speech_input_tray_balloon_icon.png" />
630 <if expr="is_linux or pp_ifdef('chromeos')"> 630 <if expr="is_linux or pp_ifdef('chromeos')">
631 <structure type="chrome_scaled_image" name="IDR_SPEECH_INPUT_TRAY_MIC_EM PTY" file="speech_input_tray_linux_mic_empty.png" />
632 <structure type="chrome_scaled_image" name="IDR_SPEECH_INPUT_TRAY_MIC_FU LL" file="speech_input_tray_linux_mic_full.png" />
633 </if>
634 <if expr="is_macosx">
631 <structure type="chrome_scaled_image" name="IDR_SPEECH_INPUT_TRAY_MIC_EM PTY" file="speech_input_tray_macosx_mic_empty.png" /> 635 <structure type="chrome_scaled_image" name="IDR_SPEECH_INPUT_TRAY_MIC_EM PTY" file="speech_input_tray_macosx_mic_empty.png" />
632 <structure type="chrome_scaled_image" name="IDR_SPEECH_INPUT_TRAY_MIC_FU LL" file="speech_input_tray_macosx_mic_full.png" /> 636 <structure type="chrome_scaled_image" name="IDR_SPEECH_INPUT_TRAY_MIC_FU LL" file="speech_input_tray_macosx_mic_full.png" />
633 </if> 637 </if>
634 <if expr="is_macosx">
635 <structure type="chrome_scaled_image" name="IDR_SPEECH_INPUT_TRAY_MIC_EM PTY" file="speech_input_tray_linux_mic_empty.png" />
636 <structure type="chrome_scaled_image" name="IDR_SPEECH_INPUT_TRAY_MIC_FU LL" file="speech_input_tray_linux_mic_full.png" />
637 </if>
638 <if expr="is_win"> 638 <if expr="is_win">
639 <structure type="chrome_scaled_image" name="IDR_SPEECH_INPUT_TRAY_MIC_EM PTY" file="speech_input_tray_windows_mic_empty.png" /> 639 <structure type="chrome_scaled_image" name="IDR_SPEECH_INPUT_TRAY_MIC_EM PTY" file="speech_input_tray_windows_mic_empty.png" />
640 <structure type="chrome_scaled_image" name="IDR_SPEECH_INPUT_TRAY_MIC_FU LL" file="speech_input_tray_windows_mic_full.png" /> 640 <structure type="chrome_scaled_image" name="IDR_SPEECH_INPUT_TRAY_MIC_FU LL" file="speech_input_tray_windows_mic_full.png" />
641 </if> 641 </if>
642 <if expr="pp_ifdef('chromeos')"> 642 <if expr="pp_ifdef('chromeos')">
643 <structure type="chrome_scaled_image" name="IDR_SPINNER" file="spinner.p ng" /> 643 <structure type="chrome_scaled_image" name="IDR_SPINNER" file="spinner.p ng" />
644 </if> 644 </if>
645 <structure type="chrome_scaled_image" name="IDR_STAR" file="star.png" /> 645 <structure type="chrome_scaled_image" name="IDR_STAR" file="star.png" />
646 <structure type="chrome_scaled_image" name="IDR_STAR_LIT" file="star_lit.p ng" /> 646 <structure type="chrome_scaled_image" name="IDR_STAR_LIT" file="star_lit.p ng" />
647 <if expr="pp_ifdef('chromeos')"> 647 <if expr="pp_ifdef('chromeos')">
(...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after
884 <if expr="not is_macosx"> 884 <if expr="not is_macosx">
885 <include name="IDR_STATUS_TRAY_ICON" file="chromium/product_logo_22.pn g" type="BINDATA" /> 885 <include name="IDR_STATUS_TRAY_ICON" file="chromium/product_logo_22.pn g" type="BINDATA" />
886 <include name="IDR_STATUS_TRAY_ICON_PRESSED" file="chromium/product_lo go_22.png" type="BINDATA" /> 886 <include name="IDR_STATUS_TRAY_ICON_PRESSED" file="chromium/product_lo go_22.png" type="BINDATA" />
887 </if> 887 </if>
888 <include name="IDR_WIZARD_ICON" file="chromium/wizard_icon.png" type="BI NDATA" /> 888 <include name="IDR_WIZARD_ICON" file="chromium/wizard_icon.png" type="BI NDATA" />
889 <include name="IDR_WIZARD_ICON_RTL" file="chromium/wizard_icon_rtl.png" type="BINDATA" /> 889 <include name="IDR_WIZARD_ICON_RTL" file="chromium/wizard_icon_rtl.png" type="BINDATA" />
890 </if> 890 </if>
891 </includes> 891 </includes>
892 </release> 892 </release>
893 </grit> 893 </grit>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698