Auto merge of #20819 - servo:fourchette, r=jdm

Remove unused build targets

<!-- 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/20819)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2018-05-19 06:22:21 -04:00 committed by GitHub
commit b0cb92176a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
33 changed files with 14 additions and 82156 deletions

View file

@ -16,13 +16,13 @@ path = "lib.rs"
doctest = false
[features]
gecko = ["nsstring", "num_cpus",
gecko = ["num_cpus",
"style_traits/gecko", "fallible/known_system_malloc"]
use_bindgen = ["bindgen", "regex", "toml"]
servo = ["serde", "style_traits/servo", "servo_atoms", "servo_config", "html5ever",
"cssparser/serde", "encoding_rs", "malloc_size_of/servo", "arrayvec/use_union",
"servo_url", "string_cache"]
gecko_debug = ["nsstring/gecko_debug"]
gecko_debug = []
[dependencies]
app_units = "0.6"
@ -46,7 +46,6 @@ log = "0.4"
malloc_size_of = { path = "../malloc_size_of" }
malloc_size_of_derive = { path = "../malloc_size_of_derive" }
matches = "0.1"
nsstring = {path = "../../support/gecko/nsstring", optional = true}
num_cpus = {version = "1.1.0", optional = true}
num-integer = "0.1.32"
num-traits = "0.1.32"

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff