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

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

Issue 231723006: Remove balloon notification code. The last user was the Linux GTK port but that's deleted now. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: sync after elliot's r263101 Created 6 years, 8 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 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
107 <structure type="chrome_scaled_image" name="IDR_BACK_P" file="back_press ed.png" /> 107 <structure type="chrome_scaled_image" name="IDR_BACK_P" file="back_press ed.png" />
108 </if> 108 </if>
109 <!-- TODO(jamescook): Update all Chrome platforms to use the new art and m etrics 109 <!-- TODO(jamescook): Update all Chrome platforms to use the new art and m etrics
110 from Ash, crbug.com/118228 --> 110 from Ash, crbug.com/118228 -->
111 <if expr="toolkit_views or is_macosx or is_ios"> 111 <if expr="toolkit_views or is_macosx or is_ios">
112 <structure type="chrome_scaled_image" name="IDR_BACK" file="common/brows er_back_normal.png" /> 112 <structure type="chrome_scaled_image" name="IDR_BACK" file="common/brows er_back_normal.png" />
113 <structure type="chrome_scaled_image" name="IDR_BACK_D" file="common/bro wser_back_disabled.png" /> 113 <structure type="chrome_scaled_image" name="IDR_BACK_D" file="common/bro wser_back_disabled.png" />
114 <structure type="chrome_scaled_image" name="IDR_BACK_H" file="common/bro wser_back_hover.png" /> 114 <structure type="chrome_scaled_image" name="IDR_BACK_H" file="common/bro wser_back_hover.png" />
115 <structure type="chrome_scaled_image" name="IDR_BACK_P" file="common/bro wser_back_pressed.png" /> 115 <structure type="chrome_scaled_image" name="IDR_BACK_P" file="common/bro wser_back_pressed.png" />
116 </if> 116 </if>
117 <structure type="chrome_scaled_image" name="IDR_BALLOON_WRENCH" file="noti fication_wrench.png" />
118 <structure type="chrome_scaled_image" name="IDR_BALLOON_WRENCH_H" file="no tification_wrench_hover.png" />
119 <structure type="chrome_scaled_image" name="IDR_BALLOON_WRENCH_P" file="no tification_wrench_pressed.png" />
120 <structure type="chrome_scaled_image" name="IDR_BLOCKED_COOKIES" file="com mon/blocked_cookies.png" /> 117 <structure type="chrome_scaled_image" name="IDR_BLOCKED_COOKIES" file="com mon/blocked_cookies.png" />
121 <structure type="chrome_scaled_image" name="IDR_BLOCKED_DOWNLOADS" file="c ommon/blocked_downloads.png" /> 118 <structure type="chrome_scaled_image" name="IDR_BLOCKED_DOWNLOADS" file="c ommon/blocked_downloads.png" />
122 <structure type="chrome_scaled_image" name="IDR_BLOCKED_IMAGES" file="comm on/blocked_images.png" /> 119 <structure type="chrome_scaled_image" name="IDR_BLOCKED_IMAGES" file="comm on/blocked_images.png" />
123 <structure type="chrome_scaled_image" name="IDR_BLOCKED_JAVASCRIPT" file=" common/blocked_script.png" /> 120 <structure type="chrome_scaled_image" name="IDR_BLOCKED_JAVASCRIPT" file=" common/blocked_script.png" />
124 <structure type="chrome_scaled_image" name="IDR_BLOCKED_LOCATION" file="co mmon/blocked_location.png" /> 121 <structure type="chrome_scaled_image" name="IDR_BLOCKED_LOCATION" file="co mmon/blocked_location.png" />
125 <structure type="chrome_scaled_image" name="IDR_BLOCKED_MEDIA" file="commo n/blocked_media.png" /> 122 <structure type="chrome_scaled_image" name="IDR_BLOCKED_MEDIA" file="commo n/blocked_media.png" />
126 <structure type="chrome_scaled_image" name="IDR_SAVE_PASSWORD" file="commo n/save_password.png" /> 123 <structure type="chrome_scaled_image" name="IDR_SAVE_PASSWORD" file="commo n/save_password.png" />
127 <structure type="chrome_scaled_image" name="IDR_SAVE_PASSWORD_BLACKLISTED" file="common/blocked_images.png" /> 124 <structure type="chrome_scaled_image" name="IDR_SAVE_PASSWORD_BLACKLISTED" file="common/blocked_images.png" />
128 <structure type="chrome_scaled_image" name="IDR_BLOCKED_MIDI_SYSEX" file=" common/blocked_midi.png" /> 125 <structure type="chrome_scaled_image" name="IDR_BLOCKED_MIDI_SYSEX" file=" common/blocked_midi.png" />
129 <structure type="chrome_scaled_image" name="IDR_BLOCKED_MOUSE_CURSOR" file ="common/blocked_mouse_cursor.png" /> 126 <structure type="chrome_scaled_image" name="IDR_BLOCKED_MOUSE_CURSOR" file ="common/blocked_mouse_cursor.png" />
(...skipping 1224 matching lines...) Expand 10 before | Expand all | Expand 10 after
1354 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL " file="common/mail.png" /> 1351 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL " file="common/mail.png" />
1355 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL _HOVER" file="common/mail_hover.png" /> 1352 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL _HOVER" file="common/mail_hover.png" />
1356 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL _PRESSED" file="common/mail_pressed.png" /> 1353 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL _PRESSED" file="common/mail_pressed.png" />
1357 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT" file="common/chat.png" /> 1354 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT" file="common/chat.png" />
1358 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT_ HOVER" file="common/chat_hover.png" /> 1355 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT_ HOVER" file="common/chat_hover.png" />
1359 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT_ PRESSED" file="common/chat_pressed.png" /> 1356 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT_ PRESSED" file="common/chat_pressed.png" />
1360 1357
1361 </structures> 1358 </structures>
1362 </release> 1359 </release>
1363 </grit> 1360 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698