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

Unified Diff: ui/file_manager/file_manager/common/js/importer_common_unittest.html

Issue 2856533003: Add background-wide file metadata cache. (Closed)
Patch Set: Fix unit tests. Created 3 years, 7 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/common/js/importer_common_unittest.html
diff --git a/ui/file_manager/file_manager/common/js/importer_common_unittest.html b/ui/file_manager/file_manager/common/js/importer_common_unittest.html
index 57df3cf1a3f657de04838e5f9f2f638a118724fd..ae7a59f447559c686176b3f0ff790d2cdd9b9bd8 100644
--- a/ui/file_manager/file_manager/common/js/importer_common_unittest.html
+++ b/ui/file_manager/file_manager/common/js/importer_common_unittest.html
@@ -11,6 +11,7 @@
<script src="../../../../../ui/webui/resources/js/cr/ui/array_data_model.js"></script>
<script src="../../../../../ui/webui/resources/js/load_time_data.js"></script>
<script src="volume_manager_common.js"></script>
+ <script src="../../common/js/lru_cache.js"></script>
<script src="../../background/js/entry_location_impl.js"></script>
<script src="../../background/js/mock_file_operation_manager.js"></script>
<script src="../../background/js/mock_volume_manager.js"></script>
@@ -26,6 +27,7 @@
<script src="async_util.js"></script>
<script src="file_type.js"></script>
<script src="util.js"></script>
+ <script src="global_metadata_cache.js"></script>
<script src="importer_common.js"></script>
<script src="importer_common_unittest.js"></script>

Powered by Google App Engine
This is Rietveld 408576698