OLD | NEW |
1 // Copyright 2014 The Chromium Authors. All rights reserved. | 1 // Copyright 2014 The Chromium Authors. All rights reserved. |
2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
4 | 4 |
5 // The include directives are put into Javascript-style comments to prevent | 5 // The include directives are put into Javascript-style comments to prevent |
6 // parsing errors in non-flattened mode. The flattener still sees them. | 6 // parsing errors in non-flattened mode. The flattener still sees them. |
7 // Note that this makes the flattener to comment out the first line of the | 7 // Note that this makes the flattener to comment out the first line of the |
8 // included file but that's all right since any javascript file should start | 8 // included file but that's all right since any javascript file should start |
9 // with a copyright comment anyway. | 9 // with a copyright comment anyway. |
10 | 10 |
(...skipping 19 matching lines...) Expand all Loading... |
30 //<include src="../../../webui/resources/js/cr/ui/list_selection_model.js"> | 30 //<include src="../../../webui/resources/js/cr/ui/list_selection_model.js"> |
31 //<include | 31 //<include |
32 // src="../../../webui/resources/js/cr/ui/list_single_selection_model.js"> | 32 // src="../../../webui/resources/js/cr/ui/list_single_selection_model.js"> |
33 //<include src="../../../webui/resources/js/cr/ui/list_selection_controller.js"> | 33 //<include src="../../../webui/resources/js/cr/ui/list_selection_controller.js"> |
34 //<include src="../../../webui/resources/js/cr/ui/list.js"> | 34 //<include src="../../../webui/resources/js/cr/ui/list.js"> |
35 //<include src="../../../webui/resources/js/cr/ui/grid.js"> | 35 //<include src="../../../webui/resources/js/cr/ui/grid.js"> |
36 | 36 |
37 (function() { | 37 (function() { |
38 // 'strict mode' is invoked for this scope. | 38 // 'strict mode' is invoked for this scope. |
39 | 39 |
| 40 // Base classes. |
| 41 //<include src="../../file_manager/foreground/js/metadata/metadata_cache_set.js"
> |
| 42 //<include src="../../file_manager/foreground/js/metadata/new_metadata_provider.
js"> |
| 43 |
40 //<include src="../../file_manager/common/js/async_util.js"> | 44 //<include src="../../file_manager/common/js/async_util.js"> |
41 //<include src="../../file_manager/common/js/file_type.js"> | 45 //<include src="../../file_manager/common/js/file_type.js"> |
42 //<include src="../../file_manager/common/js/util.js"> | 46 //<include src="../../file_manager/common/js/util.js"> |
43 //<include src="../../file_manager/common/js/volume_manager_common.js"> | 47 //<include src="../../file_manager/common/js/volume_manager_common.js"> |
| 48 //<include src="../../file_manager/foreground/js/metadata/content_metadata_provi
der.js"> |
| 49 //<include src="../../file_manager/foreground/js/metadata/external_metadata_prov
ider.js"> |
| 50 //<include src="../../file_manager/foreground/js/metadata/file_system_metadata.j
s"> |
| 51 //<include src="../../file_manager/foreground/js/metadata/file_system_metadata_p
rovider.js"> |
44 //<include src="../../file_manager/foreground/js/metadata/metadata_cache.js"> | 52 //<include src="../../file_manager/foreground/js/metadata/metadata_cache.js"> |
| 53 //<include src="../../file_manager/foreground/js/metadata/metadata_cache_item.js
"> |
| 54 //<include src="../../file_manager/foreground/js/metadata/metadata_item.js"> |
| 55 //<include src="../../file_manager/foreground/js/metadata/thumbnail_model.js"> |
45 //<include src="../../file_manager/foreground/js/metadata/exif_constants.js"> | 56 //<include src="../../file_manager/foreground/js/metadata/exif_constants.js"> |
46 //<include src="../../file_manager/foreground/js/mouse_inactivity_watcher.js"> | 57 //<include src="../../file_manager/foreground/js/mouse_inactivity_watcher.js"> |
47 //<include src="../../file_manager/foreground/js/share_client.js"> | 58 //<include src="../../file_manager/foreground/js/share_client.js"> |
48 //<include src="../../file_manager/foreground/js/thumbnail_loader.js"> | 59 //<include src="../../file_manager/foreground/js/thumbnail_loader.js"> |
49 //<include | 60 //<include src="../../file_manager/foreground/js/ui/file_manager_dialog_base.js"
> |
50 // src="../../file_manager/foreground/js/ui/file_manager_dialog_base.js"> | |
51 //<include src="../../file_manager/foreground/js/ui/share_dialog.js"> | 61 //<include src="../../file_manager/foreground/js/ui/share_dialog.js"> |
52 //<include src="../../file_manager/foreground/js/volume_manager_wrapper.js"> | 62 //<include src="../../file_manager/foreground/js/volume_manager_wrapper.js"> |
53 | 63 |
54 //<include src="image_editor/image_util.js"> | 64 //<include src="image_editor/image_util.js"> |
55 //<include src="image_editor/viewport.js"> | 65 //<include src="image_editor/viewport.js"> |
56 //<include src="image_editor/image_buffer.js"> | 66 //<include src="image_editor/image_buffer.js"> |
57 //<include src="image_editor/image_view.js"> | 67 //<include src="image_editor/image_view.js"> |
58 //<include src="image_editor/commands.js"> | 68 //<include src="image_editor/commands.js"> |
59 //<include src="image_editor/image_editor.js"> | 69 //<include src="image_editor/image_editor.js"> |
60 //<include src="image_editor/image_transform.js"> | 70 //<include src="image_editor/image_transform.js"> |
(...skipping 12 matching lines...) Expand all Loading... |
73 //<include src="ribbon.js"> | 83 //<include src="ribbon.js"> |
74 //<include src="slide_mode.js"> | 84 //<include src="slide_mode.js"> |
75 | 85 |
76 // Exports | 86 // Exports |
77 window.ImageUtil = ImageUtil; | 87 window.ImageUtil = ImageUtil; |
78 window.ImageUtil.metrics = metrics; | 88 window.ImageUtil.metrics = metrics; |
79 window.Gallery = Gallery; | 89 window.Gallery = Gallery; |
80 window.util = util; | 90 window.util = util; |
81 | 91 |
82 })(); | 92 })(); |
OLD | NEW |