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

Unified Diff: tracing/tracing_project.py

Issue 1685683003: Implement Timeline Based Measurement v2 (Closed) Base URL: git@github.com:catapult-project/catapult.git@new_style_results
Patch Set: fix vinn tests Created 4 years, 10 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 | « tracing/tracing/value/value.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tracing/tracing_project.py
diff --git a/tracing/tracing_project.py b/tracing/tracing_project.py
index 79bb526eb1c40ba1c7687b44720bcde72ced9a30..b7cd8a56e86ee15f73c7adb26807f0e0bd5b6024 100644
--- a/tracing/tracing_project.py
+++ b/tracing/tracing_project.py
@@ -78,6 +78,8 @@ class TracingProject(object):
chai_path = os.path.join(tracing_third_party_path, 'chai')
mocha_path = os.path.join(tracing_third_party_path, 'mocha')
+ mre_path = os.path.join(catapult_path, 'perf_insights')
+
value_ui_path = os.path.join(tracing_src_path, 'value', 'ui')
metrics_ui_path = os.path.join(tracing_src_path, 'metrics', 'ui')
@@ -93,6 +95,7 @@ class TracingProject(object):
self.source_paths = []
self.source_paths.append(self.tracing_root_path)
self.source_paths.append(self.tracing_third_party_path)
+ self.source_paths.append(self.mre_path)
self.source_paths.append(self.jszip_path)
self.source_paths.append(self.glmatrix_path)
self.source_paths.append(self.d3_path)
« no previous file with comments | « tracing/tracing/value/value.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698