| Index: slave/skia_slave_scripts/flavor_utils/default_build_step_utils.py
|
| diff --git a/slave/skia_slave_scripts/flavor_utils/default_build_step_utils.py b/slave/skia_slave_scripts/flavor_utils/default_build_step_utils.py
|
| index 659080bebbd74e3ffa0c3c7e56c244a34cc62d07..3b458f369b0d446736da7762578c68df5313061b 100644
|
| --- a/slave/skia_slave_scripts/flavor_utils/default_build_step_utils.py
|
| +++ b/slave/skia_slave_scripts/flavor_utils/default_build_step_utils.py
|
| @@ -94,7 +94,7 @@ class DefaultBuildStepUtils:
|
|
|
| def ListBuildStepExecutables(self):
|
| """ Called by subclasses that may need to install the executables. """
|
| - return ['tests', 'gm', 'render_pictures', 'render_pdfs',
|
| + return ['dm', 'tests', 'gm', 'render_pictures', 'render_pdfs',
|
| 'bench', 'bench_pictures', 'skimage', 'nanobench']
|
|
|
| def _PathToBinary(self, binary):
|
|
|