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

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

Issue 802283005: Gallery: Update metadata in GalleryItem when saving items. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/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
new file mode 100644
index 0000000000000000000000000000000000000000..70ef7d0ffe0f4989752d529ba9a10829d3d5227a
--- /dev/null
+++ b/ui/file_manager/gallery/js/gallery_item_unittest.html
@@ -0,0 +1,23 @@
+<!DOCTYPE html>
+<!-- Copyright 2015 The Chromium Authors. All rights reserved.
+ -- Use of this source code is governed by a BSD-style license that can be
+ -- found in the LICENSE file.
+ -->
+<script>
+// Define mock Gallery class to define Gallery.Item class.
+var Gallery = function() {};
+</script>
+<!-- Should be loaded before volume_manager.js -->
+<script src="../../file_manager/common/js/volume_manager_common.js"></script>
+<!-- Others -->
+<script src="../../../webui/resources/js/assert.js"></script>
+<script src="../../../webui/resources/js/cr.js"></script>
+<script src="../../../webui/resources/js/cr/event_target.js"></script>
+<script src="../../../webui/resources/js/cr/ui/array_data_model.js"></script>
+<script src="../../../webui/resources/js/load_time_data.js"></script>
+<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="gallery_item.js"></script>
+
+<script src="gallery_item_unittest.js"></script>

Powered by Google App Engine
This is Rietveld 408576698