Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(365)

Unified Diff: tools/perf/core/find_dependencies_unittest.py

Issue 1467143006: [Telemetry] Migrate find_dependencies internals to tools/perf (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address Ned's comment Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/perf/core/find_dependencies.py ('k') | tools/perf/core/telemetry_dependencies_unittest.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/core/find_dependencies_unittest.py
diff --git a/tools/telemetry/telemetry/internal/util/find_dependencies_unittest.py b/tools/perf/core/find_dependencies_unittest.py
similarity index 96%
rename from tools/telemetry/telemetry/internal/util/find_dependencies_unittest.py
rename to tools/perf/core/find_dependencies_unittest.py
index 7d43915e042c00021da0a414770a870764ec1781..43d680e024ad394ce58864a91610d53886aff6e5 100644
--- a/tools/telemetry/telemetry/internal/util/find_dependencies_unittest.py
+++ b/tools/perf/core/find_dependencies_unittest.py
@@ -6,7 +6,8 @@ import os
import unittest
from telemetry.core import util
-from telemetry.internal.util import find_dependencies
+
+from core import find_dependencies
class FindDependenciesTest(unittest.TestCase):
« no previous file with comments | « tools/perf/core/find_dependencies.py ('k') | tools/perf/core/telemetry_dependencies_unittest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698