| Index: components/cronet/android/test/javaperftests/run.py
|
| diff --git a/components/cronet/android/test/javaperftests/run.py b/components/cronet/android/test/javaperftests/run.py
|
| index fba5c54f644c99f348575eeadf1b816e81a537a8..ae1014a78fcd7ac40ea4b5d57a8a146282713481 100755
|
| --- a/components/cronet/android/test/javaperftests/run.py
|
| +++ b/components/cronet/android/test/javaperftests/run.py
|
| @@ -43,7 +43,9 @@ import urllib
|
| REPOSITORY_ROOT = os.path.abspath(os.path.join(
|
| os.path.dirname(__file__), '..', '..', '..', '..', '..'))
|
|
|
| -sys.path.append(os.path.join(REPOSITORY_ROOT, 'tools', 'telemetry'))
|
| +sys.path.append(os.path.join(REPOSITORY_ROOT, 'tools', 'perf'))
|
| +from chrome_telemetry_build import chromium_config
|
| +sys.path.append(chromium_config.GetTelemetryDir())
|
| sys.path.append(os.path.join(REPOSITORY_ROOT, 'build', 'android'))
|
|
|
| import lighttpd_server
|
|
|