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

Unified Diff: ui/file_manager/file_manager/foreground/js/photo/gallery_scripts.js

Issue 492163003: File Manager: Rename media_util.js to thumbnail_loader.js (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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: ui/file_manager/file_manager/foreground/js/photo/gallery_scripts.js
diff --git a/ui/file_manager/file_manager/foreground/js/photo/gallery_scripts.js b/ui/file_manager/file_manager/foreground/js/photo/gallery_scripts.js
index 74e05d1de0a89b04914a8c5fca93b79e4021703b..6c1205d920dff7dccd8891a990a79a840c1ac29a 100644
--- a/ui/file_manager/file_manager/foreground/js/photo/gallery_scripts.js
+++ b/ui/file_manager/file_manager/foreground/js/photo/gallery_scripts.js
@@ -35,6 +35,7 @@
//<include src="../../../common/js/util.js">
//<include src="../../../common/js/volume_manager_common.js">
//<include src="../file_type.js">
+//<include src="../thumbnail_loader.js"/>
//<include src="../volume_manager_wrapper.js">
//<include src="../image_editor/image_util.js"/>
@@ -50,7 +51,6 @@
//<include src="../image_editor/exif_encoder.js"/>
//<include src="../media/media_controls.js"/>
-//<include src="../media/media_util.js"/>
//<include src="../media/mouse_inactivity_watcher.js"/>
//<include src="../metadata/metadata_cache.js"/>

Powered by Google App Engine
This is Rietveld 408576698