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

Unified Diff: chrome/browser/resources/file_manager/foreground/js/media/video_player_scripts.js

Issue 39123003: [Files.app] Split the JavaScript files into subdirectories: common, background, and foreground (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixed test failure. Created 7 years, 2 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: chrome/browser/resources/file_manager/foreground/js/media/video_player_scripts.js
diff --git a/chrome/browser/resources/file_manager/js/media/video_player_scripts.js b/chrome/browser/resources/file_manager/foreground/js/media/video_player_scripts.js
similarity index 65%
rename from chrome/browser/resources/file_manager/js/media/video_player_scripts.js
rename to chrome/browser/resources/file_manager/foreground/js/media/video_player_scripts.js
index 71dfae0143a00849d28ab7da320ffd3a7bb0e726..54ea178f2feec01ba3d1eec6d7fbc3338a14d27d 100644
--- a/chrome/browser/resources/file_manager/js/media/video_player_scripts.js
+++ b/chrome/browser/resources/file_manager/foreground/js/media/video_player_scripts.js
@@ -8,17 +8,17 @@
// included file but that's all right since any javascript file should start
// with a copyright comment anyway.
-//<include src="../../../../../../ui/webui/resources/js/cr.js"/>
-//<include src="../../../../../../ui/webui/resources/js/cr/event_target.js"/>
-//<include src="../../../../../../ui/webui/resources/js/cr/ui/array_data_model.js"/>
-//<include src="../../../../../../ui/webui/resources/js/load_time_data.js"/>
+//<include src="../../../../../../../ui/webui/resources/js/cr.js"/>
+//<include src="../../../../../../../ui/webui/resources/js/cr/event_target.js"/>
+//<include src="../../../../../../../ui/webui/resources/js/cr/ui/array_data_model.js"/>
+//<include src="../../../../../../../ui/webui/resources/js/load_time_data.js"/>
(function() {
// 'strict mode' is invoked for this scope.
-//<include src="../async_util.js"/>
-//<include src="../util.js"/>
-//<include src="../path_util.js"/>
+//<include src="../../../common/js/async_util.js"/>
+//<include src="../../../common/js/util.js"/>
+//<include src="../../../common/js/path_util.js"/>
//<include src="../file_type.js"/>
//<include src="../volume_manager_wrapper.js">
//<include src="../metadata/metadata_cache.js"/>

Powered by Google App Engine
This is Rietveld 408576698