Improve sizeviewer for Windows
commita055ad288eb18cc186ea7fb5528ffc99a8ac434c
authorScott Graham <scottmg@chromium.org>
Mon, 15 Dec 2014 19:38:46 +0000 (15 11:38 -0800)
committerScott Graham <scottmg@chromium.org>
Mon, 15 Dec 2014 19:42:17 +0000 (15 19:42 +0000)
treed16a87c01995675343606f7f1b25a14fe7259830
parent1bae4cbc36222bc1f85d3b5e2392df5c55a9eec1
Improve sizeviewer for Windows

Now breaks down to the line level, and shows an annotated display
of the source file with the size cost of each line, as well as all
symbols that contribute to that size (can be many in the case of
templates).

Example output here:

https://dl.dropboxusercontent.com/u/116514/chrome.dll.html
https://dl.dropboxusercontent.com/u/116514/chrome_child.dll.html

Not really intended for loading remotely as they're very large,
but might eventually finish loading.

R=jam@chromium.org, mkosiba@chromium.org
BUG=441867

Review URL: https://codereview.chromium.org/801123002

Cr-Commit-Position: refs/heads/master@{#308394}
android_webview/tools/third_party_files_whitelist.txt
tools/win/sizeviewer/README.chromium
tools/win/sizeviewer/clike.js [new file with mode: 0644]
tools/win/sizeviewer/codemirror.js [new file with mode: 0644]
tools/win/sizeviewer/favicon.png [new file with mode: 0644]
tools/win/sizeviewer/main.js [new file with mode: 0644]
tools/win/sizeviewer/sizeviewer.py
tools/win/sizeviewer/template.html