OLD | NEW |
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 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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_AUDIO_EQUALIZER_COLUMN" fi
le="common/audio_equalizer_column.png" /> | 71 <structure type="chrome_scaled_image" name="IDR_AUDIO_EQUALIZER_COLUMN" fi
le="common/audio_equalizer_column.png" /> |
72 <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" file="common/autofill_dialog_menu_button_normal.png" /> |
73 <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_P" file="common/autofill_dialog_menu_button_pressed.png" /> |
74 <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_H" file="common/autofill_dialog_menu_button_hover.png" /> |
75 <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_DIALOG_MENU_BUTTO
N_D" file="common/autofill_dialog_menu_button_disabled.png" /> |
76 <structure type="chrome_scaled_image" name="IDR_AUTOFILL_GENERATED_CARD" f
ile="common/autofill_generated_card.png" /> | 76 <structure type="chrome_scaled_image" name="IDR_AUTOFILL_GENERATED_CARD" f
ile="common/autofill_generated_card.png" /> |
77 <structure type="chrome_scaled_image" name="IDR_AUTOFILL_TOOLTIP_ICON" fil
e="common/autofill_tooltip_icon.png" /> | 77 <structure type="chrome_scaled_image" name="IDR_AUTOFILL_TOOLTIP_ICON" fil
e="common/autofill_tooltip_icon.png" /> |
78 <structure type="chrome_scaled_image" name="IDR_AUTOFILL_TOOLTIP_ICON_H" f
ile="common/autofill_tooltip_icon_hover.png" /> | 78 <structure type="chrome_scaled_image" name="IDR_AUTOFILL_TOOLTIP_ICON_H" f
ile="common/autofill_tooltip_icon_hover.png" /> |
79 <if expr="not pp_ifdef('toolkit_views') and not is_macosx"> | 79 <if expr="not pp_ifdef('toolkit_views') and not is_macosx and not is_ios"> |
80 <structure type="chrome_scaled_image" name="IDR_BACK" file="back.png" /> | 80 <structure type="chrome_scaled_image" name="IDR_BACK" file="back.png" /> |
81 <structure type="chrome_scaled_image" name="IDR_BACK_D" file="back_disab
led.png" /> | 81 <structure type="chrome_scaled_image" name="IDR_BACK_D" file="back_disab
led.png" /> |
82 <structure type="chrome_scaled_image" name="IDR_BACK_H" file="back_hover
.png" /> | 82 <structure type="chrome_scaled_image" name="IDR_BACK_H" file="back_hover
.png" /> |
83 <structure type="chrome_scaled_image" name="IDR_BACK_P" file="back_press
ed.png" /> | 83 <structure type="chrome_scaled_image" name="IDR_BACK_P" file="back_press
ed.png" /> |
84 </if> | 84 </if> |
85 <!-- TODO(jamescook): Update all Chrome platforms to use the new art and m
etrics | 85 <!-- TODO(jamescook): Update all Chrome platforms to use the new art and m
etrics |
86 from Ash, crbug.com/118228 --> | 86 from Ash, crbug.com/118228 --> |
87 <if expr="pp_ifdef('toolkit_views') or is_macosx"> | 87 <if expr="pp_ifdef('toolkit_views') or is_macosx or is_ios"> |
88 <structure type="chrome_scaled_image" name="IDR_BACK" file="common/brows
er_back_normal.png" /> | 88 <structure type="chrome_scaled_image" name="IDR_BACK" file="common/brows
er_back_normal.png" /> |
89 <structure type="chrome_scaled_image" name="IDR_BACK_D" file="common/bro
wser_back_disabled.png" /> | 89 <structure type="chrome_scaled_image" name="IDR_BACK_D" file="common/bro
wser_back_disabled.png" /> |
90 <structure type="chrome_scaled_image" name="IDR_BACK_H" file="common/bro
wser_back_hover.png" /> | 90 <structure type="chrome_scaled_image" name="IDR_BACK_H" file="common/bro
wser_back_hover.png" /> |
91 <structure type="chrome_scaled_image" name="IDR_BACK_P" file="common/bro
wser_back_pressed.png" /> | 91 <structure type="chrome_scaled_image" name="IDR_BACK_P" file="common/bro
wser_back_pressed.png" /> |
92 </if> | 92 </if> |
93 <structure type="chrome_scaled_image" name="IDR_BALLOON_WRENCH" file="noti
fication_wrench.png" /> | 93 <structure type="chrome_scaled_image" name="IDR_BALLOON_WRENCH" file="noti
fication_wrench.png" /> |
94 <structure type="chrome_scaled_image" name="IDR_BALLOON_WRENCH_H" file="no
tification_wrench_hover.png" /> | 94 <structure type="chrome_scaled_image" name="IDR_BALLOON_WRENCH_H" file="no
tification_wrench_hover.png" /> |
95 <structure type="chrome_scaled_image" name="IDR_BALLOON_WRENCH_P" file="no
tification_wrench_pressed.png" /> | 95 <structure type="chrome_scaled_image" name="IDR_BALLOON_WRENCH_P" file="no
tification_wrench_pressed.png" /> |
96 <structure type="chrome_scaled_image" name="IDR_BLOCKED_COOKIES" file="com
mon/blocked_cookies.png" /> | 96 <structure type="chrome_scaled_image" name="IDR_BLOCKED_COOKIES" file="com
mon/blocked_cookies.png" /> |
97 <structure type="chrome_scaled_image" name="IDR_BLOCKED_DOWNLOADS" file="c
ommon/blocked_downloads.png" /> | 97 <structure type="chrome_scaled_image" name="IDR_BLOCKED_DOWNLOADS" file="c
ommon/blocked_downloads.png" /> |
98 <structure type="chrome_scaled_image" name="IDR_BLOCKED_FULLSCREEN" file="
common/blocked_fullscreen.png" /> | 98 <structure type="chrome_scaled_image" name="IDR_BLOCKED_FULLSCREEN" file="
common/blocked_fullscreen.png" /> |
99 <structure type="chrome_scaled_image" name="IDR_BLOCKED_IMAGES" file="comm
on/blocked_images.png" /> | 99 <structure type="chrome_scaled_image" name="IDR_BLOCKED_IMAGES" file="comm
on/blocked_images.png" /> |
100 <structure type="chrome_scaled_image" name="IDR_BLOCKED_JAVASCRIPT" file="
common/blocked_script.png" /> | 100 <structure type="chrome_scaled_image" name="IDR_BLOCKED_JAVASCRIPT" file="
common/blocked_script.png" /> |
101 <structure type="chrome_scaled_image" name="IDR_BLOCKED_LOCATION" file="co
mmon/blocked_location.png" /> | 101 <structure type="chrome_scaled_image" name="IDR_BLOCKED_LOCATION" file="co
mmon/blocked_location.png" /> |
102 <structure type="chrome_scaled_image" name="IDR_BLOCKED_MEDIA" file="commo
n/blocked_media.png" /> | 102 <structure type="chrome_scaled_image" name="IDR_BLOCKED_MEDIA" file="commo
n/blocked_media.png" /> |
103 <structure type="chrome_scaled_image" name="IDR_BLOCKED_MICROPHONE" file="
common/blocked_mic_only.png" /> | 103 <structure type="chrome_scaled_image" name="IDR_BLOCKED_MICROPHONE" file="
common/blocked_mic_only.png" /> |
104 <structure type="chrome_scaled_image" name="IDR_BLOCKED_MIDI_SYSEX" file="
common/blocked_midi.png" /> | 104 <structure type="chrome_scaled_image" name="IDR_BLOCKED_MIDI_SYSEX" file="
common/blocked_midi.png" /> |
105 <structure type="chrome_scaled_image" name="IDR_BLOCKED_MOUSE_CURSOR" file
="common/blocked_mouse_cursor.png" /> | 105 <structure type="chrome_scaled_image" name="IDR_BLOCKED_MOUSE_CURSOR" file
="common/blocked_mouse_cursor.png" /> |
106 <structure type="chrome_scaled_image" name="IDR_BLOCKED_MIXED_CONTENT" fil
e="common/blocked_mixed_content.png" /> | 106 <structure type="chrome_scaled_image" name="IDR_BLOCKED_MIXED_CONTENT" fil
e="common/blocked_mixed_content.png" /> |
107 <structure type="chrome_scaled_image" name="IDR_BLOCKED_NOTIFICATION" file
="common/blocked_notifications.png" /> | 107 <structure type="chrome_scaled_image" name="IDR_BLOCKED_NOTIFICATION" file
="common/blocked_notifications.png" /> |
108 <structure type="chrome_scaled_image" name="IDR_BLOCKED_PLUGINS" file="com
mon/blocked_plugins.png" /> | 108 <structure type="chrome_scaled_image" name="IDR_BLOCKED_PLUGINS" file="com
mon/blocked_plugins.png" /> |
109 <structure type="chrome_scaled_image" name="IDR_BLOCKED_POPUPS" file="comm
on/blocked_popups.png" /> | 109 <structure type="chrome_scaled_image" name="IDR_BLOCKED_POPUPS" file="comm
on/blocked_popups.png" /> |
110 <structure type="chrome_scaled_image" name="IDR_BLOCKED_PPAPI_BROKER" file
="common/blocked_pepper_broker.png" /> | 110 <structure type="chrome_scaled_image" name="IDR_BLOCKED_PPAPI_BROKER" file
="common/blocked_pepper_broker.png" /> |
111 <structure type="chrome_scaled_image" name="IDR_BOOKMARKS_FAVICON" file="c
ommon/favicon_bookmarks.png" /> | 111 <structure type="chrome_scaled_image" name="IDR_BOOKMARKS_FAVICON" file="c
ommon/favicon_bookmarks.png" /> |
112 <structure type="chrome_scaled_image" name="IDR_BOOKMARK_BAR_CHEVRONS" fil
e="common/chevron.png" /> | 112 <structure type="chrome_scaled_image" name="IDR_BOOKMARK_BAR_CHEVRONS" fil
e="common/chevron.png" /> |
113 <if expr="is_macosx"> | 113 <if expr="is_macosx or is_ios"> |
114 <structure type="chrome_scaled_image" name="IDR_BOOKMARK_BAR_FOLDER" fil
e="mac/bookmark_bar_folder.png" /> | 114 <structure type="chrome_scaled_image" name="IDR_BOOKMARK_BAR_FOLDER" fil
e="mac/bookmark_bar_folder.png" /> |
115 </if> | 115 </if> |
116 <if expr="not is_macosx"> | 116 <if expr="not is_macosx and not is_ios"> |
117 <structure type="chrome_scaled_image" name="IDR_BOOKMARK_BAR_FOLDER" fil
e="common/bookmark_bar_folder.png" /> | 117 <structure type="chrome_scaled_image" name="IDR_BOOKMARK_BAR_FOLDER" fil
e="common/bookmark_bar_folder.png" /> |
118 </if> | 118 </if> |
119 <structure type="chrome_scaled_image" name="IDR_BOOKMARK_BAR_APPS_SHORTCUT
" file="common/apps_bookmark_bar_icon.png" /> | 119 <structure type="chrome_scaled_image" name="IDR_BOOKMARK_BAR_APPS_SHORTCUT
" file="common/apps_bookmark_bar_icon.png" /> |
120 <if expr="pp_ifdef('chromeos')"> | 120 <if expr="pp_ifdef('chromeos')"> |
121 <structure type="chrome_scaled_image" name="IDR_BUTTON_USER_IMAGE_CHOOSE
_FILE" file="choose_file.png" /> | 121 <structure type="chrome_scaled_image" name="IDR_BUTTON_USER_IMAGE_CHOOSE
_FILE" file="choose_file.png" /> |
122 <structure type="chrome_scaled_image" name="IDR_BUTTON_USER_IMAGE_RECORD
_VIDEO" file="record_video.png" /> | 122 <structure type="chrome_scaled_image" name="IDR_BUTTON_USER_IMAGE_RECORD
_VIDEO" file="record_video.png" /> |
123 <structure type="chrome_scaled_image" name="IDR_BUTTON_USER_IMAGE_TAKE_P
HOTO" file="take_photo.png" /> | 123 <structure type="chrome_scaled_image" name="IDR_BUTTON_USER_IMAGE_TAKE_P
HOTO" file="take_photo.png" /> |
124 </if> | 124 </if> |
125 <if expr="not pp_ifdef('toolkit_views') and not is_macosx"> | 125 <if expr="not pp_ifdef('toolkit_views') and not is_macosx and not is_ios"> |
126 <structure type="chrome_scaled_image" name="IDR_BROWSER_ACTION" file="br
owser_action.png" /> | 126 <structure type="chrome_scaled_image" name="IDR_BROWSER_ACTION" file="br
owser_action.png" /> |
127 <structure type="chrome_scaled_image" name="IDR_BROWSER_ACTION_H" file="
browser_action_hover.png" /> | 127 <structure type="chrome_scaled_image" name="IDR_BROWSER_ACTION_H" file="
browser_action_hover.png" /> |
128 <structure type="chrome_scaled_image" name="IDR_BROWSER_ACTION_P" file="
browser_action_pressed.png" /> | 128 <structure type="chrome_scaled_image" name="IDR_BROWSER_ACTION_P" file="
browser_action_pressed.png" /> |
129 </if> | 129 </if> |
130 <if expr="pp_ifdef('toolkit_views') or is_macosx"> | 130 <if expr="pp_ifdef('toolkit_views') or is_macosx or is_ios"> |
131 <structure type="chrome_scaled_image" name="IDR_BROWSER_ACTION" file="co
mmon/browser_action_normal.png" /> | 131 <structure type="chrome_scaled_image" name="IDR_BROWSER_ACTION" file="co
mmon/browser_action_normal.png" /> |
132 <structure type="chrome_scaled_image" name="IDR_BROWSER_ACTION_H" file="
common/browser_action_hover.png" /> | 132 <structure type="chrome_scaled_image" name="IDR_BROWSER_ACTION_H" file="
common/browser_action_hover.png" /> |
133 <structure type="chrome_scaled_image" name="IDR_BROWSER_ACTION_P" file="
common/browser_action_pressed.png" /> | 133 <structure type="chrome_scaled_image" name="IDR_BROWSER_ACTION_P" file="
common/browser_action_pressed.png" /> |
134 </if> | 134 </if> |
135 <structure type="chrome_scaled_image" name="IDR_BROWSER_ACTIONS_OVERFLOW"
file="common/browser_actions_overflow_normal.png" /> | 135 <structure type="chrome_scaled_image" name="IDR_BROWSER_ACTIONS_OVERFLOW"
file="common/browser_actions_overflow_normal.png" /> |
136 <structure type="chrome_scaled_image" name="IDR_BROWSER_ACTIONS_OVERFLOW_H
" file="common/browser_actions_overflow_hover.png" /> | 136 <structure type="chrome_scaled_image" name="IDR_BROWSER_ACTIONS_OVERFLOW_H
" file="common/browser_actions_overflow_hover.png" /> |
137 <structure type="chrome_scaled_image" name="IDR_BROWSER_ACTIONS_OVERFLOW_P
" file="common/browser_actions_overflow_pressed.png" /> | 137 <structure type="chrome_scaled_image" name="IDR_BROWSER_ACTIONS_OVERFLOW_P
" file="common/browser_actions_overflow_pressed.png" /> |
138 <structure type="chrome_scaled_image" name="IDR_CLOSE_BUTTON_MASK" file="c
lose_button_mask.png" /> | 138 <structure type="chrome_scaled_image" name="IDR_CLOSE_BUTTON_MASK" file="c
lose_button_mask.png" /> |
139 <if expr="is_win"> | 139 <if expr="is_win"> |
140 <structure type="chrome_scaled_image" name="IDR_CONFLICT_FAVICON" file="
common/favicon_conflicts.png" /> | 140 <structure type="chrome_scaled_image" name="IDR_CONFLICT_FAVICON" file="
common/favicon_conflicts.png" /> |
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
310 <structure type="chrome_scaled_image" name="IDR_FINDINPAGE_PREV_P" file="c
ommon/find_prev_pressed.png" /> | 310 <structure type="chrome_scaled_image" name="IDR_FINDINPAGE_PREV_P" file="c
ommon/find_prev_pressed.png" /> |
311 <structure type="chrome_scaled_image" name="IDR_FIND_BOX_BACKGROUND" file=
"common/find_box_bg.png" /> | 311 <structure type="chrome_scaled_image" name="IDR_FIND_BOX_BACKGROUND" file=
"common/find_box_bg.png" /> |
312 <structure type="chrome_scaled_image" name="IDR_FIND_BOX_BACKGROUND_LEFT"
file="common/find_box_bg_left.png" /> | 312 <structure type="chrome_scaled_image" name="IDR_FIND_BOX_BACKGROUND_LEFT"
file="common/find_box_bg_left.png" /> |
313 <structure type="chrome_scaled_image" name="IDR_FIND_DIALOG_LEFT" file="co
mmon/find_dialog_left.png" /> | 313 <structure type="chrome_scaled_image" name="IDR_FIND_DIALOG_LEFT" file="co
mmon/find_dialog_left.png" /> |
314 <structure type="chrome_scaled_image" name="IDR_FIND_DIALOG_MIDDLE" file="
common/find_dialog_middle.png" /> | 314 <structure type="chrome_scaled_image" name="IDR_FIND_DIALOG_MIDDLE" file="
common/find_dialog_middle.png" /> |
315 <structure type="chrome_scaled_image" name="IDR_FIND_DIALOG_RIGHT" file="c
ommon/find_dialog_right.png" /> | 315 <structure type="chrome_scaled_image" name="IDR_FIND_DIALOG_RIGHT" file="c
ommon/find_dialog_right.png" /> |
316 <structure type="chrome_scaled_image" name="IDR_FIND_DLG_LEFT_BACKGROUND"
file="common/find_dlg_left_bg.png" /> | 316 <structure type="chrome_scaled_image" name="IDR_FIND_DLG_LEFT_BACKGROUND"
file="common/find_dlg_left_bg.png" /> |
317 <structure type="chrome_scaled_image" name="IDR_FIND_DLG_MIDDLE_BACKGROUND
" file="common/find_dlg_middle_bg.png" /> | 317 <structure type="chrome_scaled_image" name="IDR_FIND_DLG_MIDDLE_BACKGROUND
" file="common/find_dlg_middle_bg.png" /> |
318 <structure type="chrome_scaled_image" name="IDR_FIND_DLG_RIGHT_BACKGROUND"
file="common/find_dlg_right_bg.png" /> | 318 <structure type="chrome_scaled_image" name="IDR_FIND_DLG_RIGHT_BACKGROUND"
file="common/find_dlg_right_bg.png" /> |
319 <structure type="chrome_scaled_image" name="IDR_FLAGS_FAVICON" file="commo
n/favicon_flags.png" /> | 319 <structure type="chrome_scaled_image" name="IDR_FLAGS_FAVICON" file="commo
n/favicon_flags.png" /> |
320 <if expr="not pp_ifdef('toolkit_views') and not is_macosx"> | 320 <if expr="not pp_ifdef('toolkit_views') and not is_macosx and not is_ios"> |
321 <structure type="chrome_scaled_image" name="IDR_FORWARD" file="forward.p
ng" /> | 321 <structure type="chrome_scaled_image" name="IDR_FORWARD" file="forward.p
ng" /> |
322 <structure type="chrome_scaled_image" name="IDR_FORWARD_D" file="forward
_disabled.png" /> | 322 <structure type="chrome_scaled_image" name="IDR_FORWARD_D" file="forward
_disabled.png" /> |
323 <structure type="chrome_scaled_image" name="IDR_FORWARD_H" file="forward
_hover.png" /> | 323 <structure type="chrome_scaled_image" name="IDR_FORWARD_H" file="forward
_hover.png" /> |
324 <structure type="chrome_scaled_image" name="IDR_FORWARD_P" file="forward
_pressed.png" /> | 324 <structure type="chrome_scaled_image" name="IDR_FORWARD_P" file="forward
_pressed.png" /> |
325 </if> | 325 </if> |
326 <if expr="pp_ifdef('toolkit_views') or is_macosx"> | 326 <if expr="pp_ifdef('toolkit_views') or is_macosx or is_ios"> |
327 <structure type="chrome_scaled_image" name="IDR_FORWARD" file="common/br
owser_forward_normal.png" /> | 327 <structure type="chrome_scaled_image" name="IDR_FORWARD" file="common/br
owser_forward_normal.png" /> |
328 <structure type="chrome_scaled_image" name="IDR_FORWARD_D" file="common/
browser_forward_disabled.png" /> | 328 <structure type="chrome_scaled_image" name="IDR_FORWARD_D" file="common/
browser_forward_disabled.png" /> |
329 <structure type="chrome_scaled_image" name="IDR_FORWARD_H" file="common/
browser_forward_hover.png" /> | 329 <structure type="chrome_scaled_image" name="IDR_FORWARD_H" file="common/
browser_forward_hover.png" /> |
330 <structure type="chrome_scaled_image" name="IDR_FORWARD_P" file="common/
browser_forward_pressed.png" /> | 330 <structure type="chrome_scaled_image" name="IDR_FORWARD_P" file="common/
browser_forward_pressed.png" /> |
331 </if> | 331 </if> |
332 <structure type="chrome_scaled_image" name="IDR_FROZEN_TAB_ICON" file="fro
zen_tab.png" /> | 332 <structure type="chrome_scaled_image" name="IDR_FROZEN_TAB_ICON" file="fro
zen_tab.png" /> |
333 <structure type="chrome_scaled_image" name="IDR_FULLSCREEN_MENU_BUTTON" fi
le="fullscreen_menu_button.png" /> | 333 <structure type="chrome_scaled_image" name="IDR_FULLSCREEN_MENU_BUTTON" fi
le="fullscreen_menu_button.png" /> |
334 <structure type="chrome_scaled_image" name="IDR_GEOLOCATION_INFOBAR_ICON"
file="infobar_geolocation.png" /> | 334 <structure type="chrome_scaled_image" name="IDR_GEOLOCATION_INFOBAR_ICON"
file="infobar_geolocation.png" /> |
335 <structure type="chrome_scaled_image" name="IDR_GUEST_ICON" file="common/g
uest_icon.png" /> | 335 <structure type="chrome_scaled_image" name="IDR_GUEST_ICON" file="common/g
uest_icon.png" /> |
336 <if expr="pp_ifdef('chromeos')"> | 336 <if expr="pp_ifdef('chromeos')"> |
337 <structure type="chrome_scaled_image" name="IDR_HELP_MENU" file="help_16
.png" /> | 337 <structure type="chrome_scaled_image" name="IDR_HELP_MENU" file="help_16
.png" /> |
338 </if> | 338 </if> |
339 <structure type="chrome_scaled_image" name="IDR_HISTORY_FAVICON" file="com
mon/favicon_history.png" /> | 339 <structure type="chrome_scaled_image" name="IDR_HISTORY_FAVICON" file="com
mon/favicon_history.png" /> |
340 <if expr="not pp_ifdef('toolkit_views') and not is_macosx"> | 340 <if expr="not pp_ifdef('toolkit_views') and not is_macosx and not is_ios"> |
341 <structure type="chrome_scaled_image" name="IDR_HOME" file="home.png" /> | 341 <structure type="chrome_scaled_image" name="IDR_HOME" file="home.png" /> |
342 </if> | 342 </if> |
343 <if expr="pp_ifdef('toolkit_views') or is_macosx"> | 343 <if expr="pp_ifdef('toolkit_views') or is_macosx or is_ios"> |
344 <structure type="chrome_scaled_image" name="IDR_HOME" file="common/brows
er_home_normal.png" /> | 344 <structure type="chrome_scaled_image" name="IDR_HOME" file="common/brows
er_home_normal.png" /> |
345 </if> | 345 </if> |
346 <if expr="not pp_ifdef('toolkit_views') and not is_macosx"> | 346 <if expr="not pp_ifdef('toolkit_views') and not is_macosx and not is_ios"> |
347 <structure type="chrome_scaled_image" name="IDR_HOME_H" file="home_hover
.png" /> | 347 <structure type="chrome_scaled_image" name="IDR_HOME_H" file="home_hover
.png" /> |
348 <structure type="chrome_scaled_image" name="IDR_HOME_P" file="home_press
ed.png" /> | 348 <structure type="chrome_scaled_image" name="IDR_HOME_P" file="home_press
ed.png" /> |
349 </if> | 349 </if> |
350 <if expr="pp_ifdef('toolkit_views') or is_macosx"> | 350 <if expr="pp_ifdef('toolkit_views') or is_macosx or is_ios"> |
351 <structure type="chrome_scaled_image" name="IDR_HOME_H" file="common/bro
wser_home_hover.png" /> | 351 <structure type="chrome_scaled_image" name="IDR_HOME_H" file="common/bro
wser_home_hover.png" /> |
352 <structure type="chrome_scaled_image" name="IDR_HOME_P" file="common/bro
wser_home_pressed.png" /> | 352 <structure type="chrome_scaled_image" name="IDR_HOME_P" file="common/bro
wser_home_pressed.png" /> |
353 </if> | 353 </if> |
354 <if expr="not is_android and not pp_ifdef('ios')"> | 354 <if expr="not is_android and not is_ios"> |
355 <structure type="chrome_scaled_image" name="IDR_ICON_ADD_USER24" file="i
con_add_user24.png" /> | 355 <structure type="chrome_scaled_image" name="IDR_ICON_ADD_USER24" file="i
con_add_user24.png" /> |
356 <structure type="chrome_scaled_image" name="IDR_ICON_ADD_USER_WHITE" fil
e="icon_add_user_white.png" /> | 356 <structure type="chrome_scaled_image" name="IDR_ICON_ADD_USER_WHITE" fil
e="icon_add_user_white.png" /> |
357 <structure type="chrome_scaled_image" name="IDR_ICON_GUEST_WHITE" file="
icon_guest_white.png" /> | 357 <structure type="chrome_scaled_image" name="IDR_ICON_GUEST_WHITE" file="
icon_guest_white.png" /> |
358 </if> | 358 </if> |
359 <if expr="not is_android and not pp_ifdef('ios') and not pp_ifdef('chromeo
s')"> | 359 <if expr="not is_android and not is_ios and not pp_ifdef('chromeos')"> |
360 <!-- TODO(noms): Remove this once local profile avatars are migrated --> | 360 <!-- TODO(noms): Remove this once local profile avatars are migrated --> |
361 <structure type="chrome_scaled_image" name="IDR_USER_MANAGER_DEFAULT_AVA
TAR" file="avatar_user_color.png" /> | 361 <structure type="chrome_scaled_image" name="IDR_USER_MANAGER_DEFAULT_AVA
TAR" file="avatar_user_color.png" /> |
362 </if> | 362 </if> |
363 <if expr="pp_ifdef('chromeos')"> | 363 <if expr="pp_ifdef('chromeos')"> |
364 <structure type="chrome_scaled_image" name="IDR_ICON_POWER24" file="icon
_power24.png" /> | 364 <structure type="chrome_scaled_image" name="IDR_ICON_POWER24" file="icon
_power24.png" /> |
365 <structure type="chrome_scaled_image" name="IDR_ICON_POWER_WHITE" file="
icon_power_white.png" /> | 365 <structure type="chrome_scaled_image" name="IDR_ICON_POWER_WHITE" file="
icon_power_white.png" /> |
366 </if> | 366 </if> |
367 <if expr="is_win"> | 367 <if expr="is_win"> |
368 <structure type="chrome_scaled_image" name="IDR_INCOGNITO_SWITCH_OFF" fi
le="incognito_switch_off.png" /> | 368 <structure type="chrome_scaled_image" name="IDR_INCOGNITO_SWITCH_OFF" fi
le="incognito_switch_off.png" /> |
369 <structure type="chrome_scaled_image" name="IDR_INCOGNITO_SWITCH_ON" fil
e="incognito_switch_on.png" /> | 369 <structure type="chrome_scaled_image" name="IDR_INCOGNITO_SWITCH_ON" fil
e="incognito_switch_on.png" /> |
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
484 <if expr="pp_ifdef('chromeos')"> | 484 <if expr="pp_ifdef('chromeos')"> |
485 <structure type="chrome_scaled_image" name="IDR_MIRROR_FLIP" file="mirro
r_flip.png" /> | 485 <structure type="chrome_scaled_image" name="IDR_MIRROR_FLIP" file="mirro
r_flip.png" /> |
486 </if> | 486 </if> |
487 <if expr="pp_ifdef('chromeos')"> | 487 <if expr="pp_ifdef('chromeos')"> |
488 <structure type="chrome_scaled_image" name="IDR_NETWORK_ADD_CONNECTION"
file="cros/network_add_connection.png" /> | 488 <structure type="chrome_scaled_image" name="IDR_NETWORK_ADD_CONNECTION"
file="cros/network_add_connection.png" /> |
489 <structure type="chrome_scaled_image" name="IDR_NETWORK_HIDE_PASSWORD" f
ile="cros/network_hide_password.png" /> | 489 <structure type="chrome_scaled_image" name="IDR_NETWORK_HIDE_PASSWORD" f
ile="cros/network_hide_password.png" /> |
490 <structure type="chrome_scaled_image" name="IDR_NETWORK_HIDE_PASSWORD_HO
VER" file="cros/network_hide_password_hover.png" /> | 490 <structure type="chrome_scaled_image" name="IDR_NETWORK_HIDE_PASSWORD_HO
VER" file="cros/network_hide_password_hover.png" /> |
491 <structure type="chrome_scaled_image" name="IDR_NETWORK_SHOW_PASSWORD" f
ile="cros/network_show_password.png" /> | 491 <structure type="chrome_scaled_image" name="IDR_NETWORK_SHOW_PASSWORD" f
ile="cros/network_show_password.png" /> |
492 <structure type="chrome_scaled_image" name="IDR_NETWORK_SHOW_PASSWORD_HO
VER" file="cros/network_show_password_hover.png" /> | 492 <structure type="chrome_scaled_image" name="IDR_NETWORK_SHOW_PASSWORD_HO
VER" file="cros/network_show_password_hover.png" /> |
493 </if> | 493 </if> |
494 <if expr="not pp_ifdef('toolkit_views') and not is_macosx"> | 494 <if expr="not pp_ifdef('toolkit_views') and not is_macosx and not is_ios"> |
495 <structure type="chrome_scaled_image" name="IDR_NEWTAB_BUTTON" file="new
tab.png" /> | 495 <structure type="chrome_scaled_image" name="IDR_NEWTAB_BUTTON" file="new
tab.png" /> |
496 <structure type="chrome_scaled_image" name="IDR_NEWTAB_BUTTON_H" file="n
ewtab_hover.png" /> | 496 <structure type="chrome_scaled_image" name="IDR_NEWTAB_BUTTON_H" file="n
ewtab_hover.png" /> |
497 <structure type="chrome_scaled_image" name="IDR_NEWTAB_BUTTON_MASK" file
="newtab_button_mask.png" /> | 497 <structure type="chrome_scaled_image" name="IDR_NEWTAB_BUTTON_MASK" file
="newtab_button_mask.png" /> |
498 <structure type="chrome_scaled_image" name="IDR_NEWTAB_BUTTON_P" file="n
ewtab_pressed.png" /> | 498 <structure type="chrome_scaled_image" name="IDR_NEWTAB_BUTTON_P" file="n
ewtab_pressed.png" /> |
499 </if> | 499 </if> |
500 <if expr="pp_ifdef('toolkit_views') or is_macosx"> | 500 <if expr="pp_ifdef('toolkit_views') or is_macosx or is_ios"> |
501 <structure type="chrome_scaled_image" name="IDR_NEWTAB_BUTTON" file="com
mon/newtab_normal.png" /> | 501 <structure type="chrome_scaled_image" name="IDR_NEWTAB_BUTTON" file="com
mon/newtab_normal.png" /> |
502 <structure type="chrome_scaled_image" name="IDR_NEWTAB_BUTTON_H" file="c
ommon/newtab_hover.png" /> | 502 <structure type="chrome_scaled_image" name="IDR_NEWTAB_BUTTON_H" file="c
ommon/newtab_hover.png" /> |
503 <structure type="chrome_scaled_image" name="IDR_NEWTAB_BUTTON_MASK" file
="common/newtab_button_mask.png" /> | 503 <structure type="chrome_scaled_image" name="IDR_NEWTAB_BUTTON_MASK" file
="common/newtab_button_mask.png" /> |
504 <structure type="chrome_scaled_image" name="IDR_NEWTAB_BUTTON_P" file="c
ommon/newtab_pressed.png" /> | 504 <structure type="chrome_scaled_image" name="IDR_NEWTAB_BUTTON_P" file="c
ommon/newtab_pressed.png" /> |
505 </if> | 505 </if> |
506 <if expr="pp_ifdef('chromeos')"> | 506 <if expr="pp_ifdef('chromeos')"> |
507 <structure type="chrome_scaled_image" name="IDR_NEWTAB_CHROME_WELCOME_PA
GE_THUMBNAIL" file="cros/ntp_welcome_thumb.png" /> | 507 <structure type="chrome_scaled_image" name="IDR_NEWTAB_CHROME_WELCOME_PA
GE_THUMBNAIL" file="cros/ntp_welcome_thumb.png" /> |
508 </if> | 508 </if> |
509 <if expr="not pp_ifdef('chromeos')"> | 509 <if expr="not pp_ifdef('chromeos')"> |
510 <structure type="chrome_scaled_image" name="IDR_NEWTAB_CHROME_WELCOME_PA
GE_THUMBNAIL" file="common/ntp_welcome_thumb.png" /> | 510 <structure type="chrome_scaled_image" name="IDR_NEWTAB_CHROME_WELCOME_PA
GE_THUMBNAIL" file="common/ntp_welcome_thumb.png" /> |
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
558 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_FILLING_TOP" file=
"common/omnibox_filling_top.png" /> | 558 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_FILLING_TOP" file=
"common/omnibox_filling_top.png" /> |
559 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_FILLING_TOP_LEFT"
file="common/omnibox_filling_top_left.png" /> | 559 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_FILLING_TOP_LEFT"
file="common/omnibox_filling_top_left.png" /> |
560 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_FILLING_TOP_RIGHT"
file="common/omnibox_filling_top_right.png" /> | 560 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_FILLING_TOP_RIGHT"
file="common/omnibox_filling_top_right.png" /> |
561 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_HTTP" file="common
/omnibox_http.png" /> | 561 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_HTTP" file="common
/omnibox_http.png" /> |
562 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_HTTPS_INVALID" fil
e="common/omnibox_https_invalid.png" /> | 562 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_HTTPS_INVALID" fil
e="common/omnibox_https_invalid.png" /> |
563 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_HTTPS_POLICY_WARNI
NG" file="common/omnibox_https_policy_warning.png" /> | 563 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_HTTPS_POLICY_WARNI
NG" file="common/omnibox_https_policy_warning.png" /> |
564 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_HTTPS_VALID" file=
"common/omnibox_https_valid.png" /> | 564 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_HTTPS_VALID" file=
"common/omnibox_https_valid.png" /> |
565 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_HTTPS_WARNING" fil
e="common/omnibox_https_warning.png" /> | 565 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_HTTPS_WARNING" fil
e="common/omnibox_https_warning.png" /> |
566 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_HTTP_DARK" file="c
ommon/omnibox_http_dark.png" /> | 566 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_HTTP_DARK" file="c
ommon/omnibox_http_dark.png" /> |
567 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_HTTP_SELECTED" fil
e="common/omnibox_http_selected.png" /> | 567 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_HTTP_SELECTED" fil
e="common/omnibox_http_selected.png" /> |
568 <if expr="is_macosx"> | 568 <if expr="is_macosx or is_ios"> |
569 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_KEYWORD_HINT_TAB
" file="mac/omnibox_keyword_hint_tab.png" /> | 569 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_KEYWORD_HINT_TAB
" file="mac/omnibox_keyword_hint_tab.png" /> |
570 </if> | 570 </if> |
571 <if expr="not is_macosx"> | 571 <if expr="not is_macosx and not is_ios"> |
572 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_KEYWORD_HINT_TAB
" file="common/omnibox_keyword_hint_tab.png" /> | 572 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_KEYWORD_HINT_TAB
" file="common/omnibox_keyword_hint_tab.png" /> |
573 </if> | 573 </if> |
574 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_MIC_SEARCH" file="
common/omnibox_mic_search.png" /> | 574 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_MIC_SEARCH" file="
common/omnibox_mic_search.png" /> |
575 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_PDF_ICON" file="pd
f.png" /> | 575 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_PDF_ICON" file="pd
f.png" /> |
576 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_POPUP_BORDER_BOTTO
M" file="common/omnibox_popup_border_bottom.png" /> | 576 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_POPUP_BORDER_BOTTO
M" file="common/omnibox_popup_border_bottom.png" /> |
577 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_POPUP_BORDER_BOTTO
M_LEFT" file="common/omnibox_popup_border_bottom_left.png" /> | 577 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_POPUP_BORDER_BOTTO
M_LEFT" file="common/omnibox_popup_border_bottom_left.png" /> |
578 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_POPUP_BORDER_BOTTO
M_RIGHT" file="common/omnibox_popup_border_bottom_right.png" /> | 578 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_POPUP_BORDER_BOTTO
M_RIGHT" file="common/omnibox_popup_border_bottom_right.png" /> |
579 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_POPUP_BORDER_CENTE
R" file="common/omnibox_popup_border_center.png" /> | 579 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_POPUP_BORDER_CENTE
R" file="common/omnibox_popup_border_center.png" /> |
580 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_POPUP_BORDER_LEFT"
file="common/omnibox_popup_border_left.png" /> | 580 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_POPUP_BORDER_LEFT"
file="common/omnibox_popup_border_left.png" /> |
581 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_POPUP_BORDER_RIGHT
" file="common/omnibox_popup_border_right.png" /> | 581 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_POPUP_BORDER_RIGHT
" file="common/omnibox_popup_border_right.png" /> |
(...skipping 12 matching lines...) Expand all Loading... |
594 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_SELECTED_KEYWORD_B
UBBLE_RIGHT" file="common/omnibox_selected_keyword_bubble_right.png" /> | 594 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_SELECTED_KEYWORD_B
UBBLE_RIGHT" file="common/omnibox_selected_keyword_bubble_right.png" /> |
595 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_SELECTED_KEYWORD_B
UBBLE_TOP" file="common/omnibox_selected_keyword_bubble_top.png" /> | 595 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_SELECTED_KEYWORD_B
UBBLE_TOP" file="common/omnibox_selected_keyword_bubble_top.png" /> |
596 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_SELECTED_KEYWORD_B
UBBLE_TOP_LEFT" file="common/omnibox_selected_keyword_bubble_top_left.png" /> | 596 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_SELECTED_KEYWORD_B
UBBLE_TOP_LEFT" file="common/omnibox_selected_keyword_bubble_top_left.png" /> |
597 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_SELECTED_KEYWORD_B
UBBLE_TOP_RIGHT" file="common/omnibox_selected_keyword_bubble_top_right.png" /> | 597 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_SELECTED_KEYWORD_B
UBBLE_TOP_RIGHT" file="common/omnibox_selected_keyword_bubble_top_right.png" /> |
598 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_STAR" file="common
/omnibox_star.png" /> | 598 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_STAR" file="common
/omnibox_star.png" /> |
599 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_STAR_DARK" file="c
ommon/omnibox_star_dark.png" /> | 599 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_STAR_DARK" file="c
ommon/omnibox_star_dark.png" /> |
600 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_STAR_SELECTED" fil
e="common/omnibox_star_selected.png" /> | 600 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_STAR_SELECTED" fil
e="common/omnibox_star_selected.png" /> |
601 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_TTS" file="common/
omnibox_tts.png" /> | 601 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_TTS" file="common/
omnibox_tts.png" /> |
602 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_TTS_DARK" file="co
mmon/omnibox_tts_dark.png" /> | 602 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_TTS_DARK" file="co
mmon/omnibox_tts_dark.png" /> |
603 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_TTS_SELECTED" file
="common/omnibox_tts_selected.png" /> | 603 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_TTS_SELECTED" file
="common/omnibox_tts_selected.png" /> |
604 <if expr="not pp_ifdef('toolkit_views') and not is_macosx"> | 604 <if expr="not pp_ifdef('toolkit_views') and not is_macosx and not is_ios"> |
605 <structure type="chrome_scaled_image" name="IDR_OTR_ICON" file="common/o
tr_icon.png" /> | 605 <structure type="chrome_scaled_image" name="IDR_OTR_ICON" file="common/o
tr_icon.png" /> |
606 </if> | 606 </if> |
607 <if expr="pp_ifdef('toolkit_views')"> | 607 <if expr="pp_ifdef('toolkit_views')"> |
608 <if expr="not pp_ifdef('use_ash')"> | 608 <if expr="not pp_ifdef('use_ash')"> |
609 <structure type="chrome_scaled_image" name="IDR_OTR_ICON" file="common
/otr_icon.png" /> | 609 <structure type="chrome_scaled_image" name="IDR_OTR_ICON" file="common
/otr_icon.png" /> |
610 </if> | 610 </if> |
611 <if expr="pp_ifdef('use_ash')"> | 611 <if expr="pp_ifdef('use_ash')"> |
612 <structure type="chrome_scaled_image" name="IDR_OTR_ICON" file="cros/o
tr_icon.png" /> | 612 <structure type="chrome_scaled_image" name="IDR_OTR_ICON" file="cros/o
tr_icon.png" /> |
613 <if expr="is_win"> | 613 <if expr="is_win"> |
614 <structure type="chrome_scaled_image" name="IDR_OTR_ICON_WIN" file="
common/otr_icon.png" /> | 614 <structure type="chrome_scaled_image" name="IDR_OTR_ICON_WIN" file="
common/otr_icon.png" /> |
615 </if> | 615 </if> |
616 </if> | 616 </if> |
617 </if> | 617 </if> |
618 <if expr="is_macosx"> | 618 <if expr="is_macosx or is_ios"> |
619 <structure type="chrome_scaled_image" name="IDR_OTR_ICON" file="mac/otr_
icon.png" /> | 619 <structure type="chrome_scaled_image" name="IDR_OTR_ICON" file="mac/otr_
icon.png" /> |
620 </if> | 620 </if> |
621 <if expr="context.startswith('default_')"> | 621 <if expr="context.startswith('default_')"> |
622 <structure type="chrome_scaled_image" name="IDR_OTR_ICON_FULLSCREEN" fil
e="common/otr_icon.png" /> | 622 <structure type="chrome_scaled_image" name="IDR_OTR_ICON_FULLSCREEN" fil
e="common/otr_icon.png" /> |
623 </if> | 623 </if> |
624 <if expr="not context.startswith('default_')"> | 624 <if expr="not context.startswith('default_')"> |
625 <structure type="chrome_scaled_image" name="IDR_OTR_ICON_FULLSCREEN" fil
e="otr_icon_fullscreen.png" /> | 625 <structure type="chrome_scaled_image" name="IDR_OTR_ICON_FULLSCREEN" fil
e="otr_icon_fullscreen.png" /> |
626 </if> | 626 </if> |
627 <structure type="chrome_scaled_image" name="IDR_OVERLAY_DROP_SHADOW" file=
"common/overlay_drop_shadow.png" /> | 627 <structure type="chrome_scaled_image" name="IDR_OVERLAY_DROP_SHADOW" file=
"common/overlay_drop_shadow.png" /> |
628 <structure type="chrome_scaled_image" name="IDR_PAGEINFO_BAD" file="pagein
fo_bad.png" /> | 628 <structure type="chrome_scaled_image" name="IDR_PAGEINFO_BAD" file="pagein
fo_bad.png" /> |
(...skipping 22 matching lines...) Expand all Loading... |
651 <structure type="chrome_scaled_image" name="IDR_PRODUCT_LOGO_WHITE" file
="chromium/product_logo_white.png" /> | 651 <structure type="chrome_scaled_image" name="IDR_PRODUCT_LOGO_WHITE" file
="chromium/product_logo_white.png" /> |
652 </if> | 652 </if> |
653 <if expr="pp_ifdef('_google_chrome')"> | 653 <if expr="pp_ifdef('_google_chrome')"> |
654 <structure type="chrome_scaled_image" name="IDR_PRODUCT_LOGO" file="goog
le_chrome/product_logo.png" /> | 654 <structure type="chrome_scaled_image" name="IDR_PRODUCT_LOGO" file="goog
le_chrome/product_logo.png" /> |
655 <structure type="chrome_scaled_image" name="IDR_PRODUCT_LOGO_16" file="g
oogle_chrome/product_logo_16.png" /> | 655 <structure type="chrome_scaled_image" name="IDR_PRODUCT_LOGO_16" file="g
oogle_chrome/product_logo_16.png" /> |
656 <structure type="chrome_scaled_image" name="IDR_PRODUCT_LOGO_26" file="g
oogle_chrome/product_logo_26.png" /> | 656 <structure type="chrome_scaled_image" name="IDR_PRODUCT_LOGO_26" file="g
oogle_chrome/product_logo_26.png" /> |
657 <structure type="chrome_scaled_image" name="IDR_PRODUCT_LOGO_32" file="g
oogle_chrome/product_logo_32.png" /> | 657 <structure type="chrome_scaled_image" name="IDR_PRODUCT_LOGO_32" file="g
oogle_chrome/product_logo_32.png" /> |
658 <structure type="chrome_scaled_image" name="IDR_PRODUCT_LOGO_NAME_48" fi
le="google_chrome/product_logo_name_48.png" /> | 658 <structure type="chrome_scaled_image" name="IDR_PRODUCT_LOGO_NAME_48" fi
le="google_chrome/product_logo_name_48.png" /> |
659 <structure type="chrome_scaled_image" name="IDR_PRODUCT_LOGO_WHITE" file
="google_chrome/product_logo_white.png" /> | 659 <structure type="chrome_scaled_image" name="IDR_PRODUCT_LOGO_WHITE" file
="google_chrome/product_logo_white.png" /> |
660 </if> | 660 </if> |
661 <if expr="is_macosx"> | 661 <if expr="is_macosx or is_ios"> |
662 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_0" file="
profile_avatar_generic_mac.png" /> | 662 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_0" file="
profile_avatar_generic_mac.png" /> |
663 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_1" file="
profile_avatar_generic_aqua_mac.png" /> | 663 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_1" file="
profile_avatar_generic_aqua_mac.png" /> |
664 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_2" file="
profile_avatar_generic_blue_mac.png" /> | 664 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_2" file="
profile_avatar_generic_blue_mac.png" /> |
665 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_3" file="
profile_avatar_generic_green_mac.png" /> | 665 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_3" file="
profile_avatar_generic_green_mac.png" /> |
666 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_4" file="
profile_avatar_generic_orange_mac.png" /> | 666 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_4" file="
profile_avatar_generic_orange_mac.png" /> |
667 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_5" file="
profile_avatar_generic_purple_mac.png" /> | 667 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_5" file="
profile_avatar_generic_purple_mac.png" /> |
668 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_6" file="
profile_avatar_generic_red_mac.png" /> | 668 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_6" file="
profile_avatar_generic_red_mac.png" /> |
669 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_7" file="
profile_avatar_generic_yellow_mac.png" /> | 669 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_7" file="
profile_avatar_generic_yellow_mac.png" /> |
670 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_8" file="
profile_avatar_secret_agent_mac.png" /> | 670 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_8" file="
profile_avatar_secret_agent_mac.png" /> |
671 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_9" file="
profile_avatar_superhero_mac.png" /> | 671 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_9" file="
profile_avatar_superhero_mac.png" /> |
672 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_10" file=
"profile_avatar_volley_ball_mac.png" /> | 672 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_10" file=
"profile_avatar_volley_ball_mac.png" /> |
673 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_11" file=
"profile_avatar_businessman_mac.png" /> | 673 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_11" file=
"profile_avatar_businessman_mac.png" /> |
674 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_12" file=
"profile_avatar_ninja_mac.png" /> | 674 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_12" file=
"profile_avatar_ninja_mac.png" /> |
675 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_13" file=
"profile_avatar_alien_mac.png" /> | 675 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_13" file=
"profile_avatar_alien_mac.png" /> |
676 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_14" file=
"profile_avatar_awesome_mac.png" /> | 676 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_14" file=
"profile_avatar_awesome_mac.png" /> |
677 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_15" file=
"profile_avatar_flower_mac.png" /> | 677 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_15" file=
"profile_avatar_flower_mac.png" /> |
678 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_16" file=
"profile_avatar_pizza_mac.png" /> | 678 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_16" file=
"profile_avatar_pizza_mac.png" /> |
679 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_17" file=
"profile_avatar_soccer_mac.png" /> | 679 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_17" file=
"profile_avatar_soccer_mac.png" /> |
680 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_18" file=
"profile_avatar_burger_mac.png" /> | 680 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_18" file=
"profile_avatar_burger_mac.png" /> |
681 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_19" file=
"profile_avatar_cat_mac.png" /> | 681 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_19" file=
"profile_avatar_cat_mac.png" /> |
682 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_20" file=
"profile_avatar_cupcake_mac.png" /> | 682 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_20" file=
"profile_avatar_cupcake_mac.png" /> |
683 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_21" file=
"profile_avatar_dog_mac.png" /> | 683 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_21" file=
"profile_avatar_dog_mac.png" /> |
684 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_22" file=
"profile_avatar_horse_mac.png" /> | 684 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_22" file=
"profile_avatar_horse_mac.png" /> |
685 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_23" file=
"profile_avatar_margarita_mac.png" /> | 685 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_23" file=
"profile_avatar_margarita_mac.png" /> |
686 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_24" file=
"profile_avatar_note_mac.png" /> | 686 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_24" file=
"profile_avatar_note_mac.png" /> |
687 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_25" file=
"profile_avatar_sun_cloud_mac.png" /> | 687 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_25" file=
"profile_avatar_sun_cloud_mac.png" /> |
688 </if> | 688 </if> |
689 <if expr="not is_macosx"> | 689 <if expr="not is_macosx and not is_ios"> |
690 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_0" file="
profile_avatar_generic.png" /> | 690 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_0" file="
profile_avatar_generic.png" /> |
691 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_1" file="
profile_avatar_generic_aqua.png" /> | 691 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_1" file="
profile_avatar_generic_aqua.png" /> |
692 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_2" file="
profile_avatar_generic_blue.png" /> | 692 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_2" file="
profile_avatar_generic_blue.png" /> |
693 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_3" file="
profile_avatar_generic_green.png" /> | 693 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_3" file="
profile_avatar_generic_green.png" /> |
694 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_4" file="
profile_avatar_generic_orange.png" /> | 694 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_4" file="
profile_avatar_generic_orange.png" /> |
695 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_5" file="
profile_avatar_generic_purple.png" /> | 695 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_5" file="
profile_avatar_generic_purple.png" /> |
696 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_6" file="
profile_avatar_generic_red.png" /> | 696 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_6" file="
profile_avatar_generic_red.png" /> |
697 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_7" file="
profile_avatar_generic_yellow.png" /> | 697 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_7" file="
profile_avatar_generic_yellow.png" /> |
698 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_8" file="
profile_avatar_secret_agent.png" /> | 698 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_8" file="
profile_avatar_secret_agent.png" /> |
699 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_9" file="
profile_avatar_superhero.png" /> | 699 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_9" file="
profile_avatar_superhero.png" /> |
(...skipping 13 matching lines...) Expand all Loading... |
713 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_23" file=
"profile_avatar_margarita.png" /> | 713 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_23" file=
"profile_avatar_margarita.png" /> |
714 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_24" file=
"profile_avatar_note.png" /> | 714 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_24" file=
"profile_avatar_note.png" /> |
715 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_25" file=
"profile_avatar_sun_cloud.png" /> | 715 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_25" file=
"profile_avatar_sun_cloud.png" /> |
716 </if> | 716 </if> |
717 <if expr="pp_ifdef('chromeos')"> | 717 <if expr="pp_ifdef('chromeos')"> |
718 <structure type="chrome_scaled_image" name="IDR_PROFILE_PICTURE_LOADING"
file="profile_loading.png" /> | 718 <structure type="chrome_scaled_image" name="IDR_PROFILE_PICTURE_LOADING"
file="profile_loading.png" /> |
719 <structure type="chrome_scaled_image" name="IDR_RESET_WARNING" file="res
et_warning.png" /> | 719 <structure type="chrome_scaled_image" name="IDR_RESET_WARNING" file="res
et_warning.png" /> |
720 </if> | 720 </if> |
721 <structure type="chrome_scaled_image" name="IDR_PROFILE_SELECTED" file="co
mmon/profile_selected.png" /> | 721 <structure type="chrome_scaled_image" name="IDR_PROFILE_SELECTED" file="co
mmon/profile_selected.png" /> |
722 <structure type="chrome_scaled_image" name="IDR_REGISTER_PROTOCOL_HANDLER"
file="register_protocol_handler.png" /> | 722 <structure type="chrome_scaled_image" name="IDR_REGISTER_PROTOCOL_HANDLER"
file="register_protocol_handler.png" /> |
723 <if expr="not pp_ifdef('toolkit_views') and not is_macosx"> | 723 <if expr="not pp_ifdef('toolkit_views') and not is_macosx and not is_ios"> |
724 <structure type="chrome_scaled_image" name="IDR_RELOAD" file="reload.png
" /> | 724 <structure type="chrome_scaled_image" name="IDR_RELOAD" file="reload.png
" /> |
725 <structure type="chrome_scaled_image" name="IDR_RELOAD_H" file="reload_h
over.png" /> | 725 <structure type="chrome_scaled_image" name="IDR_RELOAD_H" file="reload_h
over.png" /> |
726 <structure type="chrome_scaled_image" name="IDR_RELOAD_P" file="reload_p
ressed.png" /> | 726 <structure type="chrome_scaled_image" name="IDR_RELOAD_P" file="reload_p
ressed.png" /> |
727 <structure type="chrome_scaled_image" name="IDR_RELOAD_DIMMED" file="rel
oad_dimmed.png" /> | 727 <structure type="chrome_scaled_image" name="IDR_RELOAD_DIMMED" file="rel
oad_dimmed.png" /> |
728 </if> | 728 </if> |
729 <if expr="pp_ifdef('toolkit_views') or is_macosx"> | 729 <if expr="pp_ifdef('toolkit_views') or is_macosx or is_ios"> |
730 <structure type="chrome_scaled_image" name="IDR_RELOAD" file="common/bro
wser_reload_normal.png" /> | 730 <structure type="chrome_scaled_image" name="IDR_RELOAD" file="common/bro
wser_reload_normal.png" /> |
731 <structure type="chrome_scaled_image" name="IDR_RELOAD_D" file="common/b
rowser_reload_disabled.png" /> | 731 <structure type="chrome_scaled_image" name="IDR_RELOAD_D" file="common/b
rowser_reload_disabled.png" /> |
732 <structure type="chrome_scaled_image" name="IDR_RELOAD_H" file="common/b
rowser_reload_hover.png" /> | 732 <structure type="chrome_scaled_image" name="IDR_RELOAD_H" file="common/b
rowser_reload_hover.png" /> |
733 <structure type="chrome_scaled_image" name="IDR_RELOAD_P" file="common/b
rowser_reload_pressed.png" /> | 733 <structure type="chrome_scaled_image" name="IDR_RELOAD_P" file="common/b
rowser_reload_pressed.png" /> |
734 <structure type="chrome_scaled_image" name="IDR_RELOAD_DIMMED" file="com
mon/browser_reload_dimmed.png" /> | 734 <structure type="chrome_scaled_image" name="IDR_RELOAD_DIMMED" file="com
mon/browser_reload_dimmed.png" /> |
735 </if> | 735 </if> |
736 <structure type="chrome_scaled_image" name="IDR_RESTORE_BUTTON_MASK" file=
"restore_button_mask.png" /> | 736 <structure type="chrome_scaled_image" name="IDR_RESTORE_BUTTON_MASK" file=
"restore_button_mask.png" /> |
737 <structure type="chrome_scaled_image" name="IDR_SAD_FAVICON" file="common/
favicon_sad_tab.png" /> | 737 <structure type="chrome_scaled_image" name="IDR_SAD_FAVICON" file="common/
favicon_sad_tab.png" /> |
738 <structure type="chrome_scaled_image" name="IDR_SAD_TAB" file="sadtab.png"
/> | 738 <structure type="chrome_scaled_image" name="IDR_SAD_TAB" file="sadtab.png"
/> |
739 <structure type="chrome_scaled_image" name="IDR_SAFEBROWSING_WARNING" file
="safebrowsing_warning.png" /> | 739 <structure type="chrome_scaled_image" name="IDR_SAFEBROWSING_WARNING" file
="safebrowsing_warning.png" /> |
740 <structure type="chrome_scaled_image" name="IDR_SCREEN_CAPTURE_NOTIFICATIO
N_GRIP" file="screen_capture_notification_grip.png" /> | 740 <structure type="chrome_scaled_image" name="IDR_SCREEN_CAPTURE_NOTIFICATIO
N_GRIP" file="screen_capture_notification_grip.png" /> |
741 <structure type="chrome_scaled_image" name="IDR_SCREENSHOT_NOTIFICATION_IC
ON" file="common/notification_screenshot_icon.png" /> | 741 <structure type="chrome_scaled_image" name="IDR_SCREENSHOT_NOTIFICATION_IC
ON" file="common/notification_screenshot_icon.png" /> |
742 <structure type="chrome_scaled_image" name="IDR_SCRIPT_BUBBLE" file="commo
n/favicon_extensions.png" /> | 742 <structure type="chrome_scaled_image" name="IDR_SCRIPT_BUBBLE" file="commo
n/favicon_extensions.png" /> |
743 <if expr="pp_ifdef('enable_settings_app')"> | 743 <if expr="pp_ifdef('enable_settings_app')"> |
744 <structure type="chrome_scaled_image" name="IDR_SETTINGS_APP_ICON_128" f
ile="settings_app_icon_128.png" /> | 744 <structure type="chrome_scaled_image" name="IDR_SETTINGS_APP_ICON_128" f
ile="settings_app_icon_128.png" /> |
745 <structure type="chrome_scaled_image" name="IDR_SETTINGS_APP_ICON_16" fi
le="settings_app_icon_16.png" /> | 745 <structure type="chrome_scaled_image" name="IDR_SETTINGS_APP_ICON_16" fi
le="settings_app_icon_16.png" /> |
746 <structure type="chrome_scaled_image" name="IDR_SETTINGS_APP_ICON_32" fi
le="settings_app_icon_32.png" /> | 746 <structure type="chrome_scaled_image" name="IDR_SETTINGS_APP_ICON_32" fi
le="settings_app_icon_32.png" /> |
747 <structure type="chrome_scaled_image" name="IDR_SETTINGS_APP_ICON_48" fi
le="settings_app_icon_48.png" /> | 747 <structure type="chrome_scaled_image" name="IDR_SETTINGS_APP_ICON_48" fi
le="settings_app_icon_48.png" /> |
748 </if> | 748 </if> |
749 <structure type="chrome_scaled_image" name="IDR_SETTINGS_FAVICON" file="co
mmon/favicon_settings.png" /> | 749 <structure type="chrome_scaled_image" name="IDR_SETTINGS_FAVICON" file="co
mmon/favicon_settings.png" /> |
750 <structure type="chrome_scaled_image" name="IDR_SPEECH_INPUT_MIC_EMPTY" fi
le="common/speech_input_mic_empty.png" /> | 750 <structure type="chrome_scaled_image" name="IDR_SPEECH_INPUT_MIC_EMPTY" fi
le="common/speech_input_mic_empty.png" /> |
751 <structure type="chrome_scaled_image" name="IDR_SPEECH_INPUT_MIC_FULL" fil
e="common/speech_input_mic_full.png" /> | 751 <structure type="chrome_scaled_image" name="IDR_SPEECH_INPUT_MIC_FULL" fil
e="common/speech_input_mic_full.png" /> |
752 <structure type="chrome_scaled_image" name="IDR_SPEECH_INPUT_MIC_MASK" fil
e="common/speech_input_mic_mask.png" /> | 752 <structure type="chrome_scaled_image" name="IDR_SPEECH_INPUT_MIC_MASK" fil
e="common/speech_input_mic_mask.png" /> |
753 <structure type="chrome_scaled_image" name="IDR_SPEECH_INPUT_MIC_NOISE" fi
le="common/speech_input_mic_noise.png" /> | 753 <structure type="chrome_scaled_image" name="IDR_SPEECH_INPUT_MIC_NOISE" fi
le="common/speech_input_mic_noise.png" /> |
754 <structure type="chrome_scaled_image" name="IDR_SPEECH_INPUT_SPINNER" file
="common/speech_input_spinner.png" /> | 754 <structure type="chrome_scaled_image" name="IDR_SPEECH_INPUT_SPINNER" file
="common/speech_input_spinner.png" /> |
755 <if expr="is_linux or pp_ifdef('chromeos')"> | 755 <if expr="is_linux or pp_ifdef('chromeos')"> |
756 <structure type="chrome_scaled_image" name="IDR_SPEECH_INPUT_TRAY_MIC_EM
PTY" file="speech_input_tray_linux_mic_empty.png" /> | 756 <structure type="chrome_scaled_image" name="IDR_SPEECH_INPUT_TRAY_MIC_EM
PTY" file="speech_input_tray_linux_mic_empty.png" /> |
757 <structure type="chrome_scaled_image" name="IDR_SPEECH_INPUT_TRAY_MIC_FU
LL" file="speech_input_tray_linux_mic_full.png" /> | 757 <structure type="chrome_scaled_image" name="IDR_SPEECH_INPUT_TRAY_MIC_FU
LL" file="speech_input_tray_linux_mic_full.png" /> |
758 </if> | 758 </if> |
759 <if expr="is_macosx"> | 759 <if expr="is_macosx or is_ios"> |
760 <structure type="chrome_scaled_image" name="IDR_SPEECH_INPUT_TRAY_MIC_EM
PTY" file="speech_input_tray_macosx_mic_empty.png" /> | 760 <structure type="chrome_scaled_image" name="IDR_SPEECH_INPUT_TRAY_MIC_EM
PTY" file="speech_input_tray_macosx_mic_empty.png" /> |
761 <structure type="chrome_scaled_image" name="IDR_SPEECH_INPUT_TRAY_MIC_FU
LL" file="speech_input_tray_macosx_mic_full.png" /> | 761 <structure type="chrome_scaled_image" name="IDR_SPEECH_INPUT_TRAY_MIC_FU
LL" file="speech_input_tray_macosx_mic_full.png" /> |
762 </if> | 762 </if> |
763 <if expr="is_win"> | 763 <if expr="is_win"> |
764 <structure type="chrome_scaled_image" name="IDR_SPEECH_INPUT_TRAY_MIC_EM
PTY" file="speech_input_tray_windows_mic_empty.png" /> | 764 <structure type="chrome_scaled_image" name="IDR_SPEECH_INPUT_TRAY_MIC_EM
PTY" file="speech_input_tray_windows_mic_empty.png" /> |
765 <structure type="chrome_scaled_image" name="IDR_SPEECH_INPUT_TRAY_MIC_FU
LL" file="speech_input_tray_windows_mic_full.png" /> | 765 <structure type="chrome_scaled_image" name="IDR_SPEECH_INPUT_TRAY_MIC_FU
LL" file="speech_input_tray_windows_mic_full.png" /> |
766 </if> | 766 </if> |
767 <if expr="pp_ifdef('chromeos')"> | 767 <if expr="pp_ifdef('chromeos')"> |
768 <structure type="chrome_scaled_image" name="IDR_SPINNER" file="spinner.p
ng" /> | 768 <structure type="chrome_scaled_image" name="IDR_SPINNER" file="spinner.p
ng" /> |
769 </if> | 769 </if> |
770 <structure type="chrome_scaled_image" name="IDR_SHARE" file="share.png" /> | 770 <structure type="chrome_scaled_image" name="IDR_SHARE" file="share.png" /> |
771 <structure type="chrome_scaled_image" name="IDR_STAR" file="star.png" /> | 771 <structure type="chrome_scaled_image" name="IDR_STAR" file="star.png" /> |
772 <structure type="chrome_scaled_image" name="IDR_STAR_LIT" file="star_lit.p
ng" /> | 772 <structure type="chrome_scaled_image" name="IDR_STAR_LIT" file="star_lit.p
ng" /> |
773 <if expr="not pp_ifdef('toolkit_views') and not is_macosx"> | 773 <if expr="not pp_ifdef('toolkit_views') and not is_macosx and not is_ios"> |
774 <structure type="chrome_scaled_image" name="IDR_STOP" file="stop.png" /> | 774 <structure type="chrome_scaled_image" name="IDR_STOP" file="stop.png" /> |
775 <structure type="chrome_scaled_image" name="IDR_STOP_D" file="stop_disab
led.png" /> | 775 <structure type="chrome_scaled_image" name="IDR_STOP_D" file="stop_disab
led.png" /> |
776 <structure type="chrome_scaled_image" name="IDR_STOP_H" file="stop_hover
.png" /> | 776 <structure type="chrome_scaled_image" name="IDR_STOP_H" file="stop_hover
.png" /> |
777 <structure type="chrome_scaled_image" name="IDR_STOP_P" file="stop_press
ed.png" /> | 777 <structure type="chrome_scaled_image" name="IDR_STOP_P" file="stop_press
ed.png" /> |
778 </if> | 778 </if> |
779 <if expr="pp_ifdef('toolkit_views') or is_macosx"> | 779 <if expr="pp_ifdef('toolkit_views') or is_macosx or is_ios"> |
780 <structure type="chrome_scaled_image" name="IDR_STOP" file="common/brows
er_stop_normal.png" /> | 780 <structure type="chrome_scaled_image" name="IDR_STOP" file="common/brows
er_stop_normal.png" /> |
781 <structure type="chrome_scaled_image" name="IDR_STOP_D" file="common/bro
wser_stop_disabled.png" /> | 781 <structure type="chrome_scaled_image" name="IDR_STOP_D" file="common/bro
wser_stop_disabled.png" /> |
782 <structure type="chrome_scaled_image" name="IDR_STOP_H" file="common/bro
wser_stop_hover.png" /> | 782 <structure type="chrome_scaled_image" name="IDR_STOP_H" file="common/bro
wser_stop_hover.png" /> |
783 <structure type="chrome_scaled_image" name="IDR_STOP_P" file="common/bro
wser_stop_pressed.png" /> | 783 <structure type="chrome_scaled_image" name="IDR_STOP_P" file="common/bro
wser_stop_pressed.png" /> |
784 </if> | 784 </if> |
785 <if expr="pp_ifdef('chromeos')"> | 785 <if expr="pp_ifdef('chromeos')"> |
786 <structure type="chrome_scaled_image" name="IDR_SUPERVISED_ILLUSTRATION_
START" file="cros/supervised_illustration_start.png" /> | 786 <structure type="chrome_scaled_image" name="IDR_SUPERVISED_ILLUSTRATION_
START" file="cros/supervised_illustration_start.png" /> |
787 <structure type="chrome_scaled_image" name="IDR_SUPERVISED_ILLUSTRATION_
DONE" file="cros/supervised_illsutration_done.png" /> | 787 <structure type="chrome_scaled_image" name="IDR_SUPERVISED_ILLUSTRATION_
DONE" file="cros/supervised_illsutration_done.png" /> |
788 </if> | 788 </if> |
789 <if expr="not pp_ifdef('toolkit_views') and not is_macosx"> | 789 <if expr="not pp_ifdef('toolkit_views') and not is_macosx and not is_ios"> |
790 <structure type="chrome_scaled_image" name="IDR_TAB_ACTIVE_CENTER" file=
"tab_active_center.png" /> | 790 <structure type="chrome_scaled_image" name="IDR_TAB_ACTIVE_CENTER" file=
"tab_active_center.png" /> |
791 <structure type="chrome_scaled_image" name="IDR_TAB_ACTIVE_LEFT" file="t
ab_active_left.png" /> | 791 <structure type="chrome_scaled_image" name="IDR_TAB_ACTIVE_LEFT" file="t
ab_active_left.png" /> |
792 <structure type="chrome_scaled_image" name="IDR_TAB_ACTIVE_RIGHT" file="
tab_active_right.png" /> | 792 <structure type="chrome_scaled_image" name="IDR_TAB_ACTIVE_RIGHT" file="
tab_active_right.png" /> |
793 </if> | 793 </if> |
794 <if expr="pp_ifdef('toolkit_views')"> | 794 <if expr="pp_ifdef('toolkit_views')"> |
795 <structure type="chrome_scaled_image" name="IDR_TAB_ACTIVE_CENTER" file=
"common/tab_active_center.png" /> | 795 <structure type="chrome_scaled_image" name="IDR_TAB_ACTIVE_CENTER" file=
"common/tab_active_center.png" /> |
796 <structure type="chrome_scaled_image" name="IDR_TAB_ACTIVE_LEFT" file="c
ommon/tab_active_left.png" /> | 796 <structure type="chrome_scaled_image" name="IDR_TAB_ACTIVE_LEFT" file="c
ommon/tab_active_left.png" /> |
797 <structure type="chrome_scaled_image" name="IDR_TAB_ACTIVE_RIGHT" file="
common/tab_active_right.png" /> | 797 <structure type="chrome_scaled_image" name="IDR_TAB_ACTIVE_RIGHT" file="
common/tab_active_right.png" /> |
798 </if> | 798 </if> |
799 <if expr="is_macosx"> | 799 <if expr="is_macosx or is_ios"> |
800 <structure type="chrome_scaled_image" name="IDR_TAB_ACTIVE_CENTER" file=
"mac/tab_active_center.png" /> | 800 <structure type="chrome_scaled_image" name="IDR_TAB_ACTIVE_CENTER" file=
"mac/tab_active_center.png" /> |
801 <structure type="chrome_scaled_image" name="IDR_TAB_ACTIVE_LEFT" file="m
ac/tab_active_left.png" /> | 801 <structure type="chrome_scaled_image" name="IDR_TAB_ACTIVE_LEFT" file="m
ac/tab_active_left.png" /> |
802 <structure type="chrome_scaled_image" name="IDR_TAB_ACTIVE_RIGHT" file="
mac/tab_active_right.png" /> | 802 <structure type="chrome_scaled_image" name="IDR_TAB_ACTIVE_RIGHT" file="
mac/tab_active_right.png" /> |
803 <structure type="chrome_scaled_image" name="IDR_SWIPE_BACK" file="back_l
arge.png" /> | 803 <structure type="chrome_scaled_image" name="IDR_SWIPE_BACK" file="back_l
arge.png" /> |
804 <structure type="chrome_scaled_image" name="IDR_SWIPE_FORWARD" file="for
ward_large.png" /> | 804 <structure type="chrome_scaled_image" name="IDR_SWIPE_FORWARD" file="for
ward_large.png" /> |
805 <structure type="chrome_scaled_image" name="IDR_TABPOSE_CLOSE" file="mac
/tabpose_close.png" /> | 805 <structure type="chrome_scaled_image" name="IDR_TABPOSE_CLOSE" file="mac
/tabpose_close.png" /> |
806 </if> | 806 </if> |
807 <!-- Note: Tab close buttons are not traditional buttons. Tab close butto
ns | 807 <!-- Note: Tab close buttons are not traditional buttons. Tab close butto
ns |
808 fill a background with a color from the theme, tile IDR_CLOSE_1 over
it, | 808 fill a background with a color from the theme, tile IDR_CLOSE_1 over
it, |
809 then apply IDR_CLOSE_1_MASK. See chrome/browser/ui/views/tabs/tab.cc
--> | 809 then apply IDR_CLOSE_1_MASK. See chrome/browser/ui/views/tabs/tab.cc
--> |
810 <if expr="not pp_ifdef('toolkit_views') and not is_macosx"> | 810 <if expr="not pp_ifdef('toolkit_views') and not is_macosx and not is_ios"> |
811 <structure type="chrome_scaled_image" name="IDR_TAB_ALPHA_LEFT" file="ta
b_alpha_left.png" /> | 811 <structure type="chrome_scaled_image" name="IDR_TAB_ALPHA_LEFT" file="ta
b_alpha_left.png" /> |
812 <structure type="chrome_scaled_image" name="IDR_TAB_ALPHA_RIGHT" file="t
ab_alpha_right.png" /> | 812 <structure type="chrome_scaled_image" name="IDR_TAB_ALPHA_RIGHT" file="t
ab_alpha_right.png" /> |
813 </if> | 813 </if> |
814 <if expr="pp_ifdef('toolkit_views')"> | 814 <if expr="pp_ifdef('toolkit_views')"> |
815 <structure type="chrome_scaled_image" name="IDR_TAB_ALPHA_LEFT" file="co
mmon/tab_alpha_left.png" /> | 815 <structure type="chrome_scaled_image" name="IDR_TAB_ALPHA_LEFT" file="co
mmon/tab_alpha_left.png" /> |
816 <structure type="chrome_scaled_image" name="IDR_TAB_ALPHA_RIGHT" file="c
ommon/tab_alpha_right.png" /> | 816 <structure type="chrome_scaled_image" name="IDR_TAB_ALPHA_RIGHT" file="c
ommon/tab_alpha_right.png" /> |
817 </if> | 817 </if> |
818 <if expr="is_macosx"> | 818 <if expr="is_macosx or is_ios"> |
819 <structure type="chrome_scaled_image" name="IDR_TAB_ALPHA_LEFT" file="ma
c/tab_alpha_left.png" /> | 819 <structure type="chrome_scaled_image" name="IDR_TAB_ALPHA_LEFT" file="ma
c/tab_alpha_left.png" /> |
820 <structure type="chrome_scaled_image" name="IDR_TAB_ALPHA_RIGHT" file="m
ac/tab_alpha_right.png" /> | 820 <structure type="chrome_scaled_image" name="IDR_TAB_ALPHA_RIGHT" file="m
ac/tab_alpha_right.png" /> |
821 </if> | 821 </if> |
822 <structure type="chrome_scaled_image" name="IDR_CLOSE_1" file="common/clos
e_1.png" /> | 822 <structure type="chrome_scaled_image" name="IDR_CLOSE_1" file="common/clos
e_1.png" /> |
823 <structure type="chrome_scaled_image" name="IDR_CLOSE_1_H" file="common/cl
ose_1_hover.png" /> | 823 <structure type="chrome_scaled_image" name="IDR_CLOSE_1_H" file="common/cl
ose_1_hover.png" /> |
824 <structure type="chrome_scaled_image" name="IDR_CLOSE_1_MASK" file="common
/close_1_mask.png" /> | 824 <structure type="chrome_scaled_image" name="IDR_CLOSE_1_MASK" file="common
/close_1_mask.png" /> |
825 <structure type="chrome_scaled_image" name="IDR_CLOSE_1_P" file="common/cl
ose_1_pressed.png" /> | 825 <structure type="chrome_scaled_image" name="IDR_CLOSE_1_P" file="common/cl
ose_1_pressed.png" /> |
826 <structure type="chrome_scaled_image" name="IDR_TAB_DROP_DOWN" file="tab_d
rop_down.png" /> | 826 <structure type="chrome_scaled_image" name="IDR_TAB_DROP_DOWN" file="tab_d
rop_down.png" /> |
827 <structure type="chrome_scaled_image" name="IDR_TAB_DROP_UP" file="tab_dro
p_up.png" /> | 827 <structure type="chrome_scaled_image" name="IDR_TAB_DROP_UP" file="tab_dro
p_up.png" /> |
828 <if expr="not pp_ifdef('toolkit_views') and not is_macosx"> | 828 <if expr="not pp_ifdef('toolkit_views') and not is_macosx and not is_ios"> |
829 <structure type="chrome_scaled_image" name="IDR_TAB_INACTIVE_CENTER" fil
e="tab_inactive_center.png" /> | 829 <structure type="chrome_scaled_image" name="IDR_TAB_INACTIVE_CENTER" fil
e="tab_inactive_center.png" /> |
830 <structure type="chrome_scaled_image" name="IDR_TAB_INACTIVE_LEFT" file=
"tab_inactive_left.png" /> | 830 <structure type="chrome_scaled_image" name="IDR_TAB_INACTIVE_LEFT" file=
"tab_inactive_left.png" /> |
831 <structure type="chrome_scaled_image" name="IDR_TAB_INACTIVE_RIGHT" file
="tab_inactive_right.png" /> | 831 <structure type="chrome_scaled_image" name="IDR_TAB_INACTIVE_RIGHT" file
="tab_inactive_right.png" /> |
832 </if> | 832 </if> |
833 <if expr="pp_ifdef('toolkit_views')"> | 833 <if expr="pp_ifdef('toolkit_views')"> |
834 <structure type="chrome_scaled_image" name="IDR_TAB_INACTIVE_CENTER" fil
e="common/tab_inactive_center.png" /> | 834 <structure type="chrome_scaled_image" name="IDR_TAB_INACTIVE_CENTER" fil
e="common/tab_inactive_center.png" /> |
835 <structure type="chrome_scaled_image" name="IDR_TAB_INACTIVE_LEFT" file=
"common/tab_inactive_left.png" /> | 835 <structure type="chrome_scaled_image" name="IDR_TAB_INACTIVE_LEFT" file=
"common/tab_inactive_left.png" /> |
836 <structure type="chrome_scaled_image" name="IDR_TAB_INACTIVE_RIGHT" file
="common/tab_inactive_right.png" /> | 836 <structure type="chrome_scaled_image" name="IDR_TAB_INACTIVE_RIGHT" file
="common/tab_inactive_right.png" /> |
837 </if> | 837 </if> |
838 <if expr="is_macosx"> | 838 <if expr="is_macosx or is_ios"> |
839 <structure type="chrome_scaled_image" name="IDR_TAB_INACTIVE_CENTER" fil
e="mac/tab_inactive_center.png" /> | 839 <structure type="chrome_scaled_image" name="IDR_TAB_INACTIVE_CENTER" fil
e="mac/tab_inactive_center.png" /> |
840 <structure type="chrome_scaled_image" name="IDR_TAB_INACTIVE_LEFT" file=
"mac/tab_inactive_left.png" /> | 840 <structure type="chrome_scaled_image" name="IDR_TAB_INACTIVE_LEFT" file=
"mac/tab_inactive_left.png" /> |
841 <structure type="chrome_scaled_image" name="IDR_TAB_INACTIVE_RIGHT" file
="mac/tab_inactive_right.png" /> | 841 <structure type="chrome_scaled_image" name="IDR_TAB_INACTIVE_RIGHT" file
="mac/tab_inactive_right.png" /> |
842 </if> | 842 </if> |
843 <structure type="chrome_scaled_image" name="IDR_TABLET_FAVICON" file="comm
on/favicon_tablet.png" /> | 843 <structure type="chrome_scaled_image" name="IDR_TABLET_FAVICON" file="comm
on/favicon_tablet.png" /> |
844 <if expr="pp_ifdef('chromeos')"> | 844 <if expr="pp_ifdef('chromeos')"> |
845 <structure type="chrome_scaled_image" name="IDR_TECHNICAL_ERROR" file="c
ros/technical_error.png" /> | 845 <structure type="chrome_scaled_image" name="IDR_TECHNICAL_ERROR" file="c
ros/technical_error.png" /> |
846 </if> | 846 </if> |
847 <structure type="chrome_scaled_image" name="IDR_TEMPORARY_GOOGLE_PLUS_ICON
" file="common/ic_gplus_color_16.png" /> | 847 <structure type="chrome_scaled_image" name="IDR_TEMPORARY_GOOGLE_PLUS_ICON
" file="common/ic_gplus_color_16.png" /> |
848 <structure type="chrome_scaled_image" name="IDR_THEME_BUTTON_BACKGROUND" f
ile="notused.png" /> | 848 <structure type="chrome_scaled_image" name="IDR_THEME_BUTTON_BACKGROUND" f
ile="notused.png" /> |
(...skipping 14 matching lines...) Expand all Loading... |
863 <structure type="chrome_scaled_image" name="IDR_THEME_FRAME_INACTIVE_W
IN" file="theme_frame_inactive.png" /> | 863 <structure type="chrome_scaled_image" name="IDR_THEME_FRAME_INACTIVE_W
IN" file="theme_frame_inactive.png" /> |
864 <structure type="chrome_scaled_image" name="IDR_THEME_FRAME_INCOGNITO_
WIN" file="theme_frame_incognito.png" /> | 864 <structure type="chrome_scaled_image" name="IDR_THEME_FRAME_INCOGNITO_
WIN" file="theme_frame_incognito.png" /> |
865 <structure type="chrome_scaled_image" name="IDR_THEME_FRAME_INCOGNITO_
INACTIVE_WIN" file="theme_frame_incognito_inactive.png" /> | 865 <structure type="chrome_scaled_image" name="IDR_THEME_FRAME_INCOGNITO_
INACTIVE_WIN" file="theme_frame_incognito_inactive.png" /> |
866 </if> | 866 </if> |
867 </if> | 867 </if> |
868 <structure type="chrome_scaled_image" name="IDR_THEME_FRAME_OVERLAY" file=
"notused.png" /> | 868 <structure type="chrome_scaled_image" name="IDR_THEME_FRAME_OVERLAY" file=
"notused.png" /> |
869 <structure type="chrome_scaled_image" name="IDR_THEME_FRAME_OVERLAY_INACTI
VE" file="notused.png" /> | 869 <structure type="chrome_scaled_image" name="IDR_THEME_FRAME_OVERLAY_INACTI
VE" file="notused.png" /> |
870 <structure type="chrome_scaled_image" name="IDR_THEME_NTP_ATTRIBUTION" fil
e="notused.png" /> | 870 <structure type="chrome_scaled_image" name="IDR_THEME_NTP_ATTRIBUTION" fil
e="notused.png" /> |
871 <structure type="chrome_scaled_image" name="IDR_THEME_NTP_BACKGROUND" file
="common/ntp_background.png" /> | 871 <structure type="chrome_scaled_image" name="IDR_THEME_NTP_BACKGROUND" file
="common/ntp_background.png" /> |
872 <structure type="chrome_scaled_image" name="IDR_THEME_NTP_BACKGROUND_WHITE
" file="common/ntp_background_white.png" /> | 872 <structure type="chrome_scaled_image" name="IDR_THEME_NTP_BACKGROUND_WHITE
" file="common/ntp_background_white.png" /> |
873 <if expr="not pp_ifdef('use_ash') and not is_macosx"> | 873 <if expr="not pp_ifdef('use_ash') and not is_macosx and not is_ios"> |
874 <structure type="chrome_scaled_image" name="IDR_THEME_TAB_BACKGROUND" fi
le="theme_tab_background.png" /> | 874 <structure type="chrome_scaled_image" name="IDR_THEME_TAB_BACKGROUND" fi
le="theme_tab_background.png" /> |
875 <structure type="chrome_scaled_image" name="IDR_THEME_TAB_BACKGROUND_INC
OGNITO" file="theme_tab_background_incognito.png" /> | 875 <structure type="chrome_scaled_image" name="IDR_THEME_TAB_BACKGROUND_INC
OGNITO" file="theme_tab_background_incognito.png" /> |
876 </if> | 876 </if> |
877 <if expr="pp_ifdef('use_ash')"> | 877 <if expr="pp_ifdef('use_ash')"> |
878 <!-- Ash has gray tab backgrounds, Windows uses blue. --> | 878 <!-- Ash has gray tab backgrounds, Windows uses blue. --> |
879 <structure type="chrome_scaled_image" name="IDR_THEME_TAB_BACKGROUND" fi
le="cros/theme_default_inactive.png" /> | 879 <structure type="chrome_scaled_image" name="IDR_THEME_TAB_BACKGROUND" fi
le="cros/theme_default_inactive.png" /> |
880 <structure type="chrome_scaled_image" name="IDR_THEME_TAB_BACKGROUND_INC
OGNITO" file="cros/theme_default_inactive.png" /> | 880 <structure type="chrome_scaled_image" name="IDR_THEME_TAB_BACKGROUND_INC
OGNITO" file="cros/theme_default_inactive.png" /> |
881 <if expr="is_win"> | 881 <if expr="is_win"> |
882 <structure type="chrome_scaled_image" name="IDR_THEME_TAB_BACKGROUND_W
IN" file="theme_tab_background.png" /> | 882 <structure type="chrome_scaled_image" name="IDR_THEME_TAB_BACKGROUND_W
IN" file="theme_tab_background.png" /> |
883 <structure type="chrome_scaled_image" name="IDR_THEME_TAB_BACKGROUND_I
NCOGNITO_WIN" file="theme_tab_background_incognito.png" /> | 883 <structure type="chrome_scaled_image" name="IDR_THEME_TAB_BACKGROUND_I
NCOGNITO_WIN" file="theme_tab_background_incognito.png" /> |
884 </if> | 884 </if> |
885 </if> | 885 </if> |
886 <if expr="is_macosx"> | 886 <if expr="is_macosx or is_ios"> |
887 <structure type="chrome_scaled_image" name="IDR_THEME_TAB_BACKGROUND" fi
le="mac/theme_default_inactive.png" /> | 887 <structure type="chrome_scaled_image" name="IDR_THEME_TAB_BACKGROUND" fi
le="mac/theme_default_inactive.png" /> |
888 <structure type="chrome_scaled_image" name="IDR_THEME_TAB_BACKGROUND_INA
CTIVE" file="mac/theme_default_inactive_background.png" /> | 888 <structure type="chrome_scaled_image" name="IDR_THEME_TAB_BACKGROUND_INA
CTIVE" file="mac/theme_default_inactive_background.png" /> |
889 </if> | 889 </if> |
890 <structure type="chrome_scaled_image" name="IDR_THEME_TAB_BACKGROUND_V" fi
le="theme_tab_background_glass.png" /> | 890 <structure type="chrome_scaled_image" name="IDR_THEME_TAB_BACKGROUND_V" fi
le="theme_tab_background_glass.png" /> |
891 <if expr="not pp_ifdef('use_ash') and not is_macosx"> | 891 <if expr="not pp_ifdef('use_ash') and not is_macosx and not is_ios"> |
892 <structure type="chrome_scaled_image" name="IDR_THEME_TOOLBAR" file="the
me_toolbar_default.png" /> | 892 <structure type="chrome_scaled_image" name="IDR_THEME_TOOLBAR" file="the
me_toolbar_default.png" /> |
893 </if> | 893 </if> |
894 <if expr="pp_ifdef('use_ash')"> | 894 <if expr="pp_ifdef('use_ash')"> |
895 <!-- Ash has a dark gray toolbar background, Windows has light gray. --> | 895 <!-- Ash has a dark gray toolbar background, Windows has light gray. --> |
896 <structure type="chrome_scaled_image" name="IDR_THEME_TOOLBAR" file="cro
s/theme_default_active.png" /> | 896 <structure type="chrome_scaled_image" name="IDR_THEME_TOOLBAR" file="cro
s/theme_default_active.png" /> |
897 <if expr="is_win"> | 897 <if expr="is_win"> |
898 <structure type="chrome_scaled_image" name="IDR_THEME_TOOLBAR_WIN" fil
e="theme_toolbar_default.png" /> | 898 <structure type="chrome_scaled_image" name="IDR_THEME_TOOLBAR_WIN" fil
e="theme_toolbar_default.png" /> |
899 </if> | 899 </if> |
900 </if> | 900 </if> |
901 <if expr="is_macosx"> | 901 <if expr="is_macosx or is_ios"> |
902 <structure type="chrome_scaled_image" name="IDR_THEME_TOOLBAR" file="mac
/theme_default_active.png" /> | 902 <structure type="chrome_scaled_image" name="IDR_THEME_TOOLBAR" file="mac
/theme_default_active.png" /> |
903 <structure type="chrome_scaled_image" name="IDR_THEME_TOOLBAR_INACTIVE"
file="mac/theme_default_active_background.png" /> | 903 <structure type="chrome_scaled_image" name="IDR_THEME_TOOLBAR_INACTIVE"
file="mac/theme_default_active_background.png" /> |
904 </if> | 904 </if> |
905 <!-- Instant Extended API toolbar background is common for all platforms.
--> | 905 <!-- Instant Extended API toolbar background is common for all platforms.
--> |
906 <structure type="chrome_scaled_image" name="IDR_THEME_WINDOW_CONTROL_BACKG
ROUND" file="notused.png" /> | 906 <structure type="chrome_scaled_image" name="IDR_THEME_WINDOW_CONTROL_BACKG
ROUND" file="notused.png" /> |
907 <structure type="chrome_scaled_image" name="IDR_THROBBER_LIGHT" file="thro
bber_light.png" /> | 907 <structure type="chrome_scaled_image" name="IDR_THROBBER_LIGHT" file="thro
bber_light.png" /> |
908 <structure type="chrome_scaled_image" name="IDR_THROBBER_WAITING" file="th
robber_waiting.png" /> | 908 <structure type="chrome_scaled_image" name="IDR_THROBBER_WAITING" file="th
robber_waiting.png" /> |
909 <structure type="chrome_scaled_image" name="IDR_THROBBER_WAITING_LIGHT" fi
le="throbber_waiting_light.png" /> | 909 <structure type="chrome_scaled_image" name="IDR_THROBBER_WAITING_LIGHT" fi
le="throbber_waiting_light.png" /> |
910 <structure type="chrome_scaled_image" name="IDR_TAB_RECORDING" file="tab_r
ecording.png" /> | 910 <structure type="chrome_scaled_image" name="IDR_TAB_RECORDING" file="tab_r
ecording.png" /> |
911 <structure type="chrome_scaled_image" name="IDR_TAB_RECORDING_MASK" file="
common/tab_recording_mask.png" /> | 911 <structure type="chrome_scaled_image" name="IDR_TAB_RECORDING_MASK" file="
common/tab_recording_mask.png" /> |
912 <structure type="chrome_scaled_image" name="IDR_TAB_CAPTURE" file="tab_cap
ture.png" /> | 912 <structure type="chrome_scaled_image" name="IDR_TAB_CAPTURE" file="tab_cap
ture.png" /> |
913 <structure type="chrome_scaled_image" name="IDR_TAB_CAPTURE_GLOW" file="ta
b_capture_glow.png" /> | 913 <structure type="chrome_scaled_image" name="IDR_TAB_CAPTURE_GLOW" file="ta
b_capture_glow.png" /> |
914 <if expr="pp_ifdef('use_ash')"> | 914 <if expr="pp_ifdef('use_ash')"> |
915 <structure type="chrome_scaled_image" name="IDR_TOOLBAR_SHADE_BOTTOM" fi
le="common/toolbar_shade_bottom.png" /> | 915 <structure type="chrome_scaled_image" name="IDR_TOOLBAR_SHADE_BOTTOM" fi
le="common/toolbar_shade_bottom.png" /> |
916 <structure type="chrome_scaled_image" name="IDR_TOOLBAR_SHADE_LEFT" file
="common/toolbar_shade_left.png" /> | 916 <structure type="chrome_scaled_image" name="IDR_TOOLBAR_SHADE_LEFT" file
="common/toolbar_shade_left.png" /> |
917 <structure type="chrome_scaled_image" name="IDR_TOOLBAR_SHADE_RIGHT" fil
e="common/toolbar_shade_right.png" /> | 917 <structure type="chrome_scaled_image" name="IDR_TOOLBAR_SHADE_RIGHT" fil
e="common/toolbar_shade_right.png" /> |
918 <structure type="chrome_scaled_image" name="IDR_TOOLBAR_SHADE_TOP" file=
"common/toolbar_shade_top.png" /> | 918 <structure type="chrome_scaled_image" name="IDR_TOOLBAR_SHADE_TOP" file=
"common/toolbar_shade_top.png" /> |
919 </if> | 919 </if> |
920 <if expr="is_macosx"> | 920 <if expr="is_macosx or is_ios"> |
921 <structure type="chrome_scaled_image" name="IDR_TOOLBAR_SHADE_TOP" file=
"mac/toolbar_shade_top.png" /> | 921 <structure type="chrome_scaled_image" name="IDR_TOOLBAR_SHADE_TOP" file=
"mac/toolbar_shade_top.png" /> |
922 </if> | 922 </if> |
923 <!-- For non-chromeos aura the tools menu button in the normal state is sl
ightly different --> | 923 <!-- For non-chromeos aura the tools menu button in the normal state is sl
ightly different --> |
924 <if expr="not pp_ifdef('use_aura') or pp_ifdef('chromeos')"> | 924 <if expr="not pp_ifdef('use_aura') or pp_ifdef('chromeos')"> |
925 <if expr="not pp_ifdef('toolkit_views') and not is_macosx"> | 925 <if expr="not pp_ifdef('toolkit_views') and not is_macosx and not is_ios
"> |
926 <structure type="chrome_scaled_image" name="IDR_TOOLS" file="tools.png
" /> | 926 <structure type="chrome_scaled_image" name="IDR_TOOLS" file="tools.png
" /> |
927 <structure type="chrome_scaled_image" name="IDR_TOOLS_H" file="tools_h
over.png" /> | 927 <structure type="chrome_scaled_image" name="IDR_TOOLS_H" file="tools_h
over.png" /> |
928 <structure type="chrome_scaled_image" name="IDR_TOOLS_P" file="tools_p
ressed.png" /> | 928 <structure type="chrome_scaled_image" name="IDR_TOOLS_P" file="tools_p
ressed.png" /> |
929 </if> | 929 </if> |
930 <if expr="pp_ifdef('toolkit_views') or is_macosx"> | 930 <if expr="pp_ifdef('toolkit_views') or is_macosx or is_ios"> |
931 <structure type="chrome_scaled_image" name="IDR_TOOLS" file="common/br
owser_tools_normal.png" /> | 931 <structure type="chrome_scaled_image" name="IDR_TOOLS" file="common/br
owser_tools_normal.png" /> |
932 <structure type="chrome_scaled_image" name="IDR_TOOLS_H" file="common/
browser_tools_hover.png" /> | 932 <structure type="chrome_scaled_image" name="IDR_TOOLS_H" file="common/
browser_tools_hover.png" /> |
933 <structure type="chrome_scaled_image" name="IDR_TOOLS_P" file="common/
browser_tools_pressed.png" /> | 933 <structure type="chrome_scaled_image" name="IDR_TOOLS_P" file="common/
browser_tools_pressed.png" /> |
934 </if> | 934 </if> |
935 </if> | 935 </if> |
936 <if expr="pp_ifdef('use_aura') and not pp_ifdef('chromeos')"> | 936 <if expr="pp_ifdef('use_aura') and not pp_ifdef('chromeos')"> |
937 <structure type="chrome_scaled_image" name="IDR_TOOLS_BADGE_AURA" file="
common/browser_tools_badge_aura.png" /> | 937 <structure type="chrome_scaled_image" name="IDR_TOOLS_BADGE_AURA" file="
common/browser_tools_badge_aura.png" /> |
938 <structure type="chrome_scaled_image" name="IDR_TOOLS" file="common/brow
ser_tools_normal_aura.png" /> | 938 <structure type="chrome_scaled_image" name="IDR_TOOLS" file="common/brow
ser_tools_normal_aura.png" /> |
939 <structure type="chrome_scaled_image" name="IDR_TOOLS_H" file="common/br
owser_tools_hover.png" /> | 939 <structure type="chrome_scaled_image" name="IDR_TOOLS_H" file="common/br
owser_tools_hover.png" /> |
940 <structure type="chrome_scaled_image" name="IDR_TOOLS_P" file="common/br
owser_tools_pressed.png" /> | 940 <structure type="chrome_scaled_image" name="IDR_TOOLS_P" file="common/br
owser_tools_pressed.png" /> |
941 </if> | 941 </if> |
942 | 942 |
943 <structure type="chrome_scaled_image" name="IDR_TOOLBAR_BEZEL_HOVER" file=
"common/browser_toolbar_bezel_hover.png" /> | 943 <structure type="chrome_scaled_image" name="IDR_TOOLBAR_BEZEL_HOVER" file=
"common/browser_toolbar_bezel_hover.png" /> |
944 <structure type="chrome_scaled_image" name="IDR_TOOLBAR_BEZEL_PRESSED" fil
e="common/browser_toolbar_bezel_pressed.png" /> | 944 <structure type="chrome_scaled_image" name="IDR_TOOLBAR_BEZEL_PRESSED" fil
e="common/browser_toolbar_bezel_pressed.png" /> |
945 <structure type="chrome_scaled_image" name="IDR_TOOLS_BAR" file="common/br
owser_tools_bar.png" /> | 945 <structure type="chrome_scaled_image" name="IDR_TOOLS_BAR" file="common/br
owser_tools_bar.png" /> |
946 <structure type="chrome_scaled_image" name="IDR_TOOLS_BAR_LOW" file="commo
n/browser_tools_bar_low.png" /> | 946 <structure type="chrome_scaled_image" name="IDR_TOOLS_BAR_LOW" file="commo
n/browser_tools_bar_low.png" /> |
947 <structure type="chrome_scaled_image" name="IDR_TOOLS_BAR_MEDIUM" file="co
mmon/browser_tools_bar_medium.png" /> | 947 <structure type="chrome_scaled_image" name="IDR_TOOLS_BAR_MEDIUM" file="co
mmon/browser_tools_bar_medium.png" /> |
948 <structure type="chrome_scaled_image" name="IDR_TOOLS_BAR_HIGH" file="comm
on/browser_tools_bar_high.png" /> | 948 <structure type="chrome_scaled_image" name="IDR_TOOLS_BAR_HIGH" file="comm
on/browser_tools_bar_high.png" /> |
949 <structure type="chrome_scaled_image" name="IDR_UP_ARROW" file="common/up_
arrow.png" /> | 949 <structure type="chrome_scaled_image" name="IDR_UP_ARROW" file="common/up_
arrow.png" /> |
950 <if expr="not is_macosx and not pp_ifdef('toolkit_views')"> | 950 <if expr="not is_macosx and not is_ios and not pp_ifdef('toolkit_views')"> |
951 <structure type="chrome_scaled_image" name="IDR_UPDATE_BADGE" file="upda
te_badge.png" /> | 951 <structure type="chrome_scaled_image" name="IDR_UPDATE_BADGE" file="upda
te_badge.png" /> |
952 <structure type="chrome_scaled_image" name="IDR_UPDATE_BADGE2" file="upd
ate_badge2.png" /> | 952 <structure type="chrome_scaled_image" name="IDR_UPDATE_BADGE2" file="upd
ate_badge2.png" /> |
953 <structure type="chrome_scaled_image" name="IDR_UPDATE_BADGE3" file="upd
ate_badge3.png" /> | 953 <structure type="chrome_scaled_image" name="IDR_UPDATE_BADGE3" file="upd
ate_badge3.png" /> |
954 <structure type="chrome_scaled_image" name="IDR_UPDATE_BADGE4" file="upd
ate_badge4.png" /> | 954 <structure type="chrome_scaled_image" name="IDR_UPDATE_BADGE4" file="upd
ate_badge4.png" /> |
955 </if> | 955 </if> |
956 <structure type="chrome_scaled_image" name="IDR_UPDATE_FAILED" file="commo
n/update_failed.png" /> | 956 <structure type="chrome_scaled_image" name="IDR_UPDATE_FAILED" file="commo
n/update_failed.png" /> |
957 <structure type="chrome_scaled_image" name="IDR_UPDATE_MENU_SEVERITY_LOW"
file="common/update_menu_severity_low.png" /> | 957 <structure type="chrome_scaled_image" name="IDR_UPDATE_MENU_SEVERITY_LOW"
file="common/update_menu_severity_low.png" /> |
958 <structure type="chrome_scaled_image" name="IDR_UPDATE_MENU_SEVERITY_MEDIU
M" file="common/update_menu_severity_medium.png" /> | 958 <structure type="chrome_scaled_image" name="IDR_UPDATE_MENU_SEVERITY_MEDIU
M" file="common/update_menu_severity_medium.png" /> |
959 <structure type="chrome_scaled_image" name="IDR_UPDATE_MENU_SEVERITY_HIGH"
file="common/update_menu_severity_high.png" /> | 959 <structure type="chrome_scaled_image" name="IDR_UPDATE_MENU_SEVERITY_HIGH"
file="common/update_menu_severity_high.png" /> |
960 <structure type="chrome_scaled_image" name="IDR_UPDATE_UPTODATE" file="com
mon/update_uptodate.png" /> | 960 <structure type="chrome_scaled_image" name="IDR_UPDATE_UPTODATE" file="com
mon/update_uptodate.png" /> |
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
992 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON_16" file="
google_chrome/webstore_icon_16.png" /> | 992 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON_16" file="
google_chrome/webstore_icon_16.png" /> |
993 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON_24" file="
google_chrome/webstore_icon_24.png" /> | 993 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON_24" file="
google_chrome/webstore_icon_24.png" /> |
994 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON_32" file="
google_chrome/webstore_icon_32.png" /> | 994 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON_32" file="
google_chrome/webstore_icon_32.png" /> |
995 </if> | 995 </if> |
996 <structure type="chrome_scaled_image" name="IDR_ZOOM_MINUS" file="zoom_min
us.png" /> | 996 <structure type="chrome_scaled_image" name="IDR_ZOOM_MINUS" file="zoom_min
us.png" /> |
997 <structure type="chrome_scaled_image" name="IDR_ZOOM_PLUS" file="zoom_plus
.png" /> | 997 <structure type="chrome_scaled_image" name="IDR_ZOOM_PLUS" file="zoom_plus
.png" /> |
998 <structure type="chrome_scaled_image" name="IDR_ZOOM_NORMAL" file="zoom_re
set.png" /> | 998 <structure type="chrome_scaled_image" name="IDR_ZOOM_NORMAL" file="zoom_re
set.png" /> |
999 </structures> | 999 </structures> |
1000 </release> | 1000 </release> |
1001 </grit> | 1001 </grit> |
OLD | NEW |