|
12 | 12 | </outputs> |
13 | 13 | <release seq="1"> |
14 | 14 | <structures fallback_to_low_resolution="true"> |
| 15 | + <structure type="chrome_scaled_image" name="IDR_MENU_CHECK_CHECKED" file="common/menu_check.png" /> |
| 16 | + <structure type="chrome_scaled_image" name="IDR_MENU_DROPARROW" file="cros/menu_droparrow.png" /> |
| 17 | + <if expr="use_aura or toolkit_views or (is_posix and not is_macosx and not is_ios)"> |
| 18 | + <structure type="chrome_scaled_image" name="IDR_PROGRESS_BAR" file="linux/linux-progress-bar.png" /> |
| 19 | + <structure type="chrome_scaled_image" name="IDR_PROGRESS_BORDER_LEFT" file="linux/linux-progress-border-left.png" /> |
| 20 | + <structure type="chrome_scaled_image" name="IDR_PROGRESS_BORDER_RIGHT" file="linux/linux-progress-border-right.png" /> |
| 21 | + <structure type="chrome_scaled_image" name="IDR_PROGRESS_VALUE" file="linux/linux-progress-value.png" /> |
| 22 | + </if> |
| 23 | + <if expr="not pp_ifdef('use_minimum_resources')"> |
15 | 24 | <!-- KEEP THESE IN ALPHABETICAL ORDER! DO NOT ADD TO RANDOM PLACES JUST |
16 | 25 | BECAUSE YOUR RESOURCES ARE FUNCTIONALLY RELATED OR FALL UNDER THE |
17 | 26 | SAME CONDITIONALS. --> |
|
306 | 315 | <if expr="is_macosx or is_ios"> |
307 | 316 | <structure type="chrome_scaled_image" name="IDR_MENU_HIERARCHY_ARROW" file="mac/menu_hierarchy_arrow.png" /> |
308 | 317 | </if> |
309 | | - <structure type="chrome_scaled_image" name="IDR_MENU_CHECK_CHECKED" file="common/menu_check.png" /> |
310 | 318 | <if expr="toolkit_views"> |
311 | 319 | <structure type="chrome_scaled_image" name="IDR_MENU_CHECK" file="cros/menu_check.png" /> |
312 | 320 | <structure type="chrome_scaled_image" name="IDR_MENU_CHECK_CHECKED_DARK_BACKGROUND" file="common/menu_check_white.png" /> |
|
324 | 332 | <structure type="chrome_scaled_image" name="IDR_SLIDER_ACTIVE_THUMB" file="slider_thumb.png" /> |
325 | 333 | <structure type="chrome_scaled_image" name="IDR_SLIDER_DISABLED_THUMB" file="slider_thumb_disabled.png" /> |
326 | 334 | </if> |
327 | | - <structure type="chrome_scaled_image" name="IDR_MENU_DROPARROW" file="cros/menu_droparrow.png" /> |
328 | 335 | <structure type="chrome_scaled_image" name="IDR_MESSAGE_CLOSE" file="common/message_close.png" /> |
329 | 336 | <if expr="desktop_linux"> |
330 | 337 | <structure type="chrome_scaled_image" name="IDR_MINIMIZE" file="linux/linux_minimize.png" /> |
|
387 | 394 | <structure type="chrome_scaled_image" name="IDR_PANEL_BOTTOM_LEFT_CORNER" file="panel_bottom_left_corner.png" /> |
388 | 395 | <structure type="chrome_scaled_image" name="IDR_PANEL_BOTTOM_RIGHT_CORNER" file="panel_bottom_right_corner.png" /> |
389 | 396 | </if> |
390 | | - <if expr="use_aura or toolkit_views or (is_posix and not is_macosx and not is_ios)"> |
391 | | - <structure type="chrome_scaled_image" name="IDR_PROGRESS_BAR" file="linux/linux-progress-bar.png" /> |
392 | | - <structure type="chrome_scaled_image" name="IDR_PROGRESS_BORDER_LEFT" file="linux/linux-progress-border-left.png" /> |
393 | | - <structure type="chrome_scaled_image" name="IDR_PROGRESS_BORDER_RIGHT" file="linux/linux-progress-border-right.png" /> |
394 | | - <structure type="chrome_scaled_image" name="IDR_PROGRESS_VALUE" file="linux/linux-progress-value.png" /> |
395 | | - </if> |
396 | 397 | <if expr="toolkit_views"> |
397 | 398 | <structure type="chrome_scaled_image" name="IDR_RADIO" file="common/radio.png" /> |
398 | 399 | <structure type="chrome_scaled_image" name="IDR_RADIO_CHECKED" file="common/radio_checked.png" /> |
|
593 | 594 | <structure type="chrome_scaled_image" name="IDR_WINDOW_BUBBLE_SHADOW_SPIKE_SMALL_RIGHT" file="common/window_bubble_shadow_spike_small_right.png" /> |
594 | 595 | <structure type="chrome_scaled_image" name="IDR_WINDOW_BUBBLE_SHADOW_SPIKE_SMALL_TOP" file="common/window_bubble_shadow_spike_small_top.png" /> |
595 | 596 | </if> |
| 597 | + </if> |
596 | 598 | </structures> |
597 | 599 | </release> |
598 | 600 | </grit> |
0 commit comments