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

Unified Diff: ui/file_manager/file_manager/foreground/js/actions_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/actions_model_unittest.html
diff --git a/ui/file_manager/file_manager/foreground/js/actions_model_unittest.html b/ui/file_manager/file_manager/foreground/js/actions_model_unittest.html
index a2bb6e0de482acb7f2afd2f93a1673c9085de503..590470f5c9341e938602e7410c9dda22c0fb76cc 100644
--- a/ui/file_manager/file_manager/foreground/js/actions_model_unittest.html
+++ b/ui/file_manager/file_manager/foreground/js/actions_model_unittest.html
@@ -15,7 +15,12 @@
<script src="../../common/js/util.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_impl.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="../../background/js/mock_volume_manager.js"></script>
<script src="actions_model.js"></script>

Powered by Google App Engine
This is Rietveld 408576698