Index: chrome/browser/resources/file_manager/js/image_editor/gallery_scripts.js |
diff --git a/chrome/browser/resources/file_manager/js/image_editor/gallery_scripts.js b/chrome/browser/resources/file_manager/js/image_editor/gallery_scripts.js |
deleted file mode 100644 |
index 6de67b5c0aa0407c979c042fb0d30356b5462479..0000000000000000000000000000000000000000 |
--- a/chrome/browser/resources/file_manager/js/image_editor/gallery_scripts.js |
+++ /dev/null |
@@ -1,25 +0,0 @@ |
-// Copyright (c) 2012 The Chromium Authors. All rights reserved. |
-// Use of this source code is governed by a BSD-style license that can be |
-// found in the LICENSE file. |
- |
-// The include directives are put into Javascript-style comments to prevent |
-// parsing errors in non-flattened mode. The flattener still sees them. |
-// Note that this makes the flattener to comment out the first line of the |
-// included file but that's all right since any javascript file should start |
-// with a copyright comment anyway. |
- |
-//<include src="image_util.js"/> |
-//<include src="viewport.js"/> |
-//<include src="image_buffer.js"/> |
-//<include src="image_view.js"/> |
-//<include src="commands.js"/> |
-//<include src="image_editor.js"/> |
-//<include src="image_transform.js"/> |
-//<include src="image_adjust.js"/> |
-//<include src="filter.js"/> |
-//<include src="gallery.js"/> |
dgozman
2012/08/17 07:11:03
This file should be removed, right? I don't see it
Vladislav Kaznacheev
2012/08/17 09:20:40
Done.
|
-//<include src="image_encoder.js"/> |
-//<include src="exif_encoder.js"/> |
-//<include src="../media/media_controls.js"/> |
-//<include src="../media/media_util.js"/> |
-//<include src="../metadata/metadata_cache.js"/> |