Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(213)

Side by Side Diff: ui/file_manager/image_loader/image_loader_unittest.html

Issue 2634213003: Compile image loader in v2 syntax. (Closed)
Patch Set: Fix a unit test. Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 <script src="../../webui/resources/js/assert.js"></script> 7 <script src="../../webui/resources/js/assert.js"></script>
8 <script src="../file_manager/foreground/js/metadata/image_orientation.js"></scri pt> 8 <script src="../file_manager/foreground/js/metadata/image_orientation.js"></scri pt>
9 <script src="image_loader_util.js"></script>
9 10
10 <script src="image_loader.js"></script> 11 <script src="image_loader.js"></script>
11 <script src="image_loader_unittest.js"></script> 12 <script src="image_loader_unittest.js"></script>
OLDNEW
« no previous file with comments | « ui/file_manager/image_loader/image_loader.js ('k') | ui/file_manager/image_loader/image_loader_unittest.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698