| 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 5cdc465b61a4eb9f815f5f4e4a5467e73d159be6..659080bebbd74e3ffa0c3c7e56c244a34cc62d07 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
|
| @@ -95,7 +95,7 @@ class DefaultBuildStepUtils:
|
| def ListBuildStepExecutables(self):
|
| """ Called by subclasses that may need to install the executables. """
|
| return ['tests', 'gm', 'render_pictures', 'render_pdfs',
|
| - 'bench', 'bench_pictures', 'skimage']
|
| + 'bench', 'bench_pictures', 'skimage', 'nanobench']
|
|
|
| def _PathToBinary(self, binary):
|
| """ Returns the path to the given built executable. """
|
|
|