OLD | NEW |
1 <!DOCTYPE HTML> | 1 <!DOCTYPE HTML> |
2 <html> | 2 <html> |
3 <!-- | 3 <!-- |
4 Copyright (c) 2011 The Chromium Authors. All rights reserved. | 4 Copyright (c) 2011 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"/> | |
10 <link rel="stylesheet" href="main.css"> | 9 <link rel="stylesheet" href="main.css"> |
11 <link rel="stylesheet" href="events_view.css"> | 10 <link rel="stylesheet" href="events_view.css"> |
12 <link rel="stylesheet" href="logs_view.css"> | 11 <link rel="stylesheet" href="logs_view.css"> |
13 <link rel="stylesheet" href="tab_switcher_view.css"> | 12 <link rel="stylesheet" href="tab_switcher_view.css"> |
14 <script src="chrome://resources/js/util.js"></script> | 13 <script src="chrome://resources/js/util.js"></script> |
15 <script src="chrome://resources/js/cr.js"></script> | 14 <script src="chrome://resources/js/cr.js"></script> |
16 <script src="chrome://net-internals/index.js"></script> | 15 <script src="chrome://net-internals/index.js"></script> |
17 <script src="chrome://net-internals/strings.js"></script> | 16 <script src="chrome://net-internals/strings.js"></script> |
18 </head> | 17 </head> |
19 <body id=import-view-drop-target> | 18 <body id=import-view-drop-target> |
(...skipping 24 matching lines...) Expand all Loading... |
44 <include src="test_view.html"/> | 43 <include src="test_view.html"/> |
45 <include src="hsts_view.html"/> | 44 <include src="hsts_view.html"/> |
46 <include src="events_view.html"/> | 45 <include src="events_view.html"/> |
47 <include src="logs_view.html"/> | 46 <include src="logs_view.html"/> |
48 | 47 |
49 <script src="chrome://resources/js/i18n_template.js"></script> | 48 <script src="chrome://resources/js/i18n_template.js"></script> |
50 <script src="chrome://resources/js/i18n_process.js"></script> | 49 <script src="chrome://resources/js/i18n_process.js"></script> |
51 <script src="chrome://resources/js/jstemplate_compiled.js"></script> | 50 <script src="chrome://resources/js/jstemplate_compiled.js"></script> |
52 </body> | 51 </body> |
53 </html> | 52 </html> |
OLD | NEW |