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

Unified Diff: tools/perf/perf_tools/__init__.py

Issue 11361165: [chrome_remote_control] Rename chrome_remote_control to telemetry. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month 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/perf/page_sets/page_sets_unittest.py ('k') | tools/perf/perf_tools/first_paint_time_benchmark.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/perf_tools/__init__.py
diff --git a/tools/perf/perf_tools/__init__.py b/tools/perf/perf_tools/__init__.py
index 525a2742a359fb0f15cdf0929c15cf40bc9031ba..910690709428b43b541becdf818659c65b0422eb 100644
--- a/tools/perf/perf_tools/__init__.py
+++ b/tools/perf/perf_tools/__init__.py
@@ -6,9 +6,9 @@ import os
import sys
def Init():
- crc_path = os.path.join(os.path.dirname(__file__),
- '..', '..', 'chrome_remote_control')
- absolute_crc_path = os.path.abspath(crc_path)
- sys.path.append(absolute_crc_path)
+ telemetry_path = os.path.join(os.path.dirname(__file__),
+ '..', '..', 'telemetry')
+ absolute_telemetry_path = os.path.abspath(telemetry_path)
+ sys.path.append(absolute_telemetry_path)
Init()
« no previous file with comments | « tools/perf/page_sets/page_sets_unittest.py ('k') | tools/perf/perf_tools/first_paint_time_benchmark.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698