| OLD | NEW |
| 1 <link rel="import" href="chrome://resources/html/assert.html"> |
| 2 <link rel="import" href="chrome://resources/html/cr/ui/focus_without_ink.html"> |
| 1 <link rel="import" href="chrome://resources/html/polymer.html"> | 3 <link rel="import" href="chrome://resources/html/polymer.html"> |
| 2 <link rel="import" href="about_page_browser_proxy.html"> | 4 <link rel="import" href="about_page_browser_proxy.html"> |
| 3 <link rel="import" href="channel_switcher_dialog.html"> | 5 <link rel="import" href="channel_switcher_dialog.html"> |
| 4 <link rel="import" href="../i18n_setup.html"> | 6 <link rel="import" href="../i18n_setup.html"> |
| 5 <link rel="import" href="../settings_shared_css.html"> | 7 <link rel="import" href="../settings_shared_css.html"> |
| 6 <link rel="import" href="chrome://resources/cr_elements/policy/cr_policy_indicat
or.html"> | 8 <link rel="import" href="chrome://resources/cr_elements/policy/cr_policy_indicat
or.html"> |
| 7 <link rel="import" href="chrome://resources/html/i18n_behavior.html"> | 9 <link rel="import" href="chrome://resources/html/i18n_behavior.html"> |
| 8 <link rel="import" href="chrome://resources/polymer/v1_0/paper-button/paper-butt
on.html"> | 10 <link rel="import" href="chrome://resources/polymer/v1_0/paper-button/paper-butt
on.html"> |
| 9 | 11 |
| 10 <dom-module id="settings-detailed-build-info"> | 12 <dom-module id="settings-detailed-build-info"> |
| (...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 79 <div>$i18n{aboutCommandLineLabel}</div> | 81 <div>$i18n{aboutCommandLineLabel}</div> |
| 80 <div id="command-line" class="secondary">$i18n{aboutCommandLine}</div> | 82 <div id="command-line" class="secondary">$i18n{aboutCommandLine}</div> |
| 81 </div> | 83 </div> |
| 82 <div class="settings-box two-line single-column"> | 84 <div class="settings-box two-line single-column"> |
| 83 <div>$i18n{aboutBuildDateLabel}</div> | 85 <div>$i18n{aboutBuildDateLabel}</div> |
| 84 <div class="secondary">$i18n{aboutBuildDate}</div> | 86 <div class="secondary">$i18n{aboutBuildDate}</div> |
| 85 </div> | 87 </div> |
| 86 </template> | 88 </template> |
| 87 <script src="detailed_build_info.js"></script> | 89 <script src="detailed_build_info.js"></script> |
| 88 </dom-module> | 90 </dom-module> |
| OLD | NEW |