| 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
|
|
|
|
|