aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo/devenv_commands.py
diff options
context:
space:
mode:
authorBobby Holley <bobbyholley@gmail.com>2016-01-08 10:48:11 -0800
committerBobby Holley <bobbyholley@gmail.com>2016-01-09 12:37:56 -0800
commit840df61ba3dc1815523ea10546e212fa341a514d (patch)
treeef0c895e75fc9923dda3a9d196ce23215cf16106 /python/servo/devenv_commands.py
parent083d3e0201772918d040a6eb12e87c03fd443587 (diff)
downloadservo-840df61ba3dc1815523ea10546e212fa341a514d.tar.gz
servo-840df61ba3dc1815523ea10546e212fa341a514d.zip
Implement a geckolib target.
Diffstat (limited to 'python/servo/devenv_commands.py')
-rw-r--r--python/servo/devenv_commands.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/servo/devenv_commands.py b/python/servo/devenv_commands.py
index 39457e0fc27..484e308e291 100644
--- a/python/servo/devenv_commands.py
+++ b/python/servo/devenv_commands.py
@@ -83,6 +83,7 @@ class MachCommands(CommandBase):
cargo_paths = [path.join('components', 'servo'),
path.join('ports', 'cef'),
+ path.join('ports', 'geckolib'),
path.join('ports', 'gonk')]
for cargo_path in cargo_paths: