mirror of
https://github.com/servo/servo.git
synced 2025-09-06 21:18:20 +01:00
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:
parent
f6b587051d
commit
112a68723e
2 changed files with 33 additions and 1 deletions
|
@ -25,6 +25,7 @@ servo-layout-2020 = []
|
|||
gecko_debug = []
|
||||
gecko_refcount_logging = []
|
||||
gecko_profiler = []
|
||||
moz_xbl = []
|
||||
|
||||
[dependencies]
|
||||
app_units = "0.7"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue