$OpenBSD: patch-tools_variations_fieldtrial_to_struct_py,v 1.4 2018/05/04 07:14:58 robert Exp $

Index: tools/variations/fieldtrial_to_struct.py
--- tools/variations/fieldtrial_to_struct.py.orig
+++ tools/variations/fieldtrial_to_struct.py
@@ -117,7 +117,7 @@ def main(arguments):
     parser.error('You must specify a --platform.')
 
   supported_platforms = ['android', 'chromeos', 'fuchsia', 'ios', 'linux',
-                         'mac', 'win']
+                         'mac', 'win', 'openbsd']
   if opts.platform not in supported_platforms:
     parser.error('\'%s\' is an unknown platform. Supported platforms: %s' %
         (opts.platform, supported_platforms))
