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

Unified Diff: ui/file_manager/file_manager/foreground/js/navigation_list_model_unittest.html

Issue 2292873003: Divide volume_manager.js into files for each classes and extract interfaces from them. (Closed)
Patch Set: Address comments. Created 4 years, 3 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/navigation_list_model_unittest.html
diff --git a/ui/file_manager/file_manager/foreground/js/navigation_list_model_unittest.html b/ui/file_manager/file_manager/foreground/js/navigation_list_model_unittest.html
index 68f1568ba12c1fcb696476fd9d1facd4f75b0bae..2bddf0d1d050c81357d4f867f4d42e8e451b3452 100644
--- a/ui/file_manager/file_manager/foreground/js/navigation_list_model_unittest.html
+++ b/ui/file_manager/file_manager/foreground/js/navigation_list_model_unittest.html
@@ -14,9 +14,13 @@
<script src="../../../../../ui/webui/resources/js/load_time_data.js"></script>
<script src="../../common/js/volume_manager_common.js"></script>
-<script src="../../background/js/volume_manager.js"></script>
+<script src="../../background/js/entry_location.js"></script>
<script src="../../background/js/mock_volume_manager.js"></script>
-<script src="../../background/js/volume_manager.js"></script>
+<script src="../../background/js/volume_info_impl.js"></script>
+<script src="../../background/js/volume_info_list_impl.js"></script>
+<script src="../../background/js/volume_manager_factory.js"></script>
+<script src="../../background/js/volume_manager_impl.js"></script>
+<script src="../../background/js/volume_manager_util.js"></script>
<script src="../../common/js/async_util.js"></script>
<script src="../../common/js/mock_entry.js"></script>
<script src="../../common/js/util.js"></script>

Powered by Google App Engine
This is Rietveld 408576698