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

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

Issue 130263007: Set a reasonable icon for the media galleries scan result dialog folder viewer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Move resource Created 6 years, 10 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 214 matching lines...) Expand 10 before | Expand all | Expand 10 after
225 <structure type="chrome_scaled_image" name="IDR_EXTENSIONS_SECTION" file=" extensions_section.png" /> 225 <structure type="chrome_scaled_image" name="IDR_EXTENSIONS_SECTION" file=" extensions_section.png" />
226 <structure type="chrome_scaled_image" name="IDR_EXTENSION_COMMAND_CLOSE" f ile="extension_command_close.png" /> 226 <structure type="chrome_scaled_image" name="IDR_EXTENSION_COMMAND_CLOSE" f ile="extension_command_close.png" />
227 <structure type="chrome_scaled_image" name="IDR_EXTENSION_DEFAULT_ICON" fi le="extension_default_icon.png" /> 227 <structure type="chrome_scaled_image" name="IDR_EXTENSION_DEFAULT_ICON" fi le="extension_default_icon.png" />
228 <if expr="pp_ifdef('chromeos')"> 228 <if expr="pp_ifdef('chromeos')">
229 <structure type="chrome_scaled_image" name="IDR_FATAL_ERROR" file="cros/ fatal_error.png" /> 229 <structure type="chrome_scaled_image" name="IDR_FATAL_ERROR" file="cros/ fatal_error.png" />
230 </if> 230 </if>
231 <structure type="chrome_scaled_image" name="IDR_FEEDBACK" file="feedback.p ng" /> 231 <structure type="chrome_scaled_image" name="IDR_FEEDBACK" file="feedback.p ng" />
232 <structure type="chrome_scaled_image" name="IDR_FEEDBACK_H" file="feedback _hover.png" /> 232 <structure type="chrome_scaled_image" name="IDR_FEEDBACK_H" file="feedback _hover.png" />
233 <structure type="chrome_scaled_image" name="IDR_FEEDBACK_P" file="feedback _pressed.png" /> 233 <structure type="chrome_scaled_image" name="IDR_FEEDBACK_P" file="feedback _pressed.png" />
234 234
235 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYPE_ FOLDER" file="common/folder.png" />
oshima 2014/02/07 20:12:55 I actually wonder if this (and some of files in cr
vandebo (ex-Chrome) 2014/02/08 00:47:44 That sound out of scope for this CL. Maybe yoshik
yoshiki 2014/02/12 12:24:09 This had been used by Files.app but doesn't use no
235 <if expr="pp_ifdef('chromeos')"> 236 <if expr="pp_ifdef('chromeos')">
236 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP E_ARCHIVE" file="cros/file_types/archive.png" /> 237 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP E_ARCHIVE" file="cros/file_types/archive.png" />
237 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP E_AUDIO" file="cros/file_types/audio.png" /> 238 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP E_AUDIO" file="cros/file_types/audio.png" />
238 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP E_DRIVE" file="cros/file_types/drive.png" /> 239 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP E_DRIVE" file="cros/file_types/drive.png" />
239 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP E_EXCEL" file="cros/file_types/excel.png" /> 240 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP E_EXCEL" file="cros/file_types/excel.png" />
240 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP E_FOLDER" file="cros/file_types/folder.png" />
241 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP E_FORM" file="cros/file_types/form.png" /> 241 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP E_FORM" file="cros/file_types/form.png" />
242 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP E_GDOC" file="cros/file_types/gdoc.png" /> 242 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP E_GDOC" file="cros/file_types/gdoc.png" />
243 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP E_GDRAW" file="cros/file_types/gdraw.png" /> 243 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP E_GDRAW" file="cros/file_types/gdraw.png" />
244 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP E_GENERIC" file="cros/file_types/generic.png" /> 244 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP E_GENERIC" file="cros/file_types/generic.png" />
245 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP E_GLINK" file="cros/file_types/glink.png" /> 245 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP E_GLINK" file="cros/file_types/glink.png" />
246 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP E_GSHEET" file="cros/file_types/gsheet.png" /> 246 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP E_GSHEET" file="cros/file_types/gsheet.png" />
247 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP E_GSLIDES" file="cros/file_types/gslides.png" /> 247 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP E_GSLIDES" file="cros/file_types/gslides.png" />
248 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP E_GTABLE" file="cros/file_types/gtable.png" /> 248 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP E_GTABLE" file="cros/file_types/gtable.png" />
249 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP E_IMAGE" file="cros/file_types/image.png" /> 249 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP E_IMAGE" file="cros/file_types/image.png" />
250 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP E_PDF" file="cros/file_types/pdf.png" /> 250 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP E_PDF" file="cros/file_types/pdf.png" />
(...skipping 882 matching lines...) Expand 10 before | Expand all | Expand 10 after
1133 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL " file="common/mail.png" /> 1133 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL " file="common/mail.png" />
1134 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL _HOVER" file="common/mail_hover.png" /> 1134 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL _HOVER" file="common/mail_hover.png" />
1135 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL _PRESSED" file="common/mail_pressed.png" /> 1135 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL _PRESSED" file="common/mail_pressed.png" />
1136 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT" file="common/chat.png" /> 1136 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT" file="common/chat.png" />
1137 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT_ HOVER" file="common/chat_hover.png" /> 1137 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT_ HOVER" file="common/chat_hover.png" />
1138 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT_ PRESSED" file="common/chat_pressed.png" /> 1138 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT_ PRESSED" file="common/chat_pressed.png" />
1139 1139
1140 </structures> 1140 </structures>
1141 </release> 1141 </release>
1142 </grit> 1142 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698