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

Side by Side Diff: remoting/credits/credits.tmpl

Issue 2728913002: [remoting android] Generate trimmed-down credits.html. (Closed)
Patch Set: Use GN binary from //buildtools. Created 3 years, 9 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
« no previous file with comments | « remoting/android/BUILD.gn ('k') | remoting/credits/credits_css.css » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!doctype html>
2 <html class="full-height">
3 <head>
4 <meta charset="utf-8">
5 <title>Credits</title>
6 <!-- The CSS and JS files are named this way so they can be used as
7 Android resources, which requires the filenames without the
8 extensions to be distinct. -->
9 <link rel="stylesheet" href="credits_css.css">
10 <script src="credits_js.js"></script>
11 </head>
12 <body class="full-height">
13 <div class="entries">
14 <div class="page-title">Credits</div>
15 {{entries}}
16 </div>
17 </body>
18 </html>
OLDNEW
« no previous file with comments | « remoting/android/BUILD.gn ('k') | remoting/credits/credits_css.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698