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

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

Issue 2261043003: Files app: Concatenate background scripts. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments Created 4 years, 3 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 | « ui/file_manager/gallery/manifest.json ('k') | ui/file_manager/image_loader/manifest.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
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
3 // found in the LICENSE file.
4
5 <include src="../file_manager/common/js/file_type.js">
6 <include src="../file_manager/common/js/metrics_base.js">
7 <include src="../file_manager/common/js/metrics.js">
8 <include src="../file_manager/common/js/metrics_events.js">
9 <include src="../file_manager/foreground/js/metadata/image_orientation.js">
10 <include src="cache.js">
11 <include src="image_loader.js">
12 <include src="piex_loader.js">
13 <include src="request.js">
14 <include src="scheduler.js">
15 // Entry point.
16 <include src="background.js">
OLDNEW
« no previous file with comments | « ui/file_manager/gallery/manifest.json ('k') | ui/file_manager/image_loader/manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698