Restructure package-specific preferences, add support for VR-only prefs

This commit is contained in:
Manish Goregaokar 2018-11-28 15:38:19 -08:00
parent 2625950ac2
commit 6eb396874a
2 changed files with 22 additions and 8 deletions

View file

@ -1,3 +1,12 @@
{
"_comment": "this file is used to add some specific preferences to the Servo package (nightly builds)"
"_comment": "this file is used to add some specific preferences to the Servo package (nightly builds)",
"all": {},
"macosx": {},
"linux": {},
"android": {},
"windows": {},
"vr": {
"_comment": "settings specific to VR builds",
"dom.webvr.enabled": true
}
}