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

Unified Diff: chrome/browser/resources/gallery/js/gallery_scripts.js

Issue 235653003: Gallery.app: Add empty place holders for new separated Gallery app. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add the contents of gallery_scripts.js Created 6 years, 8 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 | « chrome/browser/resources/gallery/js/gallery.js ('k') | chrome/browser/resources/gallery/js/test_util.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"/>
})();
« no previous file with comments | « chrome/browser/resources/gallery/js/gallery.js ('k') | chrome/browser/resources/gallery/js/test_util.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698