| 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)
|
|
|