$OpenBSD: patch-src_3rdparty_chromium_tools_json_schema_compiler_model_py,v 1.2 2021/01/19 06:16:35 rsadowski Exp $

Index: src/3rdparty/chromium/tools/json_schema_compiler/model.py
--- src/3rdparty/chromium/tools/json_schema_compiler/model.py.orig
+++ src/3rdparty/chromium/tools/json_schema_compiler/model.py
@@ -605,7 +605,7 @@ class Platforms(object):
   """
   CHROMEOS = _PlatformInfo("chromeos")
   CHROMEOS_TOUCH = _PlatformInfo("chromeos_touch")
-  LINUX = _PlatformInfo("linux")
+  LINUX = _PlatformInfo("openbsd")
   MAC = _PlatformInfo("mac")
   WIN = _PlatformInfo("win")
 
