| Index: testing/buildbot/gn_isolate_map.pyl
|
| diff --git a/testing/buildbot/gn_isolate_map.pyl b/testing/buildbot/gn_isolate_map.pyl
|
| index 178189f5266efa9c8c88fd72afd58b2e5f4e1a20..a7c51c672d67f781ca6362ba4841fd3195832cc3 100644
|
| --- a/testing/buildbot/gn_isolate_map.pyl
|
| +++ b/testing/buildbot/gn_isolate_map.pyl
|
| @@ -169,6 +169,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",
|
|
|