OLD | NEW |
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 <!-- Copyright 2013 The Chromium Authors. All rights reserved. | 2 <!-- Copyright 2013 The Chromium Authors. All rights reserved. |
3 -- Use of this source code is governed by a BSD-style license that can be | 3 -- Use of this source code is governed by a BSD-style license that can be |
4 -- found in the LICENSE file. | 4 -- found in the LICENSE file. |
5 --> | 5 --> |
6 | 6 |
7 <html> | 7 <html> |
8 <body> | 8 <body> |
9 | 9 |
10 <script src="../../../../../ui/webui/resources/js/cr.js"></script> | 10 <script src="../../../../../ui/webui/resources/js/cr.js"></script> |
11 <script src="../../../../../ui/webui/resources/js/cr/event_target.js"></script> | 11 <script src="../../../../../ui/webui/resources/js/cr/event_target.js"></script> |
12 <script src="../../../../../ui/webui/resources/js/load_time_data.js"></script> | 12 <script src="../../../../../ui/webui/resources/js/load_time_data.js"></script> |
13 | 13 |
14 <script src="../../../../browser/resources/file_manager/background/js/file_opera
tion_handler.js"></script> | 14 <script src="../../../../../ui/file_manager/file_manager/background/js/file_oper
ation_handler.js"></script> |
15 <script src="../../../../browser/resources/file_manager/common/js/progress_cente
r_common.js"></script> | 15 <script src="../../../../../ui/file_manager/file_manager/common/js/progress_cent
er_common.js"></script> |
16 <script src="../../../../browser/resources/file_manager/common/js/util.js"></scr
ipt> | 16 <script src="../../../../../ui/file_manager/file_manager/common/js/util.js"></sc
ript> |
17 | 17 |
18 <script src="mocks/mock_background.js"></script> | 18 <script src="mocks/mock_background.js"></script> |
19 <script src="mocks/mock_file_operation_manager.js"></script> | 19 <script src="mocks/mock_file_operation_manager.js"></script> |
20 <script src="mocks/mock_progress_center.js"></script> | 20 <script src="mocks/mock_progress_center.js"></script> |
21 | 21 |
22 <script src="file_operation_handler_unittest.js"></script> | 22 <script src="file_operation_handler_unittest.js"></script> |
23 | 23 |
24 </body> | 24 </body> |
25 </html> | 25 </html> |
OLD | NEW |