| OLD | NEW |
| (Empty) | |
| 1 <!DOCTYPE html> |
| 2 <!-- Copyright 2017 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 --> |
| 6 |
| 7 <script src="../../webui/resources/js/assert.js"></script> |
| 8 <script src="../../webui/resources/js/cr.js"></script> |
| 9 <script src="../../webui/resources/js/cr/ui.js"></script> |
| 10 <script src="../file_manager/common/js/unittest_util.js"></script> |
| 11 <script src="../file_manager/foreground/js/metadata/image_orientation.js"></scri
pt> |
| 12 |
| 13 <script src="piex_loader.js"></script> |
| 14 <script src="piex_loader_unittest.js"></script> |
| OLD | NEW |