diff options
author | saintlou@chromium.org <saintlou@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-15 20:29:27 +0000 |
---|---|---|
committer | saintlou@chromium.org <saintlou@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-15 20:29:27 +0000 |
commit | 1d834382654265f1826cb1f8a7093c1b7f897ae3 (patch) | |
tree | b0b45dc01e55d647e2cb9ded82b42f58c0b3834d /ui/resources | |
parent | cbdc9c328a59c0148b5919c3920e1bde98465ce9 (diff) | |
download | chromium_src-1d834382654265f1826cb1f8a7093c1b7f897ae3.zip chromium_src-1d834382654265f1826cb1f8a7093c1b7f897ae3.tar.gz chromium_src-1d834382654265f1826cb1f8a7093c1b7f897ae3.tar.bz2 |
make bubble_border to use resources under ui/resources.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/7584007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96817 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/resources')
-rw-r--r-- | ui/resources/ui_resources_large.grd | 31 | ||||
-rw-r--r-- | ui/resources/ui_resources_standard.grd | 31 |
2 files changed, 62 insertions, 0 deletions
diff --git a/ui/resources/ui_resources_large.grd b/ui/resources/ui_resources_large.grd new file mode 100644 index 0000000..b653b06 --- /dev/null +++ b/ui/resources/ui_resources_large.grd @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="UTF-8"?> +<grit latest_public_release="0" current_release="1"> + <outputs> + <output filename="grit/ui_resources_large.h" type="rc_header"> + <emit emit_type='prepend'></emit> + </output> + <output filename="grit/ui_resources_large_map.cc" type="resource_map_source" /> + <output filename="grit/ui_resources_large_map.h" type="resource_map_header" /> + <output filename="ui_resources_large.pak" type="data_package" /> + <output filename="ui_resources_large.rc" type="rc_all" /> + </outputs> + <release seq="1"> + <includes> + <!-- KEEP THESE IN ALPHABETICAL ORDER AND SYNCHRONIZED WITH + theme_resources_standard.grd. THIS MEANS THAT EACH ICON IN THIS FILE + MUST HAVE AN EQUIVALENT ICON IN THE OTHER FILE.--> + <include name="IDR_BUBBLE_B" file="large_bubble_b.png" type="BINDATA" /> + <include name="IDR_BUBBLE_BL" file="large_bubble_bl.png" type="BINDATA" /> + <include name="IDR_BUBBLE_BR" file="large_bubble_br.png" type="BINDATA" /> + <include name="IDR_BUBBLE_B_ARROW" file="large_bubble_pointer_b.png" type="BINDATA" /> + <include name="IDR_BUBBLE_L" file="large_bubble_l.png" type="BINDATA" /> + <include name="IDR_BUBBLE_L_ARROW" file="large_bubble_pointer_l.png" type="BINDATA" /> + <include name="IDR_BUBBLE_R" file="large_bubble_r.png" type="BINDATA" /> + <include name="IDR_BUBBLE_R_ARROW" file="large_bubble_pointer_r.png" type="BINDATA" /> + <include name="IDR_BUBBLE_T" file="large_bubble_t.png" type="BINDATA" /> + <include name="IDR_BUBBLE_TL" file="large_bubble_tl.png" type="BINDATA" /> + <include name="IDR_BUBBLE_TR" file="large_bubble_tr.png" type="BINDATA" /> + <include name="IDR_BUBBLE_T_ARROW" file="large_bubble_pointer_t.png" type="BINDATA" /> + </includes> + </release> +</grit> diff --git a/ui/resources/ui_resources_standard.grd b/ui/resources/ui_resources_standard.grd new file mode 100644 index 0000000..c526763 --- /dev/null +++ b/ui/resources/ui_resources_standard.grd @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="UTF-8"?> +<grit latest_public_release="0" current_release="1"> + <outputs> + <output filename="grit/ui_resources_standard.h" type="rc_header"> + <emit emit_type='prepend'></emit> + </output> + <output filename="grit/ui_resources_standard_map.cc" type="resource_map_source" /> + <output filename="grit/ui_resources_standard_map.h" type="resource_map_header" /> + <output filename="ui_resources_standard.pak" type="data_package" /> + <output filename="ui_resources_standard.rc" type="rc_all" /> + </outputs> + <release seq="1"> + <includes> + <!-- KEEP THESE IN ALPHABETICAL ORDER AND SYNCHRONIZED WITH + theme_resources_standard.grd. THIS MEANS THAT EACH ICON IN THIS FILE + MUST HAVE AN EQUIVALENT ICON IN THE OTHER FILE.--> + <include name="IDR_BUBBLE_B" file="bubble_b.png" type="BINDATA" /> + <include name="IDR_BUBBLE_BL" file="bubble_bl.png" type="BINDATA" /> + <include name="IDR_BUBBLE_BR" file="bubble_br.png" type="BINDATA" /> + <include name="IDR_BUBBLE_B_ARROW" file="bubble_pointer_b.png" type="BINDATA" /> + <include name="IDR_BUBBLE_L" file="bubble_l.png" type="BINDATA" /> + <include name="IDR_BUBBLE_L_ARROW" file="bubble_pointer_l.png" type="BINDATA" /> + <include name="IDR_BUBBLE_R" file="bubble_r.png" type="BINDATA" /> + <include name="IDR_BUBBLE_R_ARROW" file="bubble_pointer_r.png" type="BINDATA" /> + <include name="IDR_BUBBLE_T" file="bubble_t.png" type="BINDATA" /> + <include name="IDR_BUBBLE_TL" file="bubble_tl.png" type="BINDATA" /> + <include name="IDR_BUBBLE_TR" file="bubble_tr.png" type="BINDATA" /> + <include name="IDR_BUBBLE_T_ARROW" file="bubble_pointer_t.png" type="BINDATA" /> + </includes> + </release> +</grit> |