| Index: testing/buildbot/gn_isolate_map.pyl
|
| diff --git a/testing/buildbot/gn_isolate_map.pyl b/testing/buildbot/gn_isolate_map.pyl
|
| index 4ad06da597b4350282dc977c07c098eab0ff3cb2..4a3bb665b56469f1dabe6a95ba02d97d7dfa38d0 100644
|
| --- a/testing/buildbot/gn_isolate_map.pyl
|
| +++ b/testing/buildbot/gn_isolate_map.pyl
|
| @@ -161,6 +161,15 @@
|
| "label": "//ui/aura:aura_unittests",
|
| "type": "windowed_test_launcher",
|
| },
|
| + "motopho_latency_test": {
|
| + "label": "//chrome/test/vr/perf/latency/:motopho_latency_test",
|
| + "type": "script",
|
| + "script": "//chrome/test/vr/perf/latency/run_latency_test.py",
|
| + "args": [
|
| + "--output-dir=${ISOLATED_OUTDIR}",
|
| + "-v",
|
| + ],
|
| + },
|
| "base_junit_tests": {
|
| "label": "//base:base_junit_tests",
|
| "type": "junit_test",
|
|
|