| OLD | NEW |
| 1 <link rel="import" href="chrome://resources/cr_elements/icons.html"> | 1 <link rel="import" href="chrome://resources/cr_elements/icons.html"> |
| 2 <link rel="import" href="chrome://resources/html/polymer.html"> | 2 <link rel="import" href="chrome://resources/html/polymer.html"> |
| 3 <link rel="import" href="chrome://resources/html/web_ui_listener_behavior.html"> | 3 <link rel="import" href="chrome://resources/html/web_ui_listener_behavior.html"> |
| 4 <link rel="import" href="chrome://resources/polymer/v1_0/neon-animation/neon-ani
matable.html"> | 4 <link rel="import" href="chrome://resources/polymer/v1_0/neon-animation/neon-ani
matable.html"> |
| 5 <link rel="import" href="chrome://resources/polymer/v1_0/paper-button/paper-butt
on.html"> | 5 <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-checkbox/paper-ch
eckbox.html"> | 6 <link rel="import" href="chrome://resources/polymer/v1_0/paper-checkbox/paper-ch
eckbox.html"> |
| 7 <link rel="import" href="chrome://resources/cr_elements/cr_dialog/cr_dialog.html
"> | 7 <link rel="import" href="chrome://resources/cr_elements/cr_dialog/cr_dialog.html
"> |
| 8 <link rel="import" href="/controls/settings_checkbox.html"> | 8 <link rel="import" href="/controls/settings_checkbox.html"> |
| 9 <link rel="import" href="/people_page/sync_page.html"> | 9 <link rel="import" href="/people_page/sync_page.html"> |
| 10 <link rel="import" href="/people_page/profile_info_browser_proxy.html"> | 10 <link rel="import" href="/people_page/profile_info_browser_proxy.html"> |
| 11 <link rel="import" href="/people_page/sync_browser_proxy.html"> | 11 <link rel="import" href="/people_page/sync_browser_proxy.html"> |
| 12 <link rel="import" href="/route.html"> |
| 12 <link rel="import" href="/settings_page/settings_animated_pages.html"> | 13 <link rel="import" href="/settings_page/settings_animated_pages.html"> |
| 13 <link rel="import" href="/settings_page/settings_subpage.html"> | 14 <link rel="import" href="/settings_page/settings_subpage.html"> |
| 14 <link rel="import" href="/settings_shared_css.html"> | 15 <link rel="import" href="/settings_shared_css.html"> |
| 15 | 16 |
| 16 <if expr="chromeos"> | 17 <if expr="chromeos"> |
| 17 <link rel="import" href="/people_page/change_picture.html"> | 18 <link rel="import" href="/people_page/change_picture.html"> |
| 18 <link rel="import" href="/people_page/easy_unlock_browser_proxy.html"> | 19 <link rel="import" href="/people_page/easy_unlock_browser_proxy.html"> |
| 19 <link rel="import" href="/people_page/easy_unlock_turn_off_dialog.html"> | 20 <link rel="import" href="/people_page/easy_unlock_turn_off_dialog.html"> |
| 20 <link rel="import" href="/people_page/quick_unlock_authenticate.html"> | 21 <link rel="import" href="/people_page/quick_unlock_authenticate.html"> |
| 21 <link rel="import" href="/people_page/quick_unlock_choose_method.html"> | 22 <link rel="import" href="/people_page/quick_unlock_choose_method.html"> |
| (...skipping 290 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 312 | 313 |
| 313 <if expr="chromeos"> | 314 <if expr="chromeos"> |
| 314 <template is="dom-if" if="[[easyUnlockEnabled_]]"> | 315 <template is="dom-if" if="[[easyUnlockEnabled_]]"> |
| 315 <easy-unlock-turn-off-dialog id="easyUnlockTurnOffDialog"> | 316 <easy-unlock-turn-off-dialog id="easyUnlockTurnOffDialog"> |
| 316 </easy-unlock-turn-off-dialog> | 317 </easy-unlock-turn-off-dialog> |
| 317 </template> | 318 </template> |
| 318 </if> | 319 </if> |
| 319 </template> | 320 </template> |
| 320 <script src="people_page.js"></script> | 321 <script src="people_page.js"></script> |
| 321 </dom-module> | 322 </dom-module> |
| OLD | NEW |