summaryrefslogtreecommitdiffstats
path: root/android_webview
diff options
context:
space:
mode:
authorScott Graham <scottmg@chromium.org>2014-12-15 11:38:46 -0800
committerScott Graham <scottmg@chromium.org>2014-12-15 19:42:17 +0000
commita055ad288eb18cc186ea7fb5528ffc99a8ac434c (patch)
treed16a87c01995675343606f7f1b25a14fe7259830 /android_webview
parent1bae4cbc36222bc1f85d3b5e2392df5c55a9eec1 (diff)
downloadchromium_src-a055ad288eb18cc186ea7fb5528ffc99a8ac434c.zip
chromium_src-a055ad288eb18cc186ea7fb5528ffc99a8ac434c.tar.gz
chromium_src-a055ad288eb18cc186ea7fb5528ffc99a8ac434c.tar.bz2
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}
Diffstat (limited to 'android_webview')
-rw-r--r--android_webview/tools/third_party_files_whitelist.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/android_webview/tools/third_party_files_whitelist.txt b/android_webview/tools/third_party_files_whitelist.txt
index 3cfcd7a..b46acee 100644
--- a/android_webview/tools/third_party_files_whitelist.txt
+++ b/android_webview/tools/third_party_files_whitelist.txt
@@ -163,6 +163,10 @@ tools/symsrc/pefile.py
tools/traceline/traceline/assembler.h
# Copyright Google Inc; BSD license. Tool only.
tools/traceline/traceline/sidestep/mini_disassembler.cc
+# Copyright Marijn Haverbeke. MIT license. Tool only, not used on Android.
+tools/win/sizeviewer/clike.js
+# Copyright Marijn Haverbeke. MIT license. Tool only, not used on Android.
+tools/win/sizeviewer/codemirror.js
# Copyright The Chromium Authors, Apple Inc; BSD license. Not used on Android.
ui/base/clipboard/clipboard_util_win.cc
# Copyright The Chromium Authors, Apple Inc; BSD license. Not used on Android.