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

Unified Diff: chrome/browser/resources/file_manager/gallery.html

Issue 10834354: Refactor the Photo Editor to enable new feature work (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/gallery.html
diff --git a/chrome/browser/resources/file_manager/gallery.html b/chrome/browser/resources/file_manager/gallery.html
index b80fb3d809ff6bbed3fc4dca3a2c34628b17a143..3e6d26e3775bb8a20f4e17453be32a3e16183b4e 100644
--- a/chrome/browser/resources/file_manager/gallery.html
+++ b/chrome/browser/resources/file_manager/gallery.html
@@ -10,11 +10,20 @@
<link rel="stylesheet" type="text/css" href="css/gallery.css">
<link rel="stylesheet" type="text/css" href="css/media_controls.css">
- <script src="js/image_editor/gallery_scripts.js"></script>
+ <script src="js/photo/gallery_scripts.js"></script>
<if expr="0">
<!-- This file has not been flattened, load individual scripts.
Keep the list in sync with gallery_scripts.js. -->
+ <script src="js/metrics.js"></script>
+
+ <script src="../shared/js/cr.js"></script>
+ <script src="../shared/js/cr/event_target.js"></script>
+ <script src="../shared/js/load_time_data.js"></script>
+
+ <script src="js/file_type.js"></script>
+ <script src="js/util.js"></script>
+
<script src="js/image_editor/image_util.js"></script>
<script src="js/image_editor/viewport.js"></script>
<script src="js/image_editor/image_buffer.js"></script>
@@ -24,12 +33,19 @@
<script src="js/image_editor/image_transform.js"></script>
<script src="js/image_editor/image_adjust.js"></script>
<script src="js/image_editor/filter.js"></script>
- <script src="js/image_editor/gallery.js"></script>
<script src="js/image_editor/image_encoder.js"></script>
<script src="js/image_editor/exif_encoder.js"></script>
+
<script src="js/media/media_controls.js"></script>
<script src="js/media/media_util.js"></script>
+ <script src="js/media/util.js"></script>
+
<script src="js/metadata/metadata_cache.js"></script>
+
+ <script src="js/photo/gallery.js"></script>
+ <script src="js/photo/gallery_item.js"></script>
+ <script src="js/photo/slide_mode.js"></script>
+ <script src="js/photo/ribbon.js"></script>
</if>
</head>
<body>
« no previous file with comments | « chrome/browser/resources/file_manager/css/gallery.css ('k') | chrome/browser/resources/file_manager/js/file_manager.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698