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

Unified Diff: chrome/browser/resources/shared_resources.grd

Issue 6873100: Moving slideshow to the filebrowser. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 8 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
Index: chrome/browser/resources/shared_resources.grd
===================================================================
--- chrome/browser/resources/shared_resources.grd (revision 82643)
+++ chrome/browser/resources/shared_resources.grd (working copy)
@@ -32,6 +32,10 @@
file="shared/css/tree.css.js" type="BINDATA" />
<include name="IDR_SHARED_IMAGES_THROBBER"
file="shared/images/throbber.svg" 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_JS_CR"
file="shared/js/cr.js" type="BINDATA" />
<include name="IDR_SHARED_JS_CR_COMMAND_LINE"
@@ -106,6 +110,8 @@
file="shared/js/i18n_template.js" type="BINDATA" />
<include name="IDR_SHARED_JS_LOCAL_STRINGS"
file="shared/js/local_strings.js" type="BINDATA" />
+ <include name="IDR_SHARED_JS_MEDIA_COMMON"
+ file="shared/js/media_common.js" type="BINDATA" />
<include name="IDR_SHARED_JS_PARSE_HTML_SUBSET"
file="shared/js/parse_html_subset.js" type="BINDATA" />
<include name="IDR_SHARED_JS_UTIL"
« no previous file with comments | « chrome/browser/resources/file_manager/slideshow.html ('k') | chrome/browser/ui/webui/chrome_web_ui_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698