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

Side by Side Diff: tools/binary_size/legacy_template/index.html

Issue 231803002: New binary size tool visualization options. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: So indent, very space, much format. Wow. Created 6 years, 8 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
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <!-- 2 <!--
3 Copyright 2014 The Chromium Authors. All rights reserved. 3 Copyright 2014 The Chromium Authors. All rights reserved.
4 Use of this source code is governed by a BSD-style license that can be 4 Use of this source code is governed by a BSD-style license that can be
5 found in the LICENSE file. 5 found in the LICENSE file.
6 --> 6 -->
7 <html> 7 <html>
8 <head> 8 <head>
9 <title>Binary Size Analysis</title> 9 <title>Binary Size Analysis</title>
10 <link rel='stylesheet' href='webtreemap/webtreemap.css'> 10 <link rel='stylesheet' href='webtreemap/webtreemap.css'>
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after
181 + '<td>' + (i+1) + '</td>' 181 + '<td>' + (i+1) + '</td>'
182 + '<td>' + escape(record.size) + '</td>' 182 + '<td>' + escape(record.size) + '</td>'
183 + '<td>' + escape(record.symbol) + '</td>' 183 + '<td>' + escape(record.symbol) + '</td>'
184 + '<td>' + link + '</td>' 184 + '<td>' + link + '</td>'
185 + '</tr>'; 185 + '</tr>';
186 } 186 }
187 } 187 }
188 </script> 188 </script>
189 </body> 189 </body>
190 </html> 190 </html>
OLDNEW
« no previous file with comments | « tools/binary_size/legacy_template/.gitignore ('k') | tools/binary_size/run_binary_size_analysis.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698