| Index: tools/chrome_proxy/chrome_proxy_config.py
|
| diff --git a/tools/chrome_proxy/chrome_proxy_config.py b/tools/chrome_proxy/chrome_proxy_config.py
|
| index 0b5841363bfc69200706478c9aa07bf4c18d6fb2..d178890d63411a415873ef9868142cd268667b4a 100644
|
| --- a/tools/chrome_proxy/chrome_proxy_config.py
|
| +++ b/tools/chrome_proxy/chrome_proxy_config.py
|
| @@ -9,6 +9,8 @@ sys.path.append(os.path.join(os.path.dirname(__file__), os.pardir, 'perf'))
|
|
|
| from chrome_telemetry_build import chromium_config
|
|
|
| +TELEMETRY_DIR = chromium_config.GetTelemetryDir()
|
| +
|
| _top_level_dir = os.path.dirname(os.path.realpath(__file__))
|
|
|
| def Config(benchmark_subdirs):
|
|
|