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

Unified Diff: ui/resources/ui_resources.grd

Issue 12383065: Remove old-checkbox-style flag, code and assets (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix whitespace and merge with trunk Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/resources/default_100_percent/linux/linux-radio-on.png ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/resources/ui_resources.grd
diff --git a/ui/resources/ui_resources.grd b/ui/resources/ui_resources.grd
index 8dabb470449419e442f110d0de1e315d62e13c57..35a932ccae1e6333d34291638618a6c696ffdafe 100644
--- a/ui/resources/ui_resources.grd
+++ b/ui/resources/ui_resources.grd
@@ -125,23 +125,6 @@
<structure type="chrome_scaled_image" name="IDR_BUTTON_PRESSED_TOP" file="common/button_pressed_top.png" />
<structure type="chrome_scaled_image" name="IDR_BUTTON_PRESSED_TOP_LEFT" file="common/button_pressed_top_left.png" />
<structure type="chrome_scaled_image" name="IDR_BUTTON_PRESSED_TOP_RIGHT" file="common/button_pressed_top_right.png" />
- <if expr="is_posix and not is_macosx and not pp_ifdef('use_aura')">
- <structure type="chrome_scaled_image" name="IDR_CHECKBOX_DISABLED_INDETERMINATE" file="linux/linux-checkbox-disabled-indeterminate.png" />
- <structure type="chrome_scaled_image" name="IDR_CHECKBOX_DISABLED_OFF" file="linux/linux-checkbox-disabled-off.png" />
- <structure type="chrome_scaled_image" name="IDR_CHECKBOX_DISABLED_ON" file="linux/linux-checkbox-disabled-on.png" />
- <structure type="chrome_scaled_image" name="IDR_CHECKBOX_INDETERMINATE" file="linux/linux-checkbox-indeterminate.png" />
- <structure type="chrome_scaled_image" name="IDR_CHECKBOX_OFF" file="linux/linux-checkbox-off.png" />
- <structure type="chrome_scaled_image" name="IDR_CHECKBOX_ON" file="linux/linux-checkbox-on.png" />
- </if>
- <if expr="pp_ifdef('use_aura')">
- <!-- TODO(jamescook): Replace Linux images with Aura-specific ones. -->
- <structure type="chrome_scaled_image" name="IDR_CHECKBOX_DISABLED_INDETERMINATE" file="linux/linux-checkbox-disabled-indeterminate.png" />
- <structure type="chrome_scaled_image" name="IDR_CHECKBOX_DISABLED_OFF" file="linux/linux-checkbox-disabled-off.png" />
- <structure type="chrome_scaled_image" name="IDR_CHECKBOX_DISABLED_ON" file="linux/linux-checkbox-disabled-on.png" />
- <structure type="chrome_scaled_image" name="IDR_CHECKBOX_INDETERMINATE" file="linux/linux-checkbox-indeterminate.png" />
- <structure type="chrome_scaled_image" name="IDR_CHECKBOX_OFF" file="linux/linux-checkbox-off.png" />
- <structure type="chrome_scaled_image" name="IDR_CHECKBOX_ON" file="linux/linux-checkbox-on.png" />
- </if>
<structure type="chrome_scaled_image" name="IDR_CHECKMARK" file="common/checkmark.png" />
<if expr="not pp_ifdef('toolkit_views') and is_posix and not is_macosx">
<structure type="chrome_scaled_image" name="IDR_CLOSE" file="linux/linux_close.png" />
@@ -239,20 +222,12 @@
<structure type="chrome_scaled_image" name="IDR_PROGRESS_BORDER_LEFT" file="linux/linux-progress-border-left.png" />
<structure type="chrome_scaled_image" name="IDR_PROGRESS_BORDER_RIGHT" file="linux/linux-progress-border-right.png" />
<structure type="chrome_scaled_image" name="IDR_PROGRESS_VALUE" file="linux/linux-progress-value.png" />
- <structure type="chrome_scaled_image" name="IDR_RADIO_DISABLED_OFF" file="linux/linux-radio-disabled-off.png" />
- <structure type="chrome_scaled_image" name="IDR_RADIO_DISABLED_ON" file="linux/linux-radio-disabled-on.png" />
- <structure type="chrome_scaled_image" name="IDR_RADIO_OFF" file="linux/linux-radio-off.png" />
- <structure type="chrome_scaled_image" name="IDR_RADIO_ON" file="linux/linux-radio-on.png" />
</if>
<if expr="pp_ifdef('use_aura')">
<structure type="chrome_scaled_image" name="IDR_PROGRESS_BAR" file="linux/linux-progress-bar.png" />
<structure type="chrome_scaled_image" name="IDR_PROGRESS_BORDER_LEFT" file="linux/linux-progress-border-left.png" />
<structure type="chrome_scaled_image" name="IDR_PROGRESS_BORDER_RIGHT" file="linux/linux-progress-border-right.png" />
<structure type="chrome_scaled_image" name="IDR_PROGRESS_VALUE" file="linux/linux-progress-value.png" />
- <structure type="chrome_scaled_image" name="IDR_RADIO_DISABLED_OFF" file="linux/linux-radio-disabled-off.png" />
- <structure type="chrome_scaled_image" name="IDR_RADIO_DISABLED_ON" file="linux/linux-radio-disabled-on.png" />
- <structure type="chrome_scaled_image" name="IDR_RADIO_OFF" file="linux/linux-radio-off.png" />
- <structure type="chrome_scaled_image" name="IDR_RADIO_ON" file="linux/linux-radio-on.png" />
<structure type="chrome_scaled_image" name="IDR_SCROLL_BASE_HORIZONTAL_CENTER_H" file="cros/aura_scrollbar_base_horizontal_hover_center.png" />
<structure type="chrome_scaled_image" name="IDR_SCROLL_BASE_HORIZONTAL_LEFT_H" file="cros/aura_scrollbar_base_horizontal_hover_left.png" />
« no previous file with comments | « ui/resources/default_100_percent/linux/linux-radio-on.png ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698