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

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

Issue 171673004: Remove pp_ifdef from resource files in chrome/app/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased 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
« no previous file with comments | « chrome/app/theme/chrome_unscaled_resources.grd ('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 19 matching lines...) Expand all
30 <structure type="chrome_scaled_image" name="IDR_ALLOWED_IMAGES" file="comm on/allowed_images.png" /> 30 <structure type="chrome_scaled_image" name="IDR_ALLOWED_IMAGES" file="comm on/allowed_images.png" />
31 <structure type="chrome_scaled_image" name="IDR_ALLOWED_JAVASCRIPT" file=" common/allowed_script.png" /> 31 <structure type="chrome_scaled_image" name="IDR_ALLOWED_JAVASCRIPT" file=" common/allowed_script.png" />
32 <structure type="chrome_scaled_image" name="IDR_ALLOWED_LOCATION" file="co mmon/allowed_location.png" /> 32 <structure type="chrome_scaled_image" name="IDR_ALLOWED_LOCATION" file="co mmon/allowed_location.png" />
33 <structure type="chrome_scaled_image" name="IDR_ALLOWED_MIDI_SYSEX" file=" common/allowed_midi.png" /> 33 <structure type="chrome_scaled_image" name="IDR_ALLOWED_MIDI_SYSEX" file=" common/allowed_midi.png" />
34 <structure type="chrome_scaled_image" name="IDR_ALLOWED_MOUSE_CURSOR" file ="common/allowed_mouse_cursor.png" /> 34 <structure type="chrome_scaled_image" name="IDR_ALLOWED_MOUSE_CURSOR" file ="common/allowed_mouse_cursor.png" />
35 <structure type="chrome_scaled_image" name="IDR_ALLOWED_NOTIFICATION" file ="common/allowed_notifications.png" /> 35 <structure type="chrome_scaled_image" name="IDR_ALLOWED_NOTIFICATION" file ="common/allowed_notifications.png" />
36 <structure type="chrome_scaled_image" name="IDR_ALLOWED_PLUGINS" file="com mon/allowed_plugins.png" /> 36 <structure type="chrome_scaled_image" name="IDR_ALLOWED_PLUGINS" file="com mon/allowed_plugins.png" />
37 <structure type="chrome_scaled_image" name="IDR_ALLOWED_POPUPS" file="comm on/allowed_popups.png" /> 37 <structure type="chrome_scaled_image" name="IDR_ALLOWED_POPUPS" file="comm on/allowed_popups.png" />
38 <structure type="chrome_scaled_image" name="IDR_APP_DEFAULT_ICON" file="ap p_default_icon.png" /> 38 <structure type="chrome_scaled_image" name="IDR_APP_DEFAULT_ICON" file="ap p_default_icon.png" />
39 <structure type="chrome_scaled_image" name="IDR_APP_DROPARROW" file="app_d roparrow.png" /> 39 <structure type="chrome_scaled_image" name="IDR_APP_DROPARROW" file="app_d roparrow.png" />
40 <if expr="pp_ifdef('enable_app_list') and is_win and not pp_ifdef('_google _chrome')"> 40 <if expr="enable_app_list and is_win and not _google_chrome">
41 <structure type="chrome_scaled_image" name="IDR_APP_LIST" file="chromium /app_list_48.png" /> 41 <structure type="chrome_scaled_image" name="IDR_APP_LIST" file="chromium /app_list_48.png" />
42 </if> 42 </if>
43 <if expr="pp_ifdef('enable_app_list') and is_win and pp_ifdef('_google_chr ome')"> 43 <if expr="enable_app_list and is_win and _google_chrome">
44 <structure type="chrome_scaled_image" name="IDR_APP_LIST" file="google_c hrome/app_list_48.png" /> 44 <structure type="chrome_scaled_image" name="IDR_APP_LIST" file="google_c hrome/app_list_48.png" />
45 <structure type="chrome_scaled_image" name="IDR_APP_LIST_SXS" file="goog le_chrome/app_list_sxs_48.png" /> 45 <structure type="chrome_scaled_image" name="IDR_APP_LIST_SXS" file="goog le_chrome/app_list_sxs_48.png" />
46 </if> 46 </if>
47 <if expr="pp_ifdef('enable_app_list') and pp_ifdef('_google_chrome')"> 47 <if expr="enable_app_list and _google_chrome">
48 <structure type="chrome_scaled_image" name="IDR_APP_LIST_GOOGLE_LOGO_VOI CE_SEARCH" file="google_chrome/google_logo_voice_search.png" /> 48 <structure type="chrome_scaled_image" name="IDR_APP_LIST_GOOGLE_LOGO_VOI CE_SEARCH" file="google_chrome/google_logo_voice_search.png" />
49 </if> 49 </if>
50 <if expr="pp_ifdef('enable_app_list')"> 50 <if expr="enable_app_list">
51 <structure type="chrome_scaled_image" name="IDR_APP_LIST_TAB_OVERLAY" fi le="common/app_list_v1_overlay.png" /> 51 <structure type="chrome_scaled_image" name="IDR_APP_LIST_TAB_OVERLAY" fi le="common/app_list_v1_overlay.png" />
52 <structure type="chrome_scaled_image" name="IDR_APP_LIST_MIC_HOTWORD_OFF " file="common/app_list_mic_hotword_off.png" /> 52 <structure type="chrome_scaled_image" name="IDR_APP_LIST_MIC_HOTWORD_OFF " file="common/app_list_mic_hotword_off.png" />
53 </if> 53 </if>
54 <structure type="chrome_scaled_image" name="IDR_ASK_MEDIA" file="ask_media .png" /> 54 <structure type="chrome_scaled_image" name="IDR_ASK_MEDIA" file="ask_media .png" />
55 <if expr="pp_ifdef('toolkit_views')"> 55 <if expr="toolkit_views">
56 <structure type="chrome_scaled_image" name="IDR_APP_WINDOW_CLOSE" file=" win/app_window_close.png" /> 56 <structure type="chrome_scaled_image" name="IDR_APP_WINDOW_CLOSE" file=" win/app_window_close.png" />
57 <structure type="chrome_scaled_image" name="IDR_APP_WINDOW_CLOSE_H" file ="win/app_window_close_hover.png" /> 57 <structure type="chrome_scaled_image" name="IDR_APP_WINDOW_CLOSE_H" file ="win/app_window_close_hover.png" />
58 <structure type="chrome_scaled_image" name="IDR_APP_WINDOW_CLOSE_P" file ="win/app_window_close_active.png" /> 58 <structure type="chrome_scaled_image" name="IDR_APP_WINDOW_CLOSE_P" file ="win/app_window_close_active.png" />
59 <structure type="chrome_scaled_image" name="IDR_APP_WINDOW_CLOSE_U" file ="win/app_window_close_unfocused.png" /> 59 <structure type="chrome_scaled_image" name="IDR_APP_WINDOW_CLOSE_U" file ="win/app_window_close_unfocused.png" />
60 <structure type="chrome_scaled_image" name="IDR_APP_WINDOW_RESTORE" file ="win/app_window_restore.png" /> 60 <structure type="chrome_scaled_image" name="IDR_APP_WINDOW_RESTORE" file ="win/app_window_restore.png" />
61 <structure type="chrome_scaled_image" name="IDR_APP_WINDOW_RESTORE_H" fi le="win/app_window_restore_hover.png" /> 61 <structure type="chrome_scaled_image" name="IDR_APP_WINDOW_RESTORE_H" fi le="win/app_window_restore_hover.png" />
62 <structure type="chrome_scaled_image" name="IDR_APP_WINDOW_RESTORE_P" fi le="win/app_window_restore_active.png" /> 62 <structure type="chrome_scaled_image" name="IDR_APP_WINDOW_RESTORE_P" fi le="win/app_window_restore_active.png" />
63 <structure type="chrome_scaled_image" name="IDR_APP_WINDOW_MAXIMIZE" fil e="win/app_window_maximize.png" /> 63 <structure type="chrome_scaled_image" name="IDR_APP_WINDOW_MAXIMIZE" fil e="win/app_window_maximize.png" />
64 <structure type="chrome_scaled_image" name="IDR_APP_WINDOW_MAXIMIZE_D" f ile="win/app_window_maximize_disabled.png" /> 64 <structure type="chrome_scaled_image" name="IDR_APP_WINDOW_MAXIMIZE_D" f ile="win/app_window_maximize_disabled.png" />
65 <structure type="chrome_scaled_image" name="IDR_APP_WINDOW_MAXIMIZE_H" f ile="win/app_window_maximize_hover.png" /> 65 <structure type="chrome_scaled_image" name="IDR_APP_WINDOW_MAXIMIZE_H" f ile="win/app_window_maximize_hover.png" />
66 <structure type="chrome_scaled_image" name="IDR_APP_WINDOW_MAXIMIZE_P" f ile="win/app_window_maximize_active.png" /> 66 <structure type="chrome_scaled_image" name="IDR_APP_WINDOW_MAXIMIZE_P" f ile="win/app_window_maximize_active.png" />
67 <structure type="chrome_scaled_image" name="IDR_APP_WINDOW_MINIMIZE" fil e="win/app_window_minimize.png" /> 67 <structure type="chrome_scaled_image" name="IDR_APP_WINDOW_MINIMIZE" fil e="win/app_window_minimize.png" />
68 <structure type="chrome_scaled_image" name="IDR_APP_WINDOW_MINIMIZE_H" f ile="win/app_window_minimize_hover.png" /> 68 <structure type="chrome_scaled_image" name="IDR_APP_WINDOW_MINIMIZE_H" f ile="win/app_window_minimize_hover.png" />
69 <structure type="chrome_scaled_image" name="IDR_APP_WINDOW_MINIMIZE_P" f ile="win/app_window_minimize_active.png" /> 69 <structure type="chrome_scaled_image" name="IDR_APP_WINDOW_MINIMIZE_P" f ile="win/app_window_minimize_active.png" />
70 </if> 70 </if>
71 <structure type="chrome_scaled_image" name="IDR_AUTOFILL_DIALOG_MENU_BUTTO N" file="common/autofill_dialog_menu_button_normal.png" /> 71 <structure type="chrome_scaled_image" name="IDR_AUTOFILL_DIALOG_MENU_BUTTO N" file="common/autofill_dialog_menu_button_normal.png" />
72 <structure type="chrome_scaled_image" name="IDR_AUTOFILL_DIALOG_MENU_BUTTO N_P" file="common/autofill_dialog_menu_button_pressed.png" /> 72 <structure type="chrome_scaled_image" name="IDR_AUTOFILL_DIALOG_MENU_BUTTO N_P" file="common/autofill_dialog_menu_button_pressed.png" />
73 <structure type="chrome_scaled_image" name="IDR_AUTOFILL_DIALOG_MENU_BUTTO N_H" file="common/autofill_dialog_menu_button_hover.png" /> 73 <structure type="chrome_scaled_image" name="IDR_AUTOFILL_DIALOG_MENU_BUTTO N_H" file="common/autofill_dialog_menu_button_hover.png" />
74 <structure type="chrome_scaled_image" name="IDR_AUTOFILL_DIALOG_MENU_BUTTO N_D" file="common/autofill_dialog_menu_button_disabled.png" /> 74 <structure type="chrome_scaled_image" name="IDR_AUTOFILL_DIALOG_MENU_BUTTO N_D" file="common/autofill_dialog_menu_button_disabled.png" />
75 <structure type="chrome_scaled_image" name="IDR_AUTOFILL_TOOLTIP_ICON" fil e="common/autofill_tooltip_icon.png" /> 75 <structure type="chrome_scaled_image" name="IDR_AUTOFILL_TOOLTIP_ICON" fil e="common/autofill_tooltip_icon.png" />
76 <structure type="chrome_scaled_image" name="IDR_AUTOFILL_TOOLTIP_ICON_H" f ile="common/autofill_tooltip_icon_hover.png" /> 76 <structure type="chrome_scaled_image" name="IDR_AUTOFILL_TOOLTIP_ICON_H" f ile="common/autofill_tooltip_icon_hover.png" />
77 <if expr="not pp_ifdef('toolkit_views') and not is_macosx and not is_ios"> 77 <if expr="not toolkit_views and not is_macosx and not is_ios">
78 <structure type="chrome_scaled_image" name="IDR_BACK" file="back.png" /> 78 <structure type="chrome_scaled_image" name="IDR_BACK" file="back.png" />
79 <structure type="chrome_scaled_image" name="IDR_BACK_D" file="back_disab led.png" /> 79 <structure type="chrome_scaled_image" name="IDR_BACK_D" file="back_disab led.png" />
80 <structure type="chrome_scaled_image" name="IDR_BACK_H" file="back_hover .png" /> 80 <structure type="chrome_scaled_image" name="IDR_BACK_H" file="back_hover .png" />
81 <structure type="chrome_scaled_image" name="IDR_BACK_P" file="back_press ed.png" /> 81 <structure type="chrome_scaled_image" name="IDR_BACK_P" file="back_press ed.png" />
82 </if> 82 </if>
83 <!-- TODO(jamescook): Update all Chrome platforms to use the new art and m etrics 83 <!-- TODO(jamescook): Update all Chrome platforms to use the new art and m etrics
84 from Ash, crbug.com/118228 --> 84 from Ash, crbug.com/118228 -->
85 <if expr="pp_ifdef('toolkit_views') or is_macosx or is_ios"> 85 <if expr="toolkit_views or is_macosx or is_ios">
86 <structure type="chrome_scaled_image" name="IDR_BACK" file="common/brows er_back_normal.png" /> 86 <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" /> 87 <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" /> 88 <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" /> 89 <structure type="chrome_scaled_image" name="IDR_BACK_P" file="common/bro wser_back_pressed.png" />
90 </if> 90 </if>
91 <structure type="chrome_scaled_image" name="IDR_BALLOON_WRENCH" file="noti fication_wrench.png" /> 91 <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" /> 92 <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" /> 93 <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" /> 94 <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" /> 95 <structure type="chrome_scaled_image" name="IDR_BLOCKED_DOWNLOADS" file="c ommon/blocked_downloads.png" />
(...skipping 11 matching lines...) Expand all
107 <structure type="chrome_scaled_image" name="IDR_BLOCKED_PPAPI_BROKER" file ="common/blocked_pepper_broker.png" /> 107 <structure type="chrome_scaled_image" name="IDR_BLOCKED_PPAPI_BROKER" file ="common/blocked_pepper_broker.png" />
108 <structure type="chrome_scaled_image" name="IDR_BOOKMARKS_FAVICON" file="c ommon/favicon_bookmarks.png" /> 108 <structure type="chrome_scaled_image" name="IDR_BOOKMARKS_FAVICON" file="c ommon/favicon_bookmarks.png" />
109 <structure type="chrome_scaled_image" name="IDR_BOOKMARK_BAR_CHEVRONS" fil e="common/chevron.png" /> 109 <structure type="chrome_scaled_image" name="IDR_BOOKMARK_BAR_CHEVRONS" fil e="common/chevron.png" />
110 <if expr="is_macosx or is_ios"> 110 <if expr="is_macosx or is_ios">
111 <structure type="chrome_scaled_image" name="IDR_BOOKMARK_BAR_FOLDER" fil e="mac/bookmark_bar_folder.png" /> 111 <structure type="chrome_scaled_image" name="IDR_BOOKMARK_BAR_FOLDER" fil e="mac/bookmark_bar_folder.png" />
112 </if> 112 </if>
113 <if expr="not is_macosx and not is_ios"> 113 <if expr="not is_macosx and not is_ios">
114 <structure type="chrome_scaled_image" name="IDR_BOOKMARK_BAR_FOLDER" fil e="common/bookmark_bar_folder.png" /> 114 <structure type="chrome_scaled_image" name="IDR_BOOKMARK_BAR_FOLDER" fil e="common/bookmark_bar_folder.png" />
115 </if> 115 </if>
116 <structure type="chrome_scaled_image" name="IDR_BOOKMARK_BAR_APPS_SHORTCUT " file="common/apps_bookmark_bar_icon.png" /> 116 <structure type="chrome_scaled_image" name="IDR_BOOKMARK_BAR_APPS_SHORTCUT " file="common/apps_bookmark_bar_icon.png" />
117 <if expr="pp_ifdef('chromeos')"> 117 <if expr="chromeos">
118 <structure type="chrome_scaled_image" name="IDR_BUTTON_USER_IMAGE_CHOOSE _FILE" file="choose_file.png" /> 118 <structure type="chrome_scaled_image" name="IDR_BUTTON_USER_IMAGE_CHOOSE _FILE" file="choose_file.png" />
119 <structure type="chrome_scaled_image" name="IDR_BUTTON_USER_IMAGE_TAKE_P HOTO" file="take_photo.png" /> 119 <structure type="chrome_scaled_image" name="IDR_BUTTON_USER_IMAGE_TAKE_P HOTO" file="take_photo.png" />
120 </if> 120 </if>
121 <if expr="not pp_ifdef('toolkit_views') and not is_macosx and not is_ios"> 121 <if expr="not toolkit_views and not is_macosx and not is_ios">
122 <structure type="chrome_scaled_image" name="IDR_BROWSER_ACTION" file="br owser_action.png" /> 122 <structure type="chrome_scaled_image" name="IDR_BROWSER_ACTION" file="br owser_action.png" />
123 <structure type="chrome_scaled_image" name="IDR_BROWSER_ACTION_H" file=" browser_action_hover.png" /> 123 <structure type="chrome_scaled_image" name="IDR_BROWSER_ACTION_H" file=" browser_action_hover.png" />
124 <structure type="chrome_scaled_image" name="IDR_BROWSER_ACTION_P" file=" browser_action_pressed.png" /> 124 <structure type="chrome_scaled_image" name="IDR_BROWSER_ACTION_P" file=" browser_action_pressed.png" />
125 <structure type="chrome_scaled_image" name="IDR_BROWSER_ACTION_HIGHLIGHT " file="browser_action_highlight.png" /> 125 <structure type="chrome_scaled_image" name="IDR_BROWSER_ACTION_HIGHLIGHT " file="browser_action_highlight.png" />
126 </if> 126 </if>
127 <if expr="pp_ifdef('toolkit_views') or is_macosx or is_ios"> 127 <if expr="toolkit_views or is_macosx or is_ios">
128 <structure type="chrome_scaled_image" name="IDR_BROWSER_ACTION" file="co mmon/browser_action_normal.png" /> 128 <structure type="chrome_scaled_image" name="IDR_BROWSER_ACTION" file="co mmon/browser_action_normal.png" />
129 <structure type="chrome_scaled_image" name="IDR_BROWSER_ACTION_H" file=" common/browser_action_hover.png" /> 129 <structure type="chrome_scaled_image" name="IDR_BROWSER_ACTION_H" file=" common/browser_action_hover.png" />
130 <structure type="chrome_scaled_image" name="IDR_BROWSER_ACTION_P" file=" common/browser_action_pressed.png" /> 130 <structure type="chrome_scaled_image" name="IDR_BROWSER_ACTION_P" file=" common/browser_action_pressed.png" />
131 <structure type="chrome_scaled_image" name="IDR_BROWSER_ACTION_HIGHLIGHT " file="common/browser_action_highlight.png" /> 131 <structure type="chrome_scaled_image" name="IDR_BROWSER_ACTION_HIGHLIGHT " file="common/browser_action_highlight.png" />
132 </if> 132 </if>
133 <structure type="chrome_scaled_image" name="IDR_BROWSER_ACTIONS_OVERFLOW" file="common/browser_actions_overflow_normal.png" /> 133 <structure type="chrome_scaled_image" name="IDR_BROWSER_ACTIONS_OVERFLOW" file="common/browser_actions_overflow_normal.png" />
134 <structure type="chrome_scaled_image" name="IDR_BROWSER_ACTIONS_OVERFLOW_H " file="common/browser_actions_overflow_hover.png" /> 134 <structure type="chrome_scaled_image" name="IDR_BROWSER_ACTIONS_OVERFLOW_H " file="common/browser_actions_overflow_hover.png" />
135 <structure type="chrome_scaled_image" name="IDR_BROWSER_ACTIONS_OVERFLOW_P " file="common/browser_actions_overflow_pressed.png" /> 135 <structure type="chrome_scaled_image" name="IDR_BROWSER_ACTIONS_OVERFLOW_P " file="common/browser_actions_overflow_pressed.png" />
136 <structure type="chrome_scaled_image" name="IDR_CLOSE_BUTTON_MASK" file="c lose_button_mask.png" /> 136 <structure type="chrome_scaled_image" name="IDR_CLOSE_BUTTON_MASK" file="c lose_button_mask.png" />
137 <if expr="is_win"> 137 <if expr="is_win">
138 <structure type="chrome_scaled_image" name="IDR_CONFLICT_FAVICON" file=" common/favicon_conflicts.png" /> 138 <structure type="chrome_scaled_image" name="IDR_CONFLICT_FAVICON" file=" common/favicon_conflicts.png" />
139 </if> 139 </if>
140 <!-- Ash doesn't draw rounded content area, so needs a special top 140 <!-- Ash doesn't draw rounded content area, so needs a special top
141 image. --> 141 image. -->
142 <if expr="not pp_ifdef('use_ash')"> 142 <if expr="not use_ash">
143 <structure type="chrome_scaled_image" name="IDR_CONTENT_TOP_CENTER" file ="content_top_center.png" /> 143 <structure type="chrome_scaled_image" name="IDR_CONTENT_TOP_CENTER" file ="content_top_center.png" />
144 </if> 144 </if>
145 <if expr="pp_ifdef('use_ash')"> 145 <if expr="use_ash">
146 <structure type="chrome_scaled_image" name="IDR_CONTENT_TOP_CENTER" file ="cros/content_top_center.png" /> 146 <structure type="chrome_scaled_image" name="IDR_CONTENT_TOP_CENTER" file ="cros/content_top_center.png" />
147 <if expr="is_win"> 147 <if expr="is_win">
148 <structure type="chrome_scaled_image" name="IDR_CONTENT_TOP_CENTER_WIN " file="content_top_center.png" /> 148 <structure type="chrome_scaled_image" name="IDR_CONTENT_TOP_CENTER_WIN " file="content_top_center.png" />
149 </if> 149 </if>
150 </if> 150 </if>
151 <structure type="chrome_scaled_image" name="IDR_CONTENT_TOP_LEFT_CORNER" f ile="content_top_left_corner.png" /> 151 <structure type="chrome_scaled_image" name="IDR_CONTENT_TOP_LEFT_CORNER" f ile="content_top_left_corner.png" />
152 <structure type="chrome_scaled_image" name="IDR_CONTENT_TOP_LEFT_CORNER_MA SK" file="content_top_left_corner_mask.png" /> 152 <structure type="chrome_scaled_image" name="IDR_CONTENT_TOP_LEFT_CORNER_MA SK" file="content_top_left_corner_mask.png" />
153 <structure type="chrome_scaled_image" name="IDR_CONTENT_TOP_RIGHT_CORNER" file="content_top_right_corner.png" /> 153 <structure type="chrome_scaled_image" name="IDR_CONTENT_TOP_RIGHT_CORNER" file="content_top_right_corner.png" />
154 <structure type="chrome_scaled_image" name="IDR_CONTENT_TOP_RIGHT_CORNER_M ASK" file="content_top_right_corner_mask.png" /> 154 <structure type="chrome_scaled_image" name="IDR_CONTENT_TOP_RIGHT_CORNER_M ASK" file="content_top_right_corner_mask.png" />
155 <structure type="chrome_scaled_image" name="IDR_CONTROLLED_SETTING_EXTENSI ON" file="common/controlled_setting_extension.png" /> 155 <structure type="chrome_scaled_image" name="IDR_CONTROLLED_SETTING_EXTENSI ON" file="common/controlled_setting_extension.png" />
156 <structure type="chrome_scaled_image" name="IDR_CONTROLLED_SETTING_MANDATO RY" file="common/controlled_setting_mandatory.png" /> 156 <structure type="chrome_scaled_image" name="IDR_CONTROLLED_SETTING_MANDATO RY" file="common/controlled_setting_mandatory.png" />
157 <structure type="chrome_scaled_image" name="IDR_CONTROLLED_SETTING_OWNER" file="common/controlled_setting_owner.png" /> 157 <structure type="chrome_scaled_image" name="IDR_CONTROLLED_SETTING_OWNER" file="common/controlled_setting_owner.png" />
158 <if expr="pp_ifdef('chromeos')"> 158 <if expr="chromeos">
159 <structure type="chrome_scaled_image" name="IDR_CONTROLLED_SETTING_SHARE D" file="cros/controlled_setting_shared.png" /> 159 <structure type="chrome_scaled_image" name="IDR_CONTROLLED_SETTING_SHARE D" file="cros/controlled_setting_shared.png" />
160 </if> 160 </if>
161 <structure type="chrome_scaled_image" name="IDR_COOKIE_ICON" file="cookie. png" /> 161 <structure type="chrome_scaled_image" name="IDR_COOKIE_ICON" file="cookie. png" />
162 <structure type="chrome_scaled_image" name="IDR_COOKIE_STORAGE_ICON" file= "cookie_storage.png" /> 162 <structure type="chrome_scaled_image" name="IDR_COOKIE_STORAGE_ICON" file= "cookie_storage.png" />
163 <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" file ="common/credit_card_cvc_hint.png" />
164 <structure type="chrome_scaled_image" name="IDR_CREDIT_CARD_CVC_HINT_AMEX" file="common/credit_card_cvc_hint_amex.png" /> 164 <structure type="chrome_scaled_image" name="IDR_CREDIT_CARD_CVC_HINT_AMEX" file="common/credit_card_cvc_hint_amex.png" />
165 <if expr="pp_ifdef('chromeos')"> 165 <if expr="chromeos">
166 <structure type="chrome_scaled_image" name="IDR_CROS_DEFAULT_THROBBER" f ile="cros/default_throbber.png" /> 166 <structure type="chrome_scaled_image" name="IDR_CROS_DEFAULT_THROBBER" f ile="cros/default_throbber.png" />
167 </if> 167 </if>
168 <structure type="chrome_scaled_image" name="IDR_DOCK_HIGH" file="dock_tab_ high.png" /> 168 <structure type="chrome_scaled_image" name="IDR_DOCK_HIGH" file="dock_tab_ high.png" />
169 <structure type="chrome_scaled_image" name="IDR_DOCK_MAX" file="dock_tab_m ax.png" /> 169 <structure type="chrome_scaled_image" name="IDR_DOCK_MAX" file="dock_tab_m ax.png" />
170 <structure type="chrome_scaled_image" name="IDR_DOCK_WIDE" file="dock_tab_ wide.png" /> 170 <structure type="chrome_scaled_image" name="IDR_DOCK_WIDE" file="dock_tab_ wide.png" />
171 <structure type="chrome_scaled_image" name="IDR_DOWN_ARROW" file="common/d own_arrow.png" /> 171 <structure type="chrome_scaled_image" name="IDR_DOWN_ARROW" file="common/d own_arrow.png" />
172 <structure type="chrome_scaled_image" name="IDR_DOWNLOADS_FAVICON" file="c ommon/favicon_downloads.png" /> 172 <structure type="chrome_scaled_image" name="IDR_DOWNLOADS_FAVICON" file="c ommon/favicon_downloads.png" />
173 <structure type="chrome_scaled_image" name="IDR_DOWNLOAD_ANIMATION_BEGIN" file="download_animation_begin.png" /> 173 <structure type="chrome_scaled_image" name="IDR_DOWNLOAD_ANIMATION_BEGIN" file="download_animation_begin.png" />
174 <structure type="chrome_scaled_image" name="IDR_DOWNLOAD_BUTTON_CENTER_BOT TOM" file="common/download_button_center_bottom.png" /> 174 <structure type="chrome_scaled_image" name="IDR_DOWNLOAD_BUTTON_CENTER_BOT TOM" file="common/download_button_center_bottom.png" />
175 <structure type="chrome_scaled_image" name="IDR_DOWNLOAD_BUTTON_CENTER_BOT TOM_H" file="common/download_button_center_bottom_hover.png" /> 175 <structure type="chrome_scaled_image" name="IDR_DOWNLOAD_BUTTON_CENTER_BOT TOM_H" file="common/download_button_center_bottom_hover.png" />
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
210 <structure type="chrome_scaled_image" name="IDR_DOWNLOAD_BUTTON_RIGHT_TOP_ H" file="common/download_button_right_top_hover.png" /> 210 <structure type="chrome_scaled_image" name="IDR_DOWNLOAD_BUTTON_RIGHT_TOP_ H" file="common/download_button_right_top_hover.png" />
211 <structure type="chrome_scaled_image" name="IDR_DOWNLOAD_BUTTON_RIGHT_TOP_ NO_DD" file="common/download_button_right_top_no_dd.png" /> 211 <structure type="chrome_scaled_image" name="IDR_DOWNLOAD_BUTTON_RIGHT_TOP_ NO_DD" file="common/download_button_right_top_no_dd.png" />
212 <structure type="chrome_scaled_image" name="IDR_DOWNLOAD_BUTTON_RIGHT_TOP_ P" file="common/download_button_right_top_pressed.png" /> 212 <structure type="chrome_scaled_image" name="IDR_DOWNLOAD_BUTTON_RIGHT_TOP_ P" file="common/download_button_right_top_pressed.png" />
213 <structure type="chrome_scaled_image" name="IDR_DOWNLOAD_PROGRESS_BACKGROU ND_16" file="download_progress_background16.png" /> 213 <structure type="chrome_scaled_image" name="IDR_DOWNLOAD_PROGRESS_BACKGROU ND_16" file="download_progress_background16.png" />
214 <structure type="chrome_scaled_image" name="IDR_DOWNLOAD_PROGRESS_BACKGROU ND_32" file="download_progress_background32.png" /> 214 <structure type="chrome_scaled_image" name="IDR_DOWNLOAD_PROGRESS_BACKGROU ND_32" file="download_progress_background32.png" />
215 <structure type="chrome_scaled_image" name="IDR_DOWNLOAD_PROGRESS_FOREGROU ND_16" file="download_progress_foreground16.png" /> 215 <structure type="chrome_scaled_image" name="IDR_DOWNLOAD_PROGRESS_FOREGROU ND_16" file="download_progress_foreground16.png" />
216 <structure type="chrome_scaled_image" name="IDR_DOWNLOAD_PROGRESS_FOREGROU ND_32" file="download_progress_foreground32.png" /> 216 <structure type="chrome_scaled_image" name="IDR_DOWNLOAD_PROGRESS_FOREGROU ND_32" file="download_progress_foreground32.png" />
217 <if expr="is_android"> 217 <if expr="is_android">
218 <structure type="chrome_scaled_image" name="IDR_PROTECTED_MEDIA_IDENTIFI ER_INFOBAR_ICON" file="infobar_protected_media_identifier.png" /> 218 <structure type="chrome_scaled_image" name="IDR_PROTECTED_MEDIA_IDENTIFI ER_INFOBAR_ICON" file="infobar_protected_media_identifier.png" />
219 </if> 219 </if>
220 <if expr="pp_ifdef('chromeos')"> 220 <if expr="chromeos">
221 <structure type="chrome_scaled_image" name="IDR_ENROLL_FAILURE" file="en roll_failure.png" /> 221 <structure type="chrome_scaled_image" name="IDR_ENROLL_FAILURE" file="en roll_failure.png" />
222 <structure type="chrome_scaled_image" name="IDR_ENROLL_SUCCESS" file="en roll_success.png" /> 222 <structure type="chrome_scaled_image" name="IDR_ENROLL_SUCCESS" file="en roll_success.png" />
223 </if> 223 </if>
224 <structure type="chrome_scaled_image" name="IDR_ERROR_NETWORK_GENERIC" fil e="common/error_network_generic.png" /> 224 <structure type="chrome_scaled_image" name="IDR_ERROR_NETWORK_GENERIC" fil e="common/error_network_generic.png" />
225 <structure type="chrome_scaled_image" name="IDR_ERROR_NETWORK_OFFLINE" fil e="common/error_network_offline.png" /> 225 <structure type="chrome_scaled_image" name="IDR_ERROR_NETWORK_OFFLINE" fil e="common/error_network_offline.png" />
226 <if expr="pp_ifdef('enable_extensions')"> 226 <if expr="enable_extensions">
227 <structure type="chrome_scaled_image" name="IDR_EXTENSIONS_FAVICON" file ="common/favicon_extensions.png" /> 227 <structure type="chrome_scaled_image" name="IDR_EXTENSIONS_FAVICON" file ="common/favicon_extensions.png" />
228 <structure type="chrome_scaled_image" name="IDR_EXTENSIONS_SCRIPT_BUBBLE " file="common/script_bubble.png" /> 228 <structure type="chrome_scaled_image" name="IDR_EXTENSIONS_SCRIPT_BUBBLE " file="common/script_bubble.png" />
229 <structure type="chrome_scaled_image" name="IDR_EXTENSIONS_RATING_STAR_H ALF_LEFT" file="extensions_rating_star_half_left.png" /> 229 <structure type="chrome_scaled_image" name="IDR_EXTENSIONS_RATING_STAR_H ALF_LEFT" file="extensions_rating_star_half_left.png" />
230 <structure type="chrome_scaled_image" name="IDR_EXTENSIONS_RATING_STAR_H ALF_RIGHT" file="extensions_rating_star_half_right.png" /> 230 <structure type="chrome_scaled_image" name="IDR_EXTENSIONS_RATING_STAR_H ALF_RIGHT" file="extensions_rating_star_half_right.png" />
231 <structure type="chrome_scaled_image" name="IDR_EXTENSIONS_RATING_STAR_O FF" file="extensions_rating_star_off.png" /> 231 <structure type="chrome_scaled_image" name="IDR_EXTENSIONS_RATING_STAR_O FF" file="extensions_rating_star_off.png" />
232 <structure type="chrome_scaled_image" name="IDR_EXTENSIONS_RATING_STAR_O N" file="extensions_rating_star_on.png" /> 232 <structure type="chrome_scaled_image" name="IDR_EXTENSIONS_RATING_STAR_O N" file="extensions_rating_star_on.png" />
233 <structure type="chrome_scaled_image" name="IDR_EXTENSIONS_SECTION" file ="extensions_section.png" /> 233 <structure type="chrome_scaled_image" name="IDR_EXTENSIONS_SECTION" file ="extensions_section.png" />
234 <structure type="chrome_scaled_image" name="IDR_EXTENSION_COMMAND_CLOSE" file="extension_command_close.png" /> 234 <structure type="chrome_scaled_image" name="IDR_EXTENSION_COMMAND_CLOSE" file="extension_command_close.png" />
235 <structure type="chrome_scaled_image" name="IDR_EXTENSION_DEFAULT_ICON" file="extension_default_icon.png" /> 235 <structure type="chrome_scaled_image" name="IDR_EXTENSION_DEFAULT_ICON" file="extension_default_icon.png" />
236 </if> 236 </if>
237 <if expr="pp_ifdef('chromeos')"> 237 <if expr="chromeos">
238 <structure type="chrome_scaled_image" name="IDR_FATAL_ERROR" file="cros/ fatal_error.png" /> 238 <structure type="chrome_scaled_image" name="IDR_FATAL_ERROR" file="cros/ fatal_error.png" />
239 </if> 239 </if>
240 <structure type="chrome_scaled_image" name="IDR_FEEDBACK" file="feedback.p ng" /> 240 <structure type="chrome_scaled_image" name="IDR_FEEDBACK" file="feedback.p ng" />
241 <structure type="chrome_scaled_image" name="IDR_FEEDBACK_H" file="feedback _hover.png" /> 241 <structure type="chrome_scaled_image" name="IDR_FEEDBACK_H" file="feedback _hover.png" />
242 <structure type="chrome_scaled_image" name="IDR_FEEDBACK_P" file="feedback _pressed.png" /> 242 <structure type="chrome_scaled_image" name="IDR_FEEDBACK_P" file="feedback _pressed.png" />
243 243
244 <structure type="chrome_scaled_image" name="IDR_FILE_FOLDER" file="common/ folder.png" /> 244 <structure type="chrome_scaled_image" name="IDR_FILE_FOLDER" file="common/ folder.png" />
245 <if expr="pp_ifdef('chromeos')"> 245 <if expr="chromeos">
246 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP E_ARCHIVE" file="cros/file_types/archive.png" /> 246 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP E_ARCHIVE" file="cros/file_types/archive.png" />
247 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP E_AUDIO" file="cros/file_types/audio.png" /> 247 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP E_AUDIO" file="cros/file_types/audio.png" />
248 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP E_DRIVE" file="cros/file_types/drive.png" /> 248 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP E_DRIVE" file="cros/file_types/drive.png" />
249 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP E_EXCEL" file="cros/file_types/excel.png" /> 249 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP E_EXCEL" file="cros/file_types/excel.png" />
250 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP E_FORM" file="cros/file_types/form.png" /> 250 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP E_FORM" file="cros/file_types/form.png" />
251 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP E_GDOC" file="cros/file_types/gdoc.png" /> 251 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP E_GDOC" file="cros/file_types/gdoc.png" />
252 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP E_GDRAW" file="cros/file_types/gdraw.png" /> 252 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP E_GDRAW" file="cros/file_types/gdraw.png" />
253 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP E_GENERIC" file="cros/file_types/generic.png" /> 253 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP E_GENERIC" file="cros/file_types/generic.png" />
254 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP E_GLINK" file="cros/file_types/glink.png" /> 254 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP E_GLINK" file="cros/file_types/glink.png" />
255 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP E_GSHEET" file="cros/file_types/gsheet.png" /> 255 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP E_GSHEET" file="cros/file_types/gsheet.png" />
256 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP E_GSLIDES" file="cros/file_types/gslides.png" /> 256 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP E_GSLIDES" file="cros/file_types/gslides.png" />
257 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP E_GTABLE" file="cros/file_types/gtable.png" /> 257 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP E_GTABLE" file="cros/file_types/gtable.png" />
258 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP E_IMAGE" file="cros/file_types/image.png" /> 258 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP E_IMAGE" file="cros/file_types/image.png" />
259 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP E_PDF" file="cros/file_types/pdf.png" /> 259 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP E_PDF" file="cros/file_types/pdf.png" />
260 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP E_PPT" file="cros/file_types/ppt.png" /> 260 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP E_PPT" file="cros/file_types/ppt.png" />
261 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP E_SCRIPT" file="cros/file_types/script.png" /> 261 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP E_SCRIPT" file="cros/file_types/script.png" />
262 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP E_SITES" file="cros/file_types/sites.png" /> 262 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP E_SITES" file="cros/file_types/sites.png" />
263 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP E_VIDEO" file="cros/file_types/video.png" /> 263 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP E_VIDEO" file="cros/file_types/video.png" />
264 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP E_WORD" file="cros/file_types/word.png" /> 264 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP E_WORD" file="cros/file_types/word.png" />
265 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP E_LARGE_AUDIO" file="cros/file_types/thumbnails/audio.png" /> 265 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP E_LARGE_AUDIO" file="cros/file_types/thumbnails/audio.png" />
266 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP E_LARGE_FOLDER" file="cros/file_types/thumbnails/folder.png" /> 266 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP E_LARGE_FOLDER" file="cros/file_types/thumbnails/folder.png" />
267 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP E_LARGE_GENERIC" file="cros/file_types/thumbnails/generic.png" /> 267 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP E_LARGE_GENERIC" file="cros/file_types/thumbnails/generic.png" />
268 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP E_LARGE_IMAGE" file="cros/file_types/thumbnails/image.png" /> 268 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP E_LARGE_IMAGE" file="cros/file_types/thumbnails/image.png" />
269 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP E_LARGE_VIDEO" file="cros/file_types/thumbnails/video.png" /> 269 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP E_LARGE_VIDEO" file="cros/file_types/thumbnails/video.png" />
270 </if> 270 </if>
271 271
272 <if expr="pp_ifdef('chromeos')"> 272 <if expr="chromeos">
273 <structure type="chrome_scaled_image" name="IDR_FILES_APP_ICON" file="co mmon/files_app_icon.png" /> 273 <structure type="chrome_scaled_image" name="IDR_FILES_APP_ICON" file="co mmon/files_app_icon.png" />
274 <if expr="pp_ifdef('_google_chrome')"> 274 <if expr="_google_chrome">
275 <structure type="chrome_scaled_image" name="IDR_FIRST_RUN_GREETING" fi le="google_chrome/cros/first_run_greeting.png" /> 275 <structure type="chrome_scaled_image" name="IDR_FIRST_RUN_GREETING" fi le="google_chrome/cros/first_run_greeting.png" />
276 </if> 276 </if>
277 <structure type="chrome_scaled_image" name="IDR_FIRST_RUN_COMPLETION" fi le="cros/first_run_completion.png" /> 277 <structure type="chrome_scaled_image" name="IDR_FIRST_RUN_COMPLETION" fi le="cros/first_run_completion.png" />
278 </if> 278 </if>
279 <structure type="chrome_scaled_image" name="IDR_FINDINPAGE_NEXT" file="com mon/find_next.png" /> 279 <structure type="chrome_scaled_image" name="IDR_FINDINPAGE_NEXT" file="com mon/find_next.png" />
280 <structure type="chrome_scaled_image" name="IDR_FINDINPAGE_NEXT_D" file="c ommon/find_next_disabled.png" /> 280 <structure type="chrome_scaled_image" name="IDR_FINDINPAGE_NEXT_D" file="c ommon/find_next_disabled.png" />
281 <structure type="chrome_scaled_image" name="IDR_FINDINPAGE_NEXT_H" file="c ommon/find_next_hover.png" /> 281 <structure type="chrome_scaled_image" name="IDR_FINDINPAGE_NEXT_H" file="c ommon/find_next_hover.png" />
282 <structure type="chrome_scaled_image" name="IDR_FINDINPAGE_NEXT_P" file="c ommon/find_next_pressed.png" /> 282 <structure type="chrome_scaled_image" name="IDR_FINDINPAGE_NEXT_P" file="c ommon/find_next_pressed.png" />
283 <structure type="chrome_scaled_image" name="IDR_FINDINPAGE_PREV" file="com mon/find_prev.png" /> 283 <structure type="chrome_scaled_image" name="IDR_FINDINPAGE_PREV" file="com mon/find_prev.png" />
284 <structure type="chrome_scaled_image" name="IDR_FINDINPAGE_PREV_D" file="c ommon/find_prev_disabled.png" /> 284 <structure type="chrome_scaled_image" name="IDR_FINDINPAGE_PREV_D" file="c ommon/find_prev_disabled.png" />
285 <structure type="chrome_scaled_image" name="IDR_FINDINPAGE_PREV_H" file="c ommon/find_prev_hover.png" /> 285 <structure type="chrome_scaled_image" name="IDR_FINDINPAGE_PREV_H" file="c ommon/find_prev_hover.png" />
286 <structure type="chrome_scaled_image" name="IDR_FINDINPAGE_PREV_P" file="c ommon/find_prev_pressed.png" /> 286 <structure type="chrome_scaled_image" name="IDR_FINDINPAGE_PREV_P" file="c ommon/find_prev_pressed.png" />
287 <structure type="chrome_scaled_image" name="IDR_FIND_BOX_BACKGROUND" file= "common/find_box_bg.png" /> 287 <structure type="chrome_scaled_image" name="IDR_FIND_BOX_BACKGROUND" file= "common/find_box_bg.png" />
288 <structure type="chrome_scaled_image" name="IDR_FIND_BOX_BACKGROUND_LEFT" file="common/find_box_bg_left.png" /> 288 <structure type="chrome_scaled_image" name="IDR_FIND_BOX_BACKGROUND_LEFT" file="common/find_box_bg_left.png" />
289 <structure type="chrome_scaled_image" name="IDR_FIND_DIALOG_LEFT" file="co mmon/find_dialog_left.png" /> 289 <structure type="chrome_scaled_image" name="IDR_FIND_DIALOG_LEFT" file="co mmon/find_dialog_left.png" />
290 <structure type="chrome_scaled_image" name="IDR_FIND_DIALOG_MIDDLE" file=" common/find_dialog_middle.png" /> 290 <structure type="chrome_scaled_image" name="IDR_FIND_DIALOG_MIDDLE" file=" common/find_dialog_middle.png" />
291 <structure type="chrome_scaled_image" name="IDR_FIND_DIALOG_RIGHT" file="c ommon/find_dialog_right.png" /> 291 <structure type="chrome_scaled_image" name="IDR_FIND_DIALOG_RIGHT" file="c ommon/find_dialog_right.png" />
292 <structure type="chrome_scaled_image" name="IDR_FIND_DLG_LEFT_BACKGROUND" file="common/find_dlg_left_bg.png" /> 292 <structure type="chrome_scaled_image" name="IDR_FIND_DLG_LEFT_BACKGROUND" file="common/find_dlg_left_bg.png" />
293 <structure type="chrome_scaled_image" name="IDR_FIND_DLG_MIDDLE_BACKGROUND " file="common/find_dlg_middle_bg.png" /> 293 <structure type="chrome_scaled_image" name="IDR_FIND_DLG_MIDDLE_BACKGROUND " file="common/find_dlg_middle_bg.png" />
294 <structure type="chrome_scaled_image" name="IDR_FIND_DLG_RIGHT_BACKGROUND" file="common/find_dlg_right_bg.png" /> 294 <structure type="chrome_scaled_image" name="IDR_FIND_DLG_RIGHT_BACKGROUND" file="common/find_dlg_right_bg.png" />
295 <structure type="chrome_scaled_image" name="IDR_FLAGS_FAVICON" file="commo n/favicon_flags.png" /> 295 <structure type="chrome_scaled_image" name="IDR_FLAGS_FAVICON" file="commo n/favicon_flags.png" />
296 <if expr="not pp_ifdef('toolkit_views') and not is_macosx and not is_ios"> 296 <if expr="not toolkit_views and not is_macosx and not is_ios">
297 <structure type="chrome_scaled_image" name="IDR_FORWARD" file="forward.p ng" /> 297 <structure type="chrome_scaled_image" name="IDR_FORWARD" file="forward.p ng" />
298 <structure type="chrome_scaled_image" name="IDR_FORWARD_D" file="forward _disabled.png" /> 298 <structure type="chrome_scaled_image" name="IDR_FORWARD_D" file="forward _disabled.png" />
299 <structure type="chrome_scaled_image" name="IDR_FORWARD_H" file="forward _hover.png" /> 299 <structure type="chrome_scaled_image" name="IDR_FORWARD_H" file="forward _hover.png" />
300 <structure type="chrome_scaled_image" name="IDR_FORWARD_P" file="forward _pressed.png" /> 300 <structure type="chrome_scaled_image" name="IDR_FORWARD_P" file="forward _pressed.png" />
301 </if> 301 </if>
302 <if expr="pp_ifdef('toolkit_views') or is_macosx or is_ios"> 302 <if expr="toolkit_views or is_macosx or is_ios">
303 <structure type="chrome_scaled_image" name="IDR_FORWARD" file="common/br owser_forward_normal.png" /> 303 <structure type="chrome_scaled_image" name="IDR_FORWARD" file="common/br owser_forward_normal.png" />
304 <structure type="chrome_scaled_image" name="IDR_FORWARD_D" file="common/ browser_forward_disabled.png" /> 304 <structure type="chrome_scaled_image" name="IDR_FORWARD_D" file="common/ browser_forward_disabled.png" />
305 <structure type="chrome_scaled_image" name="IDR_FORWARD_H" file="common/ browser_forward_hover.png" /> 305 <structure type="chrome_scaled_image" name="IDR_FORWARD_H" file="common/ browser_forward_hover.png" />
306 <structure type="chrome_scaled_image" name="IDR_FORWARD_P" file="common/ browser_forward_pressed.png" /> 306 <structure type="chrome_scaled_image" name="IDR_FORWARD_P" file="common/ browser_forward_pressed.png" />
307 </if> 307 </if>
308 <structure type="chrome_scaled_image" name="IDR_FROZEN_TAB_ICON" file="fro zen_tab.png" /> 308 <structure type="chrome_scaled_image" name="IDR_FROZEN_TAB_ICON" file="fro zen_tab.png" />
309 <structure type="chrome_scaled_image" name="IDR_FULLSCREEN_MENU_BUTTON" fi le="fullscreen_menu_button.png" /> 309 <structure type="chrome_scaled_image" name="IDR_FULLSCREEN_MENU_BUTTON" fi le="fullscreen_menu_button.png" />
310 <structure type="chrome_scaled_image" name="IDR_GEOLOCATION_INFOBAR_ICON" file="infobar_geolocation.png" /> 310 <structure type="chrome_scaled_image" name="IDR_GEOLOCATION_INFOBAR_ICON" file="infobar_geolocation.png" />
311 <structure type="chrome_scaled_image" name="IDR_HELP_MENU" file="common/he lp_16.png" /> 311 <structure type="chrome_scaled_image" name="IDR_HELP_MENU" file="common/he lp_16.png" />
312 <structure type="chrome_scaled_image" name="IDR_HISTORY_FAVICON" file="com mon/favicon_history.png" /> 312 <structure type="chrome_scaled_image" name="IDR_HISTORY_FAVICON" file="com mon/favicon_history.png" />
313 <if expr="not pp_ifdef('toolkit_views') and not is_macosx and not is_ios"> 313 <if expr="not toolkit_views and not is_macosx and not is_ios">
314 <structure type="chrome_scaled_image" name="IDR_HOME" file="home.png" /> 314 <structure type="chrome_scaled_image" name="IDR_HOME" file="home.png" />
315 </if> 315 </if>
316 <if expr="pp_ifdef('toolkit_views') or is_macosx or is_ios"> 316 <if expr="toolkit_views or is_macosx or is_ios">
317 <structure type="chrome_scaled_image" name="IDR_HOME" file="common/brows er_home_normal.png" /> 317 <structure type="chrome_scaled_image" name="IDR_HOME" file="common/brows er_home_normal.png" />
318 </if> 318 </if>
319 <if expr="not pp_ifdef('toolkit_views') and not is_macosx and not is_ios"> 319 <if expr="not toolkit_views and not is_macosx and not is_ios">
320 <structure type="chrome_scaled_image" name="IDR_HOME_H" file="home_hover .png" /> 320 <structure type="chrome_scaled_image" name="IDR_HOME_H" file="home_hover .png" />
321 <structure type="chrome_scaled_image" name="IDR_HOME_P" file="home_press ed.png" /> 321 <structure type="chrome_scaled_image" name="IDR_HOME_P" file="home_press ed.png" />
322 </if> 322 </if>
323 <if expr="pp_ifdef('toolkit_views') or is_macosx or is_ios"> 323 <if expr="toolkit_views or is_macosx or is_ios">
324 <structure type="chrome_scaled_image" name="IDR_HOME_H" file="common/bro wser_home_hover.png" /> 324 <structure type="chrome_scaled_image" name="IDR_HOME_H" file="common/bro wser_home_hover.png" />
325 <structure type="chrome_scaled_image" name="IDR_HOME_P" file="common/bro wser_home_pressed.png" /> 325 <structure type="chrome_scaled_image" name="IDR_HOME_P" file="common/bro wser_home_pressed.png" />
326 </if> 326 </if>
327 <if expr="not is_android and not is_ios"> 327 <if expr="not is_android and not is_ios">
328 <structure type="chrome_scaled_image" name="IDR_ICON_PROFILES_ADD_USER" file="common/icon_add_user.png" /> 328 <structure type="chrome_scaled_image" name="IDR_ICON_PROFILES_ADD_USER" file="common/icon_add_user.png" />
329 <structure type="chrome_scaled_image" name="IDR_ICON_PROFILES_ADD_USER_W HITE" file="common/icon_add_user_white.png" /> 329 <structure type="chrome_scaled_image" name="IDR_ICON_PROFILES_ADD_USER_W HITE" file="common/icon_add_user_white.png" />
330 <structure type="chrome_scaled_image" name="IDR_ICON_PROFILES_BROWSE_GUE ST" file="common/icon_browse_as_guest.png" /> 330 <structure type="chrome_scaled_image" name="IDR_ICON_PROFILES_BROWSE_GUE ST" file="common/icon_browse_as_guest.png" />
331 <structure type="chrome_scaled_image" name="IDR_ICON_PROFILES_BROWSE_GUE ST_WHITE" file="common/icon_browse_as_guest_white.png" /> 331 <structure type="chrome_scaled_image" name="IDR_ICON_PROFILES_BROWSE_GUE ST_WHITE" file="common/icon_browse_as_guest_white.png" />
332 <structure type="chrome_scaled_image" name="IDR_ICON_PROFILES_LOCKED" fi le="common/icon_locked.png" /> 332 <structure type="chrome_scaled_image" name="IDR_ICON_PROFILES_LOCKED" fi le="common/icon_locked.png" />
333 <structure type="chrome_scaled_image" 333 <structure type="chrome_scaled_image"
334 name="IDR_ICON_PROFILES_EDIT_HOVER" file="common/edit_button_hover.png" /> 334 name="IDR_ICON_PROFILES_EDIT_HOVER" file="common/edit_button_hover.png" />
335 <structure type="chrome_scaled_image" name="IDR_ICON_PROFILES_EDIT_PRESS ED" file="common/edit_button_pressed.png" /> 335 <structure type="chrome_scaled_image" name="IDR_ICON_PROFILES_EDIT_PRESS ED" file="common/edit_button_pressed.png" />
336 </if> 336 </if>
337 <if expr="not is_android and not is_ios and not pp_ifdef('chromeos')"> 337 <if expr="not is_android and not is_ios and not chromeos">
338 <!-- TODO(noms): Remove this once local profile avatars are migrated --> 338 <!-- TODO(noms): Remove this once local profile avatars are migrated -->
339 <structure type="chrome_scaled_image" name="IDR_USER_MANAGER_DEFAULT_AVA TAR" file="common/login_guest.png" /> 339 <structure type="chrome_scaled_image" name="IDR_USER_MANAGER_DEFAULT_AVA TAR" file="common/login_guest.png" />
340 </if> 340 </if>
341 <if expr="pp_ifdef('chromeos')"> 341 <if expr="chromeos">
342 <structure type="chrome_scaled_image" name="IDR_ICON_ADD_USER_WHITE" fil e="icon_add_user_white.png" /> 342 <structure type="chrome_scaled_image" name="IDR_ICON_ADD_USER_WHITE" fil e="icon_add_user_white.png" />
343 <structure type="chrome_scaled_image" name="IDR_ICON_GUEST_WHITE" file=" icon_guest_white.png" /> 343 <structure type="chrome_scaled_image" name="IDR_ICON_GUEST_WHITE" file=" icon_guest_white.png" />
344 <structure type="chrome_scaled_image" name="IDR_ICON_POWER_WHITE" file=" icon_power_white.png" /> 344 <structure type="chrome_scaled_image" name="IDR_ICON_POWER_WHITE" file=" icon_power_white.png" />
345 </if> 345 </if>
346 <if expr="is_win"> 346 <if expr="is_win">
347 <structure type="chrome_scaled_image" name="IDR_INCOGNITO_SWITCH_OFF" fi le="incognito_switch_off.png" /> 347 <structure type="chrome_scaled_image" name="IDR_INCOGNITO_SWITCH_OFF" fi le="incognito_switch_off.png" />
348 <structure type="chrome_scaled_image" name="IDR_INCOGNITO_SWITCH_ON" fil e="incognito_switch_on.png" /> 348 <structure type="chrome_scaled_image" name="IDR_INCOGNITO_SWITCH_ON" fil e="incognito_switch_on.png" />
349 </if> 349 </if>
350 <structure type="chrome_scaled_image" name="IDR_INFO" file="info_small.png " /> 350 <structure type="chrome_scaled_image" name="IDR_INFO" file="info_small.png " />
351 <if expr="pp_ifdef('toolkit_views')"> 351 <if expr="toolkit_views">
352 <structure type="chrome_scaled_image" name="IDR_INFOBARBUTTON_HOVER_BOTT OM" file="infobarbutton_bottom_hover.png" /> 352 <structure type="chrome_scaled_image" name="IDR_INFOBARBUTTON_HOVER_BOTT OM" file="infobarbutton_bottom_hover.png" />
353 <structure type="chrome_scaled_image" name="IDR_INFOBARBUTTON_HOVER_BOTT OM_LEFT" file="infobarbutton_bottom_left_hover.png" /> 353 <structure type="chrome_scaled_image" name="IDR_INFOBARBUTTON_HOVER_BOTT OM_LEFT" file="infobarbutton_bottom_left_hover.png" />
354 <structure type="chrome_scaled_image" name="IDR_INFOBARBUTTON_HOVER_BOTT OM_RIGHT" file="infobarbutton_bottom_right_hover.png" /> 354 <structure type="chrome_scaled_image" name="IDR_INFOBARBUTTON_HOVER_BOTT OM_RIGHT" file="infobarbutton_bottom_right_hover.png" />
355 <structure type="chrome_scaled_image" name="IDR_INFOBARBUTTON_HOVER_CENT ER" file="infobarbutton_center_hover.png" /> 355 <structure type="chrome_scaled_image" name="IDR_INFOBARBUTTON_HOVER_CENT ER" file="infobarbutton_center_hover.png" />
356 <structure type="chrome_scaled_image" name="IDR_INFOBARBUTTON_HOVER_LEFT " file="infobarbutton_left_hover.png" /> 356 <structure type="chrome_scaled_image" name="IDR_INFOBARBUTTON_HOVER_LEFT " file="infobarbutton_left_hover.png" />
357 <structure type="chrome_scaled_image" name="IDR_INFOBARBUTTON_HOVER_RIGH T" file="infobarbutton_right_hover.png" /> 357 <structure type="chrome_scaled_image" name="IDR_INFOBARBUTTON_HOVER_RIGH T" file="infobarbutton_right_hover.png" />
358 <structure type="chrome_scaled_image" name="IDR_INFOBARBUTTON_HOVER_TOP" file="infobarbutton_top_hover.png" /> 358 <structure type="chrome_scaled_image" name="IDR_INFOBARBUTTON_HOVER_TOP" file="infobarbutton_top_hover.png" />
359 <structure type="chrome_scaled_image" name="IDR_INFOBARBUTTON_HOVER_TOP_ LEFT" file="infobarbutton_top_left_hover.png" /> 359 <structure type="chrome_scaled_image" name="IDR_INFOBARBUTTON_HOVER_TOP_ LEFT" file="infobarbutton_top_left_hover.png" />
360 <structure type="chrome_scaled_image" name="IDR_INFOBARBUTTON_HOVER_TOP_ RIGHT" file="infobarbutton_top_right_hover.png" /> 360 <structure type="chrome_scaled_image" name="IDR_INFOBARBUTTON_HOVER_TOP_ RIGHT" file="infobarbutton_top_right_hover.png" />
361 <structure type="chrome_scaled_image" name="IDR_INFOBARBUTTON_MENU_DROPA RROW" file="infobarbutton_menu_droparrow.png" /> 361 <structure type="chrome_scaled_image" name="IDR_INFOBARBUTTON_MENU_DROPA RROW" file="infobarbutton_menu_droparrow.png" />
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
394 <structure type="chrome_scaled_image" name="IDR_INFOBAR_SAVE_PASSWORD" fil e="infobar_savepassword.png" /> 394 <structure type="chrome_scaled_image" name="IDR_INFOBAR_SAVE_PASSWORD" fil e="infobar_savepassword.png" />
395 <structure type="chrome_scaled_image" name="IDR_INFOBAR_THEME" file="infob ar_theme.png" /> 395 <structure type="chrome_scaled_image" name="IDR_INFOBAR_THEME" file="infob ar_theme.png" />
396 <structure type="chrome_scaled_image" name="IDR_INFOBAR_TRANSLATE" file="i nfobar_translate.png" /> 396 <structure type="chrome_scaled_image" name="IDR_INFOBAR_TRANSLATE" file="i nfobar_translate.png" />
397 <structure type="chrome_scaled_image" name="IDR_INFOBAR_WARNING" file="com mon/infobar_warning.png" /> 397 <structure type="chrome_scaled_image" name="IDR_INFOBAR_WARNING" file="com mon/infobar_warning.png" />
398 <structure type="chrome_scaled_image" name="IDR_INPUT_ALERT" file="common/ input_alert.png" /> 398 <structure type="chrome_scaled_image" name="IDR_INPUT_ALERT" file="common/ input_alert.png" />
399 <structure type="chrome_scaled_image" name="IDR_INPUT_ALERT_MENU" file="co mmon/input_alert_menu.png" /> 399 <structure type="chrome_scaled_image" name="IDR_INPUT_ALERT_MENU" file="co mmon/input_alert_menu.png" />
400 <structure type="chrome_scaled_image" name="IDR_INPUT_GOOD" file="common/i nput_good.png" /> 400 <structure type="chrome_scaled_image" name="IDR_INPUT_GOOD" file="common/i nput_good.png" />
401 <structure type="chrome_scaled_image" name="IDR_KEYWORD_SEARCH_MAGNIFIER" file="keyword_search_magnifier.png" /> 401 <structure type="chrome_scaled_image" name="IDR_KEYWORD_SEARCH_MAGNIFIER" file="keyword_search_magnifier.png" />
402 <structure type="chrome_scaled_image" name="IDR_KILLED_TAB" file="killtab. png" /> 402 <structure type="chrome_scaled_image" name="IDR_KILLED_TAB" file="killtab. png" />
403 <structure type="chrome_scaled_image" name="IDR_LAPTOP_FAVICON" file="comm on/favicon_laptop.png" /> 403 <structure type="chrome_scaled_image" name="IDR_LAPTOP_FAVICON" file="comm on/favicon_laptop.png" />
404 <if expr="pp_ifdef('enable_mdns')"> 404 <if expr="enable_mdns">
405 <structure type="chrome_scaled_image" name="IDR_LOCAL_DISCOVERY_CLOUDPRI NT_ICON" file="common/cloudprint.png" /> 405 <structure type="chrome_scaled_image" name="IDR_LOCAL_DISCOVERY_CLOUDPRI NT_ICON" file="common/cloudprint.png" />
406 </if> 406 </if>
407 <structure type="chrome_scaled_image" name="IDR_LOCATION_BAR_HTTP" file="c ommon/location_bar_http.png" /> 407 <structure type="chrome_scaled_image" name="IDR_LOCATION_BAR_HTTP" file="c ommon/location_bar_http.png" />
408 <if expr="pp_ifdef('chromeos')"> 408 <if expr="chromeos">
409 <!-- TODO(nkostylev): This resource needs to be removed when cros login code is moved to ash. --> 409 <!-- TODO(nkostylev): This resource needs to be removed when cros login code is moved to ash. -->
410 <structure type="chrome_scaled_image" name="IDR_LAUNCHER_BACKGROUND" fil e="cros/launcher_background.png" /> 410 <structure type="chrome_scaled_image" name="IDR_LAUNCHER_BACKGROUND" fil e="cros/launcher_background.png" />
411 <structure type="chrome_scaled_image" name="IDR_LOGIN_DEFAULT_USER" file ="avatar_beaker.png" /> 411 <structure type="chrome_scaled_image" name="IDR_LOGIN_DEFAULT_USER" file ="avatar_beaker.png" />
412 <structure type="chrome_scaled_image" name="IDR_LOGIN_DEFAULT_USER_1" fi le="avatar_bee.png" /> 412 <structure type="chrome_scaled_image" name="IDR_LOGIN_DEFAULT_USER_1" fi le="avatar_bee.png" />
413 <structure type="chrome_scaled_image" name="IDR_LOGIN_DEFAULT_USER_2" fi le="avatar_briefcase.png" /> 413 <structure type="chrome_scaled_image" name="IDR_LOGIN_DEFAULT_USER_2" fi le="avatar_briefcase.png" />
414 <structure type="chrome_scaled_image" name="IDR_LOGIN_DEFAULT_USER_3" fi le="avatar_circles.png" /> 414 <structure type="chrome_scaled_image" name="IDR_LOGIN_DEFAULT_USER_3" fi le="avatar_circles.png" />
415 <structure type="chrome_scaled_image" name="IDR_LOGIN_DEFAULT_USER_4" fi le="avatar_cloud.png" /> 415 <structure type="chrome_scaled_image" name="IDR_LOGIN_DEFAULT_USER_4" fi le="avatar_cloud.png" />
416 <structure type="chrome_scaled_image" name="IDR_LOGIN_DEFAULT_USER_5" fi le="avatar_cupcake.png" /> 416 <structure type="chrome_scaled_image" name="IDR_LOGIN_DEFAULT_USER_5" fi le="avatar_cupcake.png" />
417 <structure type="chrome_scaled_image" name="IDR_LOGIN_DEFAULT_USER_6" fi le="avatar_day.png" /> 417 <structure type="chrome_scaled_image" name="IDR_LOGIN_DEFAULT_USER_6" fi le="avatar_day.png" />
418 <structure type="chrome_scaled_image" name="IDR_LOGIN_DEFAULT_USER_7" fi le="avatar_flower.png" /> 418 <structure type="chrome_scaled_image" name="IDR_LOGIN_DEFAULT_USER_7" fi le="avatar_flower.png" />
(...skipping 18 matching lines...) Expand all
437 <structure type="chrome_scaled_image" name="IDR_LOGIN_DEFAULT_USER_26" f ile="avatar_jackrussellterrier.png" /> 437 <structure type="chrome_scaled_image" name="IDR_LOGIN_DEFAULT_USER_26" f ile="avatar_jackrussellterrier.png" />
438 <structure type="chrome_scaled_image" name="IDR_LOGIN_DEFAULT_USER_27" f ile="avatar_jellyfish.png" /> 438 <structure type="chrome_scaled_image" name="IDR_LOGIN_DEFAULT_USER_27" f ile="avatar_jellyfish.png" />
439 <structure type="chrome_scaled_image" name="IDR_LOGIN_DEFAULT_USER_28" f ile="avatar_kiwi.png" /> 439 <structure type="chrome_scaled_image" name="IDR_LOGIN_DEFAULT_USER_28" f ile="avatar_kiwi.png" />
440 <structure type="chrome_scaled_image" name="IDR_LOGIN_DEFAULT_USER_29" f ile="avatar_penguin.png" /> 440 <structure type="chrome_scaled_image" name="IDR_LOGIN_DEFAULT_USER_29" f ile="avatar_penguin.png" />
441 <structure type="chrome_scaled_image" name="IDR_LOGIN_DEFAULT_USER_30" f ile="avatar_rainbowfish.png" /> 441 <structure type="chrome_scaled_image" name="IDR_LOGIN_DEFAULT_USER_30" f ile="avatar_rainbowfish.png" />
442 <structure type="chrome_scaled_image" name="IDR_LOGIN_DEFAULT_USER_31" f ile="avatar_recordplayer.png" /> 442 <structure type="chrome_scaled_image" name="IDR_LOGIN_DEFAULT_USER_31" f ile="avatar_recordplayer.png" />
443 <structure type="chrome_scaled_image" name="IDR_LOGIN_DEFAULT_USER_32" f ile="avatar_upsidedown.png" /> 443 <structure type="chrome_scaled_image" name="IDR_LOGIN_DEFAULT_USER_32" f ile="avatar_upsidedown.png" />
444 <structure type="chrome_scaled_image" name="IDR_LOGIN_PASSWORD_CAPS_LOCK " file="login_password_capslock.png" /> 444 <structure type="chrome_scaled_image" name="IDR_LOGIN_PASSWORD_CAPS_LOCK " file="login_password_capslock.png" />
445 </if> 445 </if>
446 <structure type="chrome_scaled_image" name="IDR_LOGIN_GUEST" file="common/ login_guest.png" /> 446 <structure type="chrome_scaled_image" name="IDR_LOGIN_GUEST" file="common/ login_guest.png" />
447 <if expr="pp_ifdef('chromeos')"> 447 <if expr="chromeos">
448 <structure type="chrome_scaled_image" name="IDR_MANAGED_MODE_ICON" file= "cros/managed_mode_icon.png" /> 448 <structure type="chrome_scaled_image" name="IDR_MANAGED_MODE_ICON" file= "cros/managed_mode_icon.png" />
449 <structure type="chrome_scaled_image" name="IDR_KIOSK_APP_USER_POD_ICON" file="cros/kiosk_app_user_pod_icon.png" /> 449 <structure type="chrome_scaled_image" name="IDR_KIOSK_APP_USER_POD_ICON" file="cros/kiosk_app_user_pod_icon.png" />
450 </if> 450 </if>
451 <structure type="chrome_scaled_image" name="IDR_MANAGED_USER_ICON" file="c ommon/limited_user.png" /> 451 <structure type="chrome_scaled_image" name="IDR_MANAGED_USER_ICON" file="c ommon/limited_user.png" />
452 <structure type="chrome_scaled_image" name="IDR_MANAGED_USER_LABEL_BOTTOM" file="common/managed_user_theme/label_bg_bottom.png" /> 452 <structure type="chrome_scaled_image" name="IDR_MANAGED_USER_LABEL_BOTTOM" file="common/managed_user_theme/label_bg_bottom.png" />
453 <structure type="chrome_scaled_image" name="IDR_MANAGED_USER_LABEL_BOTTOM_ LEFT" file="common/managed_user_theme/label_bg_bottom_left.png" /> 453 <structure type="chrome_scaled_image" name="IDR_MANAGED_USER_LABEL_BOTTOM_ LEFT" file="common/managed_user_theme/label_bg_bottom_left.png" />
454 <structure type="chrome_scaled_image" name="IDR_MANAGED_USER_LABEL_BOTTOM_ RIGHT" file="common/managed_user_theme/label_bg_bottom_right.png" /> 454 <structure type="chrome_scaled_image" name="IDR_MANAGED_USER_LABEL_BOTTOM_ RIGHT" file="common/managed_user_theme/label_bg_bottom_right.png" />
455 <structure type="chrome_scaled_image" name="IDR_MANAGED_USER_LABEL_CENTER" file="common/managed_user_theme/label_bg_center.png" /> 455 <structure type="chrome_scaled_image" name="IDR_MANAGED_USER_LABEL_CENTER" file="common/managed_user_theme/label_bg_center.png" />
456 <structure type="chrome_scaled_image" name="IDR_MANAGED_USER_LABEL_LEFT" f ile="common/managed_user_theme/label_bg_left.png" /> 456 <structure type="chrome_scaled_image" name="IDR_MANAGED_USER_LABEL_LEFT" f ile="common/managed_user_theme/label_bg_left.png" />
457 <structure type="chrome_scaled_image" name="IDR_MANAGED_USER_LABEL_RIGHT" file="common/managed_user_theme/label_bg_right.png" /> 457 <structure type="chrome_scaled_image" name="IDR_MANAGED_USER_LABEL_RIGHT" file="common/managed_user_theme/label_bg_right.png" />
458 <structure type="chrome_scaled_image" name="IDR_MANAGED_USER_LABEL_TOP" fi le="common/managed_user_theme/label_bg_top.png" /> 458 <structure type="chrome_scaled_image" name="IDR_MANAGED_USER_LABEL_TOP" fi le="common/managed_user_theme/label_bg_top.png" />
459 <structure type="chrome_scaled_image" name="IDR_MANAGED_USER_LABEL_TOP_LEF T" file="common/managed_user_theme/label_bg_top_left.png" /> 459 <structure type="chrome_scaled_image" name="IDR_MANAGED_USER_LABEL_TOP_LEF T" file="common/managed_user_theme/label_bg_top_left.png" />
460 <structure type="chrome_scaled_image" name="IDR_MANAGED_USER_LABEL_TOP_RIG HT" file="common/managed_user_theme/label_bg_top_right.png" /> 460 <structure type="chrome_scaled_image" name="IDR_MANAGED_USER_LABEL_TOP_RIG HT" file="common/managed_user_theme/label_bg_top_right.png" />
461 <structure type="chrome_scaled_image" name="IDR_MANAGED_USER_THEME_FRAME" file="common/managed_user_theme/theme_frame_supervised.png" /> 461 <structure type="chrome_scaled_image" name="IDR_MANAGED_USER_THEME_FRAME" file="common/managed_user_theme/theme_frame_supervised.png" />
462 <structure type="chrome_scaled_image" name="IDR_MANAGED_USER_THEME_FRAME_I NACTIVE" file="common/managed_user_theme/theme_frame_supervised_inactive.png" /> 462 <structure type="chrome_scaled_image" name="IDR_MANAGED_USER_THEME_FRAME_I NACTIVE" file="common/managed_user_theme/theme_frame_supervised_inactive.png" />
463 <structure type="chrome_scaled_image" name="IDR_MANAGED_USER_THEME_TAB_BAC KGROUND" file="common/managed_user_theme/theme_tab_background_supervised.png" /> 463 <structure type="chrome_scaled_image" name="IDR_MANAGED_USER_THEME_TAB_BAC KGROUND" file="common/managed_user_theme/theme_tab_background_supervised.png" />
464 <structure type="chrome_scaled_image" name="IDR_MAXIMIZE_BUTTON_MASK" file ="maximize_button_mask.png" /> 464 <structure type="chrome_scaled_image" name="IDR_MAXIMIZE_BUTTON_MASK" file ="maximize_button_mask.png" />
465 <structure type="chrome_scaled_image" name="IDR_MINIMIZE_BUTTON_MASK" file ="minimize_button_mask.png" /> 465 <structure type="chrome_scaled_image" name="IDR_MINIMIZE_BUTTON_MASK" file ="minimize_button_mask.png" />
466 <if expr="pp_ifdef('chromeos')"> 466 <if expr="chromeos">
467 <structure type="chrome_scaled_image" name="IDR_MIRROR_FLIP" file="mirro r_flip.png" /> 467 <structure type="chrome_scaled_image" name="IDR_MIRROR_FLIP" file="mirro r_flip.png" />
468 </if> 468 </if>
469 <if expr="pp_ifdef('chromeos')"> 469 <if expr="chromeos">
470 <structure type="chrome_scaled_image" name="IDR_NETWORK_ADD_CONNECTION" file="cros/network_add_connection.png" /> 470 <structure type="chrome_scaled_image" name="IDR_NETWORK_ADD_CONNECTION" file="cros/network_add_connection.png" />
471 <structure type="chrome_scaled_image" name="IDR_NETWORK_HIDE_PASSWORD" f ile="cros/network_hide_password.png" /> 471 <structure type="chrome_scaled_image" name="IDR_NETWORK_HIDE_PASSWORD" f ile="cros/network_hide_password.png" />
472 <structure type="chrome_scaled_image" name="IDR_NETWORK_HIDE_PASSWORD_HO VER" file="cros/network_hide_password_hover.png" /> 472 <structure type="chrome_scaled_image" name="IDR_NETWORK_HIDE_PASSWORD_HO VER" file="cros/network_hide_password_hover.png" />
473 <structure type="chrome_scaled_image" name="IDR_NETWORK_SHOW_PASSWORD" f ile="cros/network_show_password.png" /> 473 <structure type="chrome_scaled_image" name="IDR_NETWORK_SHOW_PASSWORD" f ile="cros/network_show_password.png" />
474 <structure type="chrome_scaled_image" name="IDR_NETWORK_SHOW_PASSWORD_HO VER" file="cros/network_show_password_hover.png" /> 474 <structure type="chrome_scaled_image" name="IDR_NETWORK_SHOW_PASSWORD_HO VER" file="cros/network_show_password_hover.png" />
475 </if> 475 </if>
476 <if expr="not pp_ifdef('toolkit_views') and not is_macosx and not is_ios"> 476 <if expr="not toolkit_views and not is_macosx and not is_ios">
477 <structure type="chrome_scaled_image" name="IDR_NEWTAB_BUTTON" file="new tab.png" /> 477 <structure type="chrome_scaled_image" name="IDR_NEWTAB_BUTTON" file="new tab.png" />
478 <structure type="chrome_scaled_image" name="IDR_NEWTAB_BUTTON_H" file="n ewtab_hover.png" /> 478 <structure type="chrome_scaled_image" name="IDR_NEWTAB_BUTTON_H" file="n ewtab_hover.png" />
479 <structure type="chrome_scaled_image" name="IDR_NEWTAB_BUTTON_MASK" file ="newtab_button_mask.png" /> 479 <structure type="chrome_scaled_image" name="IDR_NEWTAB_BUTTON_MASK" file ="newtab_button_mask.png" />
480 <structure type="chrome_scaled_image" name="IDR_NEWTAB_BUTTON_P" file="n ewtab_pressed.png" /> 480 <structure type="chrome_scaled_image" name="IDR_NEWTAB_BUTTON_P" file="n ewtab_pressed.png" />
481 </if> 481 </if>
482 <if expr="pp_ifdef('toolkit_views') or is_macosx or is_ios"> 482 <if expr="toolkit_views or is_macosx or is_ios">
483 <structure type="chrome_scaled_image" name="IDR_NEWTAB_BUTTON" file="com mon/newtab_normal.png" /> 483 <structure type="chrome_scaled_image" name="IDR_NEWTAB_BUTTON" file="com mon/newtab_normal.png" />
484 <structure type="chrome_scaled_image" name="IDR_NEWTAB_BUTTON_H" file="c ommon/newtab_hover.png" /> 484 <structure type="chrome_scaled_image" name="IDR_NEWTAB_BUTTON_H" file="c ommon/newtab_hover.png" />
485 <structure type="chrome_scaled_image" name="IDR_NEWTAB_BUTTON_MASK" file ="common/newtab_button_mask.png" /> 485 <structure type="chrome_scaled_image" name="IDR_NEWTAB_BUTTON_MASK" file ="common/newtab_button_mask.png" />
486 <structure type="chrome_scaled_image" name="IDR_NEWTAB_BUTTON_P" file="c ommon/newtab_pressed.png" /> 486 <structure type="chrome_scaled_image" name="IDR_NEWTAB_BUTTON_P" file="c ommon/newtab_pressed.png" />
487 </if> 487 </if>
488 <if expr="pp_ifdef('chromeos')"> 488 <if expr="chromeos">
489 <structure type="chrome_scaled_image" name="IDR_NEWTAB_CHROME_WELCOME_PA GE_THUMBNAIL" file="cros/ntp_welcome_thumb.png" /> 489 <structure type="chrome_scaled_image" name="IDR_NEWTAB_CHROME_WELCOME_PA GE_THUMBNAIL" file="cros/ntp_welcome_thumb.png" />
490 </if> 490 </if>
491 <if expr="not pp_ifdef('chromeos')"> 491 <if expr="not chromeos">
492 <structure type="chrome_scaled_image" name="IDR_NEWTAB_CHROME_WELCOME_PA GE_THUMBNAIL" file="common/ntp_welcome_thumb.png" /> 492 <structure type="chrome_scaled_image" name="IDR_NEWTAB_CHROME_WELCOME_PA GE_THUMBNAIL" file="common/ntp_welcome_thumb.png" />
493 </if> 493 </if>
494 <structure type="chrome_scaled_image" name="IDR_NEWTAB_WEBSTORE_THUMBNAIL" file="ntp_webstore_thumb.png" /> 494 <structure type="chrome_scaled_image" name="IDR_NEWTAB_WEBSTORE_THUMBNAIL" file="ntp_webstore_thumb.png" />
495 <if expr="pp_ifdef('use_ash')"> 495 <if expr="use_ash">
496 <structure type="chrome_scaled_image" name="IDR_NOTIFICATION_ALERT" file ="common/notification_alert.png" /> 496 <structure type="chrome_scaled_image" name="IDR_NOTIFICATION_ALERT" file ="common/notification_alert.png" />
497 </if> 497 </if>
498 <if expr="pp_ifdef('chromeos')"> 498 <if expr="chromeos">
499 <structure type="chrome_scaled_image" name="IDR_NOTIFICATION_DRIVE" file ="cros/notification_drive.png" /> 499 <structure type="chrome_scaled_image" name="IDR_NOTIFICATION_DRIVE" file ="cros/notification_drive.png" />
500 </if> 500 </if>
501 <if expr="pp_ifdef('chromeos')"> 501 <if expr="chromeos">
502 <structure type="chrome_scaled_image" name="IDR_NOTIFICATION_PERIPHERAL_ BATTERY_LOW" file="cros/notification_peripheral_battery_low.png" /> 502 <structure type="chrome_scaled_image" name="IDR_NOTIFICATION_PERIPHERAL_ BATTERY_LOW" file="cros/notification_peripheral_battery_low.png" />
503 </if> 503 </if>
504 <if expr="is_win or pp_ifdef('desktop_linux')"> 504 <if expr="is_win or desktop_linux">
505 <structure type="chrome_scaled_image" name="IDR_NOTIFICATION_TRAY_DO_NOT _DISTURB_ATTENTION" file="common/notification_tray_do_not_disturb_attention.png" /> 505 <structure type="chrome_scaled_image" name="IDR_NOTIFICATION_TRAY_DO_NOT _DISTURB_ATTENTION" file="common/notification_tray_do_not_disturb_attention.png" />
506 <structure type="chrome_scaled_image" name="IDR_NOTIFICATION_TRAY_DO_NOT _DISTURB_EMPTY" file="common/notification_tray_do_not_disturb_empty.png" /> 506 <structure type="chrome_scaled_image" name="IDR_NOTIFICATION_TRAY_DO_NOT _DISTURB_EMPTY" file="common/notification_tray_do_not_disturb_empty.png" />
507 <structure type="chrome_scaled_image" name="IDR_NOTIFICATION_TRAY_ATTENT ION" file="common/notification_tray_attention.png" /> 507 <structure type="chrome_scaled_image" name="IDR_NOTIFICATION_TRAY_ATTENT ION" file="common/notification_tray_attention.png" />
508 <structure type="chrome_scaled_image" name="IDR_NOTIFICATION_TRAY_EMPTY" file="common/notification_tray_empty.png" /> 508 <structure type="chrome_scaled_image" name="IDR_NOTIFICATION_TRAY_EMPTY" file="common/notification_tray_empty.png" />
509 </if> 509 </if>
510 <structure type="chrome_scaled_image" name="IDR_NOTIFICATION_WELCOME_ICON" file="common/notification_welcome_icon.png" /> 510 <structure type="chrome_scaled_image" name="IDR_NOTIFICATION_WELCOME_ICON" file="common/notification_welcome_icon.png" />
511 <structure type="chrome_scaled_image" name="IDR_NOTIFICATION_WELCOME_LEARN _MORE" file="common/notification_welcome_learn_more.png" /> 511 <structure type="chrome_scaled_image" name="IDR_NOTIFICATION_WELCOME_LEARN _MORE" file="common/notification_welcome_learn_more.png" />
512 <structure type="chrome_scaled_image" name="IDR_NOTIFIER_BLOCK_BUTTON" fil e="common/block_notifier.png" /> 512 <structure type="chrome_scaled_image" name="IDR_NOTIFIER_BLOCK_BUTTON" fil e="common/block_notifier.png" />
513 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_BORDER_AND_SHADOW_ BOTTOM" file="common/omnibox_border_and_shadow_bottom.png" /> 513 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_BORDER_AND_SHADOW_ BOTTOM" file="common/omnibox_border_and_shadow_bottom.png" />
514 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_BORDER_AND_SHADOW_ BOTTOM_LEFT" file="common/omnibox_border_and_shadow_bottom_left.png" /> 514 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_BORDER_AND_SHADOW_ BOTTOM_LEFT" file="common/omnibox_border_and_shadow_bottom_left.png" />
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
605 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_SELECTED_KEYWORD_B UBBLE_RIGHT" file="common/omnibox_selected_keyword_bubble_right.png" /> 605 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_SELECTED_KEYWORD_B UBBLE_RIGHT" file="common/omnibox_selected_keyword_bubble_right.png" />
606 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_SELECTED_KEYWORD_B UBBLE_TOP" file="common/omnibox_selected_keyword_bubble_top.png" /> 606 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_SELECTED_KEYWORD_B UBBLE_TOP" file="common/omnibox_selected_keyword_bubble_top.png" />
607 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_SELECTED_KEYWORD_B UBBLE_TOP_LEFT" file="common/omnibox_selected_keyword_bubble_top_left.png" /> 607 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_SELECTED_KEYWORD_B UBBLE_TOP_LEFT" file="common/omnibox_selected_keyword_bubble_top_left.png" />
608 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_SELECTED_KEYWORD_B UBBLE_TOP_RIGHT" file="common/omnibox_selected_keyword_bubble_top_right.png" /> 608 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_SELECTED_KEYWORD_B UBBLE_TOP_RIGHT" file="common/omnibox_selected_keyword_bubble_top_right.png" />
609 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_STAR" file="common /omnibox_star.png" /> 609 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_STAR" file="common /omnibox_star.png" />
610 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_STAR_DARK" file="c ommon/omnibox_star_dark.png" /> 610 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_STAR_DARK" file="c ommon/omnibox_star_dark.png" />
611 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_STAR_SELECTED" fil e="common/omnibox_star_selected.png" /> 611 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_STAR_SELECTED" fil e="common/omnibox_star_selected.png" />
612 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_TTS" file="common/ omnibox_tts.png" /> 612 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_TTS" file="common/ omnibox_tts.png" />
613 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_TTS_DARK" file="co mmon/omnibox_tts_dark.png" /> 613 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_TTS_DARK" file="co mmon/omnibox_tts_dark.png" />
614 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_TTS_SELECTED" file ="common/omnibox_tts_selected.png" /> 614 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_TTS_SELECTED" file ="common/omnibox_tts_selected.png" />
615 <if expr="not pp_ifdef('toolkit_views') and not is_macosx and not is_ios"> 615 <if expr="not toolkit_views and not is_macosx and not is_ios">
616 <structure type="chrome_scaled_image" name="IDR_OTR_ICON" file="common/o tr_icon.png" /> 616 <structure type="chrome_scaled_image" name="IDR_OTR_ICON" file="common/o tr_icon.png" />
617 </if> 617 </if>
618 <if expr="pp_ifdef('toolkit_views')"> 618 <if expr="toolkit_views">
619 <if expr="not pp_ifdef('use_ash')"> 619 <if expr="not use_ash">
620 <structure type="chrome_scaled_image" name="IDR_OTR_ICON" file="common /otr_icon.png" /> 620 <structure type="chrome_scaled_image" name="IDR_OTR_ICON" file="common /otr_icon.png" />
621 </if> 621 </if>
622 <if expr="pp_ifdef('use_ash')"> 622 <if expr="use_ash">
623 <structure type="chrome_scaled_image" name="IDR_OTR_ICON" file="cros/o tr_icon.png" /> 623 <structure type="chrome_scaled_image" name="IDR_OTR_ICON" file="cros/o tr_icon.png" />
624 <if expr="is_win"> 624 <if expr="is_win">
625 <structure type="chrome_scaled_image" name="IDR_OTR_ICON_WIN" file=" common/otr_icon.png" /> 625 <structure type="chrome_scaled_image" name="IDR_OTR_ICON_WIN" file=" common/otr_icon.png" />
626 </if> 626 </if>
627 </if> 627 </if>
628 </if> 628 </if>
629 <if expr="(is_macosx or is_ios) and not pp_ifdef('toolkit_views')"> 629 <if expr="(is_macosx or is_ios) and not toolkit_views">
630 <structure type="chrome_scaled_image" name="IDR_OTR_ICON" file="mac/otr_ icon.png" /> 630 <structure type="chrome_scaled_image" name="IDR_OTR_ICON" file="mac/otr_ icon.png" />
631 </if> 631 </if>
632 <structure type="chrome_scaled_image" name="IDR_OTR_ICON_FULLSCREEN" file= "common/otr_icon.png" /> 632 <structure type="chrome_scaled_image" name="IDR_OTR_ICON_FULLSCREEN" file= "common/otr_icon.png" />
633 <structure type="chrome_scaled_image" name="IDR_OVERLAY_DROP_SHADOW" file= "common/overlay_drop_shadow.png" /> 633 <structure type="chrome_scaled_image" name="IDR_OVERLAY_DROP_SHADOW" file= "common/overlay_drop_shadow.png" />
634 <structure type="chrome_scaled_image" name="IDR_PAGEINFO_BAD" file="pagein fo_bad.png" /> 634 <structure type="chrome_scaled_image" name="IDR_PAGEINFO_BAD" file="pagein fo_bad.png" />
635 <structure type="chrome_scaled_image" name="IDR_PAGEINFO_GOOD" file="pagei nfo_good.png" /> 635 <structure type="chrome_scaled_image" name="IDR_PAGEINFO_GOOD" file="pagei nfo_good.png" />
636 <structure type="chrome_scaled_image" name="IDR_PAGEINFO_INFO" file="pagei nfo_info.png" /> 636 <structure type="chrome_scaled_image" name="IDR_PAGEINFO_INFO" file="pagei nfo_info.png" />
637 <structure type="chrome_scaled_image" name="IDR_PAGEINFO_WARNING_MAJOR" fi le="pageinfo_warning_major.png" /> 637 <structure type="chrome_scaled_image" name="IDR_PAGEINFO_WARNING_MAJOR" fi le="pageinfo_warning_major.png" />
638 <structure type="chrome_scaled_image" name="IDR_PAGEINFO_WARNING_MINOR" fi le="pageinfo_warning_minor.png" /> 638 <structure type="chrome_scaled_image" name="IDR_PAGEINFO_WARNING_MINOR" fi le="pageinfo_warning_minor.png" />
639 <structure type="chrome_scaled_image" name="IDR_PAGEINFO_ENTERPRISE_MANAGE D" file="common/pageinfo_enterprise_managed.png" /> 639 <structure type="chrome_scaled_image" name="IDR_PAGEINFO_ENTERPRISE_MANAGE D" file="common/pageinfo_enterprise_managed.png" />
640 <structure type="chrome_scaled_image" name="IDR_PANEL_CLOSE" file="panel_c lose.png" /> 640 <structure type="chrome_scaled_image" name="IDR_PANEL_CLOSE" file="panel_c lose.png" />
641 <structure type="chrome_scaled_image" name="IDR_PANEL_CLOSE_C" file="panel _close_click.png" /> 641 <structure type="chrome_scaled_image" name="IDR_PANEL_CLOSE_C" file="panel _close_click.png" />
642 <structure type="chrome_scaled_image" name="IDR_PANEL_CLOSE_H" file="panel _close_hover.png" /> 642 <structure type="chrome_scaled_image" name="IDR_PANEL_CLOSE_H" file="panel _close_hover.png" />
643 <structure type="chrome_scaled_image" name="IDR_PANEL_MINIMIZE" file="pane l_minimize.png" /> 643 <structure type="chrome_scaled_image" name="IDR_PANEL_MINIMIZE" file="pane l_minimize.png" />
644 <structure type="chrome_scaled_image" name="IDR_PANEL_MINIMIZE_C" file="pa nel_minimize_click.png" /> 644 <structure type="chrome_scaled_image" name="IDR_PANEL_MINIMIZE_C" file="pa nel_minimize_click.png" />
645 <structure type="chrome_scaled_image" name="IDR_PANEL_MINIMIZE_H" file="pa nel_minimize_hover.png" /> 645 <structure type="chrome_scaled_image" name="IDR_PANEL_MINIMIZE_H" file="pa nel_minimize_hover.png" />
646 <structure type="chrome_scaled_image" name="IDR_PANEL_RESTORE" file="panel _restore.png" /> 646 <structure type="chrome_scaled_image" name="IDR_PANEL_RESTORE" file="panel _restore.png" />
647 <structure type="chrome_scaled_image" name="IDR_PANEL_RESTORE_C" file="pan el_restore_click.png" /> 647 <structure type="chrome_scaled_image" name="IDR_PANEL_RESTORE_C" file="pan el_restore_click.png" />
648 <structure type="chrome_scaled_image" name="IDR_PANEL_RESTORE_H" file="pan el_restore_hover.png" /> 648 <structure type="chrome_scaled_image" name="IDR_PANEL_RESTORE_H" file="pan el_restore_hover.png" />
649 <structure type="chrome_scaled_image" name="IDR_PHONE_FAVICON" file="commo n/favicon_phone.png" /> 649 <structure type="chrome_scaled_image" name="IDR_PHONE_FAVICON" file="commo n/favicon_phone.png" />
650 <structure type="chrome_scaled_image" name="IDR_PLUGINS_FAVICON" file="com mon/favicon_extensions.png" /> 650 <structure type="chrome_scaled_image" name="IDR_PLUGINS_FAVICON" file="com mon/favicon_extensions.png" />
651 <structure type="chrome_scaled_image" name="IDR_PRERENDER" file="prerender _succeed_icon.png" /> 651 <structure type="chrome_scaled_image" name="IDR_PRERENDER" file="prerender _succeed_icon.png" />
652 <if expr="not pp_ifdef('_google_chrome')"> 652 <if expr="not _google_chrome">
653 <structure type="chrome_scaled_image" name="IDR_PRODUCT_LOGO" file="chro mium/product_logo.png" /> 653 <structure type="chrome_scaled_image" name="IDR_PRODUCT_LOGO" file="chro mium/product_logo.png" />
654 <structure type="chrome_scaled_image" name="IDR_PRODUCT_LOGO_16" file="c hromium/product_logo_16.png" /> 654 <structure type="chrome_scaled_image" name="IDR_PRODUCT_LOGO_16" file="c hromium/product_logo_16.png" />
655 <structure type="chrome_scaled_image" name="IDR_PRODUCT_LOGO_26" file="c hromium/product_logo_26.png" /> 655 <structure type="chrome_scaled_image" name="IDR_PRODUCT_LOGO_26" file="c hromium/product_logo_26.png" />
656 <structure type="chrome_scaled_image" name="IDR_PRODUCT_LOGO_32" file="c hromium/product_logo_32.png" /> 656 <structure type="chrome_scaled_image" name="IDR_PRODUCT_LOGO_32" file="c hromium/product_logo_32.png" />
657 <structure type="chrome_scaled_image" name="IDR_PRODUCT_LOGO_NAME_48" fi le="chromium/product_logo_name_48.png" /> 657 <structure type="chrome_scaled_image" name="IDR_PRODUCT_LOGO_NAME_48" fi le="chromium/product_logo_name_48.png" />
658 <structure type="chrome_scaled_image" name="IDR_PRODUCT_LOGO_WHITE" file ="chromium/product_logo_white.png" /> 658 <structure type="chrome_scaled_image" name="IDR_PRODUCT_LOGO_WHITE" file ="chromium/product_logo_white.png" />
659 </if> 659 </if>
660 <if expr="pp_ifdef('_google_chrome')"> 660 <if expr="_google_chrome">
661 <structure type="chrome_scaled_image" name="IDR_PRODUCT_LOGO" file="goog le_chrome/product_logo.png" /> 661 <structure type="chrome_scaled_image" name="IDR_PRODUCT_LOGO" file="goog le_chrome/product_logo.png" />
662 <structure type="chrome_scaled_image" name="IDR_PRODUCT_LOGO_16" file="g oogle_chrome/product_logo_16.png" /> 662 <structure type="chrome_scaled_image" name="IDR_PRODUCT_LOGO_16" file="g oogle_chrome/product_logo_16.png" />
663 <structure type="chrome_scaled_image" name="IDR_PRODUCT_LOGO_26" file="g oogle_chrome/product_logo_26.png" /> 663 <structure type="chrome_scaled_image" name="IDR_PRODUCT_LOGO_26" file="g oogle_chrome/product_logo_26.png" />
664 <structure type="chrome_scaled_image" name="IDR_PRODUCT_LOGO_32" file="g oogle_chrome/product_logo_32.png" /> 664 <structure type="chrome_scaled_image" name="IDR_PRODUCT_LOGO_32" file="g oogle_chrome/product_logo_32.png" />
665 <structure type="chrome_scaled_image" name="IDR_PRODUCT_LOGO_NAME_48" fi le="google_chrome/product_logo_name_48.png" /> 665 <structure type="chrome_scaled_image" name="IDR_PRODUCT_LOGO_NAME_48" fi le="google_chrome/product_logo_name_48.png" />
666 <structure type="chrome_scaled_image" name="IDR_PRODUCT_LOGO_WHITE" file ="google_chrome/product_logo_white.png" /> 666 <structure type="chrome_scaled_image" name="IDR_PRODUCT_LOGO_WHITE" file ="google_chrome/product_logo_white.png" />
667 </if> 667 </if>
668 <if expr="is_macosx or is_ios"> 668 <if expr="is_macosx or is_ios">
669 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_0" file=" profile_avatar_generic_mac.png" /> 669 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_0" file=" profile_avatar_generic_mac.png" />
670 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_1" file=" profile_avatar_generic_aqua_mac.png" /> 670 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_1" file=" profile_avatar_generic_aqua_mac.png" />
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
716 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_19" file= "profile_avatar_cat.png" /> 716 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_19" file= "profile_avatar_cat.png" />
717 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_20" file= "profile_avatar_cupcake.png" /> 717 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_20" file= "profile_avatar_cupcake.png" />
718 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_21" file= "profile_avatar_dog.png" /> 718 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_21" file= "profile_avatar_dog.png" />
719 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_22" file= "profile_avatar_horse.png" /> 719 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_22" file= "profile_avatar_horse.png" />
720 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_23" file= "profile_avatar_margarita.png" /> 720 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_23" file= "profile_avatar_margarita.png" />
721 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_24" file= "profile_avatar_note.png" /> 721 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_24" file= "profile_avatar_note.png" />
722 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_25" file= "profile_avatar_sun_cloud.png" /> 722 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_25" file= "profile_avatar_sun_cloud.png" />
723 </if> 723 </if>
724 724
725 <!-- New style avatar button --> 725 <!-- New style avatar button -->
726 <if expr="pp_ifdef('toolkit_views')"> 726 <if expr="toolkit_views">
727 <!-- Windows, themed --> 727 <!-- Windows, themed -->
728 <structure type="chrome_scaled_image" name="IDR_AVATAR_THEMED_BUTTON_DRO PARROW" file="win/avatar_button/themed/sign_in_button_arrow.png" /> 728 <structure type="chrome_scaled_image" name="IDR_AVATAR_THEMED_BUTTON_DRO PARROW" file="win/avatar_button/themed/sign_in_button_arrow.png" />
729 <structure type="chrome_scaled_image" name="IDR_AVATAR_THEMED_BUTTON_NOR MAL_BOTTOM" file="win/avatar_button/themed/sign_in_button_bottom.png" /> 729 <structure type="chrome_scaled_image" name="IDR_AVATAR_THEMED_BUTTON_NOR MAL_BOTTOM" file="win/avatar_button/themed/sign_in_button_bottom.png" />
730 <structure type="chrome_scaled_image" name="IDR_AVATAR_THEMED_BUTTON_NOR MAL_BOTTOM_LEFT" file="win/avatar_button/themed/sign_in_button_bottom_left.png" /> 730 <structure type="chrome_scaled_image" name="IDR_AVATAR_THEMED_BUTTON_NOR MAL_BOTTOM_LEFT" file="win/avatar_button/themed/sign_in_button_bottom_left.png" />
731 <structure type="chrome_scaled_image" name="IDR_AVATAR_THEMED_BUTTON_NOR MAL_BOTTOM_RIGHT" file="win/avatar_button/themed/sign_in_button_bottom_right.png " /> 731 <structure type="chrome_scaled_image" name="IDR_AVATAR_THEMED_BUTTON_NOR MAL_BOTTOM_RIGHT" file="win/avatar_button/themed/sign_in_button_bottom_right.png " />
732 <structure type="chrome_scaled_image" name="IDR_AVATAR_THEMED_BUTTON_NOR MAL_CENTER" file="win/avatar_button/themed/sign_in_button_center.png" /> 732 <structure type="chrome_scaled_image" name="IDR_AVATAR_THEMED_BUTTON_NOR MAL_CENTER" file="win/avatar_button/themed/sign_in_button_center.png" />
733 <structure type="chrome_scaled_image" name="IDR_AVATAR_THEMED_BUTTON_NOR MAL_LEFT" file="win/avatar_button/themed/sign_in_button_left.png" /> 733 <structure type="chrome_scaled_image" name="IDR_AVATAR_THEMED_BUTTON_NOR MAL_LEFT" file="win/avatar_button/themed/sign_in_button_left.png" />
734 <structure type="chrome_scaled_image" name="IDR_AVATAR_THEMED_BUTTON_NOR MAL_RIGHT" file="win/avatar_button/themed/sign_in_button_right.png" /> 734 <structure type="chrome_scaled_image" name="IDR_AVATAR_THEMED_BUTTON_NOR MAL_RIGHT" file="win/avatar_button/themed/sign_in_button_right.png" />
735 <structure type="chrome_scaled_image" name="IDR_AVATAR_THEMED_BUTTON_NOR MAL_TOP" file="win/avatar_button/themed/sign_in_button_top.png" /> 735 <structure type="chrome_scaled_image" name="IDR_AVATAR_THEMED_BUTTON_NOR MAL_TOP" file="win/avatar_button/themed/sign_in_button_top.png" />
736 <structure type="chrome_scaled_image" name="IDR_AVATAR_THEMED_BUTTON_NOR MAL_TOP_LEFT" file="win/avatar_button/themed/sign_in_button_top_left.png" /> 736 <structure type="chrome_scaled_image" name="IDR_AVATAR_THEMED_BUTTON_NOR MAL_TOP_LEFT" file="win/avatar_button/themed/sign_in_button_top_left.png" />
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
841 <structure type="chrome_scaled_image" name="IDR_AVATAR_MAC_BUTTON_PRESSE D_BOTTOM_LEFT" file="mac/avatar_button/sign_in_button_bottom_left_pressed.png" / > 841 <structure type="chrome_scaled_image" name="IDR_AVATAR_MAC_BUTTON_PRESSE D_BOTTOM_LEFT" file="mac/avatar_button/sign_in_button_bottom_left_pressed.png" / >
842 <structure type="chrome_scaled_image" name="IDR_AVATAR_MAC_BUTTON_PRESSE D_BOTTOM_RIGHT" file="mac/avatar_button/sign_in_button_bottom_right_pressed.png" /> 842 <structure type="chrome_scaled_image" name="IDR_AVATAR_MAC_BUTTON_PRESSE D_BOTTOM_RIGHT" file="mac/avatar_button/sign_in_button_bottom_right_pressed.png" />
843 <structure type="chrome_scaled_image" name="IDR_AVATAR_MAC_BUTTON_PRESSE D_CENTER" file="mac/avatar_button/sign_in_button_center_pressed.png" /> 843 <structure type="chrome_scaled_image" name="IDR_AVATAR_MAC_BUTTON_PRESSE D_CENTER" file="mac/avatar_button/sign_in_button_center_pressed.png" />
844 <structure type="chrome_scaled_image" name="IDR_AVATAR_MAC_BUTTON_PRESSE D_LEFT" file="mac/avatar_button/sign_in_button_left_pressed.png" /> 844 <structure type="chrome_scaled_image" name="IDR_AVATAR_MAC_BUTTON_PRESSE D_LEFT" file="mac/avatar_button/sign_in_button_left_pressed.png" />
845 <structure type="chrome_scaled_image" name="IDR_AVATAR_MAC_BUTTON_PRESSE D_RIGHT" file="mac/avatar_button/sign_in_button_right_pressed.png" /> 845 <structure type="chrome_scaled_image" name="IDR_AVATAR_MAC_BUTTON_PRESSE D_RIGHT" file="mac/avatar_button/sign_in_button_right_pressed.png" />
846 <structure type="chrome_scaled_image" name="IDR_AVATAR_MAC_BUTTON_PRESSE D_TOP" file="mac/avatar_button/sign_in_button_top_pressed.png" /> 846 <structure type="chrome_scaled_image" name="IDR_AVATAR_MAC_BUTTON_PRESSE D_TOP" file="mac/avatar_button/sign_in_button_top_pressed.png" />
847 <structure type="chrome_scaled_image" name="IDR_AVATAR_MAC_BUTTON_PRESSE D_TOP_LEFT" file="mac/avatar_button/sign_in_button_top_left_pressed.png" /> 847 <structure type="chrome_scaled_image" name="IDR_AVATAR_MAC_BUTTON_PRESSE D_TOP_LEFT" file="mac/avatar_button/sign_in_button_top_left_pressed.png" />
848 <structure type="chrome_scaled_image" name="IDR_AVATAR_MAC_BUTTON_PRESSE D_TOP_RIGHT" file="mac/avatar_button/sign_in_button_top_right_pressed.png" /> 848 <structure type="chrome_scaled_image" name="IDR_AVATAR_MAC_BUTTON_PRESSE D_TOP_RIGHT" file="mac/avatar_button/sign_in_button_top_right_pressed.png" />
849 </if> 849 </if>
850 850
851 <if expr="pp_ifdef('chromeos')"> 851 <if expr="chromeos">
852 <structure type="chrome_scaled_image" name="IDR_PROFILE_PICTURE_LOADING" file="profile_loading.png" /> 852 <structure type="chrome_scaled_image" name="IDR_PROFILE_PICTURE_LOADING" file="profile_loading.png" />
853 <structure type="chrome_scaled_image" name="IDR_RESET_WARNING" file="res et_warning.png" /> 853 <structure type="chrome_scaled_image" name="IDR_RESET_WARNING" file="res et_warning.png" />
854 </if> 854 </if>
855 <structure type="chrome_scaled_image" name="IDR_QUESTION_MARK" file="commo n/question_mark.png" /> 855 <structure type="chrome_scaled_image" name="IDR_QUESTION_MARK" file="commo n/question_mark.png" />
856 <structure type="chrome_scaled_image" name="IDR_PROFILE_SELECTED" file="co mmon/profile_selected.png" /> 856 <structure type="chrome_scaled_image" name="IDR_PROFILE_SELECTED" file="co mmon/profile_selected.png" />
857 <structure type="chrome_scaled_image" name="IDR_REGISTER_PROTOCOL_HANDLER" file="register_protocol_handler.png" /> 857 <structure type="chrome_scaled_image" name="IDR_REGISTER_PROTOCOL_HANDLER" file="register_protocol_handler.png" />
858 <if expr="not pp_ifdef('toolkit_views') and not is_macosx and not is_ios"> 858 <if expr="not toolkit_views and not is_macosx and not is_ios">
859 <structure type="chrome_scaled_image" name="IDR_RELOAD" file="reload.png " /> 859 <structure type="chrome_scaled_image" name="IDR_RELOAD" file="reload.png " />
860 <structure type="chrome_scaled_image" name="IDR_RELOAD_H" file="reload_h over.png" /> 860 <structure type="chrome_scaled_image" name="IDR_RELOAD_H" file="reload_h over.png" />
861 <structure type="chrome_scaled_image" name="IDR_RELOAD_P" file="reload_p ressed.png" /> 861 <structure type="chrome_scaled_image" name="IDR_RELOAD_P" file="reload_p ressed.png" />
862 <structure type="chrome_scaled_image" name="IDR_RELOAD_DIMMED" file="rel oad_dimmed.png" /> 862 <structure type="chrome_scaled_image" name="IDR_RELOAD_DIMMED" file="rel oad_dimmed.png" />
863 </if> 863 </if>
864 <if expr="pp_ifdef('toolkit_views') or is_macosx or is_ios"> 864 <if expr="toolkit_views or is_macosx or is_ios">
865 <structure type="chrome_scaled_image" name="IDR_RELOAD" file="common/bro wser_reload_normal.png" /> 865 <structure type="chrome_scaled_image" name="IDR_RELOAD" file="common/bro wser_reload_normal.png" />
866 <structure type="chrome_scaled_image" name="IDR_RELOAD_D" file="common/b rowser_reload_disabled.png" /> 866 <structure type="chrome_scaled_image" name="IDR_RELOAD_D" file="common/b rowser_reload_disabled.png" />
867 <structure type="chrome_scaled_image" name="IDR_RELOAD_H" file="common/b rowser_reload_hover.png" /> 867 <structure type="chrome_scaled_image" name="IDR_RELOAD_H" file="common/b rowser_reload_hover.png" />
868 <structure type="chrome_scaled_image" name="IDR_RELOAD_P" file="common/b rowser_reload_pressed.png" /> 868 <structure type="chrome_scaled_image" name="IDR_RELOAD_P" file="common/b rowser_reload_pressed.png" />
869 <structure type="chrome_scaled_image" name="IDR_RELOAD_DIMMED" file="com mon/browser_reload_dimmed.png" /> 869 <structure type="chrome_scaled_image" name="IDR_RELOAD_DIMMED" file="com mon/browser_reload_dimmed.png" />
870 </if> 870 </if>
871 <structure type="chrome_scaled_image" name="IDR_RESTORE_BUTTON_MASK" file= "restore_button_mask.png" /> 871 <structure type="chrome_scaled_image" name="IDR_RESTORE_BUTTON_MASK" file= "restore_button_mask.png" />
872 <structure type="chrome_scaled_image" name="IDR_SAD_FAVICON" file="common/ favicon_sad_tab.png" /> 872 <structure type="chrome_scaled_image" name="IDR_SAD_FAVICON" file="common/ favicon_sad_tab.png" />
873 <structure type="chrome_scaled_image" name="IDR_SAD_TAB" file="sadtab.png" /> 873 <structure type="chrome_scaled_image" name="IDR_SAD_TAB" file="sadtab.png" />
874 <structure type="chrome_scaled_image" name="IDR_SAFEBROWSING_WARNING" file ="safebrowsing_warning.png" /> 874 <structure type="chrome_scaled_image" name="IDR_SAFEBROWSING_WARNING" file ="safebrowsing_warning.png" />
875 <structure type="chrome_scaled_image" name="IDR_SCREEN_CAPTURE_NOTIFICATIO N_GRIP" file="screen_capture_notification_grip.png" /> 875 <structure type="chrome_scaled_image" name="IDR_SCREEN_CAPTURE_NOTIFICATIO N_GRIP" file="screen_capture_notification_grip.png" />
876 <structure type="chrome_scaled_image" name="IDR_SCREENSHOT_NOTIFICATION_IC ON" file="common/notification_screenshot_icon.png" /> 876 <structure type="chrome_scaled_image" name="IDR_SCREENSHOT_NOTIFICATION_IC ON" file="common/notification_screenshot_icon.png" />
877 <if expr="pp_ifdef('chromeos')"> 877 <if expr="chromeos">
878 <structure type="chrome_scaled_image" name="IDR_SECONDARY_USER_SETTINGS" file="cros/secondary_user_settings.png" /> 878 <structure type="chrome_scaled_image" name="IDR_SECONDARY_USER_SETTINGS" file="cros/secondary_user_settings.png" />
879 </if> 879 </if>
880 <if expr="pp_ifdef('enable_settings_app')"> 880 <if expr="enable_settings_app">
881 <structure type="chrome_scaled_image" name="IDR_SETTINGS_APP_ICON_128" f ile="settings_app_icon_128.png" /> 881 <structure type="chrome_scaled_image" name="IDR_SETTINGS_APP_ICON_128" f ile="settings_app_icon_128.png" />
882 <structure type="chrome_scaled_image" name="IDR_SETTINGS_APP_ICON_16" fi le="settings_app_icon_16.png" /> 882 <structure type="chrome_scaled_image" name="IDR_SETTINGS_APP_ICON_16" fi le="settings_app_icon_16.png" />
883 <structure type="chrome_scaled_image" name="IDR_SETTINGS_APP_ICON_32" fi le="settings_app_icon_32.png" /> 883 <structure type="chrome_scaled_image" name="IDR_SETTINGS_APP_ICON_32" fi le="settings_app_icon_32.png" />
884 <structure type="chrome_scaled_image" name="IDR_SETTINGS_APP_ICON_48" fi le="settings_app_icon_48.png" /> 884 <structure type="chrome_scaled_image" name="IDR_SETTINGS_APP_ICON_48" fi le="settings_app_icon_48.png" />
885 </if> 885 </if>
886 <if expr="pp_ifdef('toolkit_views')"> 886 <if expr="toolkit_views">
887 <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_BROKENSSL_BOTT OM_LEFT" file="common/chip_brokenssl_bottom_left.png" /> 887 <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_BROKENSSL_BOTT OM_LEFT" file="common/chip_brokenssl_bottom_left.png" />
888 <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_BROKENSSL_BOTT OM" file="common/chip_brokenssl_bottom.png" /> 888 <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_BROKENSSL_BOTT OM" file="common/chip_brokenssl_bottom.png" />
889 <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_BROKENSSL_BOTT OM_RIGHT" file="common/chip_brokenssl_bottom_right.png" /> 889 <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_BROKENSSL_BOTT OM_RIGHT" file="common/chip_brokenssl_bottom_right.png" />
890 <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_BROKENSSL_CENT ER" file="common/chip_brokenssl_center.png" /> 890 <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_BROKENSSL_CENT ER" file="common/chip_brokenssl_center.png" />
891 <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_BROKENSSL_RIGH T" file="common/chip_brokenssl_right.png" /> 891 <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_BROKENSSL_RIGH T" file="common/chip_brokenssl_right.png" />
892 <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_BROKENSSL_LEFT " file="common/chip_brokenssl_left.png" /> 892 <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_BROKENSSL_LEFT " file="common/chip_brokenssl_left.png" />
893 <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_BROKENSSL_TOP_ LEFT" file="common/chip_brokenssl_top_left.png" /> 893 <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_BROKENSSL_TOP_ LEFT" file="common/chip_brokenssl_top_left.png" />
894 <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_BROKENSSL_TOP_ RIGHT" file="common/chip_brokenssl_top_right.png" /> 894 <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_BROKENSSL_TOP_ RIGHT" file="common/chip_brokenssl_top_right.png" />
895 <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_BROKENSSL_TOP" file="common/chip_brokenssl_top.png" /> 895 <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_BROKENSSL_TOP" file="common/chip_brokenssl_top.png" />
896 <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_EV_BOTTOM_LEFT " file="common/chip_extended_validation_bottom_left.png" /> 896 <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_EV_BOTTOM_LEFT " file="common/chip_extended_validation_bottom_left.png" />
897 <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_EV_BOTTOM" fil e="common/chip_extended_validation_bottom.png" /> 897 <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_EV_BOTTOM" fil e="common/chip_extended_validation_bottom.png" />
898 <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_EV_BOTTOM_RIGH T" file="common/chip_extended_validation_bottom_right.png" /> 898 <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_EV_BOTTOM_RIGH T" file="common/chip_extended_validation_bottom_right.png" />
899 <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_EV_CENTER" fil e="common/chip_extended_validation_center.png" /> 899 <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_EV_CENTER" fil e="common/chip_extended_validation_center.png" />
900 <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_EV_RIGHT" file ="common/chip_extended_validation_right.png" /> 900 <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_EV_RIGHT" file ="common/chip_extended_validation_right.png" />
901 <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_EV_LEFT" file= "common/chip_extended_validation_left.png" /> 901 <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_EV_LEFT" file= "common/chip_extended_validation_left.png" />
902 <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_EV_TOP_LEFT" f ile="common/chip_extended_validation_top_left.png" /> 902 <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_EV_TOP_LEFT" f ile="common/chip_extended_validation_top_left.png" />
903 <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_EV_TOP_RIGHT" file="common/chip_extended_validation_top_right.png" /> 903 <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_EV_TOP_RIGHT" file="common/chip_extended_validation_top_right.png" />
904 <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_EV_TOP" file=" common/chip_extended_validation_top.png" /> 904 <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_EV_TOP" file=" common/chip_extended_validation_top.png" />
905 <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_MALWARE_BOTTOM _LEFT" file="common/chip_malware_bottom_left.png" /> 905 <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_MALWARE_BOTTOM _LEFT" file="common/chip_malware_bottom_left.png" />
906 <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_MALWARE_BOTTOM " file="common/chip_malware_bottom.png" /> 906 <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_MALWARE_BOTTOM " file="common/chip_malware_bottom.png" />
907 <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_MALWARE_BOTTOM _RIGHT" file="common/chip_malware_bottom_right.png" /> 907 <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_MALWARE_BOTTOM _RIGHT" file="common/chip_malware_bottom_right.png" />
908 <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_MALWARE_CENTER " file="common/chip_malware_center.png" /> 908 <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_MALWARE_CENTER " file="common/chip_malware_center.png" />
909 <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_MALWARE_RIGHT" file="common/chip_malware_right.png" /> 909 <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_MALWARE_RIGHT" file="common/chip_malware_right.png" />
910 <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_MALWARE_LEFT" file="common/chip_malware_left.png" /> 910 <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_MALWARE_LEFT" file="common/chip_malware_left.png" />
911 <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_MALWARE_TOP_LE FT" file="common/chip_malware_top_left.png" /> 911 <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_MALWARE_TOP_LE FT" file="common/chip_malware_top_left.png" />
912 <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_MALWARE_TOP_RI GHT" file="common/chip_malware_top_right.png" /> 912 <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_MALWARE_TOP_RI GHT" file="common/chip_malware_top_right.png" />
913 <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_MALWARE_TOP" f ile="common/chip_malware_top.png" /> 913 <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_MALWARE_TOP" f ile="common/chip_malware_top.png" />
914 </if> 914 </if>
915 <if expr="pp_ifdef('toolkit_views') or is_macosx and not is_ios"> 915 <if expr="toolkit_views or is_macosx and not is_ios">
916 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_NORMAL_BOTTO M_LEFT" file="common/chip_normal_bottom_left.png" /> 916 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_NORMAL_BOTTO M_LEFT" file="common/chip_normal_bottom_left.png" />
917 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_NORMAL_BOTTO M" file="common/chip_normal_bottom.png" /> 917 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_NORMAL_BOTTO M" file="common/chip_normal_bottom.png" />
918 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_NORMAL_BOTTO M_RIGHT" file="common/chip_normal_bottom_right.png" /> 918 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_NORMAL_BOTTO M_RIGHT" file="common/chip_normal_bottom_right.png" />
919 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_NORMAL_LEFT" file="common/chip_normal_left.png" /> 919 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_NORMAL_LEFT" file="common/chip_normal_left.png" />
920 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_NORMAL_CENTE R" file="common/chip_normal_center.png" /> 920 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_NORMAL_CENTE R" file="common/chip_normal_center.png" />
921 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_NORMAL_RIGHT " file="common/chip_normal_right.png" /> 921 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_NORMAL_RIGHT " file="common/chip_normal_right.png" />
922 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_NORMAL_TOP_L EFT" file="common/chip_normal_top_left.png" /> 922 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_NORMAL_TOP_L EFT" file="common/chip_normal_top_left.png" />
923 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_NORMAL_TOP" file="common/chip_normal_top.png" /> 923 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_NORMAL_TOP" file="common/chip_normal_top.png" />
924 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_NORMAL_TOP_R IGHT" file="common/chip_normal_top_right.png" /> 924 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_NORMAL_TOP_R IGHT" file="common/chip_normal_top_right.png" />
925 925
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
1035 </if> 1035 </if>
1036 <structure type="chrome_scaled_image" name="IDR_SETTINGS_FAVICON" file="co mmon/favicon_settings.png" /> 1036 <structure type="chrome_scaled_image" name="IDR_SETTINGS_FAVICON" file="co mmon/favicon_settings.png" />
1037 <structure type="chrome_scaled_image" name="IDR_SPEECH_INPUT_MIC_EMPTY" fi le="common/speech_input_mic_empty.png" /> 1037 <structure type="chrome_scaled_image" name="IDR_SPEECH_INPUT_MIC_EMPTY" fi le="common/speech_input_mic_empty.png" />
1038 <structure type="chrome_scaled_image" name="IDR_SPEECH_INPUT_MIC_FULL" fil e="common/speech_input_mic_full.png" /> 1038 <structure type="chrome_scaled_image" name="IDR_SPEECH_INPUT_MIC_FULL" fil e="common/speech_input_mic_full.png" />
1039 <structure type="chrome_scaled_image" name="IDR_SPEECH_INPUT_MIC_MASK" fil e="common/speech_input_mic_mask.png" /> 1039 <structure type="chrome_scaled_image" name="IDR_SPEECH_INPUT_MIC_MASK" fil e="common/speech_input_mic_mask.png" />
1040 <structure type="chrome_scaled_image" name="IDR_SPEECH_INPUT_MIC_NOISE" fi le="common/speech_input_mic_noise.png" /> 1040 <structure type="chrome_scaled_image" name="IDR_SPEECH_INPUT_MIC_NOISE" fi le="common/speech_input_mic_noise.png" />
1041 <structure type="chrome_scaled_image" name="IDR_SPEECH_INPUT_SPINNER" file ="common/speech_input_spinner.png" /> 1041 <structure type="chrome_scaled_image" name="IDR_SPEECH_INPUT_SPINNER" file ="common/speech_input_spinner.png" />
1042 <structure type="chrome_scaled_image" name="IDR_SHARE" file="share.png" /> 1042 <structure type="chrome_scaled_image" name="IDR_SHARE" file="share.png" />
1043 <structure type="chrome_scaled_image" name="IDR_STAR" file="star.png" /> 1043 <structure type="chrome_scaled_image" name="IDR_STAR" file="star.png" />
1044 <structure type="chrome_scaled_image" name="IDR_STAR_LIT" file="star_lit.p ng" /> 1044 <structure type="chrome_scaled_image" name="IDR_STAR_LIT" file="star_lit.p ng" />
1045 <if expr="not pp_ifdef('toolkit_views') and not is_macosx and not is_ios"> 1045 <if expr="not toolkit_views and not is_macosx and not is_ios">
1046 <structure type="chrome_scaled_image" name="IDR_STOP" file="stop.png" /> 1046 <structure type="chrome_scaled_image" name="IDR_STOP" file="stop.png" />
1047 <structure type="chrome_scaled_image" name="IDR_STOP_D" file="stop_disab led.png" /> 1047 <structure type="chrome_scaled_image" name="IDR_STOP_D" file="stop_disab led.png" />
1048 <structure type="chrome_scaled_image" name="IDR_STOP_H" file="stop_hover .png" /> 1048 <structure type="chrome_scaled_image" name="IDR_STOP_H" file="stop_hover .png" />
1049 <structure type="chrome_scaled_image" name="IDR_STOP_P" file="stop_press ed.png" /> 1049 <structure type="chrome_scaled_image" name="IDR_STOP_P" file="stop_press ed.png" />
1050 </if> 1050 </if>
1051 <if expr="pp_ifdef('toolkit_views') or is_macosx or is_ios"> 1051 <if expr="toolkit_views or is_macosx or is_ios">
1052 <structure type="chrome_scaled_image" name="IDR_STOP" file="common/brows er_stop_normal.png" /> 1052 <structure type="chrome_scaled_image" name="IDR_STOP" file="common/brows er_stop_normal.png" />
1053 <structure type="chrome_scaled_image" name="IDR_STOP_D" file="common/bro wser_stop_disabled.png" /> 1053 <structure type="chrome_scaled_image" name="IDR_STOP_D" file="common/bro wser_stop_disabled.png" />
1054 <structure type="chrome_scaled_image" name="IDR_STOP_H" file="common/bro wser_stop_hover.png" /> 1054 <structure type="chrome_scaled_image" name="IDR_STOP_H" file="common/bro wser_stop_hover.png" />
1055 <structure type="chrome_scaled_image" name="IDR_STOP_P" file="common/bro wser_stop_pressed.png" /> 1055 <structure type="chrome_scaled_image" name="IDR_STOP_P" file="common/bro wser_stop_pressed.png" />
1056 </if> 1056 </if>
1057 <if expr="pp_ifdef('chromeos')"> 1057 <if expr="chromeos">
1058 <structure type="chrome_scaled_image" name="IDR_SUPERVISED_ILLUSTRATION_ START" file="cros/supervised_illustration_start.png" /> 1058 <structure type="chrome_scaled_image" name="IDR_SUPERVISED_ILLUSTRATION_ START" file="cros/supervised_illustration_start.png" />
1059 <structure type="chrome_scaled_image" name="IDR_SUPERVISED_ILLUSTRATION_ DONE" file="cros/supervised_illsutration_done.png" /> 1059 <structure type="chrome_scaled_image" name="IDR_SUPERVISED_ILLUSTRATION_ DONE" file="cros/supervised_illsutration_done.png" />
1060 </if> 1060 </if>
1061 <structure type="chrome_scaled_image" name="IDR_SUPERVISED_USER_PLACEHOLDE R" file="common/supervised_user_placeholder.png" /> 1061 <structure type="chrome_scaled_image" name="IDR_SUPERVISED_USER_PLACEHOLDE R" file="common/supervised_user_placeholder.png" />
1062 <if expr="not pp_ifdef('toolkit_views') and not is_macosx and not is_ios"> 1062 <if expr="not toolkit_views and not is_macosx and not is_ios">
1063 <structure type="chrome_scaled_image" name="IDR_TAB_ACTIVE_CENTER" file= "tab_active_center.png" /> 1063 <structure type="chrome_scaled_image" name="IDR_TAB_ACTIVE_CENTER" file= "tab_active_center.png" />
1064 <structure type="chrome_scaled_image" name="IDR_TAB_ACTIVE_LEFT" file="t ab_active_left.png" /> 1064 <structure type="chrome_scaled_image" name="IDR_TAB_ACTIVE_LEFT" file="t ab_active_left.png" />
1065 <structure type="chrome_scaled_image" name="IDR_TAB_ACTIVE_RIGHT" file=" tab_active_right.png" /> 1065 <structure type="chrome_scaled_image" name="IDR_TAB_ACTIVE_RIGHT" file=" tab_active_right.png" />
1066 </if> 1066 </if>
1067 <if expr="pp_ifdef('toolkit_views')"> 1067 <if expr="toolkit_views">
1068 <structure type="chrome_scaled_image" name="IDR_TAB_ACTIVE_CENTER" file= "common/tab_active_center.png" /> 1068 <structure type="chrome_scaled_image" name="IDR_TAB_ACTIVE_CENTER" file= "common/tab_active_center.png" />
1069 <structure type="chrome_scaled_image" name="IDR_TAB_ACTIVE_LEFT" file="c ommon/tab_active_left.png" /> 1069 <structure type="chrome_scaled_image" name="IDR_TAB_ACTIVE_LEFT" file="c ommon/tab_active_left.png" />
1070 <structure type="chrome_scaled_image" name="IDR_TAB_ACTIVE_RIGHT" file=" common/tab_active_right.png" /> 1070 <structure type="chrome_scaled_image" name="IDR_TAB_ACTIVE_RIGHT" file=" common/tab_active_right.png" />
1071 </if> 1071 </if>
1072 <if expr="(is_macosx or is_ios) and not pp_ifdef('toolkit_views')"> 1072 <if expr="(is_macosx or is_ios) and not toolkit_views">
1073 <structure type="chrome_scaled_image" name="IDR_TAB_ACTIVE_CENTER" file= "mac/tab_active_center.png" /> 1073 <structure type="chrome_scaled_image" name="IDR_TAB_ACTIVE_CENTER" file= "mac/tab_active_center.png" />
1074 <structure type="chrome_scaled_image" name="IDR_TAB_ACTIVE_LEFT" file="m ac/tab_active_left.png" /> 1074 <structure type="chrome_scaled_image" name="IDR_TAB_ACTIVE_LEFT" file="m ac/tab_active_left.png" />
1075 <structure type="chrome_scaled_image" name="IDR_TAB_ACTIVE_RIGHT" file=" mac/tab_active_right.png" /> 1075 <structure type="chrome_scaled_image" name="IDR_TAB_ACTIVE_RIGHT" file=" mac/tab_active_right.png" />
1076 <structure type="chrome_scaled_image" name="IDR_SWIPE_BACK" file="back_l arge.png" /> 1076 <structure type="chrome_scaled_image" name="IDR_SWIPE_BACK" file="back_l arge.png" />
1077 <structure type="chrome_scaled_image" name="IDR_SWIPE_FORWARD" file="for ward_large.png" /> 1077 <structure type="chrome_scaled_image" name="IDR_SWIPE_FORWARD" file="for ward_large.png" />
1078 </if> 1078 </if>
1079 <!-- Note: Tab close buttons are not traditional buttons. Tab close butto ns 1079 <!-- Note: Tab close buttons are not traditional buttons. Tab close butto ns
1080 fill a background with a color from the theme, tile IDR_CLOSE_1 over it, 1080 fill a background with a color from the theme, tile IDR_CLOSE_1 over it,
1081 then apply IDR_CLOSE_1_MASK. See chrome/browser/ui/views/tabs/tab.cc --> 1081 then apply IDR_CLOSE_1_MASK. See chrome/browser/ui/views/tabs/tab.cc -->
1082 <if expr="not pp_ifdef('toolkit_views') and not is_macosx and not is_ios"> 1082 <if expr="not toolkit_views and not is_macosx and not is_ios">
1083 <structure type="chrome_scaled_image" name="IDR_TAB_ALPHA_LEFT" file="ta b_alpha_left.png" /> 1083 <structure type="chrome_scaled_image" name="IDR_TAB_ALPHA_LEFT" file="ta b_alpha_left.png" />
1084 <structure type="chrome_scaled_image" name="IDR_TAB_ALPHA_RIGHT" file="t ab_alpha_right.png" /> 1084 <structure type="chrome_scaled_image" name="IDR_TAB_ALPHA_RIGHT" file="t ab_alpha_right.png" />
1085 </if> 1085 </if>
1086 <if expr="pp_ifdef('toolkit_views')"> 1086 <if expr="toolkit_views">
1087 <structure type="chrome_scaled_image" name="IDR_TAB_ALPHA_LEFT" file="co mmon/tab_alpha_left.png" /> 1087 <structure type="chrome_scaled_image" name="IDR_TAB_ALPHA_LEFT" file="co mmon/tab_alpha_left.png" />
1088 <structure type="chrome_scaled_image" name="IDR_TAB_ALPHA_RIGHT" file="c ommon/tab_alpha_right.png" /> 1088 <structure type="chrome_scaled_image" name="IDR_TAB_ALPHA_RIGHT" file="c ommon/tab_alpha_right.png" />
1089 </if> 1089 </if>
1090 <if expr="(is_macosx or is_ios) and not pp_ifdef('toolkit_views')"> 1090 <if expr="(is_macosx or is_ios) and not toolkit_views">
1091 <structure type="chrome_scaled_image" name="IDR_TAB_ALPHA_LEFT" file="ma c/tab_alpha_left.png" /> 1091 <structure type="chrome_scaled_image" name="IDR_TAB_ALPHA_LEFT" file="ma c/tab_alpha_left.png" />
1092 <structure type="chrome_scaled_image" name="IDR_TAB_ALPHA_RIGHT" file="m ac/tab_alpha_right.png" /> 1092 <structure type="chrome_scaled_image" name="IDR_TAB_ALPHA_RIGHT" file="m ac/tab_alpha_right.png" />
1093 </if> 1093 </if>
1094 <structure type="chrome_scaled_image" name="IDR_CLOSE_1" file="common/clos e_1.png" /> 1094 <structure type="chrome_scaled_image" name="IDR_CLOSE_1" file="common/clos e_1.png" />
1095 <structure type="chrome_scaled_image" name="IDR_CLOSE_1_H" file="common/cl ose_1_hover.png" /> 1095 <structure type="chrome_scaled_image" name="IDR_CLOSE_1_H" file="common/cl ose_1_hover.png" />
1096 <structure type="chrome_scaled_image" name="IDR_CLOSE_1_MASK" file="common /close_1_mask.png" /> 1096 <structure type="chrome_scaled_image" name="IDR_CLOSE_1_MASK" file="common /close_1_mask.png" />
1097 <structure type="chrome_scaled_image" name="IDR_CLOSE_1_P" file="common/cl ose_1_pressed.png" /> 1097 <structure type="chrome_scaled_image" name="IDR_CLOSE_1_P" file="common/cl ose_1_pressed.png" />
1098 <structure type="chrome_scaled_image" name="IDR_TAB_AUDIO_INDICATOR" file= "common/tab_audio_indicator.png" /> 1098 <structure type="chrome_scaled_image" name="IDR_TAB_AUDIO_INDICATOR" file= "common/tab_audio_indicator.png" />
1099 <structure type="chrome_scaled_image" name="IDR_TAB_CAPTURE_INDICATOR" fil e="common/tab_capture_indicator.png" /> 1099 <structure type="chrome_scaled_image" name="IDR_TAB_CAPTURE_INDICATOR" fil e="common/tab_capture_indicator.png" />
1100 <structure type="chrome_scaled_image" name="IDR_TAB_DROP_DOWN" file="tab_d rop_down.png" /> 1100 <structure type="chrome_scaled_image" name="IDR_TAB_DROP_DOWN" file="tab_d rop_down.png" />
1101 <structure type="chrome_scaled_image" name="IDR_TAB_DROP_UP" file="tab_dro p_up.png" /> 1101 <structure type="chrome_scaled_image" name="IDR_TAB_DROP_UP" file="tab_dro p_up.png" />
1102 <if expr="not pp_ifdef('toolkit_views') and not is_macosx and not is_ios"> 1102 <if expr="not toolkit_views and not is_macosx and not is_ios">
1103 <structure type="chrome_scaled_image" name="IDR_TAB_INACTIVE_CENTER" fil e="tab_inactive_center.png" /> 1103 <structure type="chrome_scaled_image" name="IDR_TAB_INACTIVE_CENTER" fil e="tab_inactive_center.png" />
1104 <structure type="chrome_scaled_image" name="IDR_TAB_INACTIVE_LEFT" file= "tab_inactive_left.png" /> 1104 <structure type="chrome_scaled_image" name="IDR_TAB_INACTIVE_LEFT" file= "tab_inactive_left.png" />
1105 <structure type="chrome_scaled_image" name="IDR_TAB_INACTIVE_RIGHT" file ="tab_inactive_right.png" /> 1105 <structure type="chrome_scaled_image" name="IDR_TAB_INACTIVE_RIGHT" file ="tab_inactive_right.png" />
1106 </if> 1106 </if>
1107 <if expr="pp_ifdef('toolkit_views')"> 1107 <if expr="toolkit_views">
1108 <structure type="chrome_scaled_image" name="IDR_TAB_INACTIVE_CENTER" fil e="common/tab_inactive_center.png" /> 1108 <structure type="chrome_scaled_image" name="IDR_TAB_INACTIVE_CENTER" fil e="common/tab_inactive_center.png" />
1109 <structure type="chrome_scaled_image" name="IDR_TAB_INACTIVE_LEFT" file= "common/tab_inactive_left.png" /> 1109 <structure type="chrome_scaled_image" name="IDR_TAB_INACTIVE_LEFT" file= "common/tab_inactive_left.png" />
1110 <structure type="chrome_scaled_image" name="IDR_TAB_INACTIVE_RIGHT" file ="common/tab_inactive_right.png" /> 1110 <structure type="chrome_scaled_image" name="IDR_TAB_INACTIVE_RIGHT" file ="common/tab_inactive_right.png" />
1111 </if> 1111 </if>
1112 <if expr="(is_macosx or is_ios) and not pp_ifdef('toolkit_views')"> 1112 <if expr="(is_macosx or is_ios) and not toolkit_views">
1113 <structure type="chrome_scaled_image" name="IDR_TAB_INACTIVE_CENTER" fil e="mac/tab_inactive_center.png" /> 1113 <structure type="chrome_scaled_image" name="IDR_TAB_INACTIVE_CENTER" fil e="mac/tab_inactive_center.png" />
1114 <structure type="chrome_scaled_image" name="IDR_TAB_INACTIVE_LEFT" file= "mac/tab_inactive_left.png" /> 1114 <structure type="chrome_scaled_image" name="IDR_TAB_INACTIVE_LEFT" file= "mac/tab_inactive_left.png" />
1115 <structure type="chrome_scaled_image" name="IDR_TAB_INACTIVE_RIGHT" file ="mac/tab_inactive_right.png" /> 1115 <structure type="chrome_scaled_image" name="IDR_TAB_INACTIVE_RIGHT" file ="mac/tab_inactive_right.png" />
1116 </if> 1116 </if>
1117 <structure type="chrome_scaled_image" name="IDR_TAB_RECORDING_INDICATOR" f ile="common/tab_recording_indicator.png" /> 1117 <structure type="chrome_scaled_image" name="IDR_TAB_RECORDING_INDICATOR" f ile="common/tab_recording_indicator.png" />
1118 <structure type="chrome_scaled_image" name="IDR_TABLET_FAVICON" file="comm on/favicon_tablet.png" /> 1118 <structure type="chrome_scaled_image" name="IDR_TABLET_FAVICON" file="comm on/favicon_tablet.png" />
1119 <if expr="pp_ifdef('chromeos')"> 1119 <if expr="chromeos">
1120 <structure type="chrome_scaled_image" name="IDR_TECHNICAL_ERROR" file="c ros/technical_error.png" /> 1120 <structure type="chrome_scaled_image" name="IDR_TECHNICAL_ERROR" file="c ros/technical_error.png" />
1121 </if> 1121 </if>
1122 <if expr="not pp_ifdef('_google_chrome')"> 1122 <if expr="not _google_chrome">
1123 <structure type="chrome_scaled_image" name="IDR_TEMPORARY_GOOGLE_PLUS_IC ON" file="chromium/ic_gplus_color_16.png" /> 1123 <structure type="chrome_scaled_image" name="IDR_TEMPORARY_GOOGLE_PLUS_IC ON" file="chromium/ic_gplus_color_16.png" />
1124 </if> 1124 </if>
1125 <if expr="pp_ifdef('_google_chrome')"> 1125 <if expr="_google_chrome">
1126 <structure type="chrome_scaled_image" name="IDR_TEMPORARY_GOOGLE_PLUS_IC ON" file="google_chrome/ic_gplus_color_16.png" /> 1126 <structure type="chrome_scaled_image" name="IDR_TEMPORARY_GOOGLE_PLUS_IC ON" file="google_chrome/ic_gplus_color_16.png" />
1127 </if> 1127 </if>
1128 1128
1129 <structure type="chrome_scaled_image" name="IDR_THEME_BUTTON_BACKGROUND" f ile="notused.png" /> 1129 <structure type="chrome_scaled_image" name="IDR_THEME_BUTTON_BACKGROUND" f ile="notused.png" />
1130 <if expr="not pp_ifdef('use_ash')"> 1130 <if expr="not use_ash">
1131 <structure type="chrome_scaled_image" name="IDR_THEME_FRAME" file="theme _frame.png" /> 1131 <structure type="chrome_scaled_image" name="IDR_THEME_FRAME" file="theme _frame.png" />
1132 <structure type="chrome_scaled_image" name="IDR_THEME_FRAME_INACTIVE" fi le="theme_frame_inactive.png" /> 1132 <structure type="chrome_scaled_image" name="IDR_THEME_FRAME_INACTIVE" fi le="theme_frame_inactive.png" />
1133 <structure type="chrome_scaled_image" name="IDR_THEME_FRAME_INCOGNITO" f ile="theme_frame_incognito.png" /> 1133 <structure type="chrome_scaled_image" name="IDR_THEME_FRAME_INCOGNITO" f ile="theme_frame_incognito.png" />
1134 <structure type="chrome_scaled_image" name="IDR_THEME_FRAME_INCOGNITO_IN ACTIVE" file="theme_frame_incognito_inactive.png" /> 1134 <structure type="chrome_scaled_image" name="IDR_THEME_FRAME_INCOGNITO_IN ACTIVE" file="theme_frame_incognito_inactive.png" />
1135 </if> 1135 </if>
1136 <if expr="pp_ifdef('use_ash')"> 1136 <if expr="use_ash">
1137 <!-- Ash has a gray frame, Windows uses blue. --> 1137 <!-- Ash has a gray frame, Windows uses blue. -->
1138 <structure type="chrome_scaled_image" name="IDR_THEME_FRAME" file="cros/ theme_frame_active.png" /> 1138 <structure type="chrome_scaled_image" name="IDR_THEME_FRAME" file="cros/ theme_frame_active.png" />
1139 <structure type="chrome_scaled_image" name="IDR_THEME_FRAME_INACTIVE" fi le="cros/theme_frame_inactive.png" /> 1139 <structure type="chrome_scaled_image" name="IDR_THEME_FRAME_INACTIVE" fi le="cros/theme_frame_inactive.png" />
1140 <structure type="chrome_scaled_image" name="IDR_THEME_FRAME_INCOGNITO" f ile="cros/theme_frame_incognito_active.png" /> 1140 <structure type="chrome_scaled_image" name="IDR_THEME_FRAME_INCOGNITO" f ile="cros/theme_frame_incognito_active.png" />
1141 <structure type="chrome_scaled_image" name="IDR_THEME_FRAME_INCOGNITO_IN ACTIVE" file="cros/theme_frame_incognito_inactive.png" /> 1141 <structure type="chrome_scaled_image" name="IDR_THEME_FRAME_INCOGNITO_IN ACTIVE" file="cros/theme_frame_incognito_inactive.png" />
1142 <if expr="is_win"> 1142 <if expr="is_win">
1143 <structure type="chrome_scaled_image" name="IDR_THEME_FRAME_WIN" file= "theme_frame.png" /> 1143 <structure type="chrome_scaled_image" name="IDR_THEME_FRAME_WIN" file= "theme_frame.png" />
1144 <structure type="chrome_scaled_image" name="IDR_THEME_FRAME_INACTIVE_W IN" file="theme_frame_inactive.png" /> 1144 <structure type="chrome_scaled_image" name="IDR_THEME_FRAME_INACTIVE_W IN" file="theme_frame_inactive.png" />
1145 <structure type="chrome_scaled_image" name="IDR_THEME_FRAME_INCOGNITO_ WIN" file="theme_frame_incognito.png" /> 1145 <structure type="chrome_scaled_image" name="IDR_THEME_FRAME_INCOGNITO_ WIN" file="theme_frame_incognito.png" />
1146 <structure type="chrome_scaled_image" name="IDR_THEME_FRAME_INCOGNITO_ INACTIVE_WIN" file="theme_frame_incognito_inactive.png" /> 1146 <structure type="chrome_scaled_image" name="IDR_THEME_FRAME_INCOGNITO_ INACTIVE_WIN" file="theme_frame_incognito_inactive.png" />
1147 </if> 1147 </if>
1148 </if> 1148 </if>
1149 <structure type="chrome_scaled_image" name="IDR_THEME_FRAME_OVERLAY" file= "notused.png" /> 1149 <structure type="chrome_scaled_image" name="IDR_THEME_FRAME_OVERLAY" file= "notused.png" />
1150 <structure type="chrome_scaled_image" name="IDR_THEME_FRAME_OVERLAY_INACTI VE" file="notused.png" /> 1150 <structure type="chrome_scaled_image" name="IDR_THEME_FRAME_OVERLAY_INACTI VE" file="notused.png" />
1151 <structure type="chrome_scaled_image" name="IDR_THEME_NTP_ATTRIBUTION" fil e="notused.png" /> 1151 <structure type="chrome_scaled_image" name="IDR_THEME_NTP_ATTRIBUTION" fil e="notused.png" />
1152 <structure type="chrome_scaled_image" name="IDR_THEME_NTP_BACKGROUND" file ="common/ntp_background.png" /> 1152 <structure type="chrome_scaled_image" name="IDR_THEME_NTP_BACKGROUND" file ="common/ntp_background.png" />
1153 <if expr="not pp_ifdef('use_ash') and not is_macosx and not is_ios"> 1153 <if expr="not use_ash and not is_macosx and not is_ios">
1154 <structure type="chrome_scaled_image" name="IDR_THEME_TAB_BACKGROUND" fi le="theme_tab_background.png" /> 1154 <structure type="chrome_scaled_image" name="IDR_THEME_TAB_BACKGROUND" fi le="theme_tab_background.png" />
1155 <structure type="chrome_scaled_image" name="IDR_THEME_TAB_BACKGROUND_INC OGNITO" file="theme_tab_background_incognito.png" /> 1155 <structure type="chrome_scaled_image" name="IDR_THEME_TAB_BACKGROUND_INC OGNITO" file="theme_tab_background_incognito.png" />
1156 </if> 1156 </if>
1157 <if expr="pp_ifdef('use_ash')"> 1157 <if expr="use_ash">
1158 <!-- Ash has gray tab backgrounds, Windows uses blue. --> 1158 <!-- Ash has gray tab backgrounds, Windows uses blue. -->
1159 <structure type="chrome_scaled_image" name="IDR_THEME_TAB_BACKGROUND" fi le="cros/theme_default_inactive.png" /> 1159 <structure type="chrome_scaled_image" name="IDR_THEME_TAB_BACKGROUND" fi le="cros/theme_default_inactive.png" />
1160 <structure type="chrome_scaled_image" name="IDR_THEME_TAB_BACKGROUND_INC OGNITO" file="cros/theme_default_inactive.png" /> 1160 <structure type="chrome_scaled_image" name="IDR_THEME_TAB_BACKGROUND_INC OGNITO" file="cros/theme_default_inactive.png" />
1161 <if expr="is_win"> 1161 <if expr="is_win">
1162 <structure type="chrome_scaled_image" name="IDR_THEME_TAB_BACKGROUND_W IN" file="theme_tab_background.png" /> 1162 <structure type="chrome_scaled_image" name="IDR_THEME_TAB_BACKGROUND_W IN" file="theme_tab_background.png" />
1163 <structure type="chrome_scaled_image" name="IDR_THEME_TAB_BACKGROUND_I NCOGNITO_WIN" file="theme_tab_background_incognito.png" /> 1163 <structure type="chrome_scaled_image" name="IDR_THEME_TAB_BACKGROUND_I NCOGNITO_WIN" file="theme_tab_background_incognito.png" />
1164 </if> 1164 </if>
1165 </if> 1165 </if>
1166 <if expr="is_macosx or is_ios"> 1166 <if expr="is_macosx or is_ios">
1167 <structure type="chrome_scaled_image" name="IDR_THEME_TAB_BACKGROUND" fi le="mac/theme_default_inactive.png" /> 1167 <structure type="chrome_scaled_image" name="IDR_THEME_TAB_BACKGROUND" fi le="mac/theme_default_inactive.png" />
1168 <structure type="chrome_scaled_image" name="IDR_THEME_TAB_BACKGROUND_INA CTIVE" file="mac/theme_default_inactive_background.png" /> 1168 <structure type="chrome_scaled_image" name="IDR_THEME_TAB_BACKGROUND_INA CTIVE" file="mac/theme_default_inactive_background.png" />
1169 </if> 1169 </if>
1170 <structure type="chrome_scaled_image" name="IDR_THEME_TAB_BACKGROUND_V" fi le="theme_tab_background_glass.png" /> 1170 <structure type="chrome_scaled_image" name="IDR_THEME_TAB_BACKGROUND_V" fi le="theme_tab_background_glass.png" />
1171 <if expr="not pp_ifdef('use_ash') and not is_macosx and not is_ios"> 1171 <if expr="not use_ash and not is_macosx and not is_ios">
1172 <structure type="chrome_scaled_image" name="IDR_THEME_TOOLBAR" file="the me_toolbar_default.png" /> 1172 <structure type="chrome_scaled_image" name="IDR_THEME_TOOLBAR" file="the me_toolbar_default.png" />
1173 </if> 1173 </if>
1174 <if expr="pp_ifdef('use_ash')"> 1174 <if expr="use_ash">
1175 <!-- Ash has a dark gray toolbar background, Windows has light gray. --> 1175 <!-- Ash has a dark gray toolbar background, Windows has light gray. -->
1176 <structure type="chrome_scaled_image" name="IDR_THEME_TOOLBAR" file="cro s/theme_default_active.png" /> 1176 <structure type="chrome_scaled_image" name="IDR_THEME_TOOLBAR" file="cro s/theme_default_active.png" />
1177 <if expr="is_win"> 1177 <if expr="is_win">
1178 <structure type="chrome_scaled_image" name="IDR_THEME_TOOLBAR_WIN" fil e="theme_toolbar_default.png" /> 1178 <structure type="chrome_scaled_image" name="IDR_THEME_TOOLBAR_WIN" fil e="theme_toolbar_default.png" />
1179 </if> 1179 </if>
1180 </if> 1180 </if>
1181 <if expr="is_macosx or is_ios"> 1181 <if expr="is_macosx or is_ios">
1182 <structure type="chrome_scaled_image" name="IDR_THEME_TOOLBAR" file="mac /theme_default_active.png" /> 1182 <structure type="chrome_scaled_image" name="IDR_THEME_TOOLBAR" file="mac /theme_default_active.png" />
1183 <structure type="chrome_scaled_image" name="IDR_THEME_TOOLBAR_INACTIVE" file="mac/theme_default_active_background.png" /> 1183 <structure type="chrome_scaled_image" name="IDR_THEME_TOOLBAR_INACTIVE" file="mac/theme_default_active_background.png" />
1184 </if> 1184 </if>
1185 <!-- Instant Extended API toolbar background is common for all platforms. --> 1185 <!-- Instant Extended API toolbar background is common for all platforms. -->
1186 <structure type="chrome_scaled_image" name="IDR_THEME_WINDOW_CONTROL_BACKG ROUND" file="notused.png" /> 1186 <structure type="chrome_scaled_image" name="IDR_THEME_WINDOW_CONTROL_BACKG ROUND" file="notused.png" />
1187 <structure type="chrome_scaled_image" name="IDR_THROBBER_LIGHT" file="thro bber_light.png" /> 1187 <structure type="chrome_scaled_image" name="IDR_THROBBER_LIGHT" file="thro bber_light.png" />
1188 <structure type="chrome_scaled_image" name="IDR_THROBBER_WAITING" file="th robber_waiting.png" /> 1188 <structure type="chrome_scaled_image" name="IDR_THROBBER_WAITING" file="th robber_waiting.png" />
1189 <structure type="chrome_scaled_image" name="IDR_THROBBER_WAITING_LIGHT" fi le="throbber_waiting_light.png" /> 1189 <structure type="chrome_scaled_image" name="IDR_THROBBER_WAITING_LIGHT" fi le="throbber_waiting_light.png" />
1190 <if expr="pp_ifdef('use_ash')"> 1190 <if expr="use_ash">
1191 <structure type="chrome_scaled_image" name="IDR_TOOLBAR_SHADE_BOTTOM" fi le="common/toolbar_shade_bottom.png" /> 1191 <structure type="chrome_scaled_image" name="IDR_TOOLBAR_SHADE_BOTTOM" fi le="common/toolbar_shade_bottom.png" />
1192 <structure type="chrome_scaled_image" name="IDR_TOOLBAR_SHADE_LEFT" file ="common/toolbar_shade_left.png" /> 1192 <structure type="chrome_scaled_image" name="IDR_TOOLBAR_SHADE_LEFT" file ="common/toolbar_shade_left.png" />
1193 <structure type="chrome_scaled_image" name="IDR_TOOLBAR_SHADE_RIGHT" fil e="common/toolbar_shade_right.png" /> 1193 <structure type="chrome_scaled_image" name="IDR_TOOLBAR_SHADE_RIGHT" fil e="common/toolbar_shade_right.png" />
1194 <structure type="chrome_scaled_image" name="IDR_TOOLBAR_SHADE_TOP" file= "common/toolbar_shade_top.png" /> 1194 <structure type="chrome_scaled_image" name="IDR_TOOLBAR_SHADE_TOP" file= "common/toolbar_shade_top.png" />
1195 </if> 1195 </if>
1196 <if expr="is_macosx or is_ios"> 1196 <if expr="is_macosx or is_ios">
1197 <structure type="chrome_scaled_image" name="IDR_TOOLBAR_SHADE_TOP" file= "mac/toolbar_shade_top.png" /> 1197 <structure type="chrome_scaled_image" name="IDR_TOOLBAR_SHADE_TOP" file= "mac/toolbar_shade_top.png" />
1198 </if> 1198 </if>
1199 1199
1200 <if expr="not pp_ifdef('toolkit_views') and not is_macosx and not is_ios"> 1200 <if expr="not toolkit_views and not is_macosx and not is_ios">
1201 <structure type="chrome_scaled_image" name="IDR_TOOLS" file="tools.png" /> 1201 <structure type="chrome_scaled_image" name="IDR_TOOLS" file="tools.png" />
1202 <structure type="chrome_scaled_image" name="IDR_TOOLS_H" file="tools_hov er.png" /> 1202 <structure type="chrome_scaled_image" name="IDR_TOOLS_H" file="tools_hov er.png" />
1203 <structure type="chrome_scaled_image" name="IDR_TOOLS_P" file="tools_pre ssed.png" /> 1203 <structure type="chrome_scaled_image" name="IDR_TOOLS_P" file="tools_pre ssed.png" />
1204 </if> 1204 </if>
1205 <if expr="pp_ifdef('toolkit_views') or is_macosx or is_ios"> 1205 <if expr="toolkit_views or is_macosx or is_ios">
1206 <if expr="pp_ifdef('desktop_linux')"> 1206 <if expr="desktop_linux">
1207 <structure type="chrome_scaled_image" name="IDR_TOOLS_BADGE_AURA" file ="common/browser_tools_badge_aura.png" /> 1207 <structure type="chrome_scaled_image" name="IDR_TOOLS_BADGE_AURA" file ="common/browser_tools_badge_aura.png" />
1208 <structure type="chrome_scaled_image" name="IDR_TOOLS" file="common/br owser_tools_normal_aura.png" /> 1208 <structure type="chrome_scaled_image" name="IDR_TOOLS" file="common/br owser_tools_normal_aura.png" />
1209 </if> 1209 </if>
1210 <if expr="not pp_ifdef('desktop_linux')"> 1210 <if expr="not desktop_linux">
1211 <structure type="chrome_scaled_image" name="IDR_TOOLS" file="common/br owser_tools_normal.png" /> 1211 <structure type="chrome_scaled_image" name="IDR_TOOLS" file="common/br owser_tools_normal.png" />
1212 </if> 1212 </if>
1213 <structure type="chrome_scaled_image" name="IDR_TOOLS_H" file="common/br owser_tools_hover.png" /> 1213 <structure type="chrome_scaled_image" name="IDR_TOOLS_H" file="common/br owser_tools_hover.png" />
1214 <structure type="chrome_scaled_image" name="IDR_TOOLS_P" file="common/br owser_tools_pressed.png" /> 1214 <structure type="chrome_scaled_image" name="IDR_TOOLS_P" file="common/br owser_tools_pressed.png" />
1215 </if> 1215 </if>
1216 1216
1217 <structure type="chrome_scaled_image" name="IDR_TOOLBAR_BEZEL_HOVER" file= "common/browser_toolbar_bezel_hover.png" /> 1217 <structure type="chrome_scaled_image" name="IDR_TOOLBAR_BEZEL_HOVER" file= "common/browser_toolbar_bezel_hover.png" />
1218 <structure type="chrome_scaled_image" name="IDR_TOOLBAR_BEZEL_PRESSED" fil e="common/browser_toolbar_bezel_pressed.png" /> 1218 <structure type="chrome_scaled_image" name="IDR_TOOLBAR_BEZEL_PRESSED" fil e="common/browser_toolbar_bezel_pressed.png" />
1219 <structure type="chrome_scaled_image" name="IDR_TOOLS_BAR" file="common/br owser_tools_bar.png" /> 1219 <structure type="chrome_scaled_image" name="IDR_TOOLS_BAR" file="common/br owser_tools_bar.png" />
1220 <structure type="chrome_scaled_image" name="IDR_TOOLS_BAR_LOW" file="commo n/browser_tools_bar_low.png" /> 1220 <structure type="chrome_scaled_image" name="IDR_TOOLS_BAR_LOW" file="commo n/browser_tools_bar_low.png" />
1221 <structure type="chrome_scaled_image" name="IDR_TOOLS_BAR_MEDIUM" file="co mmon/browser_tools_bar_medium.png" /> 1221 <structure type="chrome_scaled_image" name="IDR_TOOLS_BAR_MEDIUM" file="co mmon/browser_tools_bar_medium.png" />
1222 <structure type="chrome_scaled_image" name="IDR_TOOLS_BAR_HIGH" file="comm on/browser_tools_bar_high.png" /> 1222 <structure type="chrome_scaled_image" name="IDR_TOOLS_BAR_HIGH" file="comm on/browser_tools_bar_high.png" />
1223 <structure type="chrome_scaled_image" name="IDR_TRANSLATE" file="translate .png" /> 1223 <structure type="chrome_scaled_image" name="IDR_TRANSLATE" file="translate .png" />
1224 <structure type="chrome_scaled_image" name="IDR_TRANSLATE_ACTIVE" file="tr anslate_active.png" /> 1224 <structure type="chrome_scaled_image" name="IDR_TRANSLATE_ACTIVE" file="tr anslate_active.png" />
1225 <structure type="chrome_scaled_image" name="IDR_UP_ARROW" file="common/up_ arrow.png" /> 1225 <structure type="chrome_scaled_image" name="IDR_UP_ARROW" file="common/up_ arrow.png" />
1226 <if expr="not is_macosx and not is_ios and not pp_ifdef('toolkit_views')"> 1226 <if expr="not is_macosx and not is_ios and not toolkit_views">
1227 <structure type="chrome_scaled_image" name="IDR_UPDATE_BADGE" file="upda te_badge.png" /> 1227 <structure type="chrome_scaled_image" name="IDR_UPDATE_BADGE" file="upda te_badge.png" />
1228 <structure type="chrome_scaled_image" name="IDR_UPDATE_BADGE2" file="upd ate_badge2.png" /> 1228 <structure type="chrome_scaled_image" name="IDR_UPDATE_BADGE2" file="upd ate_badge2.png" />
1229 <structure type="chrome_scaled_image" name="IDR_UPDATE_BADGE3" file="upd ate_badge3.png" /> 1229 <structure type="chrome_scaled_image" name="IDR_UPDATE_BADGE3" file="upd ate_badge3.png" />
1230 <structure type="chrome_scaled_image" name="IDR_UPDATE_BADGE4" file="upd ate_badge4.png" /> 1230 <structure type="chrome_scaled_image" name="IDR_UPDATE_BADGE4" file="upd ate_badge4.png" />
1231 </if> 1231 </if>
1232 <structure type="chrome_scaled_image" name="IDR_UPDATE_FAILED" file="commo n/update_failed.png" /> 1232 <structure type="chrome_scaled_image" name="IDR_UPDATE_FAILED" file="commo n/update_failed.png" />
1233 <structure type="chrome_scaled_image" name="IDR_UPDATE_MENU_SEVERITY_LOW" file="common/update_menu_severity_low.png" /> 1233 <structure type="chrome_scaled_image" name="IDR_UPDATE_MENU_SEVERITY_LOW" file="common/update_menu_severity_low.png" />
1234 <structure type="chrome_scaled_image" name="IDR_UPDATE_MENU_SEVERITY_MEDIU M" file="common/update_menu_severity_medium.png" /> 1234 <structure type="chrome_scaled_image" name="IDR_UPDATE_MENU_SEVERITY_MEDIU M" file="common/update_menu_severity_medium.png" />
1235 <structure type="chrome_scaled_image" name="IDR_UPDATE_MENU_SEVERITY_HIGH" file="common/update_menu_severity_high.png" /> 1235 <structure type="chrome_scaled_image" name="IDR_UPDATE_MENU_SEVERITY_HIGH" file="common/update_menu_severity_high.png" />
1236 <structure type="chrome_scaled_image" name="IDR_UPDATE_UPTODATE" file="com mon/update_uptodate.png" /> 1236 <structure type="chrome_scaled_image" name="IDR_UPDATE_UPTODATE" file="com mon/update_uptodate.png" />
1237 <if expr="pp_ifdef('chromeos')"> 1237 <if expr="chromeos">
1238 <structure type="chrome_scaled_image" name="IDR_USER_IMAGE_CAPTURE" file ="snapshot_wide.png" /> 1238 <structure type="chrome_scaled_image" name="IDR_USER_IMAGE_CAPTURE" file ="snapshot_wide.png" />
1239 <structure type="chrome_scaled_image" name="IDR_USER_IMAGE_RECYCLE" file ="discard_wide.png" /> 1239 <structure type="chrome_scaled_image" name="IDR_USER_IMAGE_RECYCLE" file ="discard_wide.png" />
1240 </if> 1240 </if>
1241 <structure type="chrome_scaled_image" name="IDR_WALLET_ICON" file="wallet. png" /> 1241 <structure type="chrome_scaled_image" name="IDR_WALLET_ICON" file="wallet. png" />
1242 <structure type="chrome_scaled_image" name="IDR_WALLET_LOGO" file="common/ wallet_logo.png" /> 1242 <structure type="chrome_scaled_image" name="IDR_WALLET_LOGO" file="common/ wallet_logo.png" />
1243 <structure type="chrome_scaled_image" name="IDR_WARNING" file="alert_small .png" /> 1243 <structure type="chrome_scaled_image" name="IDR_WARNING" file="alert_small .png" />
1244 <structure type="chrome_scaled_image" name="IDR_WEBSITE_SETTINGS_TABSTRIP_ CENTER" file="website_settings_tabstrip_center.png" /> 1244 <structure type="chrome_scaled_image" name="IDR_WEBSITE_SETTINGS_TABSTRIP_ CENTER" file="website_settings_tabstrip_center.png" />
1245 <structure type="chrome_scaled_image" name="IDR_WEBSITE_SETTINGS_TABSTRIP_ LEFT" file="website_settings_tabstrip_left.png" /> 1245 <structure type="chrome_scaled_image" name="IDR_WEBSITE_SETTINGS_TABSTRIP_ LEFT" file="website_settings_tabstrip_left.png" />
1246 <structure type="chrome_scaled_image" name="IDR_WEBSITE_SETTINGS_TABSTRIP_ RIGHT" file="website_settings_tabstrip_right.png" /> 1246 <structure type="chrome_scaled_image" name="IDR_WEBSITE_SETTINGS_TABSTRIP_ RIGHT" file="website_settings_tabstrip_right.png" />
1247 <structure type="chrome_scaled_image" name="IDR_WEBSITE_SETTINGS_TAB_CENTE R" file="website_settings_tab_center.png" /> 1247 <structure type="chrome_scaled_image" name="IDR_WEBSITE_SETTINGS_TAB_CENTE R" file="website_settings_tab_center.png" />
1248 <structure type="chrome_scaled_image" name="IDR_WEBSITE_SETTINGS_TAB_LEFT" file="website_settings_tab_left.png" /> 1248 <structure type="chrome_scaled_image" name="IDR_WEBSITE_SETTINGS_TAB_LEFT" file="website_settings_tab_left.png" />
1249 <structure type="chrome_scaled_image" name="IDR_WEBSITE_SETTINGS_TAB_RIGHT " file="website_settings_tab_right.png" /> 1249 <structure type="chrome_scaled_image" name="IDR_WEBSITE_SETTINGS_TAB_RIGHT " file="website_settings_tab_right.png" />
1250 <structure type="chrome_scaled_image" name="IDR_WEBSITE_SETTINGS_TAB_CENTE R2" file="website_settings_tab_center2.png" /> 1250 <structure type="chrome_scaled_image" name="IDR_WEBSITE_SETTINGS_TAB_CENTE R2" file="website_settings_tab_center2.png" />
1251 <structure type="chrome_scaled_image" name="IDR_WEBSITE_SETTINGS_TAB_LEFT2 " file="website_settings_tab_left2.png" /> 1251 <structure type="chrome_scaled_image" name="IDR_WEBSITE_SETTINGS_TAB_LEFT2 " file="website_settings_tab_left2.png" />
1252 <structure type="chrome_scaled_image" name="IDR_WEBSITE_SETTINGS_TAB_RIGHT 2" file="website_settings_tab_right2.png" /> 1252 <structure type="chrome_scaled_image" name="IDR_WEBSITE_SETTINGS_TAB_RIGHT 2" file="website_settings_tab_right2.png" />
1253 <if expr="not pp_ifdef('_google_chrome')"> 1253 <if expr="not _google_chrome">
1254 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON" file="chr omium/webstore_icon.png" /> 1254 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON" file="chr omium/webstore_icon.png" />
1255 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON_16" file=" chromium/webstore_icon_16.png" /> 1255 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON_16" file=" chromium/webstore_icon_16.png" />
1256 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON_24" file=" chromium/webstore_icon_24.png" /> 1256 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON_24" file=" chromium/webstore_icon_24.png" />
1257 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON_32" file=" chromium/webstore_icon_32.png" /> 1257 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON_32" file=" chromium/webstore_icon_32.png" />
1258 </if> 1258 </if>
1259 <if expr="pp_ifdef('_google_chrome')"> 1259 <if expr="_google_chrome">
1260 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON" file="goo gle_chrome/webstore_icon.png" /> 1260 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON" file="goo gle_chrome/webstore_icon.png" />
1261 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON_16" file=" google_chrome/webstore_icon_16.png" /> 1261 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON_16" file=" google_chrome/webstore_icon_16.png" />
1262 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON_24" file=" google_chrome/webstore_icon_24.png" /> 1262 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON_24" file=" google_chrome/webstore_icon_24.png" />
1263 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON_32" file=" google_chrome/webstore_icon_32.png" /> 1263 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON_32" file=" google_chrome/webstore_icon_32.png" />
1264 </if> 1264 </if>
1265 <structure type="chrome_scaled_image" name="IDR_ZOOM_MINUS" file="zoom_min us.png" /> 1265 <structure type="chrome_scaled_image" name="IDR_ZOOM_MINUS" file="zoom_min us.png" />
1266 <structure type="chrome_scaled_image" name="IDR_ZOOM_PLUS" file="zoom_plus .png" /> 1266 <structure type="chrome_scaled_image" name="IDR_ZOOM_PLUS" file="zoom_plus .png" />
1267 <structure type="chrome_scaled_image" name="IDR_ZOOM_NORMAL" file="zoom_re set.png" /> 1267 <structure type="chrome_scaled_image" name="IDR_ZOOM_NORMAL" file="zoom_re set.png" />
1268 1268
1269 <!-- People search images --> 1269 <!-- People search images -->
1270 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL " file="common/mail.png" /> 1270 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL " file="common/mail.png" />
1271 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL _HOVER" file="common/mail_hover.png" /> 1271 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL _HOVER" file="common/mail_hover.png" />
1272 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL _PRESSED" file="common/mail_pressed.png" /> 1272 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL _PRESSED" file="common/mail_pressed.png" />
1273 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT" file="common/chat.png" /> 1273 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT" file="common/chat.png" />
1274 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT_ HOVER" file="common/chat_hover.png" /> 1274 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT_ HOVER" file="common/chat_hover.png" />
1275 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT_ PRESSED" file="common/chat_pressed.png" /> 1275 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT_ PRESSED" file="common/chat_pressed.png" />
1276 1276
1277 </structures> 1277 </structures>
1278 </release> 1278 </release>
1279 </grit> 1279 </grit>
OLDNEW
« no previous file with comments | « chrome/app/theme/chrome_unscaled_resources.grd ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698