OLD | NEW |
1 <link rel="import" href="chrome://oobe/custom_elements.html"> | 1 <link rel="import" href="chrome://oobe/custom_elements.html"> |
2 <link rel="import" href="chrome://resources/polymer/core-animated-pages/core-ani
mated-pages.html"> | 2 <link rel="import" href="chrome://resources/polymer/core-animated-pages/core-ani
mated-pages.html"> |
3 <link rel="import" href="chrome://resources/polymer/core-iconset-svg/core-iconse
t-svg.html"> | 3 <link rel="import" href="chrome://resources/polymer/core-iconset-svg/core-iconse
t-svg.html"> |
4 <link rel="import" href="chrome://resources/polymer/core-item/core-item.html"> | 4 <link rel="import" href="chrome://resources/polymer/core-item/core-item.html"> |
5 <link rel="import" href="chrome://resources/polymer/polymer/polymer.html"> | 5 <link rel="import" href="chrome://resources/polymer/polymer/polymer.html"> |
| 6 <link rel="stylesheet" href="chrome://resources/css/text_defaults.css"> |
6 | 7 |
7 <core-iconset-svg id="host-pairing-icons" iconSize="48"> | 8 <core-iconset-svg id="host-pairing-icons" iconSize="48"> |
8 <svg> | 9 <svg> |
9 <defs> | 10 <defs> |
10 <g id="cast"> | 11 <g id="cast"> |
11 <include src="../../../../app/theme/cast_icon.svg"> | 12 <include src="../../../../app/theme/cast_icon.svg"> |
12 </g> | 13 </g> |
13 </defs> | 14 </defs> |
14 </svg> | 15 </svg> |
15 </core-iconset-svg> | 16 </core-iconset-svg> |
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
72 <div id="device-label">{{C.deviceName}}</div> | 73 <div id="device-label">{{C.deviceName}}</div> |
73 </core-item> | 74 </core-item> |
74 <div id="illustration"></div> | 75 <div id="illustration"></div> |
75 </template> | 76 </template> |
76 </polymer-element> | 77 </polymer-element> |
77 | 78 |
78 <div class="step hidden no-logo fullscreen" id="host-pairing" hidden> | 79 <div class="step hidden no-logo fullscreen" id="host-pairing" hidden> |
79 <host-pairing-screen name="HostPairingScreen"></host-pairing-screen> | 80 <host-pairing-screen name="HostPairingScreen"></host-pairing-screen> |
80 </div> | 81 </div> |
81 | 82 |
OLD | NEW |