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

Unified Diff: ui/file_manager/gallery/js/image_editor/image_view_unittest.html

Issue 831833004: Files.app: Stop to use drive thumbnail for cached files. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix. Created 5 years, 11 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/gallery/js/image_editor/image_view_unittest.html
diff --git a/ui/file_manager/gallery/js/image_editor/image_view_unittest.html b/ui/file_manager/gallery/js/image_editor/image_view_unittest.html
index 0bea8e6810bfac2bd01b0da366dbc81324525dfa..d9eb5360d824c7931330694964d74d1a023df8d9 100644
--- a/ui/file_manager/gallery/js/image_editor/image_view_unittest.html
+++ b/ui/file_manager/gallery/js/image_editor/image_view_unittest.html
@@ -11,6 +11,8 @@
var Gallery = {};
</script>
+<script src="../../../file_manager/common/js/file_type.js"></script>
+<script src="../../../file_manager/common/js/mock_entry.js"></script>
<script src="../../../file_manager/foreground/js/thumbnail_loader.js"></script>
<script src="../gallery_item.js"></script>
<script src="image_buffer.js"></script>
« no previous file with comments | « ui/file_manager/gallery/js/image_editor/image_view.js ('k') | ui/file_manager/gallery/js/image_editor/image_view_unittest.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698