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

Unified Diff: tools/buildbot_spec.py

Issue 1257933003: buildbot_spec.py: Include dm_flags and nanobench_flags (Closed) Base URL: https://skia.googlesource.com/skia.git@device_cfg
Patch Set: Created 5 years, 5 months 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 | « tools/buildbot_spec.json ('k') | 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 7e5658f6bb0a139ee70821c65223bff3a0de9958..8204c6d6dcf3daaa07ad777d4ac525184d62cf24 100755
--- a/tools/buildbot_spec.py
+++ b/tools/buildbot_spec.py
@@ -20,6 +20,8 @@ import os
import sys
import builder_name_schema
+import dm_flags
+import nanobench_flags
def lineno():
@@ -223,7 +225,9 @@ def get_builder_spec(builder_name):
rv = {
'build_targets': build_targets_from_builder_dict(builder_dict),
'builder_cfg': builder_dict,
+ 'dm_flags': dm_flags.get_args(builder_name),
'env': env,
+ 'nanobench_flags': nanobench_flags.get_args(builder_name),
}
device = device_cfg(builder_dict)
if device:
« no previous file with comments | « tools/buildbot_spec.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698