Index: tools/buildbot_spec.py |
diff --git a/tools/buildbot_spec.py b/tools/buildbot_spec.py |
index b62fe61fc54c2d394b72b8740ee1be2f0f9ef733..70f00241ea84bd46a2b49c612635f51794ddce12 100755 |
--- a/tools/buildbot_spec.py |
+++ b/tools/buildbot_spec.py |
@@ -143,6 +143,11 @@ def gyp_defines(builder_dict): |
builder_dict.get('cpu_or_gpu_value') == 'Mesa'): |
gyp_defs['skia_mesa'] = '1' |
+ # VisualBench |
+ if builder_dict.get('extra_config') == 'VisualBench': |
+ gyp_defs['skia_use_sdl'] = '1' |
borenet
2015/12/16 20:13:58
Nit 2-space indent
|
+ builder_dict['target'] = 'visualbench' |
borenet
2015/12/16 20:13:58
This goes in build_targets_from_builder_dict (line
|
+ |
# skia_use_android_framework_defines. |
if builder_dict.get('extra_config') == 'Android_FrameworkDefs': |
gyp_defs['skia_use_android_framework_defines'] = '1' |
@@ -317,6 +322,7 @@ def self_test(): |
'Build-Ubuntu-GCC-x86_64-Debug-CrOS_Link', |
'Build-Ubuntu-GCC-x86_64-Release-Mesa', |
'Build-Ubuntu-GCC-x86_64-Release-ANGLE', |
+ 'Build-Ubuntu-GCC-x86_64-Release-VisualBench', |
'Housekeeper-PerCommit', |
'Perf-Win8-MSVC-ShuttleB-GPU-HD4600-x86_64-Release-Trybot', |
'Test-Android-GCC-GalaxyS4-GPU-SGX544-Arm7-Debug', |