| Index: chrome/browser/resources/gallery/js/gallery_scripts.js
|
| diff --git a/chrome/browser/resources/video_player/js/video_player_scripts.js b/chrome/browser/resources/gallery/js/gallery_scripts.js
|
| similarity index 73%
|
| copy from chrome/browser/resources/video_player/js/video_player_scripts.js
|
| copy to chrome/browser/resources/gallery/js/gallery_scripts.js
|
| index 802eff38d382995c6e0184754088e0ae843b6bc3..69d978adbe5bd6a725920bfa34fc137c3d78af91 100644
|
| --- a/chrome/browser/resources/video_player/js/video_player_scripts.js
|
| +++ b/chrome/browser/resources/gallery/js/gallery_scripts.js
|
| @@ -16,12 +16,5 @@
|
| (function() {
|
| 'use strict';
|
|
|
| -//<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/util.js"/>
|
| -
|
| -//<include src="video_player.js"/>
|
| -
|
| -window.unload = unload;
|
| -
|
| +//<include src="gallery.js"/>
|
| })();
|
|
|