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

Side by Side Diff: ui/file_manager/image_loader/background_scripts.js

Issue 2645533002: Files app: Fix error of image loader which is caused by missing script. (Closed)
Patch Set: 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2016 The Chromium Authors. All rights reserved. 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 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 // <include src="../file_manager/common/js/file_type.js"> 5 // <include src="../file_manager/common/js/file_type.js">
6 // <include src="../file_manager/common/js/metrics_base.js"> 6 // <include src="../file_manager/common/js/metrics_base.js">
7 // <include src="../file_manager/common/js/metrics.js"> 7 // <include src="../file_manager/common/js/metrics.js">
8 // <include src="../file_manager/common/js/metrics_events.js"> 8 // <include src="../file_manager/common/js/metrics_events.js">
9 // <include src="../file_manager/foreground/js/metadata/image_orientation.js"> 9 // <include src="../file_manager/foreground/js/metadata/image_orientation.js">
10 // <include src="cache.js"> 10 // <include src="cache.js">
11 // <include src="image_loader.js"> 11 // <include src="image_loader.js">
12 // <include src="image_loader_util.js">
12 // <include src="piex_loader.js"> 13 // <include src="piex_loader.js">
13 // <include src="request.js"> 14 // <include src="request.js">
14 // <include src="scheduler.js"> 15 // <include src="scheduler.js">
15 // Entry point. 16 // Entry point.
16 // <include src="background.js"> 17 // <include src="background.js">
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698