| Index: scripts/slave/recipes/webrtc/standalone.py
|
| diff --git a/scripts/slave/recipes/webrtc/standalone.py b/scripts/slave/recipes/webrtc/standalone.py
|
| index 6e49c115504774104ca81f3dd249ea61a28d0e4f..d38d40f6b1fa03736c5473bbabc8d07d8cee5abe 100644
|
| --- a/scripts/slave/recipes/webrtc/standalone.py
|
| +++ b/scripts/slave/recipes/webrtc/standalone.py
|
| @@ -28,6 +28,7 @@ def RunSteps(api):
|
| api.ios.host_info()
|
| webrtc.checkout()
|
| webrtc.cleanup()
|
| + api.chromium.ensure_goma()
|
| api.chromium.runhooks()
|
| webrtc.check_swarming_version()
|
|
|
|
|