Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(50)

Side by Side Diff: components/signin/core/browser/resources/signin_index.html

Issue 2908353003: [i18n] components directory to $i18n{} (Closed)
Patch Set: handle blank cohort name Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 <!doctype html> 1 <!doctype html>
2 <html i18n-values="dir:textdirection;lang:language"> 2 <html dir="$i18n{textdirection}" lang="$i18n{language}">
3 <head> 3 <head>
4 <meta charset="utf-8"> 4 <meta charset="utf-8">
5 <title>Signin Internals</title> 5 <title>Signin Internals</title>
6 <script src="chrome://resources/js/cr.js"></script> 6 <script src="chrome://resources/js/cr.js"></script>
7 <script src="chrome://resources/js/util.js"></script> 7 <script src="chrome://resources/js/util.js"></script>
8 <script src="chrome://resources/js/load_time_data.js"></script> 8 <script src="chrome://resources/js/load_time_data.js"></script>
9 <script src="chrome://signin-internals/strings.js"></script> 9 <script src="chrome://signin-internals/strings.js"></script>
10 <if expr="is_ios"> 10 <if expr="is_ios">
11 <!-- TODO(crbug.com/487000): Remove this once injected by the web layer. --> 11 <!-- TODO(crbug.com/487000): Remove this once injected by the web layer. -->
12 <script src="chrome://resources/js/ios/web_ui.js"></script> 12 <script src="chrome://resources/js/ios/web_ui.js"></script>
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
84 <td jscontent="accountId"></td> 84 <td jscontent="accountId"></td>
85 </tr> 85 </tr>
86 </table> 86 </table>
87 </div> 87 </div>
88 </div> 88 </div>
89 <script src="chrome://resources/js/i18n_template.js"></script> 89 <script src="chrome://resources/js/i18n_template.js"></script>
90 <script src="chrome://resources/js/jstemplate_compiled.js"></script> 90 <script src="chrome://resources/js/jstemplate_compiled.js"></script>
91 <script src="chrome://signin-internals/signin_internals.js"></script> 91 <script src="chrome://signin-internals/signin_internals.js"></script>
92 </body> 92 </body>
93 </html> 93 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698