Index: build/android/buildbot/bb_device_steps.py |
diff --git a/build/android/buildbot/bb_device_steps.py b/build/android/buildbot/bb_device_steps.py |
index d7975a398a24c6cbe810f8f30e8c16c4b13d289b..3d00a0ef199fc04004247484886e254f1518c7ec 100755 |
--- a/build/android/buildbot/bb_device_steps.py |
+++ b/build/android/buildbot/bb_device_steps.py |
@@ -565,6 +565,8 @@ def GetTestStepCmds(): |
('chrome_proxy', RunChromeProxyTests), |
('components_browsertests', |
lambda options: RunTestSuites(options, ['components_browsertests'])), |
+ ('gfx_unittests', |
+ lambda options: RunTestSuites(options, ['gfx_unittests'])), |
('gpu', RunGPUTests), |
('python_unittests', RunPythonUnitTests), |
('telemetry_unittests', RunTelemetryUnitTests), |