Drop CEF support

This commit is contained in:
Paul Rouget 2018-01-31 05:15:12 +01:00
parent e94a25949c
commit 2282292fa4
106 changed files with 151 additions and 38350 deletions

View file

@ -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 = []