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

Unified Diff: ui/file_manager/video_player/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/video_player/js/background_scripts.js
diff --git a/ui/file_manager/video_player/js/background_scripts.js b/ui/file_manager/video_player/js/background_scripts.js
index 021778818d8976774139bec1bdcc0d4952e69f7d..b56a32c4af0366f639a295abef19ce8823c0cd6e 100644
--- a/ui/file_manager/video_player/js/background_scripts.js
+++ b/ui/file_manager/video_player/js/background_scripts.js
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-<include src="error_util.js">
-<include src="test_util.js">
+// <include src="error_util.js">
+// <include src="test_util.js">
// The main background script must be at the end.
-<include src="background.js">
+// <include src="background.js">
« no previous file with comments | « ui/file_manager/image_loader/background_scripts.js ('k') | ui/file_manager/video_player/js/video_player_scripts.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698