diff options
author | dsinclair <dsinclair@chromium.org> | 2015-07-01 05:52:33 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-07-01 12:53:08 +0000 |
commit | 052d25ee70b6dea82d9998432c0fa9b9dcbc380f (patch) | |
tree | 685c51820e601fc07640515a8890bed4f92c8330 /tools/profile_chrome | |
parent | bb693873aebf0234d17d67ff1ba25d9767982046 (diff) | |
download | chromium_src-052d25ee70b6dea82d9998432c0fa9b9dcbc380f.zip chromium_src-052d25ee70b6dea82d9998432c0fa9b9dcbc380f.tar.gz chromium_src-052d25ee70b6dea82d9998432c0fa9b9dcbc380f.tar.bz2 |
Roll trace-viewer deps.
This CL rolls trace-viewer to the latest version. In order to do so
I've updated various paths and names which point into the tracing
directory.
BUG=trace-viewer:#999
Review URL: https://codereview.chromium.org/1217653004
Cr-Commit-Position: refs/heads/master@{#337012}
Diffstat (limited to 'tools/profile_chrome')
-rw-r--r-- | tools/profile_chrome/trace_packager.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/profile_chrome/trace_packager.py b/tools/profile_chrome/trace_packager.py index 4ec3f9a..b8991f5 100644 --- a/tools/profile_chrome/trace_packager.py +++ b/tools/profile_chrome/trace_packager.py @@ -18,7 +18,7 @@ sys.path.append(os.path.join(constants.DIR_SOURCE_ROOT, 'third_party', 'trace-viewer')) # pylint: disable=F0401 -from trace_viewer.build import trace2html +from tracing.build import trace2html def _PackageTracesAsHtml(trace_files, html_file): |