Chromium Code Reviews| Index: tools/telemetry/telemetry/web_components/tvcm_stub.py |
| diff --git a/tools/telemetry/telemetry/unittest/__init__.py b/tools/telemetry/telemetry/web_components/tvcm_stub.py |
| similarity index 52% |
| copy from tools/telemetry/telemetry/unittest/__init__.py |
| copy to tools/telemetry/telemetry/web_components/tvcm_stub.py |
| index 950282d0c11746826dd749cc1f0dafaf7d4780e9..aada6dd754c87023f186fe10e8d6fd451b63c184 100644 |
| --- a/tools/telemetry/telemetry/unittest/__init__.py |
| +++ b/tools/telemetry/telemetry/web_components/tvcm_stub.py |
| @@ -1,3 +1,10 @@ |
| # Copyright (c) 2014 The Chromium Authors. All rights reserved. |
| # Use of this source code is governed by a BSD-style license that can be |
| # found in the LICENSE file. |
| + |
| +from telemetry.core import util |
| + |
| + |
| +util.AddDirToPythonPath( |
| + util.GetChromiumSrcDir(), |
| + 'third_party', 'trace-viewer', 'third_party', 'tvcm') |
|
achuithb
2014/02/26 22:26:27
Should this be added to bootstrap_deps?
|