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

Unified Diff: chrome/browser/resources/settings/settings_ui/settings_ui.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/settings/route.js ('k') | chrome/browser/resources/uber/uber_frame.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/settings_ui/settings_ui.js
diff --git a/chrome/browser/resources/settings/settings_ui/settings_ui.js b/chrome/browser/resources/settings/settings_ui/settings_ui.js
index d550e32aaa16f85e398d09fdfa7b8d7ac62796bb..07d662c84ed184bcdeeae0c901c4a734f3db0f60 100644
--- a/chrome/browser/resources/settings/settings_ui/settings_ui.js
+++ b/chrome/browser/resources/settings/settings_ui/settings_ui.js
@@ -92,12 +92,12 @@ Polymer({
people: false,
onStartup: false,
reset: false,
-<if expr="not chromeos">
+// <if expr="not chromeos">
appearance: false,
defaultBrowser: false,
advancedSettings: false,
-</if>
-<if expr="chromeos">
+// </if>
+// <if expr="chromeos">
appearance: {
setWallpaper: false,
setTheme: false,
@@ -114,7 +114,7 @@ Polymer({
downloads: {
googleDrive: false,
},
-</if>
+// </if>
};
}
« no previous file with comments | « chrome/browser/resources/settings/route.js ('k') | chrome/browser/resources/uber/uber_frame.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698