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 <link rel="stylesheet" href="webui.css"> | 9 <link rel="stylesheet" href="webui.css"> |
10 <style> | 10 <style> |
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
112 <div id="debug-div"> | 112 <div id="debug-div"> |
113 </div> | 113 </div> |
114 <!-- Tabs --> | 114 <!-- Tabs --> |
115 <tabbox id="main-tabs"> | 115 <tabbox id="main-tabs"> |
116 <tabs> | 116 <tabs> |
117 <tab>GPU Info</tab> | 117 <tab>GPU Info</tab> |
118 <tab>Profiling</tab> | 118 <tab>Profiling</tab> |
119 </tabs> | 119 </tabs> |
120 <tabpanels> | 120 <tabpanels> |
121 <include src="gpu_internals/info_view.html"> | 121 <include src="gpu_internals/info_view.html"> |
122 <tabpanel id="profiling-view"</div> | 122 <tabpanel id="profiling-view"> |
123 </tabpanels> | 123 </tabpanels> |
124 </div> | 124 </div> |
125 </body> | 125 </body> |
126 </html> | 126 </html> |
OLD | NEW |