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

Side by Side Diff: tools/binary_size/libsupersize/template/index.html

Issue 2813963002: //tools/binary_size: Consolidate most tools into "supersize" command (Closed)
Patch Set: Fix readme formatting. Make archive's --outoput-file a positional arg Created 3 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 <!-- 1 <!--
2 Copyright 2014 The Chromium Authors. All rights reserved. 2 Copyright 2014 The Chromium Authors. All rights reserved.
3 Use of this source code is governed by a BSD-style license that can be 3 Use of this source code is governed by a BSD-style license that can be
4 found in the LICENSE file. 4 found in the LICENSE file.
5 --> 5 -->
6 <html> 6 <html>
7 <head> 7 <head>
8 <title>Binary Size Analysis</title> 8 <title>Binary Size Analysis</title>
9 <script src="d3/d3.js" charset="utf-8"></script> 9 <script src="d3/d3.js" charset="utf-8"></script>
10 <script src="D3SymbolTreeMap.js" charset="utf-8"></script> 10 <script src="D3SymbolTreeMap.js" charset="utf-8"></script>
(...skipping 482 matching lines...) Expand 10 before | Expand all | Expand 10 after
493 </td> 493 </td>
494 </tr> 494 </tr>
495 </table> 495 </table>
496 </td></tr> 496 </td></tr>
497 <tr><td style='padding-top: 10px; text-align: right; border-top: 1px solid grey' > 497 <tr><td style='padding-top: 10px; text-align: right; border-top: 1px solid grey' >
498 <input type='button' value='Apply' onclick='applySettings()'> 498 <input type='button' value='Apply' onclick='applySettings()'>
499 <input type='button' value='Cancel' onclick='cancelSettings()'> 499 <input type='button' value='Cancel' onclick='cancelSettings()'>
500 </td></tr></table> 500 </td></tr></table>
501 </body> 501 </body>
502 </html> 502 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698