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

Unified Diff: tools/chrome_proxy/chrome_proxy_config.py

Issue 1582793006: [Telemetry] Update all clients to use chromium_config.GetTelemetryDir() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more rebase Created 4 years, 11 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/bisect-manual-test.py ('k') | tools/chrome_proxy/run_benchmark » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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):
« no previous file with comments | « tools/bisect-manual-test.py ('k') | tools/chrome_proxy/run_benchmark » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698