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

Unified Diff: tracing/tracing_project.py

Issue 2162963002: [polymer] Merge of master into polymer10-migration (Closed) Base URL: git@github.com:catapult-project/catapult.git@polymer10-migration
Patch Set: Merge polymer10-migration int polymer10-merge Created 4 years, 5 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_set_test.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 8be052185f1150e9876d24f0c3f989b6a90430b7..17721587d95d432553cd0b1551de1a9e2234b396 100644
--- a/tracing/tracing_project.py
+++ b/tracing/tracing_project.py
@@ -74,6 +74,9 @@ class TracingProject(object):
glmatrix_path = os.path.join(
tracing_third_party_path, 'gl-matrix', 'dist')
+ mannwhitneyu_path = os.path.join(
+ tracing_third_party_path, 'mannwhitneyu')
+
ui_path = os.path.join(tracing_src_path, 'ui')
d3_path = os.path.join(tracing_third_party_path, 'd3')
chai_path = os.path.join(tracing_third_party_path, 'chai')
@@ -102,6 +105,7 @@ class TracingProject(object):
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.mannwhitneyu_path)
self.source_paths.append(self.d3_path)
self.source_paths.append(self.chai_path)
self.source_paths.append(self.mocha_path)
« no previous file with comments | « tracing/tracing/value/value_set_test.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698