| Index: chrome/browser/resources/chromeos/login/login_login_oobe_shared.html
|
| diff --git a/chrome/browser/resources/chromeos/login/login_login_oobe_shared.html b/chrome/browser/resources/chromeos/login/login_login_oobe_shared.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..4badc4069610e1fba44391ebba76d10bb2fbe76a
|
| --- /dev/null
|
| +++ b/chrome/browser/resources/chromeos/login/login_login_oobe_shared.html
|
| @@ -0,0 +1,38 @@
|
| +<!--
|
| +This file is included for OOBE and login. If a file is also needed by the lock
|
| +screen, it should be added to login_shared.html
|
| +-->
|
| +
|
| +<link rel="stylesheet" href="api_keys_notice.css">
|
| +<link rel="stylesheet" href="network_dropdown.css">
|
| +
|
| +<link rel="stylesheet" href="oobe_screen_enable_debugging.css">
|
| +<link rel="stylesheet" href="oobe_screen_eula.css">
|
| +<link rel="stylesheet" href="oobe_screen_eula_installation_settings_overlay.css">
|
| +<link rel="stylesheet" href="oobe_screen_network.css">
|
| +<link rel="stylesheet" href="oobe_screen_reset.css">
|
| +<link rel="stylesheet" href="oobe_screen_reset_confirmation_overlay.css">
|
| +<link rel="stylesheet" href="oobe_screen_hid_detection.css">
|
| +<link rel="stylesheet" href="oobe_screen_autolaunch.css">
|
| +<link rel="stylesheet" href="oobe_screen_enable_kiosk.css">
|
| +<link rel="stylesheet" href="oobe_screen_terms_of_service.css">
|
| +<link rel="stylesheet" href="oobe_screen_update.css">
|
| +<link rel="stylesheet" href="oobe_screen_auto_enrollment_check.css">
|
| +<link rel="stylesheet" href="oobe_screen_user_image.css">
|
| +
|
| +<link rel="stylesheet" href="screen_app_launch_splash.css">
|
| +<link rel="stylesheet" href="screen_gaia_signin.css">
|
| +<link rel="stylesheet" href="screen_error_message.css">
|
| +<link rel="stylesheet" href="screen_tpm_error.css">
|
| +<link rel="stylesheet" href="screen_password_changed.css">
|
| +<link rel="stylesheet" href="screen_wrong_hwid.css">
|
| +<link rel="stylesheet" href="screen_supervised_user_creation.css">
|
| +<link rel="stylesheet" href="screen_confirm_password.css">
|
| +<link rel="stylesheet" href="screen_fatal_error.css">
|
| +<link rel="stylesheet" href="screen_device_disabled.css">
|
| +<link rel="stylesheet" href="screen_unrecoverable_cryptohome_error.css">
|
| +
|
| +<link rel="stylesheet" href="../../options/chromeos/bluetooth.css">
|
| +
|
| +<script src="chrome://oobe/keyboard_utils.js"></script>
|
| +<script src="chrome://resources/js/polymer_config.js"></script>
|
|
|