freebsd-ports/www/chromium/files/patch-extensions_common_api_runtime.json
Carlos J. Puga Medina edfa7dd460 - Fix runtime.getPlatformInfo on FreeBSD [1]
- Don't use the PDFium bundle freetype [2]
- Bump PORTREVISION

PR:		212925 [1], 219448 [2]
Submitted by:	Jan Kokemueller <jan.kokemueller@gmail.com> [2]
Reported by:	Yuri Konotopov <ykonotopov@gmail.com> [1]
2017-06-01 12:02:41 +00:00

11 lines
454 B
JSON

--- extensions/common/api/runtime.json.orig 2017-05-09 19:02:47 UTC
+++ extensions/common/api/runtime.json
@@ -66,7 +66,7 @@
"id": "PlatformOs",
"type": "string",
"description": "The operating system chrome is running on.",
- "enum": ["mac", "win", "android", "cros", "linux", "openbsd"]
+ "enum": ["mac", "win", "android", "cros", "linux", "freebsd", "openbsd"]
},
{
"id": "PlatformArch",