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

Unified Diff: content/test/gpu/run_unittests.py

Issue 1896853003: Remove useless path additions of old Telemetry location. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 | « content/test/gpu/run_gpu_test.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/gpu/run_unittests.py
diff --git a/content/test/gpu/run_unittests.py b/content/test/gpu/run_unittests.py
index b874ce7e32f97837b3cc58424e36fc508c8d61b1..30452b8df7c5f460428b565c93169bd6fdbec43e 100755
--- a/content/test/gpu/run_unittests.py
+++ b/content/test/gpu/run_unittests.py
@@ -11,10 +11,10 @@ This script DOES NOT run tests. run_gpu_test does that.
import sys
from gpu_tests import path_util
-import gpu_project_config
-path_util.AddDirToPathIfNeeded(path_util.GetChromiumSrcDir(), 'tools',
- 'telemetry')
+path_util.SetupTelemetryPaths()
+
+import gpu_project_config
from telemetry.testing import unittest_runner
« no previous file with comments | « content/test/gpu/run_gpu_test.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698