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

Unified Diff: ui/file_manager/gallery/js/gallery_scripts.js

Issue 620003004: Files.app: Move UI related sources into the ui directory. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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
« no previous file with comments | « ui/file_manager/gallery/gallery.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/file_manager/gallery/js/gallery_scripts.js
diff --git a/ui/file_manager/gallery/js/gallery_scripts.js b/ui/file_manager/gallery/js/gallery_scripts.js
index c5a4185c0126b57f8aa72b2fc2698a6a050dd164..9baad53e51495d19d929640fffc0ece6893bd5f5 100644
--- a/ui/file_manager/gallery/js/gallery_scripts.js
+++ b/ui/file_manager/gallery/js/gallery_scripts.js
@@ -36,7 +36,13 @@
//<include src="../../file_manager/common/js/util.js">
//<include src="../../file_manager/common/js/volume_manager_common.js">
//<include src="../../file_manager/foreground/js/file_type.js">
+//<include src="../../file_manager/foreground/js/metadata/metadata_cache.js">
+//<include src="../../file_manager/foreground/js/mouse_inactivity_watcher.js">
+//<include src="../../file_manager/foreground/js/share_client.js">
//<include src="../../file_manager/foreground/js/thumbnail_loader.js">
+//<include
+// src="../../file_manager/foreground/js/ui/file_manager_dialog_base.js">
+//<include src="../../file_manager/foreground/js/ui/share_dialog.js">
//<include src="../../file_manager/foreground/js/volume_manager_wrapper.js">
//<include src="image_editor/image_util.js">
@@ -51,13 +57,6 @@
//<include src="image_editor/image_encoder.js">
//<include src="image_editor/exif_encoder.js">
-//<include src="../../file_manager/foreground/js/metadata/metadata_cache.js">
-//<include src="../../file_manager/foreground/js/mouse_inactivity_watcher.js">
-
-//<include src="../../file_manager/foreground/js/ui/file_manager_dialog_base.js">
-//<include src="../../file_manager/foreground/js/share_client.js">
-//<include src="../../file_manager/foreground/js/share_dialog.js">
-
//<include src="gallery.js">
//<include src="gallery_item.js">
//<include src="mosaic_mode.js">
« no previous file with comments | « ui/file_manager/gallery/gallery.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698