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

Unified Diff: ui/file_manager/file_manager/foreground/js/metadata/file_system_metadata_unittest.html

Issue 939653002: Files.app: Add MetadataItem class. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove empty line. 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/file_manager/foreground/js/metadata/file_system_metadata_unittest.html
diff --git a/ui/file_manager/file_manager/foreground/js/metadata/file_system_metadata_unittest.html b/ui/file_manager/file_manager/foreground/js/metadata/file_system_metadata_unittest.html
index 6be027b533468219a876fa63b4d8553bfcd00cd7..7c23ebc7a432e30794e3c3b6516787aa301dd9f3 100644
--- a/ui/file_manager/file_manager/foreground/js/metadata/file_system_metadata_unittest.html
+++ b/ui/file_manager/file_manager/foreground/js/metadata/file_system_metadata_unittest.html
@@ -14,9 +14,11 @@
<script src="../../../common/js/lru_cache.js"></script>
<script src="../../../common/js/unittest_util.js"></script>
<script src="../../../common/js/volume_manager_common.js"></script>
+<script src="content_metadata_provider.js"></script>
<script src="external_metadata_provider.js"></script>
<script src="file_system_metadata.js"></script>
<script src="file_system_metadata_provider.js"></script>
<script src="metadata_cache_item.js"></script>
+<script src="metadata_item.js"></script>
<script src="file_system_metadata_unittest.js"></script>

Powered by Google App Engine
This is Rietveld 408576698