| OLD | NEW |
| 1 <!DOCTYPE HTML> | 1 <!DOCTYPE HTML> |
| 2 <html> | 2 <html> |
| 3 <!-- | 3 <!-- |
| 4 Copyright (c) 2010 The Chromium Authors. All rights reserved. | 4 Copyright (c) 2010 The Chromium Authors. All rights reserved. |
| 5 Use of this source code is governed by a BSD-style license that can be | 5 Use of this source code is governed by a BSD-style license that can be |
| 6 found in the LICENSE file. | 6 found in the LICENSE file. |
| 7 --> | 7 --> |
| 8 <head i18n-values="dir:textdirection;"> | 8 <head i18n-values="dir:textdirection;"> |
| 9 <include src="content_security_policy.html"/> | 9 <include src="content_security_policy.html"/> |
| 10 | 10 |
| (...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 59 <div id="debug-div"> | 59 <div id="debug-div"> |
| 60 </div> | 60 </div> |
| 61 <!-- Tabs --> | 61 <!-- Tabs --> |
| 62 <tabbox id="main-tabs"> | 62 <tabbox id="main-tabs"> |
| 63 <tabs> | 63 <tabs> |
| 64 <tab>GPU Info</tab> | 64 <tab>GPU Info</tab> |
| 65 <tab>Profiling</tab> | 65 <tab>Profiling</tab> |
| 66 </tabs> | 66 </tabs> |
| 67 <tabpanels> | 67 <tabpanels> |
| 68 <include src="gpu_internals/info_view.html"> | 68 <include src="gpu_internals/info_view.html"> |
| 69 <tabpanel id="profiling-view"</div> | 69 <tabpanel id="profiling-view"> |
| 70 </tabpanels> | 70 </tabpanels> |
| 71 </div> | 71 </div> |
| 72 <script src="chrome://resources/js/i18n_template.js"></script> | 72 <script src="chrome://resources/js/i18n_template.js"></script> |
| 73 <script src="chrome://resources/js/i18n_process.js"></script> | 73 <script src="chrome://resources/js/i18n_process.js"></script> |
| 74 <script src="chrome://resources/js/jstemplate_compiled.js"></script> | 74 <script src="chrome://resources/js/jstemplate_compiled.js"></script> |
| 75 </body> | 75 </body> |
| 76 </html> | 76 </html> |
| OLD | NEW |