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

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

Issue 9318014: Add SwiftShader copyright info and logo to about:credits. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Use a "Required Text" section Created 8 years, 10 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 | Annotate | Revision Log
« no previous file with comments | « chrome/browser/resources/about_credits.html ('k') | chrome/browser/resources/swiftshader.jpg » ('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> 6 <pre>{{license}}</pre>{{license_unescaped}}
7 </div> 7 </div>
8 </div> 8 </div>
9 9
OLDNEW
« no previous file with comments | « chrome/browser/resources/about_credits.html ('k') | chrome/browser/resources/swiftshader.jpg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698