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

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

Issue 890423004: Files.app: Add FileSystemMetadataModel. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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_model_unittest.html
diff --git a/ui/file_manager/file_manager/foreground/js/metadata/file_system_metadata_provider_unittest.html b/ui/file_manager/file_manager/foreground/js/metadata/file_system_metadata_model_unittest.html
similarity index 72%
copy from ui/file_manager/file_manager/foreground/js/metadata/file_system_metadata_provider_unittest.html
copy to ui/file_manager/file_manager/foreground/js/metadata/file_system_metadata_model_unittest.html
index b090a5d8a8dbcdd67363f4e29a3f456d12e30400..ffb4099d09f9b1dbd46cf01420d4d9bc4cc17b44 100644
--- a/ui/file_manager/file_manager/foreground/js/metadata/file_system_metadata_provider_unittest.html
+++ b/ui/file_manager/file_manager/foreground/js/metadata/file_system_metadata_model_unittest.html
@@ -11,7 +11,10 @@
<script src="../../../../../../ui/webui/resources/js/assert.js"></script>
<script src="../../../common/js/lru_cache.js"></script>
<script src="../../../common/js/unittest_util.js"></script>
-<script src="metadata_cache_item.js"></script>
+<script src="../../../common/js/volume_manager_common.js"></script>
+<script src="external_metadata_provider.js"></script>
+<script src="file_system_metadata_model.js"></script>
<script src="file_system_metadata_provider.js"></script>
+<script src="metadata_cache_item.js"></script>
-<script src="file_system_metadata_provider_unittest.js"></script>
+<script src="file_system_metadata_model_unittest.js"></script>

Powered by Google App Engine
This is Rietveld 408576698