summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderat@chromium.org <derat@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-15 00:29:35 +0000
committerderat@chromium.org <derat@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-15 00:29:35 +0000
commit97739e9e12cb10a63c75e7f6e65db28cc8101037 (patch)
tree75637a0bbd770834e3a9f0add952e1290cf482cf
parentf75d6a6e595bfe52904ea552669fa04d7e8d226d (diff)
downloadchromium_src-97739e9e12cb10a63c75e7f6e65db28cc8101037.zip
chromium_src-97739e9e12cb10a63c75e7f6e65db28cc8101037.tar.gz
chromium_src-97739e9e12cb10a63c75e7f6e65db28cc8101037.tar.bz2
aura: Add images for rectangular shadows.
These are just the same ones that we're currently using in Chrome OS. BUG=101977 TEST=manual: used in conjunction with a forthcoming change Review URL: http://codereview.chromium.org/8533022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109997 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--ui/resources/aura/shadow_rect_bottom.pngbin0 -> 168 bytes
-rw-r--r--ui/resources/aura/shadow_rect_bottom_left.pngbin0 -> 360 bytes
-rw-r--r--ui/resources/aura/shadow_rect_bottom_right.pngbin0 -> 354 bytes
-rw-r--r--ui/resources/aura/shadow_rect_left.pngbin0 -> 163 bytes
-rw-r--r--ui/resources/aura/shadow_rect_right.pngbin0 -> 165 bytes
-rw-r--r--ui/resources/aura/shadow_rect_top.pngbin0 -> 164 bytes
-rw-r--r--ui/resources/aura/shadow_rect_top_left.pngbin0 -> 300 bytes
-rw-r--r--ui/resources/aura/shadow_rect_top_right.pngbin0 -> 333 bytes
-rw-r--r--ui/resources/ui_resources.grd8
9 files changed, 8 insertions, 0 deletions
diff --git a/ui/resources/aura/shadow_rect_bottom.png b/ui/resources/aura/shadow_rect_bottom.png
new file mode 100644
index 0000000..546f05d
--- /dev/null
+++ b/ui/resources/aura/shadow_rect_bottom.png
Binary files differ
diff --git a/ui/resources/aura/shadow_rect_bottom_left.png b/ui/resources/aura/shadow_rect_bottom_left.png
new file mode 100644
index 0000000..d67ad76
--- /dev/null
+++ b/ui/resources/aura/shadow_rect_bottom_left.png
Binary files differ
diff --git a/ui/resources/aura/shadow_rect_bottom_right.png b/ui/resources/aura/shadow_rect_bottom_right.png
new file mode 100644
index 0000000..bcb2525
--- /dev/null
+++ b/ui/resources/aura/shadow_rect_bottom_right.png
Binary files differ
diff --git a/ui/resources/aura/shadow_rect_left.png b/ui/resources/aura/shadow_rect_left.png
new file mode 100644
index 0000000..194abe7
--- /dev/null
+++ b/ui/resources/aura/shadow_rect_left.png
Binary files differ
diff --git a/ui/resources/aura/shadow_rect_right.png b/ui/resources/aura/shadow_rect_right.png
new file mode 100644
index 0000000..b4a01eb
--- /dev/null
+++ b/ui/resources/aura/shadow_rect_right.png
Binary files differ
diff --git a/ui/resources/aura/shadow_rect_top.png b/ui/resources/aura/shadow_rect_top.png
new file mode 100644
index 0000000..b28cb1b
--- /dev/null
+++ b/ui/resources/aura/shadow_rect_top.png
Binary files differ
diff --git a/ui/resources/aura/shadow_rect_top_left.png b/ui/resources/aura/shadow_rect_top_left.png
new file mode 100644
index 0000000..39f9670
--- /dev/null
+++ b/ui/resources/aura/shadow_rect_top_left.png
Binary files differ
diff --git a/ui/resources/aura/shadow_rect_top_right.png b/ui/resources/aura/shadow_rect_top_right.png
new file mode 100644
index 0000000..068e242
--- /dev/null
+++ b/ui/resources/aura/shadow_rect_top_right.png
Binary files differ
diff --git a/ui/resources/ui_resources.grd b/ui/resources/ui_resources.grd
index 4f294d2..bd875e7 100644
--- a/ui/resources/ui_resources.grd
+++ b/ui/resources/ui_resources.grd
@@ -136,6 +136,14 @@
<include name="IDR_AURA_LAUNCHER_TABBED_BROWSER_2" file="aura/browser_instance_2.png" type="BINDATA" />
<include name="IDR_AURA_LAUNCHER_TABBED_BROWSER_3" file="aura/browser_instance_3.png" type="BINDATA" />
<include name="IDR_AURA_LAUNCHER_ICON_APPLIST" file="aura/applist.png" type="BINDATA" />
+ <include name="IDR_AURA_SHADOW_RECT_TOP_LEFT" file="aura/shadow_rect_top_left.png" type="BINDATA" />
+ <include name="IDR_AURA_SHADOW_RECT_TOP" file="aura/shadow_rect_top.png" type="BINDATA" />
+ <include name="IDR_AURA_SHADOW_RECT_TOP_RIGHT" file="aura/shadow_rect_top_right.png" type="BINDATA" />
+ <include name="IDR_AURA_SHADOW_RECT_LEFT" file="aura/shadow_rect_left.png" type="BINDATA" />
+ <include name="IDR_AURA_SHADOW_RECT_RIGHT" file="aura/shadow_rect_right.png" type="BINDATA" />
+ <include name="IDR_AURA_SHADOW_RECT_BOTTOM_LEFT" file="aura/shadow_rect_bottom_left.png" type="BINDATA" />
+ <include name="IDR_AURA_SHADOW_RECT_BOTTOM" file="aura/shadow_rect_bottom.png" type="BINDATA" />
+ <include name="IDR_AURA_SHADOW_RECT_BOTTOM_RIGHT" file="aura/shadow_rect_bottom_right.png" type="BINDATA" />
<include name="IDR_AURA_STATUS_MOCK" file="aura/statusbar.png" type="BINDATA" />
<include name="IDR_AURA_WALLPAPER" file="aura/damask.png" type="BINDATA" />
<include name="IDR_AURA_WINDOW_CLOSE_ICON" file="aura/slab_close.png" type="BINDATA" />