OLD | NEW |
1 <!DOCTYPE HTML> | 1 <!DOCTYPE HTML> |
2 <html id="t" i18n-values="dir:textdirection"> | 2 <html id="t" i18n-values="dir:textdirection"> |
3 <head> | 3 <head> |
4 <meta charset="utf-8"> | 4 <meta charset="utf-8"> |
5 <title i18n-content="optionsPageTitle"></title> | 5 <title i18n-content="optionsPageTitle"></title> |
6 <link rel="stylesheet" href="chrome://resources/css/bubble.css"> | 6 <link rel="stylesheet" href="chrome://resources/css/bubble.css"> |
7 <link rel="stylesheet" href="chrome://resources/css/chrome_shared.css"> | 7 <link rel="stylesheet" href="chrome://resources/css/chrome_shared.css"> |
8 <link rel="stylesheet" href="chrome://resources/css/list.css"> | 8 <link rel="stylesheet" href="chrome://resources/css/list.css"> |
9 <link rel="stylesheet" href="chrome://resources/css/overlay.css"> | 9 <link rel="stylesheet" href="chrome://resources/css/overlay.css"> |
10 <link rel="stylesheet" href="chrome://resources/css/spinner.css"> | 10 <link rel="stylesheet" href="chrome://resources/css/spinner.css"> |
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
44 <link rel="stylesheet" href="chromeos/pointer_overlay.css"> | 44 <link rel="stylesheet" href="chromeos/pointer_overlay.css"> |
45 <link rel="stylesheet" href="factory_reset_overlay.css"> | 45 <link rel="stylesheet" href="factory_reset_overlay.css"> |
46 </if> | 46 </if> |
47 <if expr="pp_ifdef('chromeos') and pp_ifdef('use_ash')"> | 47 <if expr="pp_ifdef('chromeos') and pp_ifdef('use_ash')"> |
48 <link rel="stylesheet" href="chromeos/set_wallpaper_options.css"> | 48 <link rel="stylesheet" href="chromeos/set_wallpaper_options.css"> |
49 </if> | 49 </if> |
50 <if expr="pp_ifdef('use_nss')"> | 50 <if expr="pp_ifdef('use_nss')"> |
51 <link rel="stylesheet" href="certificate_manager.css"> | 51 <link rel="stylesheet" href="certificate_manager.css"> |
52 <link rel="stylesheet" href="certificate_tree.css"> | 52 <link rel="stylesheet" href="certificate_tree.css"> |
53 </if> | 53 </if> |
54 <if expr="is_win"> | 54 <if expr="pp_ifdef('enable_settings_app')"> |
55 <link rel="stylesheet" href="options_settings_app.css"> | 55 <link rel="stylesheet" href="options_settings_app.css"> |
56 </if> | 56 </if> |
57 <script src="chrome://resources/css/tree.css.js"></script> | 57 <script src="chrome://resources/css/tree.css.js"></script> |
58 <script src="chrome://resources/js/cr.js"></script> | 58 <script src="chrome://resources/js/cr.js"></script> |
59 <script src="chrome://resources/js/event_tracker.js"></script> | 59 <script src="chrome://resources/js/event_tracker.js"></script> |
60 <script src="chrome://resources/js/cr/event_target.js"></script> | 60 <script src="chrome://resources/js/cr/event_target.js"></script> |
61 <script src="chrome://resources/js/cr/ui.js"></script> | 61 <script src="chrome://resources/js/cr/ui.js"></script> |
62 <script src="chrome://resources/js/cr/ui/touch_handler.js"></script> | 62 <script src="chrome://resources/js/cr/ui/touch_handler.js"></script> |
63 <script src="chrome://resources/js/cr/ui/array_data_model.js"></script> | 63 <script src="chrome://resources/js/cr/ui/array_data_model.js"></script> |
64 <script src="chrome://resources/js/cr/ui/bubble.js"></script> | 64 <script src="chrome://resources/js/cr/ui/bubble.js"></script> |
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
155 <include src="search_page.html"> | 155 <include src="search_page.html"> |
156 <include src="browser_options.html"> | 156 <include src="browser_options.html"> |
157 </div> | 157 </div> |
158 </div> | 158 </div> |
159 </div> | 159 </div> |
160 </div> | 160 </div> |
161 | 161 |
162 <script src="chrome://resources/js/i18n_template2.js"></script> | 162 <script src="chrome://resources/js/i18n_template2.js"></script> |
163 </body> | 163 </body> |
164 </html> | 164 </html> |
OLD | NEW |