| OLD | NEW |
| 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 Loading... |
| 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> |
| OLD | NEW |