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

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

Issue 2889333002: [MD settings] move polymer.html imports to top of file (Closed)
Patch Set: rerun Created 3 years, 7 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 <link rel="import" href="chrome://resources/html/polymer.html"> 1 <link rel="import" href="chrome://resources/html/polymer.html">
2
2 <link rel="import" href="chrome://resources/html/i18n_behavior.html"> 3 <link rel="import" href="chrome://resources/html/i18n_behavior.html">
3 <link rel="import" href="chrome://resources/html/web_ui_listener_behavior.html"> 4 <link rel="import" href="chrome://resources/html/web_ui_listener_behavior.html">
4 <link rel="import" href="chrome://resources/polymer/v1_0/paper-icon-button/paper -icon-button-light.html"> 5 <link rel="import" href="chrome://resources/polymer/v1_0/paper-icon-button/paper -icon-button-light.html">
5 <link rel="import" href="fonts_browser_proxy.html"> 6 <link rel="import" href="fonts_browser_proxy.html">
6 <link rel="import" href="../controls/settings_slider.html"> 7 <link rel="import" href="../controls/settings_slider.html">
7 <link rel="import" href="../controls/settings_dropdown_menu.html"> 8 <link rel="import" href="../controls/settings_dropdown_menu.html">
8 <link rel="import" href="../i18n_setup.html"> 9 <link rel="import" href="../i18n_setup.html">
9 <link rel="import" href="../settings_shared_css.html"> 10 <link rel="import" href="../settings_shared_css.html">
10 11
11 <dom-module id="settings-appearance-fonts-page"> 12 <dom-module id="settings-appearance-fonts-page">
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
128 </div> 129 </div>
129 </div> 130 </div>
130 <button class="icon-external" is="paper-icon-button-light" 131 <button class="icon-external" is="paper-icon-button-light"
131 aria-label="$i18n{advancedFontSettings}" 132 aria-label="$i18n{advancedFontSettings}"
132 aria-describedby="advancedButtonSublabel"></button> 133 aria-describedby="advancedButtonSublabel"></button>
133 </div> 134 </div>
134 </template> 135 </template>
135 </template> 136 </template>
136 <script src="appearance_fonts_page.js"></script> 137 <script src="appearance_fonts_page.js"></script>
137 </dom-module> 138 </dom-module>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698