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

Unified Diff: test/perf.isolate

Issue 2476273003: [test] Isolate files the perf runner depends on (Closed)
Patch Set: Created 4 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698