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

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

Issue 11818044: Replace IDR_WEB_UI_CLOSE* with IDR_CLOSE_DIALOG*, cleanup, etc. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments. Created 7 years, 11 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 <!-- This grd file contains images that are pre-scaled for device scale 2 <!-- This grd file contains images that are pre-scaled for device scale
3 factors. The image returned by |base::ResourceBundle::GetImageNamed| 3 factors. The image returned by |base::ResourceBundle::GetImageNamed|
4 will contain multiple |gfx:ImageSkiaReps| for each scale factors. The 4 will contain multiple |gfx:ImageSkiaReps| for each scale factors. The
5 |fallback_to_low_resolution| attribute controls behavior when 5 |fallback_to_low_resolution| attribute controls behavior when
6 an image file is missing for target scale factor. If true, chrome 6 an image file is missing for target scale factor. If true, chrome
7 will automatically scale the 1x image to the target scale factor. 7 will automatically scale the 1x image to the target scale factor.
8 If false, build will fail due to missing resources. This is 8 If false, build will fail due to missing resources. This is
9 currently set to true for all resources, but the default will 9 currently set to true for all resources, but the default will
10 become false in near future. 10 become false in near future.
(...skipping 843 matching lines...) Expand 10 before | Expand all | Expand 10 after
854 <if expr="pp_ifdef('chromeos')"> 854 <if expr="pp_ifdef('chromeos')">
855 <structure type="chrome_scaled_image" name="IDR_USER_IMAGE_CAPTURE" file ="snapshot_wide.png" /> 855 <structure type="chrome_scaled_image" name="IDR_USER_IMAGE_CAPTURE" file ="snapshot_wide.png" />
856 <structure type="chrome_scaled_image" name="IDR_USER_IMAGE_CAPTURE_DISAB LED" file="snapshot_wide_disabled.png" /> 856 <structure type="chrome_scaled_image" name="IDR_USER_IMAGE_CAPTURE_DISAB LED" file="snapshot_wide_disabled.png" />
857 <structure type="chrome_scaled_image" name="IDR_USER_IMAGE_INITIALIZING" file="initializing_video.png" /> 857 <structure type="chrome_scaled_image" name="IDR_USER_IMAGE_INITIALIZING" file="initializing_video.png" />
858 <structure type="chrome_scaled_image" name="IDR_USER_IMAGE_NO_VIDEO" fil e="no_video.png" /> 858 <structure type="chrome_scaled_image" name="IDR_USER_IMAGE_NO_VIDEO" fil e="no_video.png" />
859 <structure type="chrome_scaled_image" name="IDR_USER_IMAGE_RECYCLE" file ="discard_wide.png" /> 859 <structure type="chrome_scaled_image" name="IDR_USER_IMAGE_RECYCLE" file ="discard_wide.png" />
860 </if> 860 </if>
861 <structure type="chrome_scaled_image" name="IDR_WARNING" file="alert_small .png" /> 861 <structure type="chrome_scaled_image" name="IDR_WARNING" file="alert_small .png" />
862 <structure type="chrome_scaled_image" name="IDR_WEB_INTENT_PROGRESS_BACKGR OUND" file="common/web_intent_progress_background.png" /> 862 <structure type="chrome_scaled_image" name="IDR_WEB_INTENT_PROGRESS_BACKGR OUND" file="common/web_intent_progress_background.png" />
863 <structure type="chrome_scaled_image" name="IDR_WEB_INTENT_PROGRESS_FOREGR OUND" file="common/web_intent_progress_foreground.png" /> 863 <structure type="chrome_scaled_image" name="IDR_WEB_INTENT_PROGRESS_FOREGR OUND" file="common/web_intent_progress_foreground.png" />
864 <structure type="chrome_scaled_image" name="IDR_WEB_UI_CLOSE" file="web_ui _close.png" />
865 <structure type="chrome_scaled_image" name="IDR_WEB_UI_CLOSE_HOVER" file=" web_ui_close_hover.png" />
866 <structure type="chrome_scaled_image" name="IDR_WEB_UI_CLOSE_PRESSED" file ="web_ui_close_pressed.png" />
867 <structure type="chrome_scaled_image" name="IDR_WEBSITE_SETTINGS_TABSTRIP_ CENTER" file="website_settings_tabstrip_center.png" /> 864 <structure type="chrome_scaled_image" name="IDR_WEBSITE_SETTINGS_TABSTRIP_ CENTER" file="website_settings_tabstrip_center.png" />
868 <structure type="chrome_scaled_image" name="IDR_WEBSITE_SETTINGS_TABSTRIP_ LEFT" file="website_settings_tabstrip_left.png" /> 865 <structure type="chrome_scaled_image" name="IDR_WEBSITE_SETTINGS_TABSTRIP_ LEFT" file="website_settings_tabstrip_left.png" />
869 <structure type="chrome_scaled_image" name="IDR_WEBSITE_SETTINGS_TABSTRIP_ RIGHT" file="website_settings_tabstrip_right.png" /> 866 <structure type="chrome_scaled_image" name="IDR_WEBSITE_SETTINGS_TABSTRIP_ RIGHT" file="website_settings_tabstrip_right.png" />
870 <structure type="chrome_scaled_image" name="IDR_WEBSITE_SETTINGS_TAB_BACKG ROUND" file="website_settings_tab_background.png" /> 867 <structure type="chrome_scaled_image" name="IDR_WEBSITE_SETTINGS_TAB_BACKG ROUND" file="website_settings_tab_background.png" />
871 <structure type="chrome_scaled_image" name="IDR_WEBSITE_SETTINGS_TAB_CENTE R" file="website_settings_tab_center.png" /> 868 <structure type="chrome_scaled_image" name="IDR_WEBSITE_SETTINGS_TAB_CENTE R" file="website_settings_tab_center.png" />
872 <structure type="chrome_scaled_image" name="IDR_WEBSITE_SETTINGS_TAB_LEFT" file="website_settings_tab_left.png" /> 869 <structure type="chrome_scaled_image" name="IDR_WEBSITE_SETTINGS_TAB_LEFT" file="website_settings_tab_left.png" />
873 <structure type="chrome_scaled_image" name="IDR_WEBSITE_SETTINGS_TAB_RIGHT " file="website_settings_tab_right.png" /> 870 <structure type="chrome_scaled_image" name="IDR_WEBSITE_SETTINGS_TAB_RIGHT " file="website_settings_tab_right.png" />
874 <structure type="chrome_scaled_image" name="IDR_WEBSITE_SETTINGS_TAB_CENTE R2" file="website_settings_tab_center2.png" /> 871 <structure type="chrome_scaled_image" name="IDR_WEBSITE_SETTINGS_TAB_CENTE R2" file="website_settings_tab_center2.png" />
875 <structure type="chrome_scaled_image" name="IDR_WEBSITE_SETTINGS_TAB_LEFT2 " file="website_settings_tab_left2.png" /> 872 <structure type="chrome_scaled_image" name="IDR_WEBSITE_SETTINGS_TAB_LEFT2 " file="website_settings_tab_left2.png" />
876 <structure type="chrome_scaled_image" name="IDR_WEBSITE_SETTINGS_TAB_RIGHT 2" file="website_settings_tab_right2.png" /> 873 <structure type="chrome_scaled_image" name="IDR_WEBSITE_SETTINGS_TAB_RIGHT 2" file="website_settings_tab_right2.png" />
877 <if expr="not pp_ifdef('_google_chrome')"> 874 <if expr="not pp_ifdef('_google_chrome')">
878 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON" file="chr omium/webstore_icon.png" /> 875 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON" file="chr omium/webstore_icon.png" />
879 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON_16" file=" chromium/webstore_icon_16.png" /> 876 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON_16" file=" chromium/webstore_icon_16.png" />
880 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON_24" file=" chromium/webstore_icon_24.png" /> 877 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON_24" file=" chromium/webstore_icon_24.png" />
881 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON_32" file=" chromium/webstore_icon_32.png" /> 878 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON_32" file=" chromium/webstore_icon_32.png" />
882 </if> 879 </if>
883 <if expr="pp_ifdef('_google_chrome')"> 880 <if expr="pp_ifdef('_google_chrome')">
884 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON" file="goo gle_chrome/webstore_icon.png" /> 881 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON" file="goo gle_chrome/webstore_icon.png" />
885 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON_16" file=" google_chrome/webstore_icon_16.png" /> 882 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON_16" file=" google_chrome/webstore_icon_16.png" />
886 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON_24" file=" google_chrome/webstore_icon_24.png" /> 883 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON_24" file=" google_chrome/webstore_icon_24.png" />
887 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON_32" file=" google_chrome/webstore_icon_32.png" /> 884 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON_32" file=" google_chrome/webstore_icon_32.png" />
888 </if> 885 </if>
889 <structure type="chrome_scaled_image" name="IDR_ZOOM_MINUS" file="zoom_min us.png" /> 886 <structure type="chrome_scaled_image" name="IDR_ZOOM_MINUS" file="zoom_min us.png" />
890 <structure type="chrome_scaled_image" name="IDR_ZOOM_PLUS" file="zoom_plus .png" /> 887 <structure type="chrome_scaled_image" name="IDR_ZOOM_PLUS" file="zoom_plus .png" />
891 </structures> 888 </structures>
892 </release> 889 </release>
893 </grit> 890 </grit>
OLDNEW
« no previous file with comments | « chrome/app/theme/default_200_percent/web_ui_close_pressed.png ('k') | chrome/browser/resources/chromeos/login/oobe.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698