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

Unified Diff: remoting/credits/credits_entry.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/credits/credits_css.css ('k') | remoting/credits/credits_js.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/credits/credits_entry.tmpl
diff --git a/remoting/credits/credits_entry.tmpl b/remoting/credits/credits_entry.tmpl
new file mode 100644
index 0000000000000000000000000000000000000000..b6c24c3bb774f6c90ab3f07344a5849097cdcfe3
--- /dev/null
+++ b/remoting/credits/credits_entry.tmpl
@@ -0,0 +1,12 @@
+<div class="product">
+ <span class="title">{{name}}</span>
+ <span class="right-align">
+ <span class="homepage"><a href="{{url}}" target="_blank">homepage</a></span>
+ -
+ <a class="toggle-licence" href="#">show license</a>
+ </span>
+ <div class="licence">
+ <pre>{{license}}</pre>
+ </div>
+</div>
+
« no previous file with comments | « remoting/credits/credits_css.css ('k') | remoting/credits/credits_js.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698