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

Unified Diff: ui/file_manager/file_manager/foreground/js/providers_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/providers_model_unittest.html
diff --git a/ui/file_manager/file_manager/foreground/js/providers_model_unittest.html b/ui/file_manager/file_manager/foreground/js/providers_model_unittest.html
index 0662d61fa5e380a15ce68fa54d1623cd2dad16ee..cbacfe9158bd995bbb8751bba0068a7999d9e01d 100644
--- a/ui/file_manager/file_manager/foreground/js/providers_model_unittest.html
+++ b/ui/file_manager/file_manager/foreground/js/providers_model_unittest.html
@@ -18,8 +18,13 @@
<script src="../../common/js/util.js"></script>
<script src="../../common/js/volume_manager_common.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="providers_model.js"></script>
<script src="providers_model_unittest.js"></script>

Powered by Google App Engine
This is Rietveld 408576698