OLD | NEW |
1 <!DOCTYPE HTML> | 1 <!DOCTYPE HTML> |
2 <html i18n-values="dir:textdirection;"> | 2 <html i18n-values="dir:textdirection;"> |
3 <head> | 3 <head> |
4 <!-- If you change the title, make sure you also update | 4 <!-- If you change the title, make sure you also update |
5 chrome/test/functional/special_tabs.py. --> | 5 chrome/test/functional/special_tabs.py. --> |
6 <title>Sync Internals</title> | 6 <title>Sync Internals</title> |
7 <include src="../content_security_policy.html"/> | |
8 <link rel="stylesheet" href="chrome://resources/css/list.css"> | 7 <link rel="stylesheet" href="chrome://resources/css/list.css"> |
9 <link rel="stylesheet" href="chrome://resources/css/tabs.css"> | 8 <link rel="stylesheet" href="chrome://resources/css/tabs.css"> |
10 <link rel="stylesheet" href="chrome://resources/css/tree.css"> | 9 <link rel="stylesheet" href="chrome://resources/css/tree.css"> |
11 <link rel="stylesheet" href="sync_search.css"> | 10 <link rel="stylesheet" href="sync_search.css"> |
12 <link rel="stylesheet" href="sync_node_browser.css"> | 11 <link rel="stylesheet" href="sync_node_browser.css"> |
13 | 12 |
14 <script src="chrome://resources/css/tree.css.js"></script> | 13 <script src="chrome://resources/css/tree.css.js"></script> |
15 | 14 |
16 <script src="chrome://resources/js/cr.js"></script> | 15 <script src="chrome://resources/js/cr.js"></script> |
17 <script src="chrome://resources/js/cr/event_target.js"></script> | 16 <script src="chrome://resources/js/cr/event_target.js"></script> |
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
74 </tabpanel> | 73 </tabpanel> |
75 </tabpanels> | 74 </tabpanels> |
76 </tabbox> | 75 </tabbox> |
77 | 76 |
78 <script src="chrome://resources/js/i18n_template.js"></script> | 77 <script src="chrome://resources/js/i18n_template.js"></script> |
79 <script src="chrome://resources/js/i18n_process.js"></script> | 78 <script src="chrome://resources/js/i18n_process.js"></script> |
80 <script src="chrome://resources/js/jstemplate_compiled.js"></script> | 79 <script src="chrome://resources/js/jstemplate_compiled.js"></script> |
81 <script src="chrome://sync-internals/sync_index.js"></script> | 80 <script src="chrome://sync-internals/sync_index.js"></script> |
82 </body> | 81 </body> |
83 </html> | 82 </html> |
OLD | NEW |