Auto merge of #16297 - upsuper:stylo-servo-url, r=SimonSapin

Remove servo_url dependency for geckolib

It seems mod attr is not used for geckolib at all, and that is the only place where servo_url is still referenced for geckolib, so we can just remove it.

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/16297)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2017-04-07 04:34:47 -05:00 committed by GitHub
commit 12a4cc875d
21 changed files with 94 additions and 75 deletions

View file

@ -77,10 +77,10 @@ script_traits = {path = "../script_traits"}
selectors = { path = "../selectors" }
serde = "0.9"
servo_atoms = {path = "../atoms"}
servo_config = {path = "../config", features = ["servo"] }
servo_config = {path = "../config"}
servo_geometry = {path = "../geometry" }
servo_rand = {path = "../rand"}
servo_url = {path = "../url", features = ["servo"]}
servo_url = {path = "../url"}
smallvec = "0.3"
style = {path = "../style"}
style_traits = {path = "../style_traits"}