Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 <!-- | 1 <!-- |
| 2 Copyright 2016 The Chromium Authors. All rights reserved. | 2 Copyright 2016 The Chromium Authors. All rights reserved. |
| 3 Use of this source code is governed by a BSD-style license that can be | 3 Use of this source code is governed by a BSD-style license that can be |
| 4 found in the LICENSE file. | 4 found in the LICENSE file. |
| 5 --> | 5 --> |
| 6 <!DOCTYPE html> | 6 <!DOCTYPE html> |
| 7 <html> | 7 <html> |
| 8 <head> | 8 <head> |
| 9 <meta charset="utf-8"> | 9 <meta charset="utf-8"> |
| 10 <if expr="is_android or is_ios"> | 10 <if expr="is_android or is_ios"> |
| 11 <meta name="viewport" content="width=device-width, initial-scale=1.0, | 11 <meta name="viewport" content="width=device-width, initial-scale=1.0, |
| 12 maximum-scale=1.0, user-scalable=no"> | 12 maximum-scale=1.0, user-scalable=no"> |
| 13 <meta http-equiv="cache-control" content="no-cache"> | 13 <meta http-equiv="cache-control" content="no-cache"> |
| 14 <meta http-equiv="pragma" content="no-cache"> | 14 <meta http-equiv="pragma" content="no-cache"> |
| 15 </if> | 15 </if> |
| 16 <title>Vr Shell UIs</title> | 16 <title>Vr Shell UIs</title> |
| 17 <link rel="stylesheet" href="vr_shell_ui.css"> | 17 <link rel="stylesheet" href="vr_shell_ui.css"> |
| 18 <script src="chrome://resources/js/cr.js"></script> | 18 <script src="chrome://resources/js/cr.js"></script> |
| 19 <script src="chrome://resources/js/jstemplate_compiled.js"></script> | 19 <script src="chrome://resources/js/jstemplate_compiled.js"></script> |
| 20 <script src="chrome://resources/js/util.js"></script> | 20 <script src="chrome://resources/js/util.js"></script> |
| 21 </head> | 21 </head> |
| 22 <body> | 22 <body> |
| 23 </body> | 23 </body> |
| 24 <!-- Run script after creating body, to let it add its own elements. --> | 24 <!-- Run script after creating body, to let it add its own elements. --> |
| 25 | |
| 26 | |
|
bshe
2016/10/05 00:01:40
nit: remove extra empty line
cjgrant
2016/10/05 15:21:11
Done.
| |
| 27 <script src="native_api.js"></script> | |
| 28 <script src="scene.js"></script> | |
| 25 <script src="vr_shell_ui.js"></script> | 29 <script src="vr_shell_ui.js"></script> |
| 26 </html> | 30 </html> |
| OLD | NEW |