aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-tools_json__schema__compiler_model.py
diff options
context:
space:
mode:
Diffstat (limited to 'www/chromium/files/patch-tools_json__schema__compiler_model.py')
-rw-r--r--www/chromium/files/patch-tools_json__schema__compiler_model.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/chromium/files/patch-tools_json__schema__compiler_model.py b/www/chromium/files/patch-tools_json__schema__compiler_model.py
index 054250e781d5..13e122e0ed13 100644
--- a/www/chromium/files/patch-tools_json__schema__compiler_model.py
+++ b/www/chromium/files/patch-tools_json__schema__compiler_model.py
@@ -1,9 +1,9 @@
---- tools/json_schema_compiler/model.py.orig 2019-12-16 21:51:07 UTC
+--- tools/json_schema_compiler/model.py.orig 2020-11-13 06:37:04 UTC
+++ tools/json_schema_compiler/model.py
-@@ -605,7 +605,7 @@ class Platforms(object):
- """
+@@ -676,7 +676,7 @@ class Platforms(object):
CHROMEOS = _PlatformInfo("chromeos")
CHROMEOS_TOUCH = _PlatformInfo("chromeos_touch")
+ LACROS = _PlatformInfo("lacros")
- LINUX = _PlatformInfo("linux")
+ LINUX = _PlatformInfo("bsd")
MAC = _PlatformInfo("mac")