| Index: testing/buildbot/gn_isolate_map.pyl
|
| diff --git a/testing/buildbot/gn_isolate_map.pyl b/testing/buildbot/gn_isolate_map.pyl
|
| index 7b2fbd5b4559140f34129ec6aeedaf7689eb7d2e..9fb71e03d88b9896b1985669da1a63eaa1cb9e17 100644
|
| --- a/testing/buildbot/gn_isolate_map.pyl
|
| +++ b/testing/buildbot/gn_isolate_map.pyl
|
| @@ -535,6 +535,14 @@
|
| "type": "gpu_browser_test",
|
| "gtest_filter": "CastStreamingApiTestWithPixelOutput.EndToEnd*:TabCaptureApiPixelTest.EndToEnd*",
|
| },
|
| + "telemetry_gpu_integration_test": {
|
| + "label": "//chrome/test:telemetry_gpu_integration_test",
|
| + "type": "script",
|
| + "script": "//testing/scripts/run_gpu_integration_test_as_googletest.py",
|
| + "args": [
|
| + "../../content/test/gpu/run_gpu_integration_test.py",
|
| + ],
|
| + },
|
| "telemetry_gpu_test": {
|
| "label": "//chrome/test:telemetry_gpu_test",
|
| "type": "script",
|
|
|