| OLD | NEW |
| 1 // Copyright 2016 The Chromium Authors. All rights reserved. | 1 // Copyright 2016 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 // <include src="../file_manager/common/js/file_type.js"> | 5 // <include src="../file_manager/common/js/file_type.js"> |
| 6 // <include src="../file_manager/common/js/metrics_base.js"> | 6 // <include src="../file_manager/common/js/metrics_base.js"> |
| 7 // <include src="../file_manager/common/js/metrics.js"> | 7 // <include src="../file_manager/common/js/metrics.js"> |
| 8 // <include src="../file_manager/common/js/metrics_events.js"> | 8 // <include src="../file_manager/common/js/metrics_events.js"> |
| 9 // <include src="../file_manager/foreground/js/metadata/image_orientation.js"> | 9 // <include src="../file_manager/foreground/js/metadata/image_orientation.js"> |
| 10 // <include src="cache.js"> | 10 // <include src="cache.js"> |
| 11 // <include src="image_loader.js"> | 11 // <include src="image_loader.js"> |
| 12 // <include src="image_loader_util.js"> |
| 12 // <include src="piex_loader.js"> | 13 // <include src="piex_loader.js"> |
| 13 // <include src="request.js"> | 14 // <include src="request.js"> |
| 14 // <include src="scheduler.js"> | 15 // <include src="scheduler.js"> |
| 15 // Entry point. | 16 // Entry point. |
| 16 // <include src="background.js"> | 17 // <include src="background.js"> |
| OLD | NEW |