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

Side by Side Diff: chrome/browser/resources/about_credits_entry.tmpl

Issue 660163002: Collect license version as an optional_key in licenses.py (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed Required Text functionality Created 6 years, 1 month 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 | « android_webview/tools/webview_licenses.py ('k') | tools/licenses.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <div class="product"> 1 <div class="product">
2 <span class="title">{{name}}</span> 2 <span class="title">{{name}}</span>
3 <a class="show" href="#">show license</a> 3 <a class="show" href="#">show license</a>
4 <span class="homepage"><a href="{{url}}">homepage</a></span> 4 <span class="homepage"><a href="{{url}}">homepage</a></span>
5 <div class="licence"> 5 <div class="licence">
6 <pre>{{license}}</pre>{{license_unescaped}} 6 <pre>{{license}}</pre>
7 </div> 7 </div>
8 </div> 8 </div>
9 9
OLDNEW
« no previous file with comments | « android_webview/tools/webview_licenses.py ('k') | tools/licenses.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698