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

Unified Diff: ui/file_manager/video_player/js/video_player_scripts.js

Issue 504073002: Files.app: Move VP/Galllery related files to dedicate folders (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 6 years, 4 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
« no previous file with comments | « ui/file_manager/video_player/js/media_controls.js ('k') | ui/file_manager/video_player/video_player.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/file_manager/video_player/js/video_player_scripts.js
diff --git a/ui/file_manager/video_player/js/video_player_scripts.js b/ui/file_manager/video_player/js/video_player_scripts.js
index 7e9519030c8380eeeaa8357efda4c7b3e9ff8281..13da82548a27cbe89714c50b476fedd83afc64f5 100644
--- a/ui/file_manager/video_player/js/video_player_scripts.js
+++ b/ui/file_manager/video_player/js/video_player_scripts.js
@@ -29,14 +29,15 @@
//<include src="../../file_manager/common/js/async_util.js"/>
//<include src="../../file_manager/common/js/util.js"/>
-//<include src="../../file_manager/foreground/js/media/media_controls.js"/>
-//<include src="../../file_manager/foreground/js/media/mouse_inactivity_watcher.js"/>
+//<include src="../../file_manager/foreground/js/mouse_inactivity_watcher.js"/>
//<include src="cast/cast_extension_discoverer.js"/>
//<include src="cast/cast_video_element.js"/>
//<include src="cast/media_manager.js"/>
//<include src="cast/caster.js"/>
+//<include src="media_controls.js"/>
+
//<include src="video_player.js"/>
window.unload = unload;
« no previous file with comments | « ui/file_manager/video_player/js/media_controls.js ('k') | ui/file_manager/video_player/video_player.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698