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

Unified Diff: chrome/telemetry_unittests.isolate

Issue 1579743002: [Telemetry] Update telemetry_unittests to use tools/perf/run_telemetry_tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address Marc's comments Created 4 years, 11 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 | « no previous file | chrome/test/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/telemetry_unittests.isolate
diff --git a/chrome/telemetry_unittests.isolate b/chrome/telemetry_unittests.isolate
index e42cf0a81311d2d6060500e40f278e840d2410b8..441dda6083e3a3a57b3ac3ba64f739075eda8fbd 100644
--- a/chrome/telemetry_unittests.isolate
+++ b/chrome/telemetry_unittests.isolate
@@ -9,6 +9,7 @@
['OS=="mac" or OS=="win"', {
'variables': {
'files': [
+ '../tools/perf/run_telemetry_tests',
# Other dependencies of the tests and their harness.
'../testing/test_env.py',
'../testing/xvfb.py',
@@ -21,7 +22,7 @@
'variables': {
'command': [
'../testing/scripts/run_telemetry_as_googletest.py',
- '../tools/telemetry/run_tests',
+ '../tools/perf/run_telemetry_tests',
'-v',
'--chrome-root',
'..',
@@ -32,7 +33,7 @@
'variables': {
'command': [
'../testing/scripts/run_telemetry_as_googletest.py',
- '../tools/telemetry/run_tests',
+ '../tools/perf/run_telemetry_tests',
'-v',
'--chrome-root',
'..',
« no previous file with comments | « no previous file | chrome/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698