| Index: ui/file_manager/image_loader/piex_loader_unittest.html
|
| diff --git a/ui/file_manager/image_loader/piex_loader_unittest.html b/ui/file_manager/image_loader/piex_loader_unittest.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..def61cc36064595a056c0c7bf8ee234b3f862287
|
| --- /dev/null
|
| +++ b/ui/file_manager/image_loader/piex_loader_unittest.html
|
| @@ -0,0 +1,14 @@
|
| +<!DOCTYPE html>
|
| +<!-- Copyright 2017 The Chromium Authors. All rights reserved.
|
| + -- Use of this source code is governed by a BSD-style license that can be
|
| + -- found in the LICENSE file.
|
| + -->
|
| +
|
| +<script src="../../webui/resources/js/assert.js"></script>
|
| +<script src="../../webui/resources/js/cr.js"></script>
|
| +<script src="../../webui/resources/js/cr/ui.js"></script>
|
| +<script src="../file_manager/common/js/unittest_util.js"></script>
|
| +<script src="../file_manager/foreground/js/metadata/image_orientation.js"></script>
|
| +
|
| +<script src="piex_loader.js"></script>
|
| +<script src="piex_loader_unittest.js"></script>
|
|
|