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

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

Issue 133413002: Cleanup: Remove unneeded resources from chrome/app/theme/theme_resources.grd. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: undo a couple of duplicate filenames that should not be removed Created 6 years, 11 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
« no previous file with comments | « chrome/app/theme/default_200_percent/website_settings_tab_background.png ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 15 matching lines...) Expand all
26 <structures fallback_to_low_resolution="true"> 26 <structures fallback_to_low_resolution="true">
27 <!-- KEEP THESE IN ALPHABETICAL ORDER! DO NOT ADD TO RANDOM PLACES JUST 27 <!-- KEEP THESE IN ALPHABETICAL ORDER! DO NOT ADD TO RANDOM PLACES JUST
28 BECAUSE YOUR RESOURCES ARE FUNCTIONALLY RELATED OR FALL UNDER THE 28 BECAUSE YOUR RESOURCES ARE FUNCTIONALLY RELATED OR FALL UNDER THE
29 SAME CONDITIONALS. --> 29 SAME CONDITIONALS. -->
30 <structure type="chrome_scaled_image" name="IDR_ACCESSED_COOKIES" file="ac cessed_cookies.png" /> 30 <structure type="chrome_scaled_image" name="IDR_ACCESSED_COOKIES" file="ac cessed_cookies.png" />
31 <structure type="chrome_scaled_image" name="IDR_ALLOWED_DOWNLOADS" file="c ommon/allowed_downloads.png" /> 31 <structure type="chrome_scaled_image" name="IDR_ALLOWED_DOWNLOADS" file="c ommon/allowed_downloads.png" />
32 <structure type="chrome_scaled_image" name="IDR_ALLOWED_FULLSCREEN" file=" common/allowed_fullscreen.png" /> 32 <structure type="chrome_scaled_image" name="IDR_ALLOWED_FULLSCREEN" file=" common/allowed_fullscreen.png" />
33 <structure type="chrome_scaled_image" name="IDR_ALLOWED_IMAGES" file="comm on/allowed_images.png" /> 33 <structure type="chrome_scaled_image" name="IDR_ALLOWED_IMAGES" file="comm on/allowed_images.png" />
34 <structure type="chrome_scaled_image" name="IDR_ALLOWED_JAVASCRIPT" file=" common/allowed_script.png" /> 34 <structure type="chrome_scaled_image" name="IDR_ALLOWED_JAVASCRIPT" file=" common/allowed_script.png" />
35 <structure type="chrome_scaled_image" name="IDR_ALLOWED_LOCATION" file="co mmon/allowed_location.png" /> 35 <structure type="chrome_scaled_image" name="IDR_ALLOWED_LOCATION" file="co mmon/allowed_location.png" />
36 <structure type="chrome_scaled_image" name="IDR_ALLOWED_MICROPHONE" file=" common/allowed_mic_only.png" />
37 <structure type="chrome_scaled_image" name="IDR_ALLOWED_MIDI_SYSEX" file=" common/allowed_midi.png" /> 36 <structure type="chrome_scaled_image" name="IDR_ALLOWED_MIDI_SYSEX" file=" common/allowed_midi.png" />
38 <structure type="chrome_scaled_image" name="IDR_ALLOWED_MOUSE_CURSOR" file ="common/allowed_mouse_cursor.png" /> 37 <structure type="chrome_scaled_image" name="IDR_ALLOWED_MOUSE_CURSOR" file ="common/allowed_mouse_cursor.png" />
39 <structure type="chrome_scaled_image" name="IDR_ALLOWED_NOTIFICATION" file ="common/allowed_notifications.png" /> 38 <structure type="chrome_scaled_image" name="IDR_ALLOWED_NOTIFICATION" file ="common/allowed_notifications.png" />
40 <structure type="chrome_scaled_image" name="IDR_ALLOWED_PLUGINS" file="com mon/allowed_plugins.png" /> 39 <structure type="chrome_scaled_image" name="IDR_ALLOWED_PLUGINS" file="com mon/allowed_plugins.png" />
41 <structure type="chrome_scaled_image" name="IDR_ALLOWED_POPUPS" file="comm on/allowed_popups.png" /> 40 <structure type="chrome_scaled_image" name="IDR_ALLOWED_POPUPS" file="comm on/allowed_popups.png" />
42 <structure type="chrome_scaled_image" name="IDR_APP_DEFAULT_ICON" file="ap p_default_icon.png" /> 41 <structure type="chrome_scaled_image" name="IDR_APP_DEFAULT_ICON" file="ap p_default_icon.png" />
43 <structure type="chrome_scaled_image" name="IDR_APP_DROPARROW" file="app_d roparrow.png" /> 42 <structure type="chrome_scaled_image" name="IDR_APP_DROPARROW" file="app_d roparrow.png" />
44 <if expr="pp_ifdef('enable_app_list') and is_win and not pp_ifdef('_google _chrome')"> 43 <if expr="pp_ifdef('enable_app_list') and is_win and not pp_ifdef('_google _chrome')">
45 <structure type="chrome_scaled_image" name="IDR_APP_LIST" file="chromium /app_list_48.png" /> 44 <structure type="chrome_scaled_image" name="IDR_APP_LIST" file="chromium /app_list_48.png" />
46 </if> 45 </if>
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
86 <structure type="chrome_scaled_image" name="IDR_BACK" file="common/brows er_back_normal.png" /> 85 <structure type="chrome_scaled_image" name="IDR_BACK" file="common/brows er_back_normal.png" />
87 <structure type="chrome_scaled_image" name="IDR_BACK_D" file="common/bro wser_back_disabled.png" /> 86 <structure type="chrome_scaled_image" name="IDR_BACK_D" file="common/bro wser_back_disabled.png" />
88 <structure type="chrome_scaled_image" name="IDR_BACK_H" file="common/bro wser_back_hover.png" /> 87 <structure type="chrome_scaled_image" name="IDR_BACK_H" file="common/bro wser_back_hover.png" />
89 <structure type="chrome_scaled_image" name="IDR_BACK_P" file="common/bro wser_back_pressed.png" /> 88 <structure type="chrome_scaled_image" name="IDR_BACK_P" file="common/bro wser_back_pressed.png" />
90 </if> 89 </if>
91 <structure type="chrome_scaled_image" name="IDR_BALLOON_WRENCH" file="noti fication_wrench.png" /> 90 <structure type="chrome_scaled_image" name="IDR_BALLOON_WRENCH" file="noti fication_wrench.png" />
92 <structure type="chrome_scaled_image" name="IDR_BALLOON_WRENCH_H" file="no tification_wrench_hover.png" /> 91 <structure type="chrome_scaled_image" name="IDR_BALLOON_WRENCH_H" file="no tification_wrench_hover.png" />
93 <structure type="chrome_scaled_image" name="IDR_BALLOON_WRENCH_P" file="no tification_wrench_pressed.png" /> 92 <structure type="chrome_scaled_image" name="IDR_BALLOON_WRENCH_P" file="no tification_wrench_pressed.png" />
94 <structure type="chrome_scaled_image" name="IDR_BLOCKED_COOKIES" file="com mon/blocked_cookies.png" /> 93 <structure type="chrome_scaled_image" name="IDR_BLOCKED_COOKIES" file="com mon/blocked_cookies.png" />
95 <structure type="chrome_scaled_image" name="IDR_BLOCKED_DOWNLOADS" file="c ommon/blocked_downloads.png" /> 94 <structure type="chrome_scaled_image" name="IDR_BLOCKED_DOWNLOADS" file="c ommon/blocked_downloads.png" />
96 <structure type="chrome_scaled_image" name="IDR_BLOCKED_FULLSCREEN" file=" common/blocked_fullscreen.png" />
97 <structure type="chrome_scaled_image" name="IDR_BLOCKED_IMAGES" file="comm on/blocked_images.png" /> 95 <structure type="chrome_scaled_image" name="IDR_BLOCKED_IMAGES" file="comm on/blocked_images.png" />
98 <structure type="chrome_scaled_image" name="IDR_BLOCKED_JAVASCRIPT" file=" common/blocked_script.png" /> 96 <structure type="chrome_scaled_image" name="IDR_BLOCKED_JAVASCRIPT" file=" common/blocked_script.png" />
99 <structure type="chrome_scaled_image" name="IDR_BLOCKED_LOCATION" file="co mmon/blocked_location.png" /> 97 <structure type="chrome_scaled_image" name="IDR_BLOCKED_LOCATION" file="co mmon/blocked_location.png" />
100 <structure type="chrome_scaled_image" name="IDR_BLOCKED_MEDIA" file="commo n/blocked_media.png" /> 98 <structure type="chrome_scaled_image" name="IDR_BLOCKED_MEDIA" file="commo n/blocked_media.png" />
101 <structure type="chrome_scaled_image" name="IDR_SAVE_PASSWORD" file="commo n/save_password.png" /> 99 <structure type="chrome_scaled_image" name="IDR_SAVE_PASSWORD" file="commo n/save_password.png" />
102 <structure type="chrome_scaled_image" name="IDR_BLOCKED_MICROPHONE" file=" common/blocked_mic_only.png" />
103 <structure type="chrome_scaled_image" name="IDR_BLOCKED_MIDI_SYSEX" file=" common/blocked_midi.png" /> 100 <structure type="chrome_scaled_image" name="IDR_BLOCKED_MIDI_SYSEX" file=" common/blocked_midi.png" />
104 <structure type="chrome_scaled_image" name="IDR_BLOCKED_MOUSE_CURSOR" file ="common/blocked_mouse_cursor.png" /> 101 <structure type="chrome_scaled_image" name="IDR_BLOCKED_MOUSE_CURSOR" file ="common/blocked_mouse_cursor.png" />
105 <structure type="chrome_scaled_image" name="IDR_BLOCKED_MIXED_CONTENT" fil e="common/blocked_mixed_content.png" /> 102 <structure type="chrome_scaled_image" name="IDR_BLOCKED_MIXED_CONTENT" fil e="common/blocked_mixed_content.png" />
106 <structure type="chrome_scaled_image" name="IDR_BLOCKED_NOTIFICATION" file ="common/blocked_notifications.png" /> 103 <structure type="chrome_scaled_image" name="IDR_BLOCKED_NOTIFICATION" file ="common/blocked_notifications.png" />
107 <structure type="chrome_scaled_image" name="IDR_BLOCKED_PLUGINS" file="com mon/blocked_plugins.png" /> 104 <structure type="chrome_scaled_image" name="IDR_BLOCKED_PLUGINS" file="com mon/blocked_plugins.png" />
108 <structure type="chrome_scaled_image" name="IDR_BLOCKED_POPUPS" file="comm on/blocked_popups.png" /> 105 <structure type="chrome_scaled_image" name="IDR_BLOCKED_POPUPS" file="comm on/blocked_popups.png" />
109 <structure type="chrome_scaled_image" name="IDR_BLOCKED_PPAPI_BROKER" file ="common/blocked_pepper_broker.png" /> 106 <structure type="chrome_scaled_image" name="IDR_BLOCKED_PPAPI_BROKER" file ="common/blocked_pepper_broker.png" />
110 <structure type="chrome_scaled_image" name="IDR_BOOKMARKS_FAVICON" file="c ommon/favicon_bookmarks.png" /> 107 <structure type="chrome_scaled_image" name="IDR_BOOKMARKS_FAVICON" file="c ommon/favicon_bookmarks.png" />
111 <structure type="chrome_scaled_image" name="IDR_BOOKMARK_BAR_CHEVRONS" fil e="common/chevron.png" /> 108 <structure type="chrome_scaled_image" name="IDR_BOOKMARK_BAR_CHEVRONS" fil e="common/chevron.png" />
112 <if expr="is_macosx or is_ios"> 109 <if expr="is_macosx or is_ios">
113 <structure type="chrome_scaled_image" name="IDR_BOOKMARK_BAR_FOLDER" fil e="mac/bookmark_bar_folder.png" /> 110 <structure type="chrome_scaled_image" name="IDR_BOOKMARK_BAR_FOLDER" fil e="mac/bookmark_bar_folder.png" />
114 </if> 111 </if>
115 <if expr="not is_macosx and not is_ios"> 112 <if expr="not is_macosx and not is_ios">
116 <structure type="chrome_scaled_image" name="IDR_BOOKMARK_BAR_FOLDER" fil e="common/bookmark_bar_folder.png" /> 113 <structure type="chrome_scaled_image" name="IDR_BOOKMARK_BAR_FOLDER" fil e="common/bookmark_bar_folder.png" />
117 </if> 114 </if>
118 <structure type="chrome_scaled_image" name="IDR_BOOKMARK_BAR_APPS_SHORTCUT " file="common/apps_bookmark_bar_icon.png" /> 115 <structure type="chrome_scaled_image" name="IDR_BOOKMARK_BAR_APPS_SHORTCUT " file="common/apps_bookmark_bar_icon.png" />
119 <if expr="pp_ifdef('chromeos')"> 116 <if expr="pp_ifdef('chromeos')">
120 <structure type="chrome_scaled_image" name="IDR_BUTTON_USER_IMAGE_CHOOSE _FILE" file="choose_file.png" /> 117 <structure type="chrome_scaled_image" name="IDR_BUTTON_USER_IMAGE_CHOOSE _FILE" file="choose_file.png" />
121 <structure type="chrome_scaled_image" name="IDR_BUTTON_USER_IMAGE_RECORD _VIDEO" file="record_video.png" />
122 <structure type="chrome_scaled_image" name="IDR_BUTTON_USER_IMAGE_TAKE_P HOTO" file="take_photo.png" /> 118 <structure type="chrome_scaled_image" name="IDR_BUTTON_USER_IMAGE_TAKE_P HOTO" file="take_photo.png" />
123 </if> 119 </if>
124 <if expr="not pp_ifdef('toolkit_views') and not is_macosx and not is_ios"> 120 <if expr="not pp_ifdef('toolkit_views') and not is_macosx and not is_ios">
125 <structure type="chrome_scaled_image" name="IDR_BROWSER_ACTION" file="br owser_action.png" /> 121 <structure type="chrome_scaled_image" name="IDR_BROWSER_ACTION" file="br owser_action.png" />
126 <structure type="chrome_scaled_image" name="IDR_BROWSER_ACTION_H" file=" browser_action_hover.png" /> 122 <structure type="chrome_scaled_image" name="IDR_BROWSER_ACTION_H" file=" browser_action_hover.png" />
127 <structure type="chrome_scaled_image" name="IDR_BROWSER_ACTION_P" file=" browser_action_pressed.png" /> 123 <structure type="chrome_scaled_image" name="IDR_BROWSER_ACTION_P" file=" browser_action_pressed.png" />
128 <structure type="chrome_scaled_image" name="IDR_BROWSER_ACTION_HIGHLIGHT " file="browser_action_highlight.png" /> 124 <structure type="chrome_scaled_image" name="IDR_BROWSER_ACTION_HIGHLIGHT " file="browser_action_highlight.png" />
129 </if> 125 </if>
130 <if expr="pp_ifdef('toolkit_views') or is_macosx or is_ios"> 126 <if expr="pp_ifdef('toolkit_views') or is_macosx or is_ios">
131 <structure type="chrome_scaled_image" name="IDR_BROWSER_ACTION" file="co mmon/browser_action_normal.png" /> 127 <structure type="chrome_scaled_image" name="IDR_BROWSER_ACTION" file="co mmon/browser_action_normal.png" />
(...skipping 23 matching lines...) Expand all
155 <structure type="chrome_scaled_image" name="IDR_CONTENT_TOP_LEFT_CORNER_MA SK" file="content_top_left_corner_mask.png" /> 151 <structure type="chrome_scaled_image" name="IDR_CONTENT_TOP_LEFT_CORNER_MA SK" file="content_top_left_corner_mask.png" />
156 <structure type="chrome_scaled_image" name="IDR_CONTENT_TOP_RIGHT_CORNER" file="content_top_right_corner.png" /> 152 <structure type="chrome_scaled_image" name="IDR_CONTENT_TOP_RIGHT_CORNER" file="content_top_right_corner.png" />
157 <structure type="chrome_scaled_image" name="IDR_CONTENT_TOP_RIGHT_CORNER_M ASK" file="content_top_right_corner_mask.png" /> 153 <structure type="chrome_scaled_image" name="IDR_CONTENT_TOP_RIGHT_CORNER_M ASK" file="content_top_right_corner_mask.png" />
158 <structure type="chrome_scaled_image" name="IDR_CONTROLLED_SETTING_EXTENSI ON" file="common/controlled_setting_extension.png" /> 154 <structure type="chrome_scaled_image" name="IDR_CONTROLLED_SETTING_EXTENSI ON" file="common/controlled_setting_extension.png" />
159 <structure type="chrome_scaled_image" name="IDR_CONTROLLED_SETTING_MANDATO RY" file="common/controlled_setting_mandatory.png" /> 155 <structure type="chrome_scaled_image" name="IDR_CONTROLLED_SETTING_MANDATO RY" file="common/controlled_setting_mandatory.png" />
160 <structure type="chrome_scaled_image" name="IDR_COOKIE_ICON" file="cookie. png" /> 156 <structure type="chrome_scaled_image" name="IDR_COOKIE_ICON" file="cookie. png" />
161 <structure type="chrome_scaled_image" name="IDR_COOKIE_STORAGE_ICON" file= "cookie_storage.png" /> 157 <structure type="chrome_scaled_image" name="IDR_COOKIE_STORAGE_ICON" file= "cookie_storage.png" />
162 <structure type="chrome_scaled_image" name="IDR_CREDIT_CARD_CVC_HINT" file ="common/credit_card_cvc_hint.png" /> 158 <structure type="chrome_scaled_image" name="IDR_CREDIT_CARD_CVC_HINT" file ="common/credit_card_cvc_hint.png" />
163 <structure type="chrome_scaled_image" name="IDR_CREDIT_CARD_CVC_HINT_AMEX" file="common/credit_card_cvc_hint_amex.png" /> 159 <structure type="chrome_scaled_image" name="IDR_CREDIT_CARD_CVC_HINT_AMEX" file="common/credit_card_cvc_hint_amex.png" />
164 <if expr="pp_ifdef('chromeos')"> 160 <if expr="pp_ifdef('chromeos')">
165 <structure type="chrome_scaled_image" name="IDR_CRITICAL_ERROR" file="cr os/critical_error.png" />
166 <structure type="chrome_scaled_image" name="IDR_CROS_DEFAULT_THROBBER" f ile="cros/default_throbber.png" /> 161 <structure type="chrome_scaled_image" name="IDR_CROS_DEFAULT_THROBBER" f ile="cros/default_throbber.png" />
167 </if> 162 </if>
168 <structure type="chrome_scaled_image" name="IDR_CWS_STAR_EMPTY" file="cws_ star_empty.png" />
169 <structure type="chrome_scaled_image" name="IDR_CWS_STAR_FULL" file="cws_s tar_full.png" />
170 <structure type="chrome_scaled_image" name="IDR_CWS_STAR_HALF" file="cws_s tar_half.png" />
171 <if expr="pp_ifdef('chromeos')">
172 <structure type="chrome_scaled_image" name="IDR_DIVIDER_VERT" file="divi der_vert.png" />
173 </if>
174 <structure type="chrome_scaled_image" name="IDR_DOCK_HIGH" file="dock_tab_ high.png" /> 163 <structure type="chrome_scaled_image" name="IDR_DOCK_HIGH" file="dock_tab_ high.png" />
175 <structure type="chrome_scaled_image" name="IDR_DOCK_MAX" file="dock_tab_m ax.png" /> 164 <structure type="chrome_scaled_image" name="IDR_DOCK_MAX" file="dock_tab_m ax.png" />
176 <structure type="chrome_scaled_image" name="IDR_DOCK_WIDE" file="dock_tab_ wide.png" /> 165 <structure type="chrome_scaled_image" name="IDR_DOCK_WIDE" file="dock_tab_ wide.png" />
177 <structure type="chrome_scaled_image" name="IDR_DOWN_ARROW" file="common/d own_arrow.png" /> 166 <structure type="chrome_scaled_image" name="IDR_DOWN_ARROW" file="common/d own_arrow.png" />
178 <structure type="chrome_scaled_image" name="IDR_DOWNLOADS_FAVICON" file="c ommon/favicon_downloads.png" /> 167 <structure type="chrome_scaled_image" name="IDR_DOWNLOADS_FAVICON" file="c ommon/favicon_downloads.png" />
179 <structure type="chrome_scaled_image" name="IDR_DOWNLOAD_ANIMATION_BEGIN" file="download_animation_begin.png" /> 168 <structure type="chrome_scaled_image" name="IDR_DOWNLOAD_ANIMATION_BEGIN" file="download_animation_begin.png" />
180 <structure type="chrome_scaled_image" name="IDR_DOWNLOAD_BUTTON_CENTER_BOT TOM" file="common/download_button_center_bottom.png" /> 169 <structure type="chrome_scaled_image" name="IDR_DOWNLOAD_BUTTON_CENTER_BOT TOM" file="common/download_button_center_bottom.png" />
181 <structure type="chrome_scaled_image" name="IDR_DOWNLOAD_BUTTON_CENTER_BOT TOM_H" file="common/download_button_center_bottom_hover.png" /> 170 <structure type="chrome_scaled_image" name="IDR_DOWNLOAD_BUTTON_CENTER_BOT TOM_H" file="common/download_button_center_bottom_hover.png" />
182 <structure type="chrome_scaled_image" name="IDR_DOWNLOAD_BUTTON_CENTER_BOT TOM_P" file="common/download_button_center_bottom_pressed.png" /> 171 <structure type="chrome_scaled_image" name="IDR_DOWNLOAD_BUTTON_CENTER_BOT TOM_P" file="common/download_button_center_bottom_pressed.png" />
183 <structure type="chrome_scaled_image" name="IDR_DOWNLOAD_BUTTON_CENTER_MID DLE" file="common/download_button_center_middle.png" /> 172 <structure type="chrome_scaled_image" name="IDR_DOWNLOAD_BUTTON_CENTER_MID DLE" file="common/download_button_center_middle.png" />
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
224 <structure type="chrome_scaled_image" name="IDR_PROTECTED_MEDIA_IDENTIFI ER_INFOBAR_ICON" file="infobar_protected_media_identifier.png" /> 213 <structure type="chrome_scaled_image" name="IDR_PROTECTED_MEDIA_IDENTIFI ER_INFOBAR_ICON" file="infobar_protected_media_identifier.png" />
225 </if> 214 </if>
226 <if expr="pp_ifdef('chromeos')"> 215 <if expr="pp_ifdef('chromeos')">
227 <structure type="chrome_scaled_image" name="IDR_ENROLL_FAILURE" file="en roll_failure.png" /> 216 <structure type="chrome_scaled_image" name="IDR_ENROLL_FAILURE" file="en roll_failure.png" />
228 <structure type="chrome_scaled_image" name="IDR_ENROLL_SUCCESS" file="en roll_success.png" /> 217 <structure type="chrome_scaled_image" name="IDR_ENROLL_SUCCESS" file="en roll_success.png" />
229 </if> 218 </if>
230 <structure type="chrome_scaled_image" name="IDR_ERROR_NETWORK_GENERIC" fil e="common/error_network_generic.png" /> 219 <structure type="chrome_scaled_image" name="IDR_ERROR_NETWORK_GENERIC" fil e="common/error_network_generic.png" />
231 <structure type="chrome_scaled_image" name="IDR_ERROR_NETWORK_OFFLINE" fil e="common/error_network_offline.png" /> 220 <structure type="chrome_scaled_image" name="IDR_ERROR_NETWORK_OFFLINE" fil e="common/error_network_offline.png" />
232 <structure type="chrome_scaled_image" name="IDR_EXTENSIONS_FAVICON" file=" common/favicon_extensions.png" /> 221 <structure type="chrome_scaled_image" name="IDR_EXTENSIONS_FAVICON" file=" common/favicon_extensions.png" />
233 <structure type="chrome_scaled_image" name="IDR_EXTENSIONS_SCRIPT_BUBBLE" file="common/script_bubble.png" /> 222 <structure type="chrome_scaled_image" name="IDR_EXTENSIONS_SCRIPT_BUBBLE" file="common/script_bubble.png" />
234 <structure type="chrome_scaled_image" name="IDR_EXTENSIONS_PUZZLE_PIECE" f ile="common/exstension-features_28.png" />
235 <structure type="chrome_scaled_image" name="IDR_EXTENSIONS_RATING_STAR_HAL F_LEFT" file="extensions_rating_star_half_left.png" /> 223 <structure type="chrome_scaled_image" name="IDR_EXTENSIONS_RATING_STAR_HAL F_LEFT" file="extensions_rating_star_half_left.png" />
236 <structure type="chrome_scaled_image" name="IDR_EXTENSIONS_RATING_STAR_HAL F_RIGHT" file="extensions_rating_star_half_right.png" /> 224 <structure type="chrome_scaled_image" name="IDR_EXTENSIONS_RATING_STAR_HAL F_RIGHT" file="extensions_rating_star_half_right.png" />
237 <structure type="chrome_scaled_image" name="IDR_EXTENSIONS_RATING_STAR_OFF " file="extensions_rating_star_off.png" /> 225 <structure type="chrome_scaled_image" name="IDR_EXTENSIONS_RATING_STAR_OFF " file="extensions_rating_star_off.png" />
238 <structure type="chrome_scaled_image" name="IDR_EXTENSIONS_RATING_STAR_ON" file="extensions_rating_star_on.png" /> 226 <structure type="chrome_scaled_image" name="IDR_EXTENSIONS_RATING_STAR_ON" file="extensions_rating_star_on.png" />
239 <structure type="chrome_scaled_image" name="IDR_EXTENSIONS_SECTION" file=" extensions_section.png" /> 227 <structure type="chrome_scaled_image" name="IDR_EXTENSIONS_SECTION" file=" extensions_section.png" />
240 <structure type="chrome_scaled_image" name="IDR_EXTENSIONS_SECTION_SMALL" file="extensions_section_small.png" />
241 <structure type="chrome_scaled_image" name="IDR_EXTENSION_COMMAND_CLOSE" f ile="extension_command_close.png" /> 228 <structure type="chrome_scaled_image" name="IDR_EXTENSION_COMMAND_CLOSE" f ile="extension_command_close.png" />
242 <structure type="chrome_scaled_image" name="IDR_EXTENSION_DEFAULT_ICON" fi le="extension_default_icon.png" /> 229 <structure type="chrome_scaled_image" name="IDR_EXTENSION_DEFAULT_ICON" fi le="extension_default_icon.png" />
243 <if expr="pp_ifdef('chromeos')"> 230 <if expr="pp_ifdef('chromeos')">
244 <structure type="chrome_scaled_image" name="IDR_FATAL_ERROR" file="cros/ fatal_error.png" /> 231 <structure type="chrome_scaled_image" name="IDR_FATAL_ERROR" file="cros/ fatal_error.png" />
245 </if> 232 </if>
246 <structure type="chrome_scaled_image" name="IDR_FEEDBACK" file="feedback.p ng" /> 233 <structure type="chrome_scaled_image" name="IDR_FEEDBACK" file="feedback.p ng" />
247 <structure type="chrome_scaled_image" name="IDR_FEEDBACK_H" file="feedback _hover.png" /> 234 <structure type="chrome_scaled_image" name="IDR_FEEDBACK_H" file="feedback _hover.png" />
248 <structure type="chrome_scaled_image" name="IDR_FEEDBACK_P" file="feedback _pressed.png" /> 235 <structure type="chrome_scaled_image" name="IDR_FEEDBACK_P" file="feedback _pressed.png" />
249 236
250 <if expr="pp_ifdef('file_manager_extension')"> 237 <if expr="pp_ifdef('file_manager_extension')">
251 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP E_ARCHIVE" file="cros/file_types/archive.png" /> 238 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP E_ARCHIVE" file="cros/file_types/archive.png" />
252 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP E_AUDIO" file="cros/file_types/audio.png" /> 239 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP E_AUDIO" file="cros/file_types/audio.png" />
253 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP E_CHART" file="cros/file_types/chart.png" />
254 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP E_DRIVE" file="cros/file_types/drive.png" /> 240 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP E_DRIVE" file="cros/file_types/drive.png" />
255 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP E_EXCEL" file="cros/file_types/excel.png" /> 241 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP E_EXCEL" file="cros/file_types/excel.png" />
256 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP E_FOLDER" file="cros/file_types/folder.png" /> 242 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP E_FOLDER" file="cros/file_types/folder.png" />
257 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP E_FORM" file="cros/file_types/form.png" /> 243 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP E_FORM" file="cros/file_types/form.png" />
258 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP E_GDOC" file="cros/file_types/gdoc.png" /> 244 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP E_GDOC" file="cros/file_types/gdoc.png" />
259 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP E_GDRAW" file="cros/file_types/gdraw.png" /> 245 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP E_GDRAW" file="cros/file_types/gdraw.png" />
260 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP E_GENERIC" file="cros/file_types/generic.png" /> 246 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP E_GENERIC" file="cros/file_types/generic.png" />
261 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP E_GLINK" file="cros/file_types/glink.png" /> 247 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP E_GLINK" file="cros/file_types/glink.png" />
262 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP E_GSHEET" file="cros/file_types/gsheet.png" /> 248 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP E_GSHEET" file="cros/file_types/gsheet.png" />
263 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP E_GSLIDES" file="cros/file_types/gslides.png" /> 249 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP E_GSLIDES" file="cros/file_types/gslides.png" />
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
336 <structure type="chrome_scaled_image" name="IDR_ICON_PROFILES_ADD_USER_W HITE" file="common/icon_add_user_white.png" /> 322 <structure type="chrome_scaled_image" name="IDR_ICON_PROFILES_ADD_USER_W HITE" file="common/icon_add_user_white.png" />
337 <structure type="chrome_scaled_image" name="IDR_ICON_PROFILES_BROWSE_GUE ST" file="common/icon_browse_as_guest.png" /> 323 <structure type="chrome_scaled_image" name="IDR_ICON_PROFILES_BROWSE_GUE ST" file="common/icon_browse_as_guest.png" />
338 <structure type="chrome_scaled_image" name="IDR_ICON_PROFILES_BROWSE_GUE ST_WHITE" file="common/icon_browse_as_guest_white.png" /> 324 <structure type="chrome_scaled_image" name="IDR_ICON_PROFILES_BROWSE_GUE ST_WHITE" file="common/icon_browse_as_guest_white.png" />
339 <structure type="chrome_scaled_image" name="IDR_ICON_PROFILES_LOCKED" fi le="common/icon_locked.png" /> 325 <structure type="chrome_scaled_image" name="IDR_ICON_PROFILES_LOCKED" fi le="common/icon_locked.png" />
340 </if> 326 </if>
341 <if expr="not is_android and not is_ios and not pp_ifdef('chromeos')"> 327 <if expr="not is_android and not is_ios and not pp_ifdef('chromeos')">
342 <!-- TODO(noms): Remove this once local profile avatars are migrated --> 328 <!-- TODO(noms): Remove this once local profile avatars are migrated -->
343 <structure type="chrome_scaled_image" name="IDR_USER_MANAGER_DEFAULT_AVA TAR" file="common/login_guest.png" /> 329 <structure type="chrome_scaled_image" name="IDR_USER_MANAGER_DEFAULT_AVA TAR" file="common/login_guest.png" />
344 </if> 330 </if>
345 <if expr="pp_ifdef('chromeos')"> 331 <if expr="pp_ifdef('chromeos')">
346 <structure type="chrome_scaled_image" name="IDR_ICON_ADD_USER24" file="i con_add_user24.png" />
347 <structure type="chrome_scaled_image" name="IDR_ICON_ADD_USER_WHITE" fil e="icon_add_user_white.png" /> 332 <structure type="chrome_scaled_image" name="IDR_ICON_ADD_USER_WHITE" fil e="icon_add_user_white.png" />
348 <structure type="chrome_scaled_image" name="IDR_ICON_GUEST_WHITE" file=" icon_guest_white.png" /> 333 <structure type="chrome_scaled_image" name="IDR_ICON_GUEST_WHITE" file=" icon_guest_white.png" />
349 <structure type="chrome_scaled_image" name="IDR_ICON_POWER24" file="icon _power24.png" />
350 <structure type="chrome_scaled_image" name="IDR_ICON_POWER_WHITE" file=" icon_power_white.png" /> 334 <structure type="chrome_scaled_image" name="IDR_ICON_POWER_WHITE" file=" icon_power_white.png" />
351 </if> 335 </if>
352 <if expr="is_win"> 336 <if expr="is_win">
353 <structure type="chrome_scaled_image" name="IDR_INCOGNITO_SWITCH_OFF" fi le="incognito_switch_off.png" /> 337 <structure type="chrome_scaled_image" name="IDR_INCOGNITO_SWITCH_OFF" fi le="incognito_switch_off.png" />
354 <structure type="chrome_scaled_image" name="IDR_INCOGNITO_SWITCH_ON" fil e="incognito_switch_on.png" /> 338 <structure type="chrome_scaled_image" name="IDR_INCOGNITO_SWITCH_ON" fil e="incognito_switch_on.png" />
355 </if> 339 </if>
356 <structure type="chrome_scaled_image" name="IDR_INFO" file="info_small.png " /> 340 <structure type="chrome_scaled_image" name="IDR_INFO" file="info_small.png " />
357 <if expr="pp_ifdef('toolkit_views')"> 341 <if expr="pp_ifdef('toolkit_views')">
358 <structure type="chrome_scaled_image" name="IDR_INFOBARBUTTON_HOVER_BOTT OM" file="infobarbutton_bottom_hover.png" /> 342 <structure type="chrome_scaled_image" name="IDR_INFOBARBUTTON_HOVER_BOTT OM" file="infobarbutton_bottom_hover.png" />
359 <structure type="chrome_scaled_image" name="IDR_INFOBARBUTTON_HOVER_BOTT OM_LEFT" file="infobarbutton_bottom_left_hover.png" /> 343 <structure type="chrome_scaled_image" name="IDR_INFOBARBUTTON_HOVER_BOTT OM_LEFT" file="infobarbutton_bottom_left_hover.png" />
(...skipping 481 matching lines...) Expand 10 before | Expand all | Expand 10 after
841 <structure type="chrome_scaled_image" name="IDR_RELOAD_H" file="common/b rowser_reload_hover.png" /> 825 <structure type="chrome_scaled_image" name="IDR_RELOAD_H" file="common/b rowser_reload_hover.png" />
842 <structure type="chrome_scaled_image" name="IDR_RELOAD_P" file="common/b rowser_reload_pressed.png" /> 826 <structure type="chrome_scaled_image" name="IDR_RELOAD_P" file="common/b rowser_reload_pressed.png" />
843 <structure type="chrome_scaled_image" name="IDR_RELOAD_DIMMED" file="com mon/browser_reload_dimmed.png" /> 827 <structure type="chrome_scaled_image" name="IDR_RELOAD_DIMMED" file="com mon/browser_reload_dimmed.png" />
844 </if> 828 </if>
845 <structure type="chrome_scaled_image" name="IDR_RESTORE_BUTTON_MASK" file= "restore_button_mask.png" /> 829 <structure type="chrome_scaled_image" name="IDR_RESTORE_BUTTON_MASK" file= "restore_button_mask.png" />
846 <structure type="chrome_scaled_image" name="IDR_SAD_FAVICON" file="common/ favicon_sad_tab.png" /> 830 <structure type="chrome_scaled_image" name="IDR_SAD_FAVICON" file="common/ favicon_sad_tab.png" />
847 <structure type="chrome_scaled_image" name="IDR_SAD_TAB" file="sadtab.png" /> 831 <structure type="chrome_scaled_image" name="IDR_SAD_TAB" file="sadtab.png" />
848 <structure type="chrome_scaled_image" name="IDR_SAFEBROWSING_WARNING" file ="safebrowsing_warning.png" /> 832 <structure type="chrome_scaled_image" name="IDR_SAFEBROWSING_WARNING" file ="safebrowsing_warning.png" />
849 <structure type="chrome_scaled_image" name="IDR_SCREEN_CAPTURE_NOTIFICATIO N_GRIP" file="screen_capture_notification_grip.png" /> 833 <structure type="chrome_scaled_image" name="IDR_SCREEN_CAPTURE_NOTIFICATIO N_GRIP" file="screen_capture_notification_grip.png" />
850 <structure type="chrome_scaled_image" name="IDR_SCREENSHOT_NOTIFICATION_IC ON" file="common/notification_screenshot_icon.png" /> 834 <structure type="chrome_scaled_image" name="IDR_SCREENSHOT_NOTIFICATION_IC ON" file="common/notification_screenshot_icon.png" />
851 <structure type="chrome_scaled_image" name="IDR_SCRIPT_BUBBLE" file="commo n/favicon_extensions.png" />
852 <if expr="pp_ifdef('enable_settings_app')"> 835 <if expr="pp_ifdef('enable_settings_app')">
853 <structure type="chrome_scaled_image" name="IDR_SETTINGS_APP_ICON_128" f ile="settings_app_icon_128.png" /> 836 <structure type="chrome_scaled_image" name="IDR_SETTINGS_APP_ICON_128" f ile="settings_app_icon_128.png" />
854 <structure type="chrome_scaled_image" name="IDR_SETTINGS_APP_ICON_16" fi le="settings_app_icon_16.png" /> 837 <structure type="chrome_scaled_image" name="IDR_SETTINGS_APP_ICON_16" fi le="settings_app_icon_16.png" />
855 <structure type="chrome_scaled_image" name="IDR_SETTINGS_APP_ICON_32" fi le="settings_app_icon_32.png" /> 838 <structure type="chrome_scaled_image" name="IDR_SETTINGS_APP_ICON_32" fi le="settings_app_icon_32.png" />
856 <structure type="chrome_scaled_image" name="IDR_SETTINGS_APP_ICON_48" fi le="settings_app_icon_48.png" /> 839 <structure type="chrome_scaled_image" name="IDR_SETTINGS_APP_ICON_48" fi le="settings_app_icon_48.png" />
857 </if> 840 </if>
858 <if expr="pp_ifdef('toolkit_views')"> 841 <if expr="pp_ifdef('toolkit_views')">
859 <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_BROKENSSL_BOTT OM_LEFT" file="common/chip_brokenssl_bottom_left.png" /> 842 <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_BROKENSSL_BOTT OM_LEFT" file="common/chip_brokenssl_bottom_left.png" />
860 <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_BROKENSSL_BOTT OM" file="common/chip_brokenssl_bottom.png" /> 843 <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_BROKENSSL_BOTT OM" file="common/chip_brokenssl_bottom.png" />
861 <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_BROKENSSL_BOTT OM_RIGHT" file="common/chip_brokenssl_bottom_right.png" /> 844 <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_BROKENSSL_BOTT OM_RIGHT" file="common/chip_brokenssl_bottom_right.png" />
(...skipping 21 matching lines...) Expand all
883 <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_MALWARE_TOP_LE FT" file="common/chip_malware_top_left.png" /> 866 <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_MALWARE_TOP_LE FT" file="common/chip_malware_top_left.png" />
884 <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_MALWARE_TOP_RI GHT" file="common/chip_malware_top_right.png" /> 867 <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_MALWARE_TOP_RI GHT" file="common/chip_malware_top_right.png" />
885 <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_MALWARE_TOP" f ile="common/chip_malware_top.png" /> 868 <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_MALWARE_TOP" f ile="common/chip_malware_top.png" />
886 </if> 869 </if>
887 <structure type="chrome_scaled_image" name="IDR_SETTINGS_FAVICON" file="co mmon/favicon_settings.png" /> 870 <structure type="chrome_scaled_image" name="IDR_SETTINGS_FAVICON" file="co mmon/favicon_settings.png" />
888 <structure type="chrome_scaled_image" name="IDR_SPEECH_INPUT_MIC_EMPTY" fi le="common/speech_input_mic_empty.png" /> 871 <structure type="chrome_scaled_image" name="IDR_SPEECH_INPUT_MIC_EMPTY" fi le="common/speech_input_mic_empty.png" />
889 <structure type="chrome_scaled_image" name="IDR_SPEECH_INPUT_MIC_FULL" fil e="common/speech_input_mic_full.png" /> 872 <structure type="chrome_scaled_image" name="IDR_SPEECH_INPUT_MIC_FULL" fil e="common/speech_input_mic_full.png" />
890 <structure type="chrome_scaled_image" name="IDR_SPEECH_INPUT_MIC_MASK" fil e="common/speech_input_mic_mask.png" /> 873 <structure type="chrome_scaled_image" name="IDR_SPEECH_INPUT_MIC_MASK" fil e="common/speech_input_mic_mask.png" />
891 <structure type="chrome_scaled_image" name="IDR_SPEECH_INPUT_MIC_NOISE" fi le="common/speech_input_mic_noise.png" /> 874 <structure type="chrome_scaled_image" name="IDR_SPEECH_INPUT_MIC_NOISE" fi le="common/speech_input_mic_noise.png" />
892 <structure type="chrome_scaled_image" name="IDR_SPEECH_INPUT_SPINNER" file ="common/speech_input_spinner.png" /> 875 <structure type="chrome_scaled_image" name="IDR_SPEECH_INPUT_SPINNER" file ="common/speech_input_spinner.png" />
893 <if expr="pp_ifdef('chromeos')">
894 <structure type="chrome_scaled_image" name="IDR_SPINNER" file="spinner.p ng" />
895 </if>
896 <structure type="chrome_scaled_image" name="IDR_SHARE" file="share.png" /> 876 <structure type="chrome_scaled_image" name="IDR_SHARE" file="share.png" />
897 <structure type="chrome_scaled_image" name="IDR_STAR" file="star.png" /> 877 <structure type="chrome_scaled_image" name="IDR_STAR" file="star.png" />
898 <structure type="chrome_scaled_image" name="IDR_STAR_LIT" file="star_lit.p ng" /> 878 <structure type="chrome_scaled_image" name="IDR_STAR_LIT" file="star_lit.p ng" />
899 <if expr="not pp_ifdef('toolkit_views') and not is_macosx and not is_ios"> 879 <if expr="not pp_ifdef('toolkit_views') and not is_macosx and not is_ios">
900 <structure type="chrome_scaled_image" name="IDR_STOP" file="stop.png" /> 880 <structure type="chrome_scaled_image" name="IDR_STOP" file="stop.png" />
901 <structure type="chrome_scaled_image" name="IDR_STOP_D" file="stop_disab led.png" /> 881 <structure type="chrome_scaled_image" name="IDR_STOP_D" file="stop_disab led.png" />
902 <structure type="chrome_scaled_image" name="IDR_STOP_H" file="stop_hover .png" /> 882 <structure type="chrome_scaled_image" name="IDR_STOP_H" file="stop_hover .png" />
903 <structure type="chrome_scaled_image" name="IDR_STOP_P" file="stop_press ed.png" /> 883 <structure type="chrome_scaled_image" name="IDR_STOP_P" file="stop_press ed.png" />
904 </if> 884 </if>
905 <if expr="pp_ifdef('toolkit_views') or is_macosx or is_ios"> 885 <if expr="pp_ifdef('toolkit_views') or is_macosx or is_ios">
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
998 <structure type="chrome_scaled_image" name="IDR_THEME_FRAME_WIN" file= "theme_frame.png" /> 978 <structure type="chrome_scaled_image" name="IDR_THEME_FRAME_WIN" file= "theme_frame.png" />
999 <structure type="chrome_scaled_image" name="IDR_THEME_FRAME_INACTIVE_W IN" file="theme_frame_inactive.png" /> 979 <structure type="chrome_scaled_image" name="IDR_THEME_FRAME_INACTIVE_W IN" file="theme_frame_inactive.png" />
1000 <structure type="chrome_scaled_image" name="IDR_THEME_FRAME_INCOGNITO_ WIN" file="theme_frame_incognito.png" /> 980 <structure type="chrome_scaled_image" name="IDR_THEME_FRAME_INCOGNITO_ WIN" file="theme_frame_incognito.png" />
1001 <structure type="chrome_scaled_image" name="IDR_THEME_FRAME_INCOGNITO_ INACTIVE_WIN" file="theme_frame_incognito_inactive.png" /> 981 <structure type="chrome_scaled_image" name="IDR_THEME_FRAME_INCOGNITO_ INACTIVE_WIN" file="theme_frame_incognito_inactive.png" />
1002 </if> 982 </if>
1003 </if> 983 </if>
1004 <structure type="chrome_scaled_image" name="IDR_THEME_FRAME_OVERLAY" file= "notused.png" /> 984 <structure type="chrome_scaled_image" name="IDR_THEME_FRAME_OVERLAY" file= "notused.png" />
1005 <structure type="chrome_scaled_image" name="IDR_THEME_FRAME_OVERLAY_INACTI VE" file="notused.png" /> 985 <structure type="chrome_scaled_image" name="IDR_THEME_FRAME_OVERLAY_INACTI VE" file="notused.png" />
1006 <structure type="chrome_scaled_image" name="IDR_THEME_NTP_ATTRIBUTION" fil e="notused.png" /> 986 <structure type="chrome_scaled_image" name="IDR_THEME_NTP_ATTRIBUTION" fil e="notused.png" />
1007 <structure type="chrome_scaled_image" name="IDR_THEME_NTP_BACKGROUND" file ="common/ntp_background.png" /> 987 <structure type="chrome_scaled_image" name="IDR_THEME_NTP_BACKGROUND" file ="common/ntp_background.png" />
1008 <structure type="chrome_scaled_image" name="IDR_THEME_NTP_BACKGROUND_WHITE " file="common/ntp_background_white.png" />
1009 <if expr="not pp_ifdef('use_ash') and not is_macosx and not is_ios"> 988 <if expr="not pp_ifdef('use_ash') and not is_macosx and not is_ios">
1010 <structure type="chrome_scaled_image" name="IDR_THEME_TAB_BACKGROUND" fi le="theme_tab_background.png" /> 989 <structure type="chrome_scaled_image" name="IDR_THEME_TAB_BACKGROUND" fi le="theme_tab_background.png" />
1011 <structure type="chrome_scaled_image" name="IDR_THEME_TAB_BACKGROUND_INC OGNITO" file="theme_tab_background_incognito.png" /> 990 <structure type="chrome_scaled_image" name="IDR_THEME_TAB_BACKGROUND_INC OGNITO" file="theme_tab_background_incognito.png" />
1012 </if> 991 </if>
1013 <if expr="pp_ifdef('use_ash')"> 992 <if expr="pp_ifdef('use_ash')">
1014 <!-- Ash has gray tab backgrounds, Windows uses blue. --> 993 <!-- Ash has gray tab backgrounds, Windows uses blue. -->
1015 <structure type="chrome_scaled_image" name="IDR_THEME_TAB_BACKGROUND" fi le="cros/theme_default_inactive.png" /> 994 <structure type="chrome_scaled_image" name="IDR_THEME_TAB_BACKGROUND" fi le="cros/theme_default_inactive.png" />
1016 <structure type="chrome_scaled_image" name="IDR_THEME_TAB_BACKGROUND_INC OGNITO" file="cros/theme_default_inactive.png" /> 995 <structure type="chrome_scaled_image" name="IDR_THEME_TAB_BACKGROUND_INC OGNITO" file="cros/theme_default_inactive.png" />
1017 <if expr="is_win"> 996 <if expr="is_win">
1018 <structure type="chrome_scaled_image" name="IDR_THEME_TAB_BACKGROUND_W IN" file="theme_tab_background.png" /> 997 <structure type="chrome_scaled_image" name="IDR_THEME_TAB_BACKGROUND_W IN" file="theme_tab_background.png" />
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
1085 <structure type="chrome_scaled_image" name="IDR_UPDATE_BADGE3" file="upd ate_badge3.png" /> 1064 <structure type="chrome_scaled_image" name="IDR_UPDATE_BADGE3" file="upd ate_badge3.png" />
1086 <structure type="chrome_scaled_image" name="IDR_UPDATE_BADGE4" file="upd ate_badge4.png" /> 1065 <structure type="chrome_scaled_image" name="IDR_UPDATE_BADGE4" file="upd ate_badge4.png" />
1087 </if> 1066 </if>
1088 <structure type="chrome_scaled_image" name="IDR_UPDATE_FAILED" file="commo n/update_failed.png" /> 1067 <structure type="chrome_scaled_image" name="IDR_UPDATE_FAILED" file="commo n/update_failed.png" />
1089 <structure type="chrome_scaled_image" name="IDR_UPDATE_MENU_SEVERITY_LOW" file="common/update_menu_severity_low.png" /> 1068 <structure type="chrome_scaled_image" name="IDR_UPDATE_MENU_SEVERITY_LOW" file="common/update_menu_severity_low.png" />
1090 <structure type="chrome_scaled_image" name="IDR_UPDATE_MENU_SEVERITY_MEDIU M" file="common/update_menu_severity_medium.png" /> 1069 <structure type="chrome_scaled_image" name="IDR_UPDATE_MENU_SEVERITY_MEDIU M" file="common/update_menu_severity_medium.png" />
1091 <structure type="chrome_scaled_image" name="IDR_UPDATE_MENU_SEVERITY_HIGH" file="common/update_menu_severity_high.png" /> 1070 <structure type="chrome_scaled_image" name="IDR_UPDATE_MENU_SEVERITY_HIGH" file="common/update_menu_severity_high.png" />
1092 <structure type="chrome_scaled_image" name="IDR_UPDATE_UPTODATE" file="com mon/update_uptodate.png" /> 1071 <structure type="chrome_scaled_image" name="IDR_UPDATE_UPTODATE" file="com mon/update_uptodate.png" />
1093 <if expr="pp_ifdef('chromeos')"> 1072 <if expr="pp_ifdef('chromeos')">
1094 <structure type="chrome_scaled_image" name="IDR_USER_IMAGE_CAPTURE" file ="snapshot_wide.png" /> 1073 <structure type="chrome_scaled_image" name="IDR_USER_IMAGE_CAPTURE" file ="snapshot_wide.png" />
1095 <structure type="chrome_scaled_image" name="IDR_USER_IMAGE_CAPTURE_DISAB LED" file="snapshot_wide_disabled.png" />
1096 <structure type="chrome_scaled_image" name="IDR_USER_IMAGE_INITIALIZING" file="initializing_video.png" />
1097 <structure type="chrome_scaled_image" name="IDR_USER_IMAGE_NO_VIDEO" fil e="no_video.png" />
1098 <structure type="chrome_scaled_image" name="IDR_USER_IMAGE_RECYCLE" file ="discard_wide.png" /> 1074 <structure type="chrome_scaled_image" name="IDR_USER_IMAGE_RECYCLE" file ="discard_wide.png" />
1099 </if> 1075 </if>
1100 <structure type="chrome_scaled_image" name="IDR_WALLET_ICON" file="wallet. png" /> 1076 <structure type="chrome_scaled_image" name="IDR_WALLET_ICON" file="wallet. png" />
1101 <structure type="chrome_scaled_image" name="IDR_WALLET_LOGO" file="common/ wallet_logo.png" /> 1077 <structure type="chrome_scaled_image" name="IDR_WALLET_LOGO" file="common/ wallet_logo.png" />
1102 <structure type="chrome_scaled_image" name="IDR_WALLET_STEP_CHECK" file="c ommon/payment_checkmark.png" />
1103 <structure type="chrome_scaled_image" name="IDR_WARNING" file="alert_small .png" /> 1078 <structure type="chrome_scaled_image" name="IDR_WARNING" file="alert_small .png" />
1104 <structure type="chrome_scaled_image" name="IDR_WEBSITE_SETTINGS_TABSTRIP_ CENTER" file="website_settings_tabstrip_center.png" /> 1079 <structure type="chrome_scaled_image" name="IDR_WEBSITE_SETTINGS_TABSTRIP_ CENTER" file="website_settings_tabstrip_center.png" />
1105 <structure type="chrome_scaled_image" name="IDR_WEBSITE_SETTINGS_TABSTRIP_ LEFT" file="website_settings_tabstrip_left.png" /> 1080 <structure type="chrome_scaled_image" name="IDR_WEBSITE_SETTINGS_TABSTRIP_ LEFT" file="website_settings_tabstrip_left.png" />
1106 <structure type="chrome_scaled_image" name="IDR_WEBSITE_SETTINGS_TABSTRIP_ RIGHT" file="website_settings_tabstrip_right.png" /> 1081 <structure type="chrome_scaled_image" name="IDR_WEBSITE_SETTINGS_TABSTRIP_ RIGHT" file="website_settings_tabstrip_right.png" />
1107 <structure type="chrome_scaled_image" name="IDR_WEBSITE_SETTINGS_TAB_BACKG ROUND" file="website_settings_tab_background.png" />
1108 <structure type="chrome_scaled_image" name="IDR_WEBSITE_SETTINGS_TAB_CENTE R" file="website_settings_tab_center.png" /> 1082 <structure type="chrome_scaled_image" name="IDR_WEBSITE_SETTINGS_TAB_CENTE R" file="website_settings_tab_center.png" />
1109 <structure type="chrome_scaled_image" name="IDR_WEBSITE_SETTINGS_TAB_LEFT" file="website_settings_tab_left.png" /> 1083 <structure type="chrome_scaled_image" name="IDR_WEBSITE_SETTINGS_TAB_LEFT" file="website_settings_tab_left.png" />
1110 <structure type="chrome_scaled_image" name="IDR_WEBSITE_SETTINGS_TAB_RIGHT " file="website_settings_tab_right.png" /> 1084 <structure type="chrome_scaled_image" name="IDR_WEBSITE_SETTINGS_TAB_RIGHT " file="website_settings_tab_right.png" />
1111 <structure type="chrome_scaled_image" name="IDR_WEBSITE_SETTINGS_TAB_CENTE R2" file="website_settings_tab_center2.png" /> 1085 <structure type="chrome_scaled_image" name="IDR_WEBSITE_SETTINGS_TAB_CENTE R2" file="website_settings_tab_center2.png" />
1112 <structure type="chrome_scaled_image" name="IDR_WEBSITE_SETTINGS_TAB_LEFT2 " file="website_settings_tab_left2.png" /> 1086 <structure type="chrome_scaled_image" name="IDR_WEBSITE_SETTINGS_TAB_LEFT2 " file="website_settings_tab_left2.png" />
1113 <structure type="chrome_scaled_image" name="IDR_WEBSITE_SETTINGS_TAB_RIGHT 2" file="website_settings_tab_right2.png" /> 1087 <structure type="chrome_scaled_image" name="IDR_WEBSITE_SETTINGS_TAB_RIGHT 2" file="website_settings_tab_right2.png" />
1114 <if expr="not pp_ifdef('_google_chrome')"> 1088 <if expr="not pp_ifdef('_google_chrome')">
1115 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON" file="chr omium/webstore_icon.png" /> 1089 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON" file="chr omium/webstore_icon.png" />
1116 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON_16" file=" chromium/webstore_icon_16.png" /> 1090 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON_16" file=" chromium/webstore_icon_16.png" />
1117 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON_24" file=" chromium/webstore_icon_24.png" /> 1091 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON_24" file=" chromium/webstore_icon_24.png" />
(...skipping 13 matching lines...) Expand all
1131 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL " file="common/mail.png" /> 1105 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL " file="common/mail.png" />
1132 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL _HOVER" file="common/mail_hover.png" /> 1106 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL _HOVER" file="common/mail_hover.png" />
1133 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL _PRESSED" file="common/mail_pressed.png" /> 1107 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL _PRESSED" file="common/mail_pressed.png" />
1134 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT" file="common/chat.png" /> 1108 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT" file="common/chat.png" />
1135 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT_ HOVER" file="common/chat_hover.png" /> 1109 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT_ HOVER" file="common/chat_hover.png" />
1136 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT_ PRESSED" file="common/chat_pressed.png" /> 1110 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT_ PRESSED" file="common/chat_pressed.png" />
1137 1111
1138 </structures> 1112 </structures>
1139 </release> 1113 </release>
1140 </grit> 1114 </grit>
OLDNEW
« no previous file with comments | « chrome/app/theme/default_200_percent/website_settings_tab_background.png ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698