| Index: chrome/telemetry_gpu_integration_test.isolate
|
| diff --git a/chrome/telemetry_gpu_test.isolate b/chrome/telemetry_gpu_integration_test.isolate
|
| similarity index 83%
|
| copy from chrome/telemetry_gpu_test.isolate
|
| copy to chrome/telemetry_gpu_integration_test.isolate
|
| index 6e8fc1f73863755930d2bb40712591f64408dbb7..100bc85fb611a88343b6336b99da6a07aa611cb1 100644
|
| --- a/chrome/telemetry_gpu_test.isolate
|
| +++ b/chrome/telemetry_gpu_integration_test.isolate
|
| @@ -22,11 +22,11 @@
|
| '../testing/test_env.py',
|
| '../testing/xvfb.py',
|
| '../testing/scripts/common.py',
|
| - '../testing/scripts/run_telemetry_benchmark_as_googletest.py',
|
| + '../testing/scripts/run_gpu_integration_test_as_googletest.py',
|
| ],
|
| 'command': [
|
| - '../testing/scripts/run_telemetry_benchmark_as_googletest.py',
|
| - '../content/test/gpu/run_gpu_test.py',
|
| + '../testing/scripts/run_gpu_integration_test_as_googletest.py',
|
| + '../content/test/gpu/run_gpu_integration_test.py',
|
| ],
|
| },
|
| }],
|
|
|