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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « remoting/android/BUILD.gn ('k') | remoting/credits/credits_css.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/credits/credits.tmpl
diff --git a/remoting/credits/credits.tmpl b/remoting/credits/credits.tmpl
new file mode 100644
index 0000000000000000000000000000000000000000..eac2884aef0591ead45aa9d18fe9a269a17b9764
--- /dev/null
+++ b/remoting/credits/credits.tmpl
@@ -0,0 +1,18 @@
+<!doctype html>
+<html class="full-height">
+ <head>
+ <meta charset="utf-8">
+ <title>Credits</title>
+ <!-- The CSS and JS files are named this way so they can be used as
+ Android resources, which requires the filenames without the
+ extensions to be distinct. -->
+ <link rel="stylesheet" href="credits_css.css">
+ <script src="credits_js.js"></script>
+ </head>
+ <body class="full-height">
+ <div class="entries">
+ <div class="page-title">Credits</div>
+ {{entries}}
+ </div>
+ </body>
+</html>
« 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