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

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

Issue 1262513002: Use vectorized icon for default extensions icons (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 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
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 249 matching lines...) Expand 10 before | Expand all | Expand 10 after
260 <structure type="chrome_scaled_image" name="IDR_ENROLL_SUCCESS" file="cr os/enroll_success.png" /> 260 <structure type="chrome_scaled_image" name="IDR_ENROLL_SUCCESS" file="cr os/enroll_success.png" />
261 </if> 261 </if>
262 <structure type="chrome_scaled_image" name="IDR_ERROR_NETWORK_GENERIC" fil e="common/error_network_generic.png" /> 262 <structure type="chrome_scaled_image" name="IDR_ERROR_NETWORK_GENERIC" fil e="common/error_network_generic.png" />
263 <structure type="chrome_scaled_image" name="IDR_ERROR_NETWORK_OFFLINE" fil e="common/error_network_offline.png" /> 263 <structure type="chrome_scaled_image" name="IDR_ERROR_NETWORK_OFFLINE" fil e="common/error_network_offline.png" />
264 <if expr="enable_extensions"> 264 <if expr="enable_extensions">
265 <structure type="chrome_scaled_image" name="IDR_EXTENSIONS_FAVICON" file ="common/favicon_extensions.png" /> 265 <structure type="chrome_scaled_image" name="IDR_EXTENSIONS_FAVICON" file ="common/favicon_extensions.png" />
266 <structure type="chrome_scaled_image" name="IDR_EXTENSIONS_RATING_STAR_H ALF_LEFT" file="common/extensions_rating_star_half_left.png" /> 266 <structure type="chrome_scaled_image" name="IDR_EXTENSIONS_RATING_STAR_H ALF_LEFT" file="common/extensions_rating_star_half_left.png" />
267 <structure type="chrome_scaled_image" name="IDR_EXTENSIONS_RATING_STAR_H ALF_RIGHT" file="common/extensions_rating_star_half_right.png" /> 267 <structure type="chrome_scaled_image" name="IDR_EXTENSIONS_RATING_STAR_H ALF_RIGHT" file="common/extensions_rating_star_half_right.png" />
268 <structure type="chrome_scaled_image" name="IDR_EXTENSIONS_RATING_STAR_O FF" file="common/extensions_rating_star_off.png" /> 268 <structure type="chrome_scaled_image" name="IDR_EXTENSIONS_RATING_STAR_O FF" file="common/extensions_rating_star_off.png" />
269 <structure type="chrome_scaled_image" name="IDR_EXTENSIONS_RATING_STAR_O N" file="common/extensions_rating_star_on.png" /> 269 <structure type="chrome_scaled_image" name="IDR_EXTENSIONS_RATING_STAR_O N" file="common/extensions_rating_star_on.png" />
270 <structure type="chrome_scaled_image" name="IDR_EXTENSIONS_SECTION" file ="common/extensions_section.png" />
271 <structure type="chrome_scaled_image" name="IDR_EXTENSION_COMMAND_CLOSE" file="common/extension_command_close.png" /> 270 <structure type="chrome_scaled_image" name="IDR_EXTENSION_COMMAND_CLOSE" file="common/extension_command_close.png" />
272 </if> 271 </if>
273 <if expr="chromeos"> 272 <if expr="chromeos">
274 <structure type="chrome_scaled_image" name="IDR_FATAL_ERROR" file="cros/ fatal_error.png" /> 273 <structure type="chrome_scaled_image" name="IDR_FATAL_ERROR" file="cros/ fatal_error.png" />
275 </if> 274 </if>
276 <structure type="chrome_scaled_image" name="IDR_FILE_FOLDER" file="common/ folder.png" /> 275 <structure type="chrome_scaled_image" name="IDR_FILE_FOLDER" file="common/ folder.png" />
277 <if expr="chromeos"> 276 <if expr="chromeos">
278 <structure type="chrome_scaled_image" name="IDR_FILETYPE_AUDIO" file="cr os/file_types/audio.png" /> 277 <structure type="chrome_scaled_image" name="IDR_FILETYPE_AUDIO" file="cr os/file_types/audio.png" />
279 <structure type="chrome_scaled_image" name="IDR_FILETYPE_GENERIC" file=" cros/file_types/generic.png" /> 278 <structure type="chrome_scaled_image" name="IDR_FILETYPE_GENERIC" file=" cros/file_types/generic.png" />
280 <structure type="chrome_scaled_image" name="IDR_FILETYPE_IMAGE" file="cr os/file_types/image.png" /> 279 <structure type="chrome_scaled_image" name="IDR_FILETYPE_IMAGE" file="cr os/file_types/image.png" />
(...skipping 744 matching lines...) Expand 10 before | Expand all | Expand 10 after
1025 <!-- People search images --> 1024 <!-- People search images -->
1026 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL " file="common/mail.png" /> 1025 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL " file="common/mail.png" />
1027 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL _HOVER" file="common/mail_hover.png" /> 1026 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL _HOVER" file="common/mail_hover.png" />
1028 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL _PRESSED" file="common/mail_pressed.png" /> 1027 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL _PRESSED" file="common/mail_pressed.png" />
1029 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT" file="common/chat.png" /> 1028 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT" file="common/chat.png" />
1030 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT_ HOVER" file="common/chat_hover.png" /> 1029 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT_ HOVER" file="common/chat_hover.png" />
1031 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT_ PRESSED" file="common/chat_pressed.png" /> 1030 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT_ PRESSED" file="common/chat_pressed.png" />
1032 </structures> 1031 </structures>
1033 </release> 1032 </release>
1034 </grit> 1033 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698