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

Unified Diff: ui/file_manager/file_manager/background/js/background_common_scripts.js

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/background/js/background_common_scripts.js
diff --git a/ui/file_manager/file_manager/background/js/background_common_scripts.js b/ui/file_manager/file_manager/background/js/background_common_scripts.js
index a5a67c9118d9c8eead81dcc8a103707555f3a245..da1dadce58ffd2a72c95cef1054feea28fa8e16b 100644
--- a/ui/file_manager/file_manager/background/js/background_common_scripts.js
+++ b/ui/file_manager/file_manager/background/js/background_common_scripts.js
@@ -19,5 +19,10 @@
<include src="../../common/js/volume_manager_common.js">
<include src="app_window_wrapper.js">
<include src="background_base.js">
+<include src="entry_location_impl.js">
<include src="test_util_base.js">
-<include src="volume_manager.js">
+<include src="volume_info_impl.js">
+<include src="volume_info_list_impl.js">
+<include src="volume_manager_factory.js">
+<include src="volume_manager_impl.js">
+<include src="volume_manager_util.js">

Powered by Google App Engine
This is Rietveld 408576698