Chromium Code Reviews| Index: tools/perf/core/telemetry_dependencies_unittest.py |
| diff --git a/tools/telemetry/telemetry/telemetry_dependencies_unittest.py b/tools/perf/core/telemetry_dependencies_unittest.py |
| similarity index 95% |
| rename from tools/telemetry/telemetry/telemetry_dependencies_unittest.py |
| rename to tools/perf/core/telemetry_dependencies_unittest.py |
| index b61684e3ddaf1cd841184cb60cf202737e6715da..6091e4eed7599dc7edf77747f1591312758ba08f 100644 |
| --- a/tools/telemetry/telemetry/telemetry_dependencies_unittest.py |
| +++ b/tools/perf/core/telemetry_dependencies_unittest.py |
| @@ -2,15 +2,16 @@ |
| # Use of this source code is governed by a BSD-style license that can be |
| # found in the LICENSE file. |
| +# TODO(eakuefner): Remove this test once Telemetry lives in Catapult. |
| import json |
| import os |
| import platform |
| import sys |
| import unittest |
| -from telemetry.internal.util import find_dependencies |
| from telemetry.internal.util import path |
| +from core import find_dependencies |
| _TELEMETRY_DEPS_PATH = os.path.join( |
| path.GetTelemetryDir(), 'telemetry', 'TELEMETRY_DEPS') |
|
nednguyen
2015/11/23 22:52:05
Also move TELEMETRY_DEPS to tools/perf?
aiolos (Not reviewing)
2015/11/23 22:53:25
+1
eakuefner
2015/11/23 23:29:09
Done. I moved the salient contents of the file int
|