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

Unified Diff: ui/file_manager/gallery/js/gallery_item_unittest.html

Issue 976713004: Add thumbnailMetadataItem to GalleryItem. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased. Created 5 years, 10 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/gallery_item_unittest.html
diff --git a/ui/file_manager/gallery/js/gallery_item_unittest.html b/ui/file_manager/gallery/js/gallery_item_unittest.html
index 70ef7d0ffe0f4989752d529ba9a10829d3d5227a..9245154730a5ff3b6e0aa46e06739a87696efc4c 100644
--- a/ui/file_manager/gallery/js/gallery_item_unittest.html
+++ b/ui/file_manager/gallery/js/gallery_item_unittest.html
@@ -18,6 +18,7 @@ var Gallery = function() {};
<script src="../../file_manager/common/js/mock_entry.js"></script>
<script src="../../file_manager/common/js/unittest_util.js"></script>
<script src="../../file_manager/common/js/util.js"></script>
+<script src="../../file_manager/foreground/js/metadata/thumbnail_model.js"></script>
<script src="gallery_item.js"></script>
<script src="gallery_item_unittest.js"></script>

Powered by Google App Engine
This is Rietveld 408576698