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

Unified Diff: chrome/browser/resources/file_manager/js/photo/gallery_scripts.js

Issue 10829421: First cut of the updated Photo Editor UI (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 8 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
Index: chrome/browser/resources/file_manager/js/photo/gallery_scripts.js
diff --git a/chrome/browser/resources/file_manager/js/photo/gallery_scripts.js b/chrome/browser/resources/file_manager/js/photo/gallery_scripts.js
index 0810d9aac750aa8f8a6529f02600c02e95189dc1..333b5d1121cdf7c2fb9e42ded9207b8bd8cebfcf 100644
--- a/chrome/browser/resources/file_manager/js/photo/gallery_scripts.js
+++ b/chrome/browser/resources/file_manager/js/photo/gallery_scripts.js
@@ -11,9 +11,21 @@
//<include src="../metrics.js">
//<include src="../../../shared/js/cr.js">
-//<include src="../../../shared/js/cr/event_target.js">
+//<include src="../../../shared/js/event_tracker.js">
//<include src="../../../shared/js/load_time_data.js">
+//<include src="../../../shared/js/cr/ui.js">
+//<include src="../../../shared/js/cr/event_target.js">
+//<include src="../../../shared/js/cr/ui/touch_handler.js">
+//<include src="../../../shared/js/cr/ui/array_data_model.js">
+//<include src="../../../shared/js/cr/ui/dialogs.js">
+//<include src="../../../shared/js/cr/ui/list_item.js">
+//<include src="../../../shared/js/cr/ui/list_selection_model.js">
+//<include src="../../../shared/js/cr/ui/list_single_selection_model.js">
+//<include src="../../../shared/js/cr/ui/list_selection_controller.js">
+//<include src="../../../shared/js/cr/ui/list.js">
+//<include src="../../../shared/js/cr/ui/grid.js">
+
//<include src="../file_type.js">
//<include src="../util.js">

Powered by Google App Engine
This is Rietveld 408576698