OLD | NEW |
1 <!DOCTYPE HTML> | 1 <!DOCTYPE HTML> |
2 <html i18n-values=".style.fontFamily: fontfamily;"> | 2 <html i18n-values=".style.fontFamily: fontfamily;"> |
3 <!-- | 3 <!-- |
4 Copyright (c) 2012 The Chromium Authors. All rights reserved. | 4 Copyright (c) 2012 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> | 8 <head> |
9 <meta charset="utf-8"> | 9 <meta charset="utf-8"> |
10 <!-- Don't use automatic scaling on mobile --> | 10 <!-- Don't use automatic scaling on mobile --> |
(...skipping 28 matching lines...) Expand all Loading... |
39 <include src="modules_view.html"> | 39 <include src="modules_view.html"> |
40 <include src="import_view.html"> | 40 <include src="import_view.html"> |
41 <include src="export_view.html"> | 41 <include src="export_view.html"> |
42 <include src="capture_view.html"> | 42 <include src="capture_view.html"> |
43 <include src="test_view.html"> | 43 <include src="test_view.html"> |
44 <include src="hsts_view.html"> | 44 <include src="hsts_view.html"> |
45 <include src="events_view.html"> | 45 <include src="events_view.html"> |
46 <include src="waterfall_view.html"> | 46 <include src="waterfall_view.html"> |
47 <include src="timeline_view.html"> | 47 <include src="timeline_view.html"> |
48 <include src="logs_view.html"> | 48 <include src="logs_view.html"> |
| 49 <include src="sdch_view.html"> |
49 <include src="chromeos_view.html"> | 50 <include src="chromeos_view.html"> |
50 <include src="cros_log_visualizer_view.html"> | 51 <include src="cros_log_visualizer_view.html"> |
51 </div> | 52 </div> |
52 | 53 |
53 <script src="chrome://resources/js/i18n_template2.js"></script> | 54 <script src="chrome://resources/js/i18n_template2.js"></script> |
54 <script src="chrome://resources/js/jstemplate_compiled.js"></script> | 55 <script src="chrome://resources/js/jstemplate_compiled.js"></script> |
55 </body> | 56 </body> |
56 </html> | 57 </html> |
OLD | NEW |