summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-tools_variations_fieldtrial__to__struct.py
blob: 0e683a15c67171c98ad47575119e65fdbd19f6b3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- tools/variations/fieldtrial_to_struct.py.orig	2017-12-15 02:04:51.000000000 +0100
+++ tools/variations/fieldtrial_to_struct.py	2017-12-24 19:54:09.044002000 +0100
@@ -117,7 +117,7 @@
     parser.error('You must specify a --platform.')
 
   supported_platforms = ['android', 'chromeos', 'fuchsia', 'ios', 'linux',
-                         'mac', 'win']
+                         'mac', 'win', 'bsd']
   if opts.platform not in supported_platforms:
     parser.error('\'%s\' is an unknown platform. Supported platforms: %s' %
         (opts.platform, supported_platforms))