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

Unified Diff: ui/gfx/gfx_resources.grd

Issue 10377155: Move ui/gfx/resources to ui/base/native_theme/resources Step2. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: keep gfx_resources.pak for DumpRenderTree Created 8 years, 7 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
Index: ui/gfx/gfx_resources.grd
diff --git a/ui/gfx/gfx_resources.grd b/ui/gfx/gfx_resources.grd
deleted file mode 100644
index f8cb030a0eb7044a9afc3d53c1789022501b2e44..0000000000000000000000000000000000000000
--- a/ui/gfx/gfx_resources.grd
+++ /dev/null
@@ -1,90 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<grit latest_public_release="0" current_release="1">
- <outputs>
- <output filename="grit/gfx_resources.h" type="rc_header">
- <emit emit_type='prepend'></emit>
- </output>
- <output filename="grit/gfx_resources_map.cc" type="resource_map_source" />
- <output filename="grit/gfx_resources_map.h" type="resource_map_header" />
- <output filename="gfx_resources.pak" type="data_package" />
- <output filename="gfx_resources.rc" type="rc_all" />
- </outputs>
- <release seq="1">
- <includes>
- <if expr="is_win">
- <!-- IDR_BITMAP_BRUSH_IMAGE is for canvas_direct2d_unittest on win -->
- <!-- TODO(sky): we don't want a test only image in the release builds -->
- <include name="IDR_BITMAP_BRUSH_IMAGE" file="resources\bitmap_brush_image.png" type="BINDATA" />
- </if>
-
- <if expr="is_posix and not is_macosx and not pp_ifdef('use_aura')">
- <include name="IDR_CHECKBOX_DISABLED_INDETERMINATE" file="resources\linux-checkbox-disabled-indeterminate.png" type="BINDATA" />
- <include name="IDR_CHECKBOX_DISABLED_OFF" file="resources\linux-checkbox-disabled-off.png" type="BINDATA" />
- <include name="IDR_CHECKBOX_DISABLED_ON" file="resources\linux-checkbox-disabled-on.png" type="BINDATA" />
- <include name="IDR_CHECKBOX_INDETERMINATE" file="resources\linux-checkbox-indeterminate.png" type="BINDATA" />
- <include name="IDR_CHECKBOX_OFF" file="resources\linux-checkbox-off.png" type="BINDATA" />
- <include name="IDR_CHECKBOX_ON" file="resources\linux-checkbox-on.png" type="BINDATA" />
- <include name="IDR_RADIO_DISABLED_OFF" file="resources\linux-radio-disabled-off.png" type="BINDATA" />
- <include name="IDR_RADIO_DISABLED_ON" file="resources\linux-radio-disabled-on.png" type="BINDATA" />
- <include name="IDR_RADIO_OFF" file="resources\linux-radio-off.png" type="BINDATA" />
- <include name="IDR_RADIO_ON" file="resources\linux-radio-on.png" type="BINDATA" />
- <include name="IDR_PROGRESS_BAR" file="resources\linux-progress-bar.png" type="BINDATA" />
- <include name="IDR_PROGRESS_BORDER_LEFT" file="resources\linux-progress-border-left.png" type="BINDATA" />
- <include name="IDR_PROGRESS_BORDER_RIGHT" file="resources\linux-progress-border-right.png" type="BINDATA" />
- <include name="IDR_PROGRESS_VALUE" file="resources\linux-progress-value.png" type="BINDATA" />
- </if>
-
- <!-- TODO(jamescook): Replace Linux images with Aura-specific ones. -->
- <if expr="pp_ifdef('use_aura')">
- <include name="IDR_CHECKBOX_DISABLED_INDETERMINATE" file="resources\linux-checkbox-disabled-indeterminate.png" type="BINDATA" />
- <include name="IDR_CHECKBOX_DISABLED_OFF" file="resources\linux-checkbox-disabled-off.png" type="BINDATA" />
- <include name="IDR_CHECKBOX_DISABLED_ON" file="resources\linux-checkbox-disabled-on.png" type="BINDATA" />
- <include name="IDR_CHECKBOX_INDETERMINATE" file="resources\linux-checkbox-indeterminate.png" type="BINDATA" />
- <include name="IDR_CHECKBOX_OFF" file="resources\linux-checkbox-off.png" type="BINDATA" />
- <include name="IDR_CHECKBOX_ON" file="resources\linux-checkbox-on.png" type="BINDATA" />
- <include name="IDR_RADIO_DISABLED_OFF" file="resources\linux-radio-disabled-off.png" type="BINDATA" />
- <include name="IDR_RADIO_DISABLED_ON" file="resources\linux-radio-disabled-on.png" type="BINDATA" />
- <include name="IDR_RADIO_OFF" file="resources\linux-radio-off.png" type="BINDATA" />
- <include name="IDR_RADIO_ON" file="resources\linux-radio-on.png" type="BINDATA" />
- <include name="IDR_PROGRESS_BAR" file="resources\linux-progress-bar.png" type="BINDATA" />
- <include name="IDR_PROGRESS_BORDER_LEFT" file="resources\linux-progress-border-left.png" type="BINDATA" />
- <include name="IDR_PROGRESS_BORDER_RIGHT" file="resources\linux-progress-border-right.png" type="BINDATA" />
- <include name="IDR_PROGRESS_VALUE" file="resources\linux-progress-value.png" type="BINDATA" />
-
- <include name="IDR_SCROLL_BASE_CORNER" file="resources\scrollbar_base_normal_edge.png" type="BINDATA" />
- <include name="IDR_SCROLL_BASE_CORNER_H" file="resources\scrollbar_base_hot_edge.png" type="BINDATA" />
- <include name="IDR_SCROLL_BASE_HORIZONTAL_CENTER" file="resources\scrollbar_base_horizontal_normal_center.png" type="BINDATA" />
- <include name="IDR_SCROLL_BASE_HORIZONTAL_CENTER_H" file="resources\scrollbar_base_horizontal_hot_center.png" type="BINDATA" />
- <include name="IDR_SCROLL_BASE_HORIZONTAL_LEFT" file="resources\scrollbar_base_horizontal_normal_left.png" type="BINDATA" />
- <include name="IDR_SCROLL_BASE_HORIZONTAL_LEFT_H" file="resources\scrollbar_base_horizontal_hot_left.png" type="BINDATA" />
- <include name="IDR_SCROLL_BASE_HORIZONTAL_RIGHT" file="resources\scrollbar_base_horizontal_normal_right.png" type="BINDATA" />
- <include name="IDR_SCROLL_BASE_HORIZONTAL_RIGHT_H" file="resources\scrollbar_base_horizontal_hot_right.png" type="BINDATA" />
- <include name="IDR_SCROLL_BASE_VERTICAL_BOTTOM" file="resources\scrollbar_base_vertical_normal_bottom.png" type="BINDATA" />
- <include name="IDR_SCROLL_BASE_VERTICAL_BOTTOM_H" file="resources\scrollbar_base_vertical_hot_bottom.png" type="BINDATA" />
- <include name="IDR_SCROLL_BASE_VERTICAL_CENTER" file="resources\scrollbar_base_vertical_normal_center.png" type="BINDATA" />
- <include name="IDR_SCROLL_BASE_VERTICAL_CENTER_H" file="resources\scrollbar_base_vertical_hot_center.png" type="BINDATA" />
- <include name="IDR_SCROLL_BASE_VERTICAL_TOP" file="resources\scrollbar_base_vertical_normal_top.png" type="BINDATA" />
- <include name="IDR_SCROLL_BASE_VERTICAL_TOP_H" file="resources\scrollbar_base_vertical_hot_top.png" type="BINDATA" />
- <include name="IDR_SCROLL_THUMB_HORIZONTAL_CENTER" file="resources\scrollbar_thumb_horizontal_normal_center.png" type="BINDATA" />
- <include name="IDR_SCROLL_THUMB_HORIZONTAL_CENTER_H" file="resources\scrollbar_thumb_horizontal_hot_center.png" type="BINDATA" />
- <include name="IDR_SCROLL_THUMB_HORIZONTAL_CENTER_P" file="resources\scrollbar_thumb_horizontal_pressed_center.png" type="BINDATA" />
- <include name="IDR_SCROLL_THUMB_HORIZONTAL_LEFT" file="resources\scrollbar_thumb_horizontal_normal_left.png" type="BINDATA" />
- <include name="IDR_SCROLL_THUMB_HORIZONTAL_LEFT_H" file="resources\scrollbar_thumb_horizontal_hot_left.png" type="BINDATA" />
- <include name="IDR_SCROLL_THUMB_HORIZONTAL_LEFT_P" file="resources\scrollbar_thumb_horizontal_pressed_left.png" type="BINDATA" />
- <include name="IDR_SCROLL_THUMB_HORIZONTAL_RIGHT" file="resources\scrollbar_thumb_horizontal_normal_right.png" type="BINDATA" />
- <include name="IDR_SCROLL_THUMB_HORIZONTAL_RIGHT_H" file="resources\scrollbar_thumb_horizontal_hot_right.png" type="BINDATA" />
- <include name="IDR_SCROLL_THUMB_HORIZONTAL_RIGHT_P" file="resources\scrollbar_thumb_horizontal_pressed_right.png" type="BINDATA" />
- <include name="IDR_SCROLL_THUMB_VERTICAL_BOTTOM" file="resources\scrollbar_thumb_vertical_normal_bottom.png" type="BINDATA" />
- <include name="IDR_SCROLL_THUMB_VERTICAL_BOTTOM_H" file="resources\scrollbar_thumb_vertical_hot_bottom.png" type="BINDATA" />
- <include name="IDR_SCROLL_THUMB_VERTICAL_BOTTOM_P" file="resources\scrollbar_thumb_vertical_pressed_bottom.png" type="BINDATA" />
- <include name="IDR_SCROLL_THUMB_VERTICAL_CENTER" file="resources\scrollbar_thumb_vertical_normal_center.png" type="BINDATA" />
- <include name="IDR_SCROLL_THUMB_VERTICAL_CENTER_H" file="resources\scrollbar_thumb_vertical_hot_center.png" type="BINDATA" />
- <include name="IDR_SCROLL_THUMB_VERTICAL_CENTER_P" file="resources\scrollbar_thumb_vertical_pressed_center.png" type="BINDATA" />
- <include name="IDR_SCROLL_THUMB_VERTICAL_TOP" file="resources\scrollbar_thumb_vertical_normal_top.png" type="BINDATA" />
- <include name="IDR_SCROLL_THUMB_VERTICAL_TOP_H" file="resources\scrollbar_thumb_vertical_hot_top.png" type="BINDATA" />
- <include name="IDR_SCROLL_THUMB_VERTICAL_TOP_P" file="resources\scrollbar_thumb_vertical_pressed_top.png" type="BINDATA" />
- </if>
- </includes>
- </release>
-</grit>
-
« no previous file with comments | « ui/gfx/DEPS ('k') | ui/gfx/resources/bitmap_brush_image.png » ('j') | ui/views/views.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698