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

Side by Side Diff: chrome/browser/resources/settings/device_page/stylus.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">
2
1 <link rel="import" href="chrome://resources/html/action_link.html"> 3 <link rel="import" href="chrome://resources/html/action_link.html">
2 <link rel="import" href="chrome://resources/html/polymer.html">
3 <link rel="import" href="chrome://resources/polymer/v1_0/paper-icon-button/paper -icon-button-light.html"> 4 <link rel="import" href="chrome://resources/polymer/v1_0/paper-icon-button/paper -icon-button-light.html">
4 <link rel="import" href="../controls/settings_toggle_button.html"> 5 <link rel="import" href="../controls/settings_toggle_button.html">
5 <link rel="import" href="../settings_shared_css.html"> 6 <link rel="import" href="../settings_shared_css.html">
6 7
7 <dom-module id="settings-stylus"> 8 <dom-module id="settings-stylus">
8 <template> 9 <template>
9 <style include="settings-shared md-select"> 10 <style include="settings-shared md-select">
10 .settings-box > .secondary { 11 .settings-box > .secondary {
11 align-items: center; 12 align-items: center;
12 display: flex; 13 display: flex;
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 </div> 80 </div>
80 </div> 81 </div>
81 <button class="icon-external" is="paper-icon-button-light" 82 <button class="icon-external" is="paper-icon-button-light"
82 aria-label="$i18n{stylusFindMoreAppsPrimary}" 83 aria-label="$i18n{stylusFindMoreAppsPrimary}"
83 aria-describedby="stylusFindMoreAppsSecondary"></button> 84 aria-describedby="stylusFindMoreAppsSecondary"></button>
84 </div> 85 </div>
85 86
86 </template> 87 </template>
87 <script src="stylus.js"></script> 88 <script src="stylus.js"></script>
88 </dom-module> 89 </dom-module>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698