aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-tools_json__schema__compiler_model.py
blob: 14aa86d81f5d821128078e5ceb25fbdff1388765 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- tools/json_schema_compiler/model.py.orig	2021-07-19 18:45:43 UTC
+++ tools/json_schema_compiler/model.py
@@ -872,7 +872,7 @@ class Platforms(object):
   """
   CHROMEOS = _PlatformInfo("chromeos")
   LACROS = _PlatformInfo("lacros")
-  LINUX = _PlatformInfo("linux")
+  LINUX = _PlatformInfo("bsd")
   MAC = _PlatformInfo("mac")
   WIN = _PlatformInfo("win")