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

Unified Diff: components/chrome_apps/webstore_widget/app/main.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
« no previous file with comments | « chrome/browser/resources/uber/uber_frame.js ('k') | components/neterror/resources/neterror.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/chrome_apps/webstore_widget/app/main.js
diff --git a/components/chrome_apps/webstore_widget/app/main.js b/components/chrome_apps/webstore_widget/app/main.js
index 7b3d789c29e05319c32bea94202d73d301de4136..4d8f22674098839d27372931d2837cbd603dae2d 100644
--- a/components/chrome_apps/webstore_widget/app/main.js
+++ b/components/chrome_apps/webstore_widget/app/main.js
@@ -2,19 +2,19 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-//<include src="../../../../ui/webui/resources/js/cr.js">
-//<include src="../../../../ui/webui/resources/js/load_time_data.js">
-//<include src="../../../../ui/webui/resources/js/i18n_template_no_process.js">
-//<include src="../../../../ui/webui/resources/js/cr/event_target.js">
-//<include src="../../../../ui/webui/resources/js/cr/ui/dialogs.js">
+// <include src="../../../../ui/webui/resources/js/cr.js">
+// <include src="../../../../ui/webui/resources/js/load_time_data.js">
+// <include src="../../../../ui/webui/resources/js/i18n_template_no_process.js">
+// <include src="../../../../ui/webui/resources/js/cr/event_target.js">
+// <include src="../../../../ui/webui/resources/js/cr/ui/dialogs.js">
(function() {
'use strict';
-//<include src="../cws_widget/app_installer.js">
-//<include src="../cws_widget/cws_webview_client.js">
-//<include src="../cws_widget/cws_widget_container.js">
-//<include src="../cws_widget/cws_widget_container_error_dialog.js">
+// <include src="../cws_widget/app_installer.js">
+// <include src="../cws_widget/cws_webview_client.js">
+// <include src="../cws_widget/cws_widget_container.js">
+// <include src="../cws_widget/cws_widget_container_error_dialog.js">
/**
* @type {?{
« no previous file with comments | « chrome/browser/resources/uber/uber_frame.js ('k') | components/neterror/resources/neterror.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698