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

Side by Side Diff: chrome/browser/resources/settings/settings.html

Issue 2573943002: WebUI: Vulcanize MD Settings at compile time. (Closed)
Patch Set: Rebase Created 3 years, 10 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 unified diff | Download patch
OLDNEW
1 <!doctype html> 1 <!doctype html>
2 <html dir="$i18n{textdirection}" lang="$i18n{language}"> 2 <html dir="$i18n{textdirection}" lang="$i18n{language}">
3 <head> 3 <head>
4 <meta charset="utf-8"> 4 <meta charset="utf-8">
5 <title>$i18n{settings}</title> 5 <title>$i18n{settings}</title>
6 <if expr="not use_vulcanize">
6 <base href="chrome://$i18n{hostname}"> 7 <base href="chrome://$i18n{hostname}">
8 </if>
7 <link rel="import" href="chrome://resources/html/polymer.html"> 9 <link rel="import" href="chrome://resources/html/polymer.html">
8 <link rel="import" href="settings_ui/settings_ui.html"> 10 <link rel="import" href="settings_ui/settings_ui.html">
9 <link rel="stylesheet" href="chrome://resources/css/text_defaults_md.css"> 11 <link rel="stylesheet" href="chrome://resources/css/text_defaults_md.css">
10 <link rel="import" href="chrome://resources/html/i18n_template.html"> 12 <link rel="import" href="chrome://resources/html/i18n_template.html">
11 <!-- Do not add any <link rel="..."> elements below here. Imports outside of 13 <!-- Do not add any <link rel="..."> elements below here. Imports outside of
12 <head> are disallowed by HTML5 and cause undefined behavior that 14 <head> are disallowed by HTML5 and cause undefined behavior that
13 confuses Polymer's lifecycle methods: crbug.com/638074. --> 15 confuses Polymer's lifecycle methods: crbug.com/638074. -->
14 </head> 16 </head>
15 <body> 17 <body>
16 <settings-ui></settings-ui> 18 <settings-ui></settings-ui>
17 </body> 19 </body>
18 </html> 20 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698