| Index: tools/telemetry/telemetry/web_components/tvcm_stub.py
|
| diff --git a/tools/telemetry/telemetry/web_components/tvcm_stub.py b/tools/telemetry/telemetry/web_components/tvcm_stub.py
|
| index 214d0f1c6aba9a2e627cc4aabf55077325ad6fdc..089cf9289cbb811e30c8f867963111e8d2bfc4b9 100644
|
| --- a/tools/telemetry/telemetry/web_components/tvcm_stub.py
|
| +++ b/tools/telemetry/telemetry/web_components/tvcm_stub.py
|
| @@ -4,7 +4,10 @@
|
|
|
| from telemetry.core import util
|
|
|
| -# Bring in tvcm module for basic JS components capabilities.
|
| +# Bring in tv module for basic JS components capabilities.
|
| +util.AddDirToPythonPath(
|
| + util.GetChromiumSrcDir(), 'third_party', 'trace-viewer', 'trace_viewer')
|
| +
|
| util.AddDirToPythonPath(
|
| util.GetChromiumSrcDir(),
|
| 'third_party', 'trace-viewer', 'third_party', 'tvcm')
|
|
|