mirror of
https://git.freebsd.org/ports.git
synced 2025-06-11 07:40:40 -04:00
Changelog: https://chromium.googlesource.com/chromium/src/+log/74.0.3729.169..75.0.3770.80?pretty=fuller&n=10000 Submitted by: Matthias Wolf <matthias@rheinwolf.de>
11 lines
381 B
Python
11 lines
381 B
Python
--- tools/json_schema_compiler/model.py.orig 2019-06-04 18:55:48 UTC
|
|
+++ 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("bsd")
|
|
MAC = _PlatformInfo("mac")
|
|
WIN = _PlatformInfo("win")
|
|
|