style: Add way to disable XBL in servo.

Adds a feature "moz_xbl" that when disabled causes the XBL code in servo to
be stubbed out.

Differential Revision: https://phabricator.services.mozilla.com/D45614
This commit is contained in:
Brendan Dahl 2019-10-09 12:56:29 +02:00 committed by Emilio Cobos Álvarez
parent f6b587051d
commit 112a68723e
2 changed files with 33 additions and 1 deletions

View file

@ -25,6 +25,7 @@ servo-layout-2020 = []
gecko_debug = []
gecko_refcount_logging = []
gecko_profiler = []
moz_xbl = []
[dependencies]
app_units = "0.7"