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

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

Issue 11779030: Remove unused images; change confirm (spelling) bubble close button. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 376 matching lines...) Expand 10 before | Expand all | Expand 10 after
387 <structure type="chrome_scaled_image" name="IDR_INFOBAR_MULTIPLE_DOWNLOADS " file="infobar_multiple_downloads.png" /> 387 <structure type="chrome_scaled_image" name="IDR_INFOBAR_MULTIPLE_DOWNLOADS " file="infobar_multiple_downloads.png" />
388 <structure type="chrome_scaled_image" name="IDR_INFOBAR_PLUGIN_CRASHED" fi le="infobar_plugin_crashed.png" /> 388 <structure type="chrome_scaled_image" name="IDR_INFOBAR_PLUGIN_CRASHED" fi le="infobar_plugin_crashed.png" />
389 <structure type="chrome_scaled_image" name="IDR_INFOBAR_PLUGIN_INSTALL" fi le="infobar_plugin.png" /> 389 <structure type="chrome_scaled_image" name="IDR_INFOBAR_PLUGIN_INSTALL" fi le="infobar_plugin.png" />
390 <structure type="chrome_scaled_image" name="IDR_INFOBAR_QUESTION_MARK" fil e="infobar_questionmark.png" /> 390 <structure type="chrome_scaled_image" name="IDR_INFOBAR_QUESTION_MARK" fil e="infobar_questionmark.png" />
391 <structure type="chrome_scaled_image" name="IDR_INFOBAR_RESTORE_SESSION" f ile="infobar_restore.png" /> 391 <structure type="chrome_scaled_image" name="IDR_INFOBAR_RESTORE_SESSION" f ile="infobar_restore.png" />
392 <structure type="chrome_scaled_image" name="IDR_INFOBAR_SAVE_PASSWORD" fil e="infobar_savepassword.png" /> 392 <structure type="chrome_scaled_image" name="IDR_INFOBAR_SAVE_PASSWORD" fil e="infobar_savepassword.png" />
393 <structure type="chrome_scaled_image" name="IDR_INFOBAR_SSL_WARNING" file= "infobar_insecure.png" /> 393 <structure type="chrome_scaled_image" name="IDR_INFOBAR_SSL_WARNING" file= "infobar_insecure.png" />
394 <structure type="chrome_scaled_image" name="IDR_INFOBAR_SYNC" file="infoba r_sync.png" /> 394 <structure type="chrome_scaled_image" name="IDR_INFOBAR_SYNC" file="infoba r_sync.png" />
395 <structure type="chrome_scaled_image" name="IDR_INFOBAR_THEME" file="infob ar_theme.png" /> 395 <structure type="chrome_scaled_image" name="IDR_INFOBAR_THEME" file="infob ar_theme.png" />
396 <structure type="chrome_scaled_image" name="IDR_INFOBAR_TRANSLATE" file="i nfobar_translate.png" /> 396 <structure type="chrome_scaled_image" name="IDR_INFOBAR_TRANSLATE" file="i nfobar_translate.png" />
397 <structure type="chrome_scaled_image" name="IDR_INFO_BUBBLE_CLOSE" file="b ubble_close.png" />
398 <structure type="chrome_scaled_image" name="IDR_INPUT_ALERT" file="input_a lert.png" /> 397 <structure type="chrome_scaled_image" name="IDR_INPUT_ALERT" file="input_a lert.png" />
399 <structure type="chrome_scaled_image" name="IDR_INPUT_GOOD" file="input_go od.png" /> 398 <structure type="chrome_scaled_image" name="IDR_INPUT_GOOD" file="input_go od.png" />
400 <structure type="chrome_scaled_image" name="IDR_KEYWORD_SEARCH_MAGNIFIER" file="keyword_search_magnifier.png" /> 399 <structure type="chrome_scaled_image" name="IDR_KEYWORD_SEARCH_MAGNIFIER" file="keyword_search_magnifier.png" />
401 <structure type="chrome_scaled_image" name="IDR_KILLED_TAB" file="killtab. png" /> 400 <structure type="chrome_scaled_image" name="IDR_KILLED_TAB" file="killtab. png" />
402 <structure type="chrome_scaled_image" name="IDR_LAPTOP_FAVICON" file="comm on/favicon_laptop.png" /> 401 <structure type="chrome_scaled_image" name="IDR_LAPTOP_FAVICON" file="comm on/favicon_laptop.png" />
403 <structure type="chrome_scaled_image" name="IDR_LOCATION_BAR_HTTP" file="c ommon/location_bar_http.png" /> 402 <structure type="chrome_scaled_image" name="IDR_LOCATION_BAR_HTTP" file="c ommon/location_bar_http.png" />
404 <if expr="not pp_ifdef('toolkit_views')"> 403 <if expr="not pp_ifdef('toolkit_views')">
405 <structure type="chrome_scaled_image" name="IDR_LOCATIONBG_C" file="omni box_c.png" /> 404 <structure type="chrome_scaled_image" name="IDR_LOCATIONBG_C" file="omni box_c.png" />
406 <structure type="chrome_scaled_image" name="IDR_LOCATIONBG_L" file="omni box_l.png" /> 405 <structure type="chrome_scaled_image" name="IDR_LOCATIONBG_L" file="omni box_l.png" />
407 </if> 406 </if>
(...skipping 474 matching lines...) Expand 10 before | Expand all | Expand 10 after
882 <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" />
883 <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" />
884 <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" />
885 <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" />
886 </if> 885 </if>
887 <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" />
888 <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" />
889 </structures> 888 </structures>
890 </release> 889 </release>
891 </grit> 890 </grit>
OLDNEW
« no previous file with comments | « chrome/app/theme/default_200_percent/common/panel_restore_hover.png ('k') | chrome/browser/ui/views/confirm_bubble_views.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698