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

Unified Diff: ui/file_manager/file_manager/background/js/background_common_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_common_scripts.js
diff --git a/ui/file_manager/file_manager/background/js/background_common_scripts.js b/ui/file_manager/file_manager/background/js/background_common_scripts.js
index da1dadce58ffd2a72c95cef1054feea28fa8e16b..43302b1a2260586258a1f8630b178f7b44907659 100644
--- a/ui/file_manager/file_manager/background/js/background_common_scripts.js
+++ b/ui/file_manager/file_manager/background/js/background_common_scripts.js
@@ -10,19 +10,19 @@
* Note that adding a script in this file results in being loaded in each app.
*/
-<include src="../../common/js/async_util.js">
-<include src="../../common/js/file_type.js">
-<include src="../../common/js/metrics_base.js">
-<include src="../../common/js/metrics_events.js">
-<include src="../../common/js/metrics.js">
-<include src="../../common/js/util.js">
-<include src="../../common/js/volume_manager_common.js">
-<include src="app_window_wrapper.js">
-<include src="background_base.js">
-<include src="entry_location_impl.js">
-<include src="test_util_base.js">
-<include src="volume_info_impl.js">
-<include src="volume_info_list_impl.js">
-<include src="volume_manager_factory.js">
-<include src="volume_manager_impl.js">
-<include src="volume_manager_util.js">
+// <include src="../../common/js/async_util.js">
+// <include src="../../common/js/file_type.js">
+// <include src="../../common/js/metrics_base.js">
+// <include src="../../common/js/metrics_events.js">
+// <include src="../../common/js/metrics.js">
+// <include src="../../common/js/util.js">
+// <include src="../../common/js/volume_manager_common.js">
+// <include src="app_window_wrapper.js">
+// <include src="background_base.js">
+// <include src="entry_location_impl.js">
+// <include src="test_util_base.js">
+// <include src="volume_info_impl.js">
+// <include src="volume_info_list_impl.js">
+// <include src="volume_manager_factory.js">
+// <include src="volume_manager_impl.js">
+// <include src="volume_manager_util.js">

Powered by Google App Engine
This is Rietveld 408576698