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

Unified Diff: tools/binary_size/run_binary_size_analysis.py

Issue 132233017: Fix bug in binary_size script and cosmetic updates (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 11 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/binary_size/README.txt ('k') | tools/binary_size/template/index.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/binary_size/run_binary_size_analysis.py
diff --git a/tools/binary_size/run_binary_size_analysis.py b/tools/binary_size/run_binary_size_analysis.py
index f2ba4dc5955f79ba4614d4e1bd5f20da103b66cb..37c8254fb4d916d4ab661758f69703d355987772 100755
--- a/tools/binary_size/run_binary_size_analysis.py
+++ b/tools/binary_size/run_binary_size_analysis.py
@@ -476,8 +476,7 @@ def main():
treemap_out = os.path.join(opts.destdir, 'webtreemap')
if not os.path.exists(treemap_out):
os.makedirs(treemap_out, 0755)
- treemap_src = os.path.join('third_party', 'webtreemap', 'src',
- 'webtreemap-gh-pages')
+ treemap_src = os.path.join('third_party', 'webtreemap', 'src')
shutil.copy(os.path.join(treemap_src, 'COPYING'), treemap_out)
shutil.copy(os.path.join(treemap_src, 'webtreemap.js'), treemap_out)
shutil.copy(os.path.join(treemap_src, 'webtreemap.css'), treemap_out)
« no previous file with comments | « tools/binary_size/README.txt ('k') | tools/binary_size/template/index.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698