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

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

Issue 852043002: Initial Implementation of Download Notification (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed build & test errors on non-ChromeOS platform. Created 5 years, 9 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 232 matching lines...) Expand 10 before | Expand all | Expand 10 after
243 <structure type="chrome_scaled_image" name="IDR_DOWNLOAD_BUTTON_RIGHT_MIDD LE_P" file="common/download_button_right_middle_pressed.png" /> 243 <structure type="chrome_scaled_image" name="IDR_DOWNLOAD_BUTTON_RIGHT_MIDD LE_P" file="common/download_button_right_middle_pressed.png" />
244 <structure type="chrome_scaled_image" name="IDR_DOWNLOAD_BUTTON_RIGHT_TOP" file="common/download_button_right_top.png" /> 244 <structure type="chrome_scaled_image" name="IDR_DOWNLOAD_BUTTON_RIGHT_TOP" file="common/download_button_right_top.png" />
245 <structure type="chrome_scaled_image" name="IDR_DOWNLOAD_BUTTON_RIGHT_TOP_ H" file="common/download_button_right_top_hover.png" /> 245 <structure type="chrome_scaled_image" name="IDR_DOWNLOAD_BUTTON_RIGHT_TOP_ H" file="common/download_button_right_top_hover.png" />
246 <structure type="chrome_scaled_image" name="IDR_DOWNLOAD_BUTTON_RIGHT_TOP_ NO_DD" file="common/download_button_right_top_no_dd.png" /> 246 <structure type="chrome_scaled_image" name="IDR_DOWNLOAD_BUTTON_RIGHT_TOP_ NO_DD" file="common/download_button_right_top_no_dd.png" />
247 <structure type="chrome_scaled_image" name="IDR_DOWNLOAD_BUTTON_RIGHT_TOP_ P" file="common/download_button_right_top_pressed.png" /> 247 <structure type="chrome_scaled_image" name="IDR_DOWNLOAD_BUTTON_RIGHT_TOP_ P" file="common/download_button_right_top_pressed.png" />
248 <structure type="chrome_scaled_image" name="IDR_DOWNLOAD_PROGRESS_BACKGROU ND_16" file="common/download_progress_background16.png" /> 248 <structure type="chrome_scaled_image" name="IDR_DOWNLOAD_PROGRESS_BACKGROU ND_16" file="common/download_progress_background16.png" />
249 <structure type="chrome_scaled_image" name="IDR_DOWNLOAD_PROGRESS_BACKGROU ND_32" file="common/download_progress_background32.png" /> 249 <structure type="chrome_scaled_image" name="IDR_DOWNLOAD_PROGRESS_BACKGROU ND_32" file="common/download_progress_background32.png" />
250 <structure type="chrome_scaled_image" name="IDR_DOWNLOAD_PROGRESS_FOREGROU ND_16" file="common/download_progress_foreground16.png" /> 250 <structure type="chrome_scaled_image" name="IDR_DOWNLOAD_PROGRESS_FOREGROU ND_16" file="common/download_progress_foreground16.png" />
251 <structure type="chrome_scaled_image" name="IDR_DOWNLOAD_PROGRESS_FOREGROU ND_32" file="common/download_progress_foreground32.png" /> 251 <structure type="chrome_scaled_image" name="IDR_DOWNLOAD_PROGRESS_FOREGROU ND_32" file="common/download_progress_foreground32.png" />
252 <if expr="chromeos"> 252 <if expr="chromeos">
253 <structure type="chrome_scaled_image" name="IDR_DOWNLOAD_NOTIFICATION_DO WNLOADING" file="common/downloads/download-icon.png" />
254 <structure type="chrome_scaled_image" name="IDR_DOWNLOAD_NOTIFICATION_WA RNING" file="common/downloads/warning-icon.png" />
255 <structure type="chrome_scaled_image" name="IDR_DOWNLOAD_NOTIFICATION_MA LICIOUS" file="common/downloads/malicious-icon.png" />
256 <structure type="chrome_scaled_image" name="IDR_DOWNLOAD_NOTIFICATION_IN COGNITO" file="common/downloads/incognito-icon.png" />
257 <structure type="chrome_scaled_image" name="IDR_DOWNLOAD_NOTIFICATION_ME NU_DELETE" file="common/downloads/delete-icon.png" />
258 <structure type="chrome_scaled_image" name="IDR_DOWNLOAD_NOTIFICATION_ME NU_DOWNLOAD" file="common/downloads/download-small-icon.png" />
259 <structure type="chrome_scaled_image" name="IDR_DOWNLOAD_NOTIFICATION_ME NU_FOLDER" file="common/downloads/folder-icon.png" />
260 <structure type="chrome_scaled_image" name="IDR_DOWNLOAD_NOTIFICATION_ME NU_PAUSE" file="common/downloads/pause-icon.png" />
261 <structure type="chrome_scaled_image" name="IDR_DOWNLOAD_NOTIFICATION_ME NU_RESUME" file="common/downloads/resume-icon.png" />
253 <structure type="chrome_scaled_image" name="IDR_ENABLE_DEBUGGING_FAILURE " file="cros/enable_debugging_failure.png" /> 262 <structure type="chrome_scaled_image" name="IDR_ENABLE_DEBUGGING_FAILURE " file="cros/enable_debugging_failure.png" />
254 <structure type="chrome_scaled_image" name="IDR_ENABLE_DEBUGGING_SUCCESS " file="cros/enable_debugging_success.png" /> 263 <structure type="chrome_scaled_image" name="IDR_ENABLE_DEBUGGING_SUCCESS " file="cros/enable_debugging_success.png" />
255 <structure type="chrome_scaled_image" name="IDR_ENROLL_FAILURE" file="cr os/enroll_failure.png" /> 264 <structure type="chrome_scaled_image" name="IDR_ENROLL_FAILURE" file="cr os/enroll_failure.png" />
256 <structure type="chrome_scaled_image" name="IDR_ENROLL_SUCCESS" file="cr os/enroll_success.png" /> 265 <structure type="chrome_scaled_image" name="IDR_ENROLL_SUCCESS" file="cr os/enroll_success.png" />
257 </if> 266 </if>
258 <structure type="chrome_scaled_image" name="IDR_ERROR_NETWORK_GENERIC" fil e="common/error_network_generic.png" /> 267 <structure type="chrome_scaled_image" name="IDR_ERROR_NETWORK_GENERIC" fil e="common/error_network_generic.png" />
259 <structure type="chrome_scaled_image" name="IDR_ERROR_NETWORK_OFFLINE" fil e="common/error_network_offline.png" /> 268 <structure type="chrome_scaled_image" name="IDR_ERROR_NETWORK_OFFLINE" fil e="common/error_network_offline.png" />
260 <if expr="enable_extensions"> 269 <if expr="enable_extensions">
261 <structure type="chrome_scaled_image" name="IDR_EXTENSIONS_FAVICON" file ="common/favicon_extensions.png" /> 270 <structure type="chrome_scaled_image" name="IDR_EXTENSIONS_FAVICON" file ="common/favicon_extensions.png" />
262 <structure type="chrome_scaled_image" name="IDR_EXTENSIONS_RATING_STAR_H ALF_LEFT" file="common/extensions_rating_star_half_left.png" /> 271 <structure type="chrome_scaled_image" name="IDR_EXTENSIONS_RATING_STAR_H ALF_LEFT" file="common/extensions_rating_star_half_left.png" />
(...skipping 915 matching lines...) Expand 10 before | Expand all | Expand 10 after
1178 <!-- People search images --> 1187 <!-- People search images -->
1179 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL " file="common/mail.png" /> 1188 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL " file="common/mail.png" />
1180 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL _HOVER" file="common/mail_hover.png" /> 1189 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL _HOVER" file="common/mail_hover.png" />
1181 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL _PRESSED" file="common/mail_pressed.png" /> 1190 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL _PRESSED" file="common/mail_pressed.png" />
1182 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT" file="common/chat.png" /> 1191 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT" file="common/chat.png" />
1183 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT_ HOVER" file="common/chat_hover.png" /> 1192 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT_ HOVER" file="common/chat_hover.png" />
1184 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT_ PRESSED" file="common/chat_pressed.png" /> 1193 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT_ PRESSED" file="common/chat_pressed.png" />
1185 </structures> 1194 </structures>
1186 </release> 1195 </release>
1187 </grit> 1196 </grit>
OLDNEW
« no previous file with comments | « chrome/app/theme/default_100_percent/common/downloads/warning-icon.png ('k') | chrome/browser/about_flags.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698