summaryrefslogtreecommitdiffstats
path: root/tools/profile_chrome
diff options
context:
space:
mode:
authordsinclair <dsinclair@chromium.org>2015-07-01 05:52:33 -0700
committerCommit bot <commit-bot@chromium.org>2015-07-01 12:53:08 +0000
commit052d25ee70b6dea82d9998432c0fa9b9dcbc380f (patch)
tree685c51820e601fc07640515a8890bed4f92c8330 /tools/profile_chrome
parentbb693873aebf0234d17d67ff1ba25d9767982046 (diff)
downloadchromium_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.py2
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):