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

Unified Diff: ui/file_manager/image_loader/background_scripts.js

Issue 2617823002: GRIT: put <if> and <include> behind comments in .js files to make syntactically valid JS (Closed)
Patch Set: add dep 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 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
index cbb37bfcd2e6fb7c4077fc046cf6eaf1571fd1bc..e9b28a096a87b62d495118f0523af56acc01b123 100644
--- a/ui/file_manager/image_loader/background_scripts.js
+++ b/ui/file_manager/image_loader/background_scripts.js
@@ -2,15 +2,15 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-<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="cache.js">
-<include src="image_loader.js">
-<include src="piex_loader.js">
-<include src="request.js">
-<include src="scheduler.js">
+// <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="cache.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">
+// <include src="background.js">
« no previous file with comments | « ui/file_manager/gallery/js/gallery_scripts.js ('k') | ui/file_manager/video_player/js/background_scripts.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698