Index: buildbot/master/master_private_builders_cfg.py |
=================================================================== |
--- buildbot/master/master_private_builders_cfg.py (revision 10693) |
+++ buildbot/master/master_private_builders_cfg.py (working copy) |
@@ -51,7 +51,6 @@ |
do_upload_results=False, |
target_platform=skia_factory.TARGET_PLATFORM_LINUX, |
environment_variables={'GYP_DEFINES': 'skia_scalar=float'}, |
- gm_image_subdir=None, |
perf_output_basedir=perf_output_basedir_linux) |
utils.MakeBuilderSet( |
@@ -63,7 +62,6 @@ |
do_upload_results=False, |
target_platform=skia_factory.TARGET_PLATFORM_LINUX, |
environment_variables={'GYP_DEFINES': 'skia_scalar=float'}, |
- gm_image_subdir=None, |
perf_output_basedir=perf_output_basedir_linux) |
utils.MakeBuilderSet( |
@@ -75,7 +73,5 @@ |
do_upload_results=False, |
target_platform=skia_factory.TARGET_PLATFORM_LINUX, |
environment_variables={'GYP_DEFINES': 'skia_scalar=float'}, |
- gm_image_subdir=None, |
perf_output_basedir=perf_output_basedir_linux) |
return helper.Update(c) |
- |