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

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

Issue 2361843003: Always use vector icons for desktop infobars (when one is defined). (Closed)
Patch Set: make patch match description Created 4 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
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 272 matching lines...) Expand 10 before | Expand all | Expand 10 after
283 <structure type="chrome_scaled_image" name="IDR_INFOBAR_GEOLOCATION" fil e="legacy/infobar_geolocation.png" /> 283 <structure type="chrome_scaled_image" name="IDR_INFOBAR_GEOLOCATION" fil e="legacy/infobar_geolocation.png" />
284 </if> 284 </if>
285 <structure type="chrome_scaled_image" name="IDR_INFOBAR_MEDIA_STREAM_CAMER A" file="common/infobar_media_stream_camera.png" /> 285 <structure type="chrome_scaled_image" name="IDR_INFOBAR_MEDIA_STREAM_CAMER A" file="common/infobar_media_stream_camera.png" />
286 <structure type="chrome_scaled_image" name="IDR_INFOBAR_MEDIA_STREAM_MIC" file="common/infobar_media_stream_mic.png" /> 286 <structure type="chrome_scaled_image" name="IDR_INFOBAR_MEDIA_STREAM_MIC" file="common/infobar_media_stream_mic.png" />
287 <structure type="chrome_scaled_image" name="IDR_INFOBAR_MEDIA_STREAM_SCREE N" file="common/infobar_media_stream_screen_share.png" /> 287 <structure type="chrome_scaled_image" name="IDR_INFOBAR_MEDIA_STREAM_SCREE N" file="common/infobar_media_stream_screen_share.png" />
288 <structure type="chrome_scaled_image" name="IDR_INFOBAR_MIDI" file="common /infobar_midi.png" /> 288 <structure type="chrome_scaled_image" name="IDR_INFOBAR_MIDI" file="common /infobar_midi.png" />
289 <structure type="chrome_scaled_image" name="IDR_INFOBAR_MULTIPLE_DOWNLOADS " file="common/infobar_multiple_downloads.png" /> 289 <structure type="chrome_scaled_image" name="IDR_INFOBAR_MULTIPLE_DOWNLOADS " file="common/infobar_multiple_downloads.png" />
290 <structure type="chrome_scaled_image" name="IDR_INFOBAR_PLUGIN_CRASHED" fi le="common/infobar_plugin_crashed.png" /> 290 <structure type="chrome_scaled_image" name="IDR_INFOBAR_PLUGIN_CRASHED" fi le="common/infobar_plugin_crashed.png" />
291 <structure type="chrome_scaled_image" name="IDR_INFOBAR_PLUGIN_INSTALL" fi le="common/infobar_plugin_install.png" /> 291 <structure type="chrome_scaled_image" name="IDR_INFOBAR_PLUGIN_INSTALL" fi le="common/infobar_plugin_install.png" />
292 <structure type="chrome_scaled_image" name="IDR_INFOBAR_RESTORE_SESSION" f ile="common/infobar_restore_session.png" /> 292 <structure type="chrome_scaled_image" name="IDR_INFOBAR_RESTORE_SESSION" f ile="common/infobar_restore_session.png" />
293 <structure type="chrome_scaled_image" name="IDR_INFOBAR_SAVE_PASSWORD" fil e="common/infobar_save_password.png" /> 293 <if expr="is_android">
294 <structure type="chrome_scaled_image" name="IDR_INFOBAR_SAVE_PASSWORD" f ile="common/infobar_save_password.png" />
295 </if>
294 <structure type="chrome_scaled_image" name="IDR_INFOBAR_THEME" file="commo n/infobar_theme.png" /> 296 <structure type="chrome_scaled_image" name="IDR_INFOBAR_THEME" file="commo n/infobar_theme.png" />
295 <if expr="is_macosx or is_android"> 297 <if expr="is_macosx or is_android">
296 <structure type="chrome_scaled_image" name="IDR_INFOBAR_TRANSLATE" file= "common/infobar_translate.png" /> 298 <structure type="chrome_scaled_image" name="IDR_INFOBAR_TRANSLATE" file= "common/infobar_translate.png" />
297 </if> 299 </if>
298 <structure type="chrome_scaled_image" name="IDR_INFOBAR_WARNING" file="com mon/infobar_warning.png" /> 300 <structure type="chrome_scaled_image" name="IDR_INFOBAR_WARNING" file="com mon/infobar_warning.png" />
299 <structure type="chrome_scaled_image" name="IDR_INPUT_ALERT" file="common/ input_alert.png" /> 301 <structure type="chrome_scaled_image" name="IDR_INPUT_ALERT" file="common/ input_alert.png" />
300 <structure type="chrome_scaled_image" name="IDR_INPUT_ALERT_MENU" file="co mmon/input_alert_menu.png" /> 302 <structure type="chrome_scaled_image" name="IDR_INPUT_ALERT_MENU" file="co mmon/input_alert_menu.png" />
301 <if expr="is_macosx"> 303 <if expr="is_macosx">
302 <structure type="chrome_scaled_image" name="IDR_KEYWORD_SEARCH_MAGNIFIER " file="legacy/keyword_search_magnifier.png" /> 304 <structure type="chrome_scaled_image" name="IDR_KEYWORD_SEARCH_MAGNIFIER " file="legacy/keyword_search_magnifier.png" />
303 <structure type="chrome_scaled_image" name="IDR_LAPTOP_FAVICON" file="le gacy/favicon_laptop.png" /> 305 <structure type="chrome_scaled_image" name="IDR_LAPTOP_FAVICON" file="le gacy/favicon_laptop.png" />
(...skipping 539 matching lines...) Expand 10 before | Expand all | Expand 10 after
843 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON_32" file=" google_chrome/webstore_icon_32.png" /> 845 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON_32" file=" google_chrome/webstore_icon_32.png" />
844 </if> 846 </if>
845 <if expr="is_macosx"> 847 <if expr="is_macosx">
846 <structure type="chrome_scaled_image" name="IDR_ZOOM_MINUS" file="legacy /zoom_minus.png" /> 848 <structure type="chrome_scaled_image" name="IDR_ZOOM_MINUS" file="legacy /zoom_minus.png" />
847 <structure type="chrome_scaled_image" name="IDR_ZOOM_PLUS" file="legacy/ zoom_plus.png" /> 849 <structure type="chrome_scaled_image" name="IDR_ZOOM_PLUS" file="legacy/ zoom_plus.png" />
848 <structure type="chrome_scaled_image" name="IDR_ZOOM_NORMAL" file="legac y/zoom_reset.png" /> 850 <structure type="chrome_scaled_image" name="IDR_ZOOM_NORMAL" file="legac y/zoom_reset.png" />
849 </if> 851 </if>
850 </structures> 852 </structures>
851 </release> 853 </release>
852 </grit> 854 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/ssl/ssl_add_certificate.cc » ('j') | chrome/browser/ssl/ssl_add_certificate.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698