diff options
author | Lars Bergstrom <lars@lars.com> | 2016-05-27 13:51:09 -0500 |
---|---|---|
committer | Lars Bergstrom <lars@lars.com> | 2016-05-27 19:33:43 -0500 |
commit | 02c7e06d5484b6519b280615aed9e32e028e42b2 (patch) | |
tree | c454eac8d7b7e90de5c4a1dab832003d65ccea06 /python/servo/devenv_commands.py | |
parent | 3ec20d9cf517c67f4d280e8958cc58c4c2b4fbb2 (diff) | |
download | servo-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.py | 3 |
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): |