OLD | NEW |
| 1 <link rel="import" href="chrome://resources/html/assert.html"> |
| 2 <link rel="import" href="chrome://resources/html/cr/ui/focus_without_ink.html"> |
1 <link rel="import" href="chrome://resources/html/polymer.html"> | 3 <link rel="import" href="chrome://resources/html/polymer.html"> |
2 <link rel="import" href="chrome://resources/html/i18n_behavior.html"> | 4 <link rel="import" href="chrome://resources/html/i18n_behavior.html"> |
3 <link rel="import" href="chrome://resources/html/md_select_css.html"> | 5 <link rel="import" href="chrome://resources/html/md_select_css.html"> |
4 <link rel="import" href="chrome://resources/polymer/v1_0/iron-flex-layout/iron-f
lex-layout-classes.html"> | 6 <link rel="import" href="chrome://resources/polymer/v1_0/iron-flex-layout/iron-f
lex-layout-classes.html"> |
5 <link rel="import" href="chrome://resources/polymer/v1_0/paper-button/paper-butt
on.html"> | 7 <link rel="import" href="chrome://resources/polymer/v1_0/paper-button/paper-butt
on.html"> |
6 <link rel="import" href="chrome://resources/polymer/v1_0/paper-icon-button/paper
-icon-button-light.html"> | 8 <link rel="import" href="chrome://resources/polymer/v1_0/paper-icon-button/paper
-icon-button-light.html"> |
7 <link rel="import" href="chrome://resources/polymer/v1_0/paper-tabs/paper-tabs.h
tml"> | 9 <link rel="import" href="chrome://resources/polymer/v1_0/paper-tabs/paper-tabs.h
tml"> |
8 <link rel="import" href="chrome://resources/polymer/v1_0/paper-toggle-button/pap
er-toggle-button.html"> | 10 <link rel="import" href="chrome://resources/polymer/v1_0/paper-toggle-button/pap
er-toggle-button.html"> |
9 <link rel="import" href="display_layout.html"> | 11 <link rel="import" href="display_layout.html"> |
10 <link rel="import" href="display_overscan_dialog.html"> | 12 <link rel="import" href="display_overscan_dialog.html"> |
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
192 </div> | 194 </div> |
193 </div> | 195 </div> |
194 <button class="subpage-arrow" is="paper-icon-button-light" | 196 <button class="subpage-arrow" is="paper-icon-button-light" |
195 aria-label="$i18n{displayTouchCalibrationTitle}" | 197 aria-label="$i18n{displayTouchCalibrationTitle}" |
196 aria-describedby="touchCalibrationSecondary"></button> | 198 aria-describedby="touchCalibrationSecondary"></button> |
197 </div> | 199 </div> |
198 </div> | 200 </div> |
199 </template> | 201 </template> |
200 <script src="display.js"></script> | 202 <script src="display.js"></script> |
201 </dom-module> | 203 </dom-module> |
OLD | NEW |