OLD | NEW |
---|---|
(Empty) | |
1 <!DOCTYPE HTML> | |
2 <html i18n-values=".style.fontFamily: fontfamily;"> | |
3 <!-- | |
4 Copyright (c) 2013 The Chromium Authors. All rights reserved. | |
5 Use of this source code is governed by a BSD-style license that can be | |
6 found in the LICENSE file. | |
7 --> | |
8 <head> | |
9 <!-- Don't use automatic scaling on mobile --> | |
10 <meta name="viewport" content="width=device-width, initial-scale=1.0, | |
11 maximum-scale=1.0, user-scalable=no"> | |
12 <link rel="stylesheet" href="main.css"> | |
13 <link rel="stylesheet" href="status_view.css"> | |
14 <link rel="stylesheet" href="logs_view.css"> | |
15 <link rel="stylesheet" href="tab_switcher_view.css"> | |
mmenke
2013/01/04 16:22:09
To reduce redistributable size, we should be putti
| |
16 <script src="chrome://resources/js/util.js"></script> | |
17 <script src="chrome://resources/js/cr.js"></script> | |
18 <script src="chrome://net-internals/mobile.js"></script> | |
mmenke
2013/01/04 16:22:09
Looks like you updated net_internals_resources.grd
| |
19 <script src="chrome://net-internals/strings.js"></script> | |
20 </head> | |
21 <body id=import-view-drop-target> | |
22 <include src="status_view.html"/> | |
23 <include src="category_mobile_tabs.html"/> | |
24 <include src="mobile_view.html"/> | |
25 | |
26 <script src="chrome://resources/js/i18n_template.js"></script> | |
27 <script src="chrome://resources/js/i18n_process.js"></script> | |
28 <script src="chrome://resources/js/jstemplate_compiled.js"></script> | |
29 </body> | |
30 </html> | |
OLD | NEW |