Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 <link rel="import" href="chrome://resources/html/polymer.html"> | 1 <link rel="import" href="chrome://resources/html/polymer.html"> |
| 2 <link rel="import" href="chrome://resources/polymer/v1_0/iron-flex-layout/classe s/iron-flex-layout.html"> | 2 <link rel="import" href="chrome://resources/polymer/v1_0/iron-flex-layout/classe s/iron-flex-layout.html"> |
| 3 <link rel="import" href="chrome://resources/polymer/v1_0/iron-icon/iron-icon.htm l"> | 3 <link rel="import" href="chrome://resources/polymer/v1_0/iron-icon/iron-icon.htm l"> |
| 4 <link rel="import" href="chrome://resources/polymer/v1_0/iron-iconset-svg/iron-i conset-svg.html"> | 4 <link rel="import" href="chrome://resources/polymer/v1_0/iron-iconset-svg/iron-i conset-svg.html"> |
| 5 <link rel="import" href="chrome://resources/polymer/v1_0/paper-dropdown-menu/pap er-dropdown-menu.html"> | 5 <link rel="import" href="chrome://resources/polymer/v1_0/paper-dropdown-menu/pap er-dropdown-menu.html"> |
| 6 <link rel="import" href="chrome://resources/polymer/v1_0/paper-listbox/paper-lis tbox.html"> | 6 <link rel="import" href="chrome://resources/polymer/v1_0/paper-listbox/paper-lis tbox.html"> |
| 7 <link rel="import" href="chrome://resources/polymer/v1_0/paper-item/paper-item.h tml"> | |
|
michaelpg
2016/08/09 20:33:08
alphabetize imports
Alexander Alekseev
2016/08/10 04:03:46
Done.
| |
| 7 <link rel="import" href="chrome://resources/polymer/v1_0/paper-styles/color.html "> | 8 <link rel="import" href="chrome://resources/polymer/v1_0/paper-styles/color.html "> |
| 8 | 9 |
| 9 <iron-iconset-svg name="oobe-i18n-dropdown" size="24"> | 10 <iron-iconset-svg name="oobe-i18n-dropdown" size="24"> |
| 10 <svg> | 11 <svg> |
| 11 <defs> | 12 <defs> |
| 12 <!-- | 13 <!-- |
| 13 These icons are copied from Polymer's iron-icons and kept in sorted order. | 14 These icons are copied from Polymer's iron-icons and kept in sorted order. |
| 14 See http://goo.gl/Y1OdAq for instructions on adding additional icons. | 15 See http://goo.gl/Y1OdAq for instructions on adding additional icons. |
| 15 --> | 16 --> |
| 16 <g id="check"> | 17 <g id="check"> |
| (...skipping 25 matching lines...) Expand all Loading... | |
| 42 hidden="[[!item.selected]]"> | 43 hidden="[[!item.selected]]"> |
| 43 </iron-icon> | 44 </iron-icon> |
| 44 </div> | 45 </div> |
| 45 <hr hidden="[[!item.optionGroupName]]"> | 46 <hr hidden="[[!item.optionGroupName]]"> |
| 46 </paper-item> | 47 </paper-item> |
| 47 </template> | 48 </template> |
| 48 </paper-listbox> | 49 </paper-listbox> |
| 49 </paper-dropdown-menu> | 50 </paper-dropdown-menu> |
| 50 </template> | 51 </template> |
| 51 </dom-module> | 52 </dom-module> |
| OLD | NEW |