Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(116)

Unified Diff: webkit/glue/webkit_resources.grd

Issue 10830055: adding overlay play button resource for media control on android (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: adding the png file Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webkit/glue/resources/mediaplayer_overlay_play.png ('k') | webkit/glue/webkitplatformsupport_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/webkit_resources.grd
diff --git a/webkit/glue/webkit_resources.grd b/webkit/glue/webkit_resources.grd
index 1eb4d7f19485fae83e1913535cca34c82ac48303..8772e4d70e85ab41af19de62c75f206adfc25fbf 100644
--- a/webkit/glue/webkit_resources.grd
+++ b/webkit/glue/webkit_resources.grd
@@ -54,6 +54,9 @@
<include name="IDR_MEDIAPLAYER_FULLSCREEN_BUTTON_HOVER" file="resources\mediaplayer_fullscreen_hover.png" type="BINDATA" />
<include name="IDR_MEDIAPLAYER_FULLSCREEN_BUTTON_DOWN" file="resources\mediaplayer_fullscreen_down.png" type="BINDATA" />
<include name="IDR_MEDIAPLAYER_FULLSCREEN_BUTTON_DISABLED" file="resources\mediaplayer_fullscreen_disabled.png" type="BINDATA" />
+ <if expr="pp_ifdef('android')">
+ <include name="IDR_MEDIAPLAYER_OVERLAY_PLAY_BUTTON" file="resources\mediaplayer_overlay_play.png" type="BINDATA" />
+ </if>
<if expr="is_macosx">
<include name="IDR_OVERHANG_PATTERN" file="resources\overhang_pattern.png" type="BINDATA" />
</if>
« no previous file with comments | « webkit/glue/resources/mediaplayer_overlay_play.png ('k') | webkit/glue/webkitplatformsupport_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698