Add isolate target for vr_common_perftests
Adds an isolate target to gn_isolate_map.pyl for running
vr_common_perftests on the VR perf bot.
Bug:
Change-Id: Icc61fd0824bfa093fff2f683e52e94731d2bd78e
Reviewed-on: https://chromium-review.googlesource.com/726269
Reviewed-by: John Budorick <[email protected]>
Commit-Queue: Brian Sheedy <[email protected]>
Cr-Commit-Position: refs/heads/master@{#509904}
diff --git a/testing/buildbot/gn_isolate_map.pyl b/testing/buildbot/gn_isolate_map.pyl
index f3c642ec..eebf6ea 100644
--- a/testing/buildbot/gn_isolate_map.pyl
+++ b/testing/buildbot/gn_isolate_map.pyl
@@ -1042,6 +1042,16 @@
"--test-launcher-jobs=1"
],
},
+ "vr_common_perftests": {
+ "label": "//chrome/browser/vr:vr_common_perftests",
+ "type": "script",
+ "script": "//testing/scripts/run_gtest_perf_test.py",
+ "args": [
+ "vr_common_perftests",
+ "--adb-path",
+ "src/third_party/android_tools/sdk/platform-tools/adb",
+ ]
+ },
"performance_browser_tests": {
"label": "//chrome/test:performance_browser_tests",
"type": "script",