summaryrefslogtreecommitdiffstats
path: root/ui/resources
diff options
context:
space:
mode:
authorthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-02-05 03:08:03 +0000
committerthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-02-05 03:08:03 +0000
commitfd1fbb75f1d2b75b8ba29f98fd4489677e664952 (patch)
tree24f19c4fbb8519612d1e349eee33edb602350ab0 /ui/resources
parent9d11bb4638f9f097e14ce21470b51aa0a91b9411 (diff)
downloadchromium_src-fd1fbb75f1d2b75b8ba29f98fd4489677e664952.zip
chromium_src-fd1fbb75f1d2b75b8ba29f98fd4489677e664952.tar.gz
chromium_src-fd1fbb75f1d2b75b8ba29f98fd4489677e664952.tar.bz2
Rename 2x dpi images from large_foo.png to foo_2x.png
Done by this bash script: for f in chrome/app/theme/large_*; do d=$(dirname $f); f=$(basename $f); t=$(echo $f | sed 's/\(.*\)large_\(.*\)\(\..*\)/\1\2_2x\3/'); echo $t; sed -i -e "s/$f/$t/" chrome/app/theme/theme_resources_large.grd; git mv $d/$f $d/$t/ done for f in ui/resources/large_*; do d=$(dirname $f); f=$(basename $f); t=$(echo $f | sed 's/\(.*\)large_\(.*\)\(\..*\)/\1\2_2x\3/'); echo $t; sed -i -e "s/$f/$t/" ui/resources/ui_resources_large.grd git mv $d/$f $d/$t/ done I will rename the grd files from _standard.grd and _large.grd to _1x.grd and _2x.grd in a follow-up CL. No intended functionality change. BUG=111101 TEST=nothing breaks TBR=ben Review URL: https://chromiumcodereview.appspot.com/9309103 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120501 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/resources')
-rw-r--r--ui/resources/bubble_b_2x.png (renamed from ui/resources/large_bubble_b.png)bin1023 -> 1023 bytes
-rw-r--r--ui/resources/bubble_bl_2x.png (renamed from ui/resources/large_bubble_bl.png)bin1228 -> 1228 bytes
-rw-r--r--ui/resources/bubble_br_2x.png (renamed from ui/resources/large_bubble_br.png)bin1238 -> 1238 bytes
-rw-r--r--ui/resources/bubble_l_2x.png (renamed from ui/resources/large_bubble_l.png)bin1008 -> 1008 bytes
-rw-r--r--ui/resources/bubble_pointer_b_2x.png (renamed from ui/resources/large_bubble_pointer_b.png)bin1356 -> 1356 bytes
-rw-r--r--ui/resources/bubble_pointer_l_2x.png (renamed from ui/resources/large_bubble_pointer_l.png)bin1307 -> 1307 bytes
-rw-r--r--ui/resources/bubble_pointer_r_2x.png (renamed from ui/resources/large_bubble_pointer_r.png)bin1308 -> 1308 bytes
-rw-r--r--ui/resources/bubble_pointer_t_2x.png (renamed from ui/resources/large_bubble_pointer_t.png)bin1135 -> 1135 bytes
-rw-r--r--ui/resources/bubble_r_2x.png (renamed from ui/resources/large_bubble_r.png)bin1008 -> 1008 bytes
-rw-r--r--ui/resources/bubble_shadow_b_2x.png (renamed from ui/resources/large_bubble_shadow_b.png)bin963 -> 963 bytes
-rw-r--r--ui/resources/bubble_shadow_bl_2x.png (renamed from ui/resources/large_bubble_shadow_bl.png)bin1322 -> 1322 bytes
-rw-r--r--ui/resources/bubble_shadow_br_2x.png (renamed from ui/resources/large_bubble_shadow_br.png)bin1365 -> 1365 bytes
-rw-r--r--ui/resources/bubble_shadow_l_2x.png (renamed from ui/resources/large_bubble_shadow_l.png)bin955 -> 955 bytes
-rw-r--r--ui/resources/bubble_shadow_r_2x.png (renamed from ui/resources/large_bubble_shadow_r.png)bin961 -> 961 bytes
-rw-r--r--ui/resources/bubble_shadow_t_2x.png (renamed from ui/resources/large_bubble_shadow_t.png)bin954 -> 954 bytes
-rw-r--r--ui/resources/bubble_shadow_tl_2x.png (renamed from ui/resources/large_bubble_shadow_tl.png)bin1292 -> 1292 bytes
-rw-r--r--ui/resources/bubble_shadow_tr_2x.png (renamed from ui/resources/large_bubble_shadow_tr.png)bin1384 -> 1384 bytes
-rw-r--r--ui/resources/bubble_t_2x.png (renamed from ui/resources/large_bubble_t.png)bin998 -> 998 bytes
-rw-r--r--ui/resources/bubble_tl_2x.png (renamed from ui/resources/large_bubble_tl.png)bin1142 -> 1142 bytes
-rw-r--r--ui/resources/bubble_tr_2x.png (renamed from ui/resources/large_bubble_tr.png)bin1141 -> 1141 bytes
-rw-r--r--ui/resources/close_bar_2x.png (renamed from ui/resources/large_close_bar.png)bin303 -> 303 bytes
-rw-r--r--ui/resources/close_bar_h_2x.png (renamed from ui/resources/large_close_bar_h.png)bin538 -> 538 bytes
-rw-r--r--ui/resources/close_bar_mask_2x.png (renamed from ui/resources/large_close_bar_mask.png)bin261 -> 261 bytes
-rw-r--r--ui/resources/close_bar_p_2x.png (renamed from ui/resources/large_close_bar_p.png)bin309 -> 309 bytes
-rw-r--r--ui/resources/throbber_2x.png (renamed from ui/resources/large_throbber.png)bin15950 -> 15950 bytes
-rw-r--r--ui/resources/ui_resources_large.grd48
26 files changed, 24 insertions, 24 deletions
diff --git a/ui/resources/large_bubble_b.png b/ui/resources/bubble_b_2x.png
index cc02947..cc02947 100644
--- a/ui/resources/large_bubble_b.png
+++ b/ui/resources/bubble_b_2x.png
Binary files differ
diff --git a/ui/resources/large_bubble_bl.png b/ui/resources/bubble_bl_2x.png
index 9ca7f47..9ca7f47 100644
--- a/ui/resources/large_bubble_bl.png
+++ b/ui/resources/bubble_bl_2x.png
Binary files differ
diff --git a/ui/resources/large_bubble_br.png b/ui/resources/bubble_br_2x.png
index a77ff20..a77ff20 100644
--- a/ui/resources/large_bubble_br.png
+++ b/ui/resources/bubble_br_2x.png
Binary files differ
diff --git a/ui/resources/large_bubble_l.png b/ui/resources/bubble_l_2x.png
index 8b55af7..8b55af7 100644
--- a/ui/resources/large_bubble_l.png
+++ b/ui/resources/bubble_l_2x.png
Binary files differ
diff --git a/ui/resources/large_bubble_pointer_b.png b/ui/resources/bubble_pointer_b_2x.png
index 5e0eccb..5e0eccb 100644
--- a/ui/resources/large_bubble_pointer_b.png
+++ b/ui/resources/bubble_pointer_b_2x.png
Binary files differ
diff --git a/ui/resources/large_bubble_pointer_l.png b/ui/resources/bubble_pointer_l_2x.png
index 5333055..5333055 100644
--- a/ui/resources/large_bubble_pointer_l.png
+++ b/ui/resources/bubble_pointer_l_2x.png
Binary files differ
diff --git a/ui/resources/large_bubble_pointer_r.png b/ui/resources/bubble_pointer_r_2x.png
index 411e3df..411e3df 100644
--- a/ui/resources/large_bubble_pointer_r.png
+++ b/ui/resources/bubble_pointer_r_2x.png
Binary files differ
diff --git a/ui/resources/large_bubble_pointer_t.png b/ui/resources/bubble_pointer_t_2x.png
index 65baa5a..65baa5a 100644
--- a/ui/resources/large_bubble_pointer_t.png
+++ b/ui/resources/bubble_pointer_t_2x.png
Binary files differ
diff --git a/ui/resources/large_bubble_r.png b/ui/resources/bubble_r_2x.png
index d6631e3..d6631e3 100644
--- a/ui/resources/large_bubble_r.png
+++ b/ui/resources/bubble_r_2x.png
Binary files differ
diff --git a/ui/resources/large_bubble_shadow_b.png b/ui/resources/bubble_shadow_b_2x.png
index e614888..e614888 100644
--- a/ui/resources/large_bubble_shadow_b.png
+++ b/ui/resources/bubble_shadow_b_2x.png
Binary files differ
diff --git a/ui/resources/large_bubble_shadow_bl.png b/ui/resources/bubble_shadow_bl_2x.png
index 4028d7c..4028d7c 100644
--- a/ui/resources/large_bubble_shadow_bl.png
+++ b/ui/resources/bubble_shadow_bl_2x.png
Binary files differ
diff --git a/ui/resources/large_bubble_shadow_br.png b/ui/resources/bubble_shadow_br_2x.png
index 2e9ba5d..2e9ba5d 100644
--- a/ui/resources/large_bubble_shadow_br.png
+++ b/ui/resources/bubble_shadow_br_2x.png
Binary files differ
diff --git a/ui/resources/large_bubble_shadow_l.png b/ui/resources/bubble_shadow_l_2x.png
index cb4aaee..cb4aaee 100644
--- a/ui/resources/large_bubble_shadow_l.png
+++ b/ui/resources/bubble_shadow_l_2x.png
Binary files differ
diff --git a/ui/resources/large_bubble_shadow_r.png b/ui/resources/bubble_shadow_r_2x.png
index 6867045..6867045 100644
--- a/ui/resources/large_bubble_shadow_r.png
+++ b/ui/resources/bubble_shadow_r_2x.png
Binary files differ
diff --git a/ui/resources/large_bubble_shadow_t.png b/ui/resources/bubble_shadow_t_2x.png
index 2d240a8..2d240a8 100644
--- a/ui/resources/large_bubble_shadow_t.png
+++ b/ui/resources/bubble_shadow_t_2x.png
Binary files differ
diff --git a/ui/resources/large_bubble_shadow_tl.png b/ui/resources/bubble_shadow_tl_2x.png
index efa5ece..efa5ece 100644
--- a/ui/resources/large_bubble_shadow_tl.png
+++ b/ui/resources/bubble_shadow_tl_2x.png
Binary files differ
diff --git a/ui/resources/large_bubble_shadow_tr.png b/ui/resources/bubble_shadow_tr_2x.png
index 1fb5560..1fb5560 100644
--- a/ui/resources/large_bubble_shadow_tr.png
+++ b/ui/resources/bubble_shadow_tr_2x.png
Binary files differ
diff --git a/ui/resources/large_bubble_t.png b/ui/resources/bubble_t_2x.png
index 9a1bf89..9a1bf89 100644
--- a/ui/resources/large_bubble_t.png
+++ b/ui/resources/bubble_t_2x.png
Binary files differ
diff --git a/ui/resources/large_bubble_tl.png b/ui/resources/bubble_tl_2x.png
index 293e0e2..293e0e2 100644
--- a/ui/resources/large_bubble_tl.png
+++ b/ui/resources/bubble_tl_2x.png
Binary files differ
diff --git a/ui/resources/large_bubble_tr.png b/ui/resources/bubble_tr_2x.png
index d886d03..d886d03 100644
--- a/ui/resources/large_bubble_tr.png
+++ b/ui/resources/bubble_tr_2x.png
Binary files differ
diff --git a/ui/resources/large_close_bar.png b/ui/resources/close_bar_2x.png
index 1818bb2..1818bb2 100644
--- a/ui/resources/large_close_bar.png
+++ b/ui/resources/close_bar_2x.png
Binary files differ
diff --git a/ui/resources/large_close_bar_h.png b/ui/resources/close_bar_h_2x.png
index 04624df..04624df 100644
--- a/ui/resources/large_close_bar_h.png
+++ b/ui/resources/close_bar_h_2x.png
Binary files differ
diff --git a/ui/resources/large_close_bar_mask.png b/ui/resources/close_bar_mask_2x.png
index fb57484..fb57484 100644
--- a/ui/resources/large_close_bar_mask.png
+++ b/ui/resources/close_bar_mask_2x.png
Binary files differ
diff --git a/ui/resources/large_close_bar_p.png b/ui/resources/close_bar_p_2x.png
index 4d0b267..4d0b267 100644
--- a/ui/resources/large_close_bar_p.png
+++ b/ui/resources/close_bar_p_2x.png
Binary files differ
diff --git a/ui/resources/large_throbber.png b/ui/resources/throbber_2x.png
index fdf9ea7..fdf9ea7 100644
--- a/ui/resources/large_throbber.png
+++ b/ui/resources/throbber_2x.png
Binary files differ
diff --git a/ui/resources/ui_resources_large.grd b/ui/resources/ui_resources_large.grd
index de8f9d7..83cf7c2 100644
--- a/ui/resources/ui_resources_large.grd
+++ b/ui/resources/ui_resources_large.grd
@@ -14,32 +14,32 @@
<!-- KEEP THESE IN ALPHABETICAL ORDER AND SYNCHRONIZED WITH
ui_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" />
+ <include name="IDR_BUBBLE_B" file="bubble_b_2x.png" type="BINDATA" />
+ <include name="IDR_BUBBLE_BL" file="bubble_bl_2x.png" type="BINDATA" />
+ <include name="IDR_BUBBLE_BR" file="bubble_br_2x.png" type="BINDATA" />
+ <include name="IDR_BUBBLE_B_ARROW" file="bubble_pointer_b_2x.png" type="BINDATA" />
+ <include name="IDR_BUBBLE_L" file="bubble_l_2x.png" type="BINDATA" />
+ <include name="IDR_BUBBLE_L_ARROW" file="bubble_pointer_l_2x.png" type="BINDATA" />
+ <include name="IDR_BUBBLE_R" file="bubble_r_2x.png" type="BINDATA" />
+ <include name="IDR_BUBBLE_R_ARROW" file="bubble_pointer_r_2x.png" type="BINDATA" />
+ <include name="IDR_BUBBLE_T" file="bubble_t_2x.png" type="BINDATA" />
+ <include name="IDR_BUBBLE_TL" file="bubble_tl_2x.png" type="BINDATA" />
+ <include name="IDR_BUBBLE_TR" file="bubble_tr_2x.png" type="BINDATA" />
+ <include name="IDR_BUBBLE_T_ARROW" file="bubble_pointer_t_2x.png" type="BINDATA" />
- <include name="IDR_BUBBLE_SHADOW_B" file="large_bubble_shadow_b.png" type="BINDATA" />
- <include name="IDR_BUBBLE_SHADOW_BL" file="large_bubble_shadow_bl.png" type="BINDATA" />
- <include name="IDR_BUBBLE_SHADOW_BR" file="large_bubble_shadow_br.png" type="BINDATA" />
- <include name="IDR_BUBBLE_SHADOW_L" file="large_bubble_shadow_l.png" type="BINDATA" />
- <include name="IDR_BUBBLE_SHADOW_R" file="large_bubble_shadow_r.png" type="BINDATA" />
- <include name="IDR_BUBBLE_SHADOW_T" file="large_bubble_shadow_t.png" type="BINDATA" />
- <include name="IDR_BUBBLE_SHADOW_TL" file="large_bubble_shadow_tl.png" type="BINDATA" />
- <include name="IDR_BUBBLE_SHADOW_TR" file="large_bubble_shadow_tr.png" type="BINDATA" />
+ <include name="IDR_BUBBLE_SHADOW_B" file="bubble_shadow_b_2x.png" type="BINDATA" />
+ <include name="IDR_BUBBLE_SHADOW_BL" file="bubble_shadow_bl_2x.png" type="BINDATA" />
+ <include name="IDR_BUBBLE_SHADOW_BR" file="bubble_shadow_br_2x.png" type="BINDATA" />
+ <include name="IDR_BUBBLE_SHADOW_L" file="bubble_shadow_l_2x.png" type="BINDATA" />
+ <include name="IDR_BUBBLE_SHADOW_R" file="bubble_shadow_r_2x.png" type="BINDATA" />
+ <include name="IDR_BUBBLE_SHADOW_T" file="bubble_shadow_t_2x.png" type="BINDATA" />
+ <include name="IDR_BUBBLE_SHADOW_TL" file="bubble_shadow_tl_2x.png" type="BINDATA" />
+ <include name="IDR_BUBBLE_SHADOW_TR" file="bubble_shadow_tr_2x.png" type="BINDATA" />
- <include name="IDR_CLOSE_BAR" file="large_close_bar.png" type="BINDATA" />
- <include name="IDR_CLOSE_BAR_H" file="large_close_bar_h.png" type="BINDATA" />
- <include name="IDR_CLOSE_BAR_MASK" file="large_close_bar_mask.png" type="BINDATA" />
- <include name="IDR_CLOSE_BAR_P" file="large_close_bar_p.png" type="BINDATA" />
+ <include name="IDR_CLOSE_BAR" file="close_bar_2x.png" type="BINDATA" />
+ <include name="IDR_CLOSE_BAR_H" file="close_bar_h_2x.png" type="BINDATA" />
+ <include name="IDR_CLOSE_BAR_MASK" file="close_bar_mask_2x.png" type="BINDATA" />
+ <include name="IDR_CLOSE_BAR_P" file="close_bar_p_2x.png" type="BINDATA" />
</includes>
</release>
</grit>