Updated drag and drop thumbnails.
[chromium-blink-merge.git] / chrome / browser / resources / file_manager / js / action_choice_scripts.js
blobf99c0674bea467275f2d3704c9de502a4ac39b65
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 // The include directives are put into Javascript-style comments to prevent
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
8 // included file but that's all right since any javascript file should start
9 // with a copyright comment anyway.
11 //<include src="../../shared/js/load_time_data.js"/>
12 //<include src="../../shared/js/util.js"/>
13 //<include src="../../shared/js/i18n_template_no_process.js"/>
15 //<include src="../../shared/js/cr.js"/>
16 //<include src="../../shared/js/event_tracker.js"/>
17 //<include src="../../shared/js/cr/ui.js"/>
18 //<include src="../../shared/js/cr/event_target.js"/>
19 //<include src="../../shared/js/cr/ui/touch_handler.js"/>
21 //<include src="util.js"/>
22 //<include src="file_type.js"/>
23 //<include src="path_util.js"/>
24 //<include src="volume_manager.js"/>
25 //<include src="metadata/metadata_cache.js"/>
26 //<include src="metrics.js"/>
27 //<include src="image_editor/image_util.js"/>
28 //<include src="media/media_util.js"/>
30 //<include src="action_choice.js"/>