Commit e81783ec authored by serya@google.com's avatar serya@google.com

Moving mediaplayer binary files.

Extracted from http://codereview.chromium.org/7067020/ to make it possible to run it on the try-server.

BUG=chromium-os:14880
TEST=Check that slideshow images show correctly.

Review URL: http://codereview.chromium.org/7077005

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86808 0039d316-1c4b-4281-b951-d872f2087c98
parent 730b6825
......@@ -46,7 +46,7 @@ body {
}
#prevbutton > div {
background: url('chrome://resources/images/mediaplayer_prev.png');
background: url('images/mediaplayer_prev.png');
background-repeat: no-repeat;
background-position: 4px 8px;
width: 100%;
......@@ -76,7 +76,7 @@ body {
}
#nextbutton > div {
background: url('chrome://resources/images/mediaplayer_next.png');
background: url('images/mediaplayer_next.png');
background-repeat: no-repeat;
background-position: 4px 8px;
width: 100%;
......
......@@ -121,11 +121,11 @@ body {
}
.soundiconhigh {
background: url('shared/images/mediaplayer_vol_high.png');
/* background: TODO(serya): Restore mediaplayer_vol_high.png after moving mediaplayer to extension. */
}
.soundiconmuted {
background: url('shared/images/mediaplayer_vol_mute.png');
/* background: TODO(serya): Restore mediaplayer_vol_mute.png after moving mediaplayer to extension. */
}
.soundiconhigh,
......@@ -154,13 +154,13 @@ body {
}
.fullscreenicon {
background: url('shared/images/mediaplayer_full_screen.png');
/* background: TODO(serya): Restore mediaplayer_full_screen.png after moving mediaplayer to extension. */
background-repeat: no-repeat;
background-position: 6px 8px;
}
.fullscreenexiticon {
background: url('shared/images/mediaplayer_full_screen_exit.png');
/* background: TODO(serya): Restore mediaplayer_full_screen_exit.png after moving mediaplayer to extension. */
background-repeat: no-repeat;
background-position: 6px 8px;
}
......@@ -183,7 +183,7 @@ body {
}
.playicon {
background: url('shared/images/mediaplayer_play.png');
/* background: TODO(serya): Restore mediaplayer_play.png after moving mediaplayer to extension. */
background-repeat: no-repeat;
background-position: 9px 8px;
}
......@@ -197,7 +197,7 @@ body {
}
.pauseicon {
background: url('shared/images/mediaplayer_pause.png');
/* background: Restore mediaplayer_pause.png after moving mediaplayer to extension. */
background-repeat: no-repeat;
background-position: 9px 8px;
}
......@@ -210,7 +210,7 @@ body {
}
.previcon {
background: url('shared/images/mediaplayer_prev.png');
/* background: TODO(serya): Restore mediaplayer_prev.png after moving mediaplayer to extension. */
background-repeat: no-repeat;
background-position: 6px 8px;
}
......@@ -250,7 +250,7 @@ body {
}
.nexticon {
background: url('shared/images/mediaplayer_next.png');
/* background: TODO(serya): Restore mediaplayer_next.png after moving mediaplayer to extension. */
background-repeat: no-repeat;
background-position: 6px 8px;
}
......@@ -264,7 +264,7 @@ body {
}
.playlisticon {
background: url('shared/images/mediaplayer_playlist.png');
/* background: TODO(serya): Restore mediaplayer_playlist.png after moving mediaplayer to extension. */
background-repeat: no-repeat;
background-position: 6px 8px;
}
......
......@@ -40,10 +40,6 @@ without changes to the corresponding grd file. paaaae -->
file="shared/images/icon_media.png" type="BINDATA" />
<include name="IDR_SHARED_IMAGES_ICON_PHOTO"
file="shared/images/icon_photo.png" type="BINDATA" />
<include name="IDR_SHARED_IMAGES_MEDIAPLAYER_PREV"
file="shared/images/mediaplayer_prev.png" type="BINDATA" />
<include name="IDR_SHARED_IMAGES_MEDIAPLAYER_NEXT"
file="shared/images/mediaplayer_next.png" type="BINDATA" />
<include name="IDR_SHARED_IMAGES_THROBBER"
file="shared/images/throbber.svg" type="BINDATA" />
<include name="IDR_SHARED_JS_CR"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment