diff options
author | dhg@chromium.org <dhg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-14 17:01:43 +0000 |
---|---|---|
committer | dhg@chromium.org <dhg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-14 17:01:43 +0000 |
commit | 69d0eac3ac1b89bc34ee4548a3c341566cc3e414 (patch) | |
tree | 258e0bbe65a6f85a833b004b58cf93a058f2e460 /chrome/app | |
parent | 2aab2f39b2d0d2620b4186540d3f739944484f9a (diff) | |
download | chromium_src-69d0eac3ac1b89bc34ee4548a3c341566cc3e414.zip chromium_src-69d0eac3ac1b89bc34ee4548a3c341566cc3e414.tar.gz chromium_src-69d0eac3ac1b89bc34ee4548a3c341566cc3e414.tar.bz2 |
Resource changes to the mediaplayer
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/1627017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44486 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/theme/mediaplayer_full_screen.png | bin | 1458 -> 868 bytes | |||
-rw-r--r-- | chrome/app/theme/mediaplayer_menu.png | bin | 578 -> 508 bytes | |||
-rw-r--r-- | chrome/app/theme/mediaplayer_next.png | bin | 902 -> 467 bytes | |||
-rw-r--r-- | chrome/app/theme/mediaplayer_pause.png | bin | 403 -> 250 bytes | |||
-rw-r--r-- | chrome/app/theme/mediaplayer_play.png | bin | 536 -> 385 bytes | |||
-rwxr-xr-x | chrome/app/theme/mediaplayer_playlist.png | bin | 0 -> 177 bytes | |||
-rw-r--r-- | chrome/app/theme/mediaplayer_prev.png | bin | 941 -> 468 bytes | |||
-rw-r--r-- | chrome/app/theme/mediaplayer_vol_high.png | bin | 1005 -> 732 bytes | |||
-rw-r--r-- | chrome/app/theme/theme_resources.grd | 1 |
9 files changed, 1 insertions, 0 deletions
diff --git a/chrome/app/theme/mediaplayer_full_screen.png b/chrome/app/theme/mediaplayer_full_screen.png Binary files differindex 4776bff..89c55ae 100644 --- a/chrome/app/theme/mediaplayer_full_screen.png +++ b/chrome/app/theme/mediaplayer_full_screen.png diff --git a/chrome/app/theme/mediaplayer_menu.png b/chrome/app/theme/mediaplayer_menu.png Binary files differindex a8e3b90..8c4f113 100644 --- a/chrome/app/theme/mediaplayer_menu.png +++ b/chrome/app/theme/mediaplayer_menu.png diff --git a/chrome/app/theme/mediaplayer_next.png b/chrome/app/theme/mediaplayer_next.png Binary files differindex f8af798..5b1c196 100644 --- a/chrome/app/theme/mediaplayer_next.png +++ b/chrome/app/theme/mediaplayer_next.png diff --git a/chrome/app/theme/mediaplayer_pause.png b/chrome/app/theme/mediaplayer_pause.png Binary files differindex c874205..cfa5a62 100644 --- a/chrome/app/theme/mediaplayer_pause.png +++ b/chrome/app/theme/mediaplayer_pause.png diff --git a/chrome/app/theme/mediaplayer_play.png b/chrome/app/theme/mediaplayer_play.png Binary files differindex a1aaf8e..5f786ed 100644 --- a/chrome/app/theme/mediaplayer_play.png +++ b/chrome/app/theme/mediaplayer_play.png diff --git a/chrome/app/theme/mediaplayer_playlist.png b/chrome/app/theme/mediaplayer_playlist.png Binary files differnew file mode 100755 index 0000000..ec8e1be --- /dev/null +++ b/chrome/app/theme/mediaplayer_playlist.png diff --git a/chrome/app/theme/mediaplayer_prev.png b/chrome/app/theme/mediaplayer_prev.png Binary files differindex ff38633..77cc900 100644 --- a/chrome/app/theme/mediaplayer_prev.png +++ b/chrome/app/theme/mediaplayer_prev.png diff --git a/chrome/app/theme/mediaplayer_vol_high.png b/chrome/app/theme/mediaplayer_vol_high.png Binary files differindex 067a56c..a35e505 100644 --- a/chrome/app/theme/mediaplayer_vol_high.png +++ b/chrome/app/theme/mediaplayer_vol_high.png diff --git a/chrome/app/theme/theme_resources.grd b/chrome/app/theme/theme_resources.grd index dc922a9..591b904 100644 --- a/chrome/app/theme/theme_resources.grd +++ b/chrome/app/theme/theme_resources.grd @@ -491,6 +491,7 @@ <include name="IDR_MEDIAPLAYER_MENU" file="mediaplayer_menu.png" type="BINDATA" /> <include name="IDR_MEDIAPLAYER_VOL_HIGH" file="mediaplayer_vol_high.png" type="BINDATA" /> <include name="IDR_MEDIAPLAYER_FULL_SCREEN" file="mediaplayer_full_screen.png" type="BINDATA" /> + <include name="IDR_MEDIAPLAYER_PLAYLIST" file="mediaplayer_playlist.png" type="BINDATA" /> <include name="IDR_LOGIN_DEFAULT_USER" file="login_default.png" type="BINDATA" /> <include name="IDR_LOGIN_OTHER_USER" file="login_other.png" type="BINDATA" /> <include name="IDR_APP_LAUNCHER_BUTTON" file="app_launcher_button.png" type="BINDATA" /> |