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

Unified 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: Created 4 years, 4 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 side-by-side diff with in-line comments
Download patch
Index: ui/file_manager/image_loader/background_scripts.js
diff --git a/ui/file_manager/image_loader/background_scripts.js b/ui/file_manager/image_loader/background_scripts.js
new file mode 100644
index 0000000000000000000000000000000000000000..5a6b4b3f4d068fc39be606a5b5fe155dde0069d4
--- /dev/null
+++ b/ui/file_manager/image_loader/background_scripts.js
@@ -0,0 +1,16 @@
+// Copyright 2016 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.
+
+<include src="cache.js">
oka 2016/08/23 02:06:12 nit: sort.
fukino 2016/08/23 05:21:07 Done.
+<include src="../file_manager/common/js/file_type.js">
+<include src="../file_manager/common/js/metrics_base.js">
+<include src="../file_manager/common/js/metrics.js">
+<include src="../file_manager/common/js/metrics_events.js">
+<include src="../file_manager/foreground/js/metadata/image_orientation.js">
+<include src="image_loader.js">
+<include src="piex_loader.js">
+<include src="request.js">
+<include src="scheduler.js">
+// Entry point.
+<include src="background.js">

Powered by Google App Engine
This is Rietveld 408576698