aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo/devenv_commands.py
diff options
context:
space:
mode:
authorLars Bergstrom <lars@lars.com>2016-05-27 13:51:09 -0500
committerLars Bergstrom <lars@lars.com>2016-05-27 19:33:43 -0500
commit02c7e06d5484b6519b280615aed9e32e028e42b2 (patch)
treec454eac8d7b7e90de5c4a1dab832003d65ccea06 /python/servo/devenv_commands.py
parent3ec20d9cf517c67f4d280e8958cc58c4c2b4fbb2 (diff)
downloadservo-02c7e06d5484b6519b280615aed9e32e028e42b2.tar.gz
servo-02c7e06d5484b6519b280615aed9e32e028e42b2.zip
Remove the gonk port
Diffstat (limited to 'python/servo/devenv_commands.py')
-rw-r--r--python/servo/devenv_commands.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/python/servo/devenv_commands.py b/python/servo/devenv_commands.py
index 95bb2d054a9..2619827c226 100644
--- a/python/servo/devenv_commands.py
+++ b/python/servo/devenv_commands.py
@@ -83,8 +83,7 @@ class MachCommands(CommandBase):
cargo_paths = [path.join('components', 'servo'),
path.join('ports', 'cef'),
- path.join('ports', 'geckolib'),
- path.join('ports', 'gonk')]
+ path.join('ports', 'geckolib')]
for cargo_path in cargo_paths:
with cd(cargo_path):