mirror of
https://github.com/servo/servo.git
synced 2025-06-29 19:43:39 +01:00
Drop CEF support
This commit is contained in:
parent
e94a25949c
commit
2282292fa4
106 changed files with 151 additions and 38350 deletions
|
@ -531,9 +531,6 @@ class CommandBase(object):
|
|||
def geckolib_manifest(self):
|
||||
return path.join(self.context.topdir, "ports", "geckolib", "Cargo.toml")
|
||||
|
||||
def cef_manifest(self):
|
||||
return path.join(self.context.topdir, "ports", "cef", "Cargo.toml")
|
||||
|
||||
def servo_features(self):
|
||||
"""Return a list of optional features to enable for the Servo crate"""
|
||||
features = []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue