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

Unified Diff: ui/file_manager/file_manager/foreground/js/import_controller_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/import_controller_unittest.html
diff --git a/ui/file_manager/file_manager/foreground/js/import_controller_unittest.html b/ui/file_manager/file_manager/foreground/js/import_controller_unittest.html
index 329b290d0331cd8240d99af25c70631055ad77b4..5693012827750cf094fd040b09c354e426e48255 100644
--- a/ui/file_manager/file_manager/foreground/js/import_controller_unittest.html
+++ b/ui/file_manager/file_manager/foreground/js/import_controller_unittest.html
@@ -25,10 +25,15 @@
<script src="../../common/js/file_type.js"></script>
<script src="../../common/js/importer_common.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_media_scanner.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="import_controller.js"></script>
<script src="import_controller_unittest.js"></script>

Powered by Google App Engine
This is Rietveld 408576698