Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(44)

Unified Diff: tools/buildbot_spec.py

Issue 1533523003: Add VisualBench switch to extra_config (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698