summaryrefslogtreecommitdiff
path: root/www/iridium/files/patch-tools_variations_fieldtrial__to__struct.py
blob: 2385c7f73d0fbe3e1aacd30f48adc6f9a2fef723 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- tools/variations/fieldtrial_to_struct.py.orig	2017-04-19 19:06:54 UTC
+++ tools/variations/fieldtrial_to_struct.py
@@ -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', 'bsd']
   if opts.platform not in supported_platforms:
     parser.error('\'%s\' is an unknown platform. Supported platforms: %s' %
         (opts.platform, supported_platforms))