| OLD | NEW |
| 1 <!-- | 1 <!-- |
| 2 This file is included for OOBE and login. If a file is also needed by the lock | 2 This file is included for OOBE and login. If a file is also needed by the lock |
| 3 screen, it should be added to login_shared.html | 3 screen, it should be added to login_shared.html |
| 4 --> | 4 --> |
| 5 | 5 |
| 6 <link rel="stylesheet" href="api_keys_notice.css"> | 6 <link rel="stylesheet" href="api_keys_notice.css"> |
| 7 <link rel="stylesheet" href="network_dropdown.css"> | 7 <link rel="stylesheet" href="network_dropdown.css"> |
| 8 | 8 |
| 9 <link rel="stylesheet" href="oobe_screen_enable_debugging.css"> | 9 <link rel="stylesheet" href="oobe_screen_enable_debugging.css"> |
| 10 <link rel="stylesheet" href="oobe_screen_eula.css"> | 10 <link rel="stylesheet" href="oobe_screen_eula.css"> |
| (...skipping 17 matching lines...) Expand all Loading... |
| 28 <link rel="stylesheet" href="screen_wrong_hwid.css"> | 28 <link rel="stylesheet" href="screen_wrong_hwid.css"> |
| 29 <link rel="stylesheet" href="screen_supervised_user_creation.css"> | 29 <link rel="stylesheet" href="screen_supervised_user_creation.css"> |
| 30 <link rel="stylesheet" href="screen_confirm_password.css"> | 30 <link rel="stylesheet" href="screen_confirm_password.css"> |
| 31 <link rel="stylesheet" href="screen_fatal_error.css"> | 31 <link rel="stylesheet" href="screen_fatal_error.css"> |
| 32 <link rel="stylesheet" href="screen_device_disabled.css"> | 32 <link rel="stylesheet" href="screen_device_disabled.css"> |
| 33 <link rel="stylesheet" href="screen_unrecoverable_cryptohome_error.css"> | 33 <link rel="stylesheet" href="screen_unrecoverable_cryptohome_error.css"> |
| 34 | 34 |
| 35 <link rel="stylesheet" href="../../options/chromeos/bluetooth.css"> | 35 <link rel="stylesheet" href="../../options/chromeos/bluetooth.css"> |
| 36 | 36 |
| 37 <script src="chrome://oobe/keyboard_utils.js"></script> | 37 <script src="chrome://oobe/keyboard_utils.js"></script> |
| 38 <script src="chrome://resources/js/polymer_config.js"></script> | |
| OLD | NEW |