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

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

Issue 10913276: Cleanup theme resources: no more ash directory (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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 unified diff | Download patch | Annotate | Revision Log
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 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
123 <structure type="chrome_scaled_image" name="IDR_CONTACT_ACTION_VIDEO" fi le="contact_action_video_base.png" /> 123 <structure type="chrome_scaled_image" name="IDR_CONTACT_ACTION_VIDEO" fi le="contact_action_video_base.png" />
124 <structure type="chrome_scaled_image" name="IDR_CONTACT_ACTION_VIDEO_H" file="contact_action_video_hover.png" /> 124 <structure type="chrome_scaled_image" name="IDR_CONTACT_ACTION_VIDEO_H" file="contact_action_video_hover.png" />
125 <structure type="chrome_scaled_image" name="IDR_CONTACT_DEFAULT_PHOTO" f ile="contact_default_photo.png" /> 125 <structure type="chrome_scaled_image" name="IDR_CONTACT_DEFAULT_PHOTO" f ile="contact_default_photo.png" />
126 </if> 126 </if>
127 <!-- Ash doesn't draw rounded content area, so needs a special top 127 <!-- Ash doesn't draw rounded content area, so needs a special top
128 image. --> 128 image. -->
129 <if expr="not pp_ifdef('use_ash')"> 129 <if expr="not pp_ifdef('use_ash')">
130 <structure type="chrome_scaled_image" name="IDR_CONTENT_TOP_CENTER" file ="content_top_center.png" /> 130 <structure type="chrome_scaled_image" name="IDR_CONTENT_TOP_CENTER" file ="content_top_center.png" />
131 </if> 131 </if>
132 <if expr="pp_ifdef('use_ash')"> 132 <if expr="pp_ifdef('use_ash')">
133 <structure type="chrome_scaled_image" name="IDR_CONTENT_TOP_CENTER" file ="ash/content_top_center.png" /> 133 <structure type="chrome_scaled_image" name="IDR_CONTENT_TOP_CENTER" file ="cros/content_top_center.png" />
134 </if> 134 </if>
135 <structure type="chrome_scaled_image" name="IDR_CONTENT_TOP_LEFT_CORNER" f ile="content_top_left_corner.png" /> 135 <structure type="chrome_scaled_image" name="IDR_CONTENT_TOP_LEFT_CORNER" f ile="content_top_left_corner.png" />
136 <structure type="chrome_scaled_image" name="IDR_CONTENT_TOP_LEFT_CORNER_MA SK" file="content_top_left_corner_mask.png" /> 136 <structure type="chrome_scaled_image" name="IDR_CONTENT_TOP_LEFT_CORNER_MA SK" file="content_top_left_corner_mask.png" />
137 <structure type="chrome_scaled_image" name="IDR_CONTENT_TOP_RIGHT_CORNER" file="content_top_right_corner.png" /> 137 <structure type="chrome_scaled_image" name="IDR_CONTENT_TOP_RIGHT_CORNER" file="content_top_right_corner.png" />
138 <structure type="chrome_scaled_image" name="IDR_CONTENT_TOP_RIGHT_CORNER_M ASK" file="content_top_right_corner_mask.png" /> 138 <structure type="chrome_scaled_image" name="IDR_CONTENT_TOP_RIGHT_CORNER_M ASK" file="content_top_right_corner_mask.png" />
139 <structure type="chrome_scaled_image" name="IDR_CONTROLLED_SETTING_EXTENSI ON" file="controlled_setting_extension.png" /> 139 <structure type="chrome_scaled_image" name="IDR_CONTROLLED_SETTING_EXTENSI ON" file="controlled_setting_extension.png" />
140 <structure type="chrome_scaled_image" name="IDR_CONTROLLED_SETTING_EXTENSI ON_GRAY" file="controlled_setting_extension_gray.png" /> 140 <structure type="chrome_scaled_image" name="IDR_CONTROLLED_SETTING_EXTENSI ON_GRAY" file="controlled_setting_extension_gray.png" />
141 <structure type="chrome_scaled_image" name="IDR_CONTROLLED_SETTING_EXTENSI ON_LARGE" file="controlled_setting_extension_large.png" /> 141 <structure type="chrome_scaled_image" name="IDR_CONTROLLED_SETTING_EXTENSI ON_LARGE" file="controlled_setting_extension_large.png" />
142 <structure type="chrome_scaled_image" name="IDR_CONTROLLED_SETTING_MANDATO RY" file="controlled_setting_mandatory.png" /> 142 <structure type="chrome_scaled_image" name="IDR_CONTROLLED_SETTING_MANDATO RY" file="controlled_setting_mandatory.png" />
143 <structure type="chrome_scaled_image" name="IDR_CONTROLLED_SETTING_MANDATO RY_GRAY" file="controlled_setting_mandatory_gray.png" /> 143 <structure type="chrome_scaled_image" name="IDR_CONTROLLED_SETTING_MANDATO RY_GRAY" file="controlled_setting_mandatory_gray.png" />
(...skipping 311 matching lines...) Expand 10 before | Expand all | Expand 10 after
455 <if expr="not pp_ifdef('toolkit_views')"> 455 <if expr="not pp_ifdef('toolkit_views')">
456 <structure type="chrome_scaled_image" name="IDR_NEWTAB_BUTTON" file="new tab.png" /> 456 <structure type="chrome_scaled_image" name="IDR_NEWTAB_BUTTON" file="new tab.png" />
457 <structure type="chrome_scaled_image" name="IDR_NEWTAB_BUTTON_H" file="n ewtab_hover.png" /> 457 <structure type="chrome_scaled_image" name="IDR_NEWTAB_BUTTON_H" file="n ewtab_hover.png" />
458 <structure type="chrome_scaled_image" name="IDR_NEWTAB_BUTTON_MASK" file ="newtab_button_mask.png" /> 458 <structure type="chrome_scaled_image" name="IDR_NEWTAB_BUTTON_MASK" file ="newtab_button_mask.png" />
459 <structure type="chrome_scaled_image" name="IDR_NEWTAB_BUTTON_P" file="n ewtab_pressed.png" /> 459 <structure type="chrome_scaled_image" name="IDR_NEWTAB_BUTTON_P" file="n ewtab_pressed.png" />
460 </if> 460 </if>
461 <if expr="pp_ifdef('toolkit_views')"> 461 <if expr="pp_ifdef('toolkit_views')">
462 <structure type="chrome_scaled_image" name="IDR_NEWTAB_BUTTON" file="com mon/newtab_normal.png" /> 462 <structure type="chrome_scaled_image" name="IDR_NEWTAB_BUTTON" file="com mon/newtab_normal.png" />
463 <structure type="chrome_scaled_image" name="IDR_NEWTAB_BUTTON_MASK" file ="common/newtab_button_mask.png" /> 463 <structure type="chrome_scaled_image" name="IDR_NEWTAB_BUTTON_MASK" file ="common/newtab_button_mask.png" />
464 <structure type="chrome_scaled_image" name="IDR_NEWTAB_BUTTON_P" file="c ommon/newtab_pressed.png" /> 464 <structure type="chrome_scaled_image" name="IDR_NEWTAB_BUTTON_P" file="c ommon/newtab_pressed.png" />
465 <structure type="chrome_scaled_image" name="IDR_NEWTAB_BUTTON_PLUS" file ="ash/newtab_plus.png" /> 465 <structure type="chrome_scaled_image" name="IDR_NEWTAB_BUTTON_PLUS" file ="common/newtab_plus.png" />
466 <structure type="chrome_scaled_image" name="IDR_NEWTAB_BUTTON_P_PLUS" fi le="ash/newtab_plus_pressed.png" /> 466 <structure type="chrome_scaled_image" name="IDR_NEWTAB_BUTTON_P_PLUS" fi le="common/newtab_plus_pressed.png" />
467 </if> 467 </if>
468 <structure type="chrome_scaled_image" name="IDR_NEWTAB_CHROMEOS_WELCOME_PA GE_THUMBNAIL" file="ntp_welcome_thumb_chromeos.png" /> 468 <structure type="chrome_scaled_image" name="IDR_NEWTAB_CHROMEOS_WELCOME_PA GE_THUMBNAIL" file="ntp_welcome_thumb_chromeos.png" />
469 <structure type="chrome_scaled_image" name="IDR_NEWTAB_CHROME_WELCOME_PAGE _THUMBNAIL" file="ntp_welcome_thumb.png" /> 469 <structure type="chrome_scaled_image" name="IDR_NEWTAB_CHROME_WELCOME_PAGE _THUMBNAIL" file="ntp_welcome_thumb.png" />
470 <structure type="chrome_scaled_image" name="IDR_NEWTAB_MENU_MASK" file="nt p_menu_mask.png" /> 470 <structure type="chrome_scaled_image" name="IDR_NEWTAB_MENU_MASK" file="nt p_menu_mask.png" />
471 <structure type="chrome_scaled_image" name="IDR_NEWTAB_OPTION" file="ntp_o ption.png" /> 471 <structure type="chrome_scaled_image" name="IDR_NEWTAB_OPTION" file="ntp_o ption.png" />
472 <structure type="chrome_scaled_image" name="IDR_NEWTAB_OPTION_H" file="ntp _option_hover.png" /> 472 <structure type="chrome_scaled_image" name="IDR_NEWTAB_OPTION_H" file="ntp _option_hover.png" />
473 <structure type="chrome_scaled_image" name="IDR_NEWTAB_OPTION_P" file="ntp _option_pressed.png" /> 473 <structure type="chrome_scaled_image" name="IDR_NEWTAB_OPTION_P" file="ntp _option_pressed.png" />
474 <structure type="chrome_scaled_image" name="IDR_NEWTAB_WEBSTORE_THUMBNAIL" file="ntp_webstore_thumb.png" /> 474 <structure type="chrome_scaled_image" name="IDR_NEWTAB_WEBSTORE_THUMBNAIL" file="ntp_webstore_thumb.png" />
475 <if expr="pp_ifdef('chromeos')"> 475 <if expr="pp_ifdef('chromeos')">
476 <structure type="chrome_scaled_image" name="IDR_NOTIFICATION_BARS_CRITIC AL" file="notification_bars_critical.png" /> 476 <structure type="chrome_scaled_image" name="IDR_NOTIFICATION_BARS_CRITIC AL" file="notification_bars_critical.png" />
(...skipping 339 matching lines...) Expand 10 before | Expand all | Expand 10 after
816 <structure type="chrome_scaled_image" name="IDR_THEME_TOOLBAR_SEARCH" file ="theme_toolbar_search.png" /> 816 <structure type="chrome_scaled_image" name="IDR_THEME_TOOLBAR_SEARCH" file ="theme_toolbar_search.png" />
817 <structure type="chrome_scaled_image" name="IDR_THEME_WINDOW_CONTROL_BACKG ROUND" file="notused.png" /> 817 <structure type="chrome_scaled_image" name="IDR_THEME_WINDOW_CONTROL_BACKG ROUND" file="notused.png" />
818 <structure type="chrome_scaled_image" name="IDR_THROBBER_LIGHT" file="thro bber_light.png" /> 818 <structure type="chrome_scaled_image" name="IDR_THROBBER_LIGHT" file="thro bber_light.png" />
819 <structure type="chrome_scaled_image" name="IDR_THROBBER_WAITING" file="th robber_waiting.png" /> 819 <structure type="chrome_scaled_image" name="IDR_THROBBER_WAITING" file="th robber_waiting.png" />
820 <structure type="chrome_scaled_image" name="IDR_THROBBER_WAITING_LIGHT" fi le="throbber_waiting_light.png" /> 820 <structure type="chrome_scaled_image" name="IDR_THROBBER_WAITING_LIGHT" fi le="throbber_waiting_light.png" />
821 <if expr="pp_ifdef('use_ash')"> 821 <if expr="pp_ifdef('use_ash')">
822 <structure type="chrome_scaled_image" name="IDR_TOOLBAR_SHADE_BOTTOM" fi le="common/toolbar_shade_bottom.png" /> 822 <structure type="chrome_scaled_image" name="IDR_TOOLBAR_SHADE_BOTTOM" fi le="common/toolbar_shade_bottom.png" />
823 <structure type="chrome_scaled_image" name="IDR_TOOLBAR_SHADE_LEFT" file ="common/toolbar_shade_left.png" /> 823 <structure type="chrome_scaled_image" name="IDR_TOOLBAR_SHADE_LEFT" file ="common/toolbar_shade_left.png" />
824 <structure type="chrome_scaled_image" name="IDR_TOOLBAR_SHADE_RIGHT" fil e="common/toolbar_shade_right.png" /> 824 <structure type="chrome_scaled_image" name="IDR_TOOLBAR_SHADE_RIGHT" fil e="common/toolbar_shade_right.png" />
825 <structure type="chrome_scaled_image" name="IDR_TOOLBAR_SHADE_TOP" file= "common/toolbar_shade_top.png" /> 825 <structure type="chrome_scaled_image" name="IDR_TOOLBAR_SHADE_TOP" file= "common/toolbar_shade_top.png" />
826 <structure type="chrome_scaled_image" name="IDR_TOOLBAR_SHADE_TOP_SEARCH " file="ash/toolbar_shade_top_search.png" /> 826 <structure type="chrome_scaled_image" name="IDR_TOOLBAR_SHADE_TOP_SEARCH " file="cros/toolbar_shade_top_search.png" />
827 </if> 827 </if>
828 <if expr="not pp_ifdef('toolkit_views')"> 828 <if expr="not pp_ifdef('toolkit_views')">
829 <structure type="chrome_scaled_image" name="IDR_TOOLS" file="tools.png" /> 829 <structure type="chrome_scaled_image" name="IDR_TOOLS" file="tools.png" />
830 <structure type="chrome_scaled_image" name="IDR_TOOLS_H" file="tools_hov er.png" /> 830 <structure type="chrome_scaled_image" name="IDR_TOOLS_H" file="tools_hov er.png" />
831 <structure type="chrome_scaled_image" name="IDR_TOOLS_P" file="tools_pre ssed.png" /> 831 <structure type="chrome_scaled_image" name="IDR_TOOLS_P" file="tools_pre ssed.png" />
832 </if> 832 </if>
833 <if expr="pp_ifdef('toolkit_views')"> 833 <if expr="pp_ifdef('toolkit_views')">
834 <structure type="chrome_scaled_image" name="IDR_TOOLS" file="common/brow ser_tools_normal.png" /> 834 <structure type="chrome_scaled_image" name="IDR_TOOLS" file="common/brow ser_tools_normal.png" />
835 <structure type="chrome_scaled_image" name="IDR_TOOLS_H" file="common/br owser_tools_hover.png" /> 835 <structure type="chrome_scaled_image" name="IDR_TOOLS_H" file="common/br owser_tools_hover.png" />
836 <structure type="chrome_scaled_image" name="IDR_TOOLS_P" file="common/br owser_tools_pressed.png" /> 836 <structure type="chrome_scaled_image" name="IDR_TOOLS_P" file="common/br owser_tools_pressed.png" />
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
913 <if expr="not is_macosx"> 913 <if expr="not is_macosx">
914 <include name="IDR_STATUS_TRAY_ICON" file="chromium/product_logo_22.pn g" type="BINDATA" /> 914 <include name="IDR_STATUS_TRAY_ICON" file="chromium/product_logo_22.pn g" type="BINDATA" />
915 <include name="IDR_STATUS_TRAY_ICON_PRESSED" file="chromium/product_lo go_22.png" type="BINDATA" /> 915 <include name="IDR_STATUS_TRAY_ICON_PRESSED" file="chromium/product_lo go_22.png" type="BINDATA" />
916 </if> 916 </if>
917 <include name="IDR_WIZARD_ICON" file="chromium/wizard_icon.png" type="BI NDATA" /> 917 <include name="IDR_WIZARD_ICON" file="chromium/wizard_icon.png" type="BI NDATA" />
918 <include name="IDR_WIZARD_ICON_RTL" file="chromium/wizard_icon_rtl.png" type="BINDATA" /> 918 <include name="IDR_WIZARD_ICON_RTL" file="chromium/wizard_icon_rtl.png" type="BINDATA" />
919 </if> 919 </if>
920 </includes> 920 </includes>
921 </release> 921 </release>
922 </grit> 922 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698