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

Unified Diff: chrome/browser/resources/chromeos/login/custom_elements_login.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: chrome/browser/resources/chromeos/login/custom_elements_login.js
diff --git a/chrome/browser/resources/chromeos/login/custom_elements_login.js b/chrome/browser/resources/chromeos/login/custom_elements_login.js
index 96edb57fc4a08269ab0f42c9ec0e5201591f1eb6..691b243f39ed451eb47f51104a88f66eece88e65 100644
--- a/chrome/browser/resources/chromeos/login/custom_elements_login.js
+++ b/chrome/browser/resources/chromeos/login/custom_elements_login.js
@@ -2,17 +2,17 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-<include src="gaia_buttons.js">
-<include src="gaia_card.js">
-<include src="gaia_header.js">
-<include src="gaia_input_form.js">
-<include src="gaia_input.js">
-<include src="gaia_password_changed.js">
-<include src="html-echo.js">
-<include src="offline_gaia.js">
-<include src="saml_confirm_password.js">
-<include src="saml_interstitial.js">
-<include src="throbber_notice.js">
-<include src="navigation_bar.js">
-<include src="unrecoverable_cryptohome_error_card.js">
-<include src="offline_ad_login.js">
+// <include src="gaia_buttons.js">
+// <include src="gaia_card.js">
+// <include src="gaia_header.js">
+// <include src="gaia_input_form.js">
+// <include src="gaia_input.js">
+// <include src="gaia_password_changed.js">
+// <include src="html-echo.js">
+// <include src="offline_gaia.js">
+// <include src="saml_confirm_password.js">
+// <include src="saml_interstitial.js">
+// <include src="throbber_notice.js">
+// <include src="navigation_bar.js">
+// <include src="unrecoverable_cryptohome_error_card.js">
+// <include src="offline_ad_login.js">
« no previous file with comments | « chrome/browser/resources/chromeos/keyboard_overlay.js ('k') | chrome/browser/resources/chromeos/login/custom_elements_oobe.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698