summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjamescook@chromium.org <jamescook@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-19 20:35:04 +0000
committerjamescook@chromium.org <jamescook@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-19 20:35:04 +0000
commit6ed0f0e9d0289c607c0fe75cd072e9a1a7177599 (patch)
treea0beeca9306b34318ad5a5260134c1a04d0c5cb2
parent8fa0c6d88d5d1745f41ab0edc6799c027e2f68a2 (diff)
downloadchromium_src-6ed0f0e9d0289c607c0fe75cd072e9a1a7177599.zip
chromium_src-6ed0f0e9d0289c607c0fe75cd072e9a1a7177599.tar.gz
chromium_src-6ed0f0e9d0289c607c0fe75cd072e9a1a7177599.tar.bz2
Ash: Clean up unused non-Aura Chrome OS art in ui_resources.grd
Also delete the orphaned assets. BUG=118926 TEST=visually check browser frame, popup frame, constrained window (cookie management) frame, dialog frame Review URL: https://chromiumcodereview.appspot.com/9732003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@127521 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--ui/resources/aura/frame_app_panel_default.pngbin530 -> 0 bytes
-rw-r--r--ui/resources/aura/frame_default.pngbin843 -> 0 bytes
-rw-r--r--ui/resources/aura/frame_default_inactive.pngbin655 -> 0 bytes
-rw-r--r--ui/resources/aura/maximize.pngbin316 -> 0 bytes
-rw-r--r--ui/resources/aura/maximize_h.pngbin313 -> 0 bytes
-rw-r--r--ui/resources/aura/maximize_p.pngbin327 -> 0 bytes
-rw-r--r--ui/resources/aura/restore.pngbin339 -> 0 bytes
-rw-r--r--ui/resources/aura/restore_h.pngbin361 -> 0 bytes
-rw-r--r--ui/resources/aura/restore_p.pngbin378 -> 0 bytes
-rw-r--r--ui/resources/ui_resources.grd34
10 files changed, 7 insertions, 27 deletions
diff --git a/ui/resources/aura/frame_app_panel_default.png b/ui/resources/aura/frame_app_panel_default.png
deleted file mode 100644
index aea7e28..0000000
--- a/ui/resources/aura/frame_app_panel_default.png
+++ /dev/null
Binary files differ
diff --git a/ui/resources/aura/frame_default.png b/ui/resources/aura/frame_default.png
deleted file mode 100644
index 06398a3..0000000
--- a/ui/resources/aura/frame_default.png
+++ /dev/null
Binary files differ
diff --git a/ui/resources/aura/frame_default_inactive.png b/ui/resources/aura/frame_default_inactive.png
deleted file mode 100644
index 24937d9..0000000
--- a/ui/resources/aura/frame_default_inactive.png
+++ /dev/null
Binary files differ
diff --git a/ui/resources/aura/maximize.png b/ui/resources/aura/maximize.png
deleted file mode 100644
index 2d62ef4..0000000
--- a/ui/resources/aura/maximize.png
+++ /dev/null
Binary files differ
diff --git a/ui/resources/aura/maximize_h.png b/ui/resources/aura/maximize_h.png
deleted file mode 100644
index cfc4a46..0000000
--- a/ui/resources/aura/maximize_h.png
+++ /dev/null
Binary files differ
diff --git a/ui/resources/aura/maximize_p.png b/ui/resources/aura/maximize_p.png
deleted file mode 100644
index 669c338..0000000
--- a/ui/resources/aura/maximize_p.png
+++ /dev/null
Binary files differ
diff --git a/ui/resources/aura/restore.png b/ui/resources/aura/restore.png
deleted file mode 100644
index 4968645..0000000
--- a/ui/resources/aura/restore.png
+++ /dev/null
Binary files differ
diff --git a/ui/resources/aura/restore_h.png b/ui/resources/aura/restore_h.png
deleted file mode 100644
index a853e5e..0000000
--- a/ui/resources/aura/restore_h.png
+++ /dev/null
Binary files differ
diff --git a/ui/resources/aura/restore_p.png b/ui/resources/aura/restore_p.png
deleted file mode 100644
index 8b3762b..0000000
--- a/ui/resources/aura/restore_p.png
+++ /dev/null
Binary files differ
diff --git a/ui/resources/ui_resources.grd b/ui/resources/ui_resources.grd
index a0a8fd2..a044cd0 100644
--- a/ui/resources/ui_resources.grd
+++ b/ui/resources/ui_resources.grd
@@ -35,29 +35,15 @@
<include name="IDR_FOLDER_CLOSED_RTL" file="folder_closed_rtl.png" type="BINDATA" />
<include name="IDR_FOLDER_OPEN" file="folder_open.png" type="BINDATA" />
<include name="IDR_FOLDER_OPEN_RTL" file="folder_open_rtl.png" type="BINDATA" />
- <if expr="pp_ifdef('use_aura')">
- <!-- TODO(jamescook): Delete these when Aura uses its own custom window frame, BrowserNonClientFrameViewAura. -->
- <include name="IDR_FRAME" file="aura/frame_default.png" type="BINDATA" />
- <include name="IDR_FRAME_APP_PANEL" file="aura/frame_app_panel_default.png" type="BINDATA" />
- <include name="IDR_FRAME_INACTIVE" file="aura/frame_default_inactive.png" type="BINDATA" />
- </if>
- <if expr="not pp_ifdef('use_aura')">
- <include name="IDR_FRAME" file="frame_default.png" type="BINDATA" />
- <include name="IDR_FRAME_APP_PANEL" file="frame_app_panel_default.png" type="BINDATA" />
- <include name="IDR_FRAME_INACTIVE" file="frame_default_inactive.png" type="BINDATA" />
- </if>
- <if expr="pp_ifdef('use_aura')">
- <!-- TODO(jamescook): Delete these when Aura uses its own custom window frame, BrowserNonClientFrameViewAura. -->
- <include name="IDR_MAXIMIZE" file="aura/maximize.png" type="BINDATA" />
- <include name="IDR_MAXIMIZE_H" file="aura/maximize_h.png" type="BINDATA" />
- <include name="IDR_MAXIMIZE_P" file="aura/maximize_p.png" type="BINDATA" />
- </if>
- <if expr="not pp_ifdef('use_aura') and pp_ifdef('toolkit_views')">
+ <include name="IDR_FRAME" file="frame_default.png" type="BINDATA" />
+ <include name="IDR_FRAME_APP_PANEL" file="frame_app_panel_default.png" type="BINDATA" />
+ <include name="IDR_FRAME_INACTIVE" file="frame_default_inactive.png" type="BINDATA" />
+ <if expr="pp_ifdef('toolkit_views')">
<include name="IDR_MAXIMIZE" file="maximize.png" type="BINDATA" />
<include name="IDR_MAXIMIZE_H" file="maximize_h.png" type="BINDATA" />
<include name="IDR_MAXIMIZE_P" file="maximize_p.png" type="BINDATA" />
</if>
- <if expr="not pp_ifdef('use_aura') and not pp_ifdef('toolkit_views') and is_posix and not is_macosx">
+ <if expr="not pp_ifdef('toolkit_views') and is_posix and not is_macosx">
<include name="IDR_MAXIMIZE" file="linux_maximize.png" type="BINDATA" />
<include name="IDR_MAXIMIZE_H" file="linux_maximize_h.png" type="BINDATA" />
<include name="IDR_MAXIMIZE_P" file="linux_maximize_p.png" type="BINDATA" />
@@ -74,18 +60,12 @@
<include name="IDR_MINIMIZE_H" file="linux_minimize_h.png" type="BINDATA" />
<include name="IDR_MINIMIZE_P" file="linux_minimize_p.png" type="BINDATA" />
</if>
- <if expr="pp_ifdef('use_aura')">
- <!-- TODO(jamescook): Delete these when Aura uses its own custom window frame, BrowserNonClientFrameViewAura. -->
- <include name="IDR_RESTORE" file="aura/restore.png" type="BINDATA" />
- <include name="IDR_RESTORE_H" file="aura/restore_h.png" type="BINDATA" />
- <include name="IDR_RESTORE_P" file="aura/restore_p.png" type="BINDATA" />
- </if>
- <if expr="not pp_ifdef('use_aura') and pp_ifdef('toolkit_views')">
+ <if expr="pp_ifdef('toolkit_views')">
<include name="IDR_RESTORE" file="restore.png" type="BINDATA" />
<include name="IDR_RESTORE_H" file="restore_h.png" type="BINDATA" />
<include name="IDR_RESTORE_P" file="restore_p.png" type="BINDATA" />
</if>
- <if expr="not pp_ifdef('use_aura') and not pp_ifdef('toolkit_views') and is_posix and not is_macosx">
+ <if expr="not pp_ifdef('toolkit_views') and is_posix and not is_macosx">
<include name="IDR_RESTORE" file="linux_restore.png" type="BINDATA" />
<include name="IDR_RESTORE_H" file="linux_restore_h.png" type="BINDATA" />
<include name="IDR_RESTORE_P" file="linux_restore_p.png" type="BINDATA" />