| OLD | NEW |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <!-- Copyright 2015 The Chromium Authors. All rights reserved. | 2 <!-- Copyright 2015 The Chromium Authors. All rights reserved. |
| 3 -- Use of this source code is governed by a BSD-style license that can be | 3 -- Use of this source code is governed by a BSD-style license that can be |
| 4 -- found in the LICENSE file. | 4 -- found in the LICENSE file. |
| 5 --> | 5 --> |
| 6 | 6 |
| 7 <!-- Base class --> | 7 <!-- Base class --> |
| 8 <script src="../../../../../webui/resources/js/cr.js"></script> | 8 <script src="../../../../../webui/resources/js/cr.js"></script> |
| 9 <script src="../../../../../webui/resources/js/cr/event_target.js"></script> | 9 <script src="../../../../../webui/resources/js/cr/event_target.js"></script> |
| 10 | 10 |
| 11 <!-- Others --> | 11 <!-- Others --> |
| 12 <script src="../../../../../webui/resources/js/assert.js"></script> | 12 <script src="../../../../../webui/resources/js/assert.js"></script> |
| 13 <script src="../../../common/js/unittest_util.js"></script> | 13 <script src="../../../common/js/unittest_util.js"></script> |
| 14 <script src="../../../common/js/util.js"></script> |
| 14 <script src="metadata_cache_item.js"></script> | 15 <script src="metadata_cache_item.js"></script> |
| 15 <script src="metadata_cache_set.js"></script> | 16 <script src="metadata_cache_set.js"></script> |
| 16 <script src="metadata_item.js"></script> | 17 <script src="metadata_item.js"></script> |
| 17 | 18 |
| 18 <script src="metadata_cache_set_unittest.js"></script> | 19 <script src="metadata_cache_set_unittest.js"></script> |
| OLD | NEW |