$OpenBSD: patch-tools_variations_fieldtrial_to_struct_py,v 1.2 2017/01/26 17:08:26 robert Exp $
--- tools/variations/fieldtrial_to_struct.py.orig.port	Thu Dec 15 00:02:29 2016
+++ tools/variations/fieldtrial_to_struct.py	Tue Jan  3 20:30:02 2017
@@ -116,7 +116,7 @@ def main(arguments):
   if not opts.platform:
     parser.error('You must specify a --platform.')
 
-  supported_platforms = ['android', 'chromeos', 'ios', 'linux', 'mac', 'win']
+  supported_platforms = ['android', 'chromeos', 'ios', 'linux', 'mac', 'win', 'openbsd']
   if opts.platform not in supported_platforms:
     parser.error('\'%s\' is an unknown platform. Supported platforms: %s' %
         (opts.platform, supported_platforms))
