| Index: testing/buildbot/gn_isolate_map.pyl
|
| diff --git a/testing/buildbot/gn_isolate_map.pyl b/testing/buildbot/gn_isolate_map.pyl
|
| index aea3ffb6dbf74e2d58c9dae5d49231da39fbcd17..d0bc091e80f4dbff3414e388f302026752d0c067 100644
|
| --- a/testing/buildbot/gn_isolate_map.pyl
|
| +++ b/testing/buildbot/gn_isolate_map.pyl
|
| @@ -402,7 +402,10 @@
|
| "telemetry_gpu_test": {
|
| "label": "//chrome/test:telemetry_gpu_test",
|
| "type": "script",
|
| - "script": "//content/test/gpu/run_gpu_test.py",
|
| + "script": "//testing/scripts/run_telemetry_benchmark_as_googletest.py",
|
| + "args": [
|
| + "../../content/test/gpu/run_gpu_test.py",
|
| + ],
|
| },
|
| "telemetry_gpu_unittests": {
|
| "label": "//chrome/test:telemetry_gpu_unittests",
|
|
|