aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo/command_base.py
diff options
context:
space:
mode:
authorPaul Rouget <me@paulrouget.com>2018-01-31 05:15:12 +0100
committerPaul Rouget <me@paulrouget.com>2018-01-31 06:36:21 +0100
commit2282292fa4e4ab876b2f8df50a9b5f40fb619dbc (patch)
treea9ba2e0c0cd6c0deeb0017db87868bf945366012 /python/servo/command_base.py
parente94a25949c924e086e38ef6bdbdc935734415b26 (diff)
downloadservo-2282292fa4e4ab876b2f8df50a9b5f40fb619dbc.tar.gz
servo-2282292fa4e4ab876b2f8df50a9b5f40fb619dbc.zip
Drop CEF support
Diffstat (limited to 'python/servo/command_base.py')
-rw-r--r--python/servo/command_base.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/python/servo/command_base.py b/python/servo/command_base.py
index 360fe1a2701..8cc307bfb51 100644
--- a/python/servo/command_base.py
+++ b/python/servo/command_base.py
@@ -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 = []