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

Unified Diff: ui/file_manager/file_manager/background/js/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/file_manager/background/js/background_scripts.js
diff --git a/ui/file_manager/file_manager/background/js/background_scripts.js b/ui/file_manager/file_manager/background/js/background_scripts.js
index 463a6f7da1a66d35cc3d342ebd4101096a25c939..51a0e4a6a39aaadd4ebe8a19d264e67e2d4d1be3 100644
--- a/ui/file_manager/file_manager/background/js/background_scripts.js
+++ b/ui/file_manager/file_manager/background/js/background_scripts.js
@@ -2,22 +2,22 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-<include src="metrics_start.js">
-<include src="../../common/js/lru_cache.js">
-<include src="../../common/js/progress_center_common.js">
-<include src="../../common/js/importer_common.js">
-<include src="../../common/js/error_util.js">
-<include src="device_handler.js">
-<include src="drive_sync_handler.js">
-<include src="duplicate_finder.js">
-<include src="file_operation_handler.js">
-<include src="file_operation_manager.js">
-<include src="file_operation_util.js">
-<include src="import_history.js">
-<include src="launcher_search.js">
-<include src="task_queue.js">
-<include src="media_import_handler.js">
-<include src="media_scanner.js">
-<include src="progress_center.js">
-<include src="test_util.js">
-<include src="background.js">
+// <include src="metrics_start.js">
+// <include src="../../common/js/lru_cache.js">
+// <include src="../../common/js/progress_center_common.js">
+// <include src="../../common/js/importer_common.js">
+// <include src="../../common/js/error_util.js">
+// <include src="device_handler.js">
+// <include src="drive_sync_handler.js">
+// <include src="duplicate_finder.js">
+// <include src="file_operation_handler.js">
+// <include src="file_operation_manager.js">
+// <include src="file_operation_util.js">
+// <include src="import_history.js">
+// <include src="launcher_search.js">
+// <include src="task_queue.js">
+// <include src="media_import_handler.js">
+// <include src="media_scanner.js">
+// <include src="progress_center.js">
+// <include src="test_util.js">
+// <include src="background.js">

Powered by Google App Engine
This is Rietveld 408576698