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

Unified Diff: tools/telemetry/telemetry/testing/run_tests.py

Issue 1229153003: [Telemetry] Copy typ library to telemetry/third_party. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove typ from telemetry/bootstrap_deps Created 5 years, 5 months 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/telemetry/telemetry/TELEMETRY_DEPS ('k') | tools/telemetry/third_party/typ/LICENSE » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/telemetry/telemetry/testing/run_tests.py
diff --git a/tools/telemetry/telemetry/testing/run_tests.py b/tools/telemetry/telemetry/testing/run_tests.py
index 800f3074ac3af8e30e593c65d5443c7f119e1c3c..52f2614faaa26efe3b63ca102f201437342c6d15 100644
--- a/tools/telemetry/telemetry/testing/run_tests.py
+++ b/tools/telemetry/telemetry/testing/run_tests.py
@@ -13,7 +13,7 @@ from telemetry.internal.util import command_line
from telemetry.testing import browser_test_case
from telemetry.testing import options_for_unittests
-util.AddDirToPythonPath(util.GetChromiumSrcDir(), 'third_party', 'typ')
+util.AddDirToPythonPath(util.GetTelemetryThirdPartyDir(), 'typ')
import typ
« no previous file with comments | « tools/telemetry/telemetry/TELEMETRY_DEPS ('k') | tools/telemetry/third_party/typ/LICENSE » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698