android_webview: explicitly use gcc for target binaries.
[chromium-blink-merge.git] / chrome / test / data / file_manager / unit_tests / file_operation_handler_unittest.html
bloba468d4318afba2c91759f0336ca68023bf3aad72
1 <!DOCTYPE html>
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
4 -- found in the LICENSE file.
5 -->
7 <html>
8 <body>
10 <script src="../../../../../ui/webui/resources/js/cr.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>
14 <script src="../../../../../ui/file_manager/file_manager/background/js/file_operation_handler.js"></script>
15 <script src="../../../../../ui/file_manager/file_manager/common/js/progress_center_common.js"></script>
16 <script src="../../../../../ui/file_manager/file_manager/common/js/util.js"></script>
18 <script src="mocks/mock_background.js"></script>
19 <script src="mocks/mock_file_operation_manager.js"></script>
20 <script src="mocks/mock_progress_center.js"></script>
22 <script src="file_operation_handler_unittest.js"></script>
24 </body>
25 </html>