Index: test/perf.isolate |
diff --git a/test/perf.isolate b/test/perf.isolate |
index 77f66cc67cc5d3398e92bdfde19c09448f40b12f..614215265816cf453096e4c8d27661b8501a9d19 100644 |
--- a/test/perf.isolate |
+++ b/test/perf.isolate |
@@ -8,6 +8,11 @@ |
], |
'files': [ |
'../tools/run_perf.py', |
+ # TODO(machenbach): These files are referenced by the perf runner. |
+ # They should be transformed into a proper python module. |
+ '../tools/testrunner/local/commands.py', |
+ '../tools/testrunner/local/utils.py', |
+ '../tools/testrunner/objects/output.py', |
# This is often used to trigger performance bots. We include it in the |
# isolate to not get these builds deduped. |
'../tools/whitespace.txt', |