Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 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 | |
| 3 // found in the LICENSE file. | |
| 4 | |
| 5 <include src="cache.js"> | |
|
oka
2016/08/23 02:06:12
nit: sort.
fukino
2016/08/23 05:21:07
Done.
| |
| 6 <include src="../file_manager/common/js/file_type.js"> | |
| 7 <include src="../file_manager/common/js/metrics_base.js"> | |
| 8 <include src="../file_manager/common/js/metrics.js"> | |
| 9 <include src="../file_manager/common/js/metrics_events.js"> | |
| 10 <include src="../file_manager/foreground/js/metadata/image_orientation.js"> | |
| 11 <include src="image_loader.js"> | |
| 12 <include src="piex_loader.js"> | |
| 13 <include src="request.js"> | |
| 14 <include src="scheduler.js"> | |
| 15 // Entry point. | |
| 16 <include src="background.js"> | |
| OLD | NEW |