Move nsstring from gecko into servo/support/gecko/nsstring

This is the servo side of bug 1403213.

MozReview-Commit-ID: HFdQiuMnGhJ
This commit is contained in:
Nika Layzell 2017-10-17 13:59:48 -04:00
parent d9ede4dc05
commit 2d3331fbd4
7 changed files with 200 additions and 24 deletions

6
Cargo.lock generated
View file

@ -1071,7 +1071,7 @@ dependencies = [
"libc 0.2.23 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
"malloc_size_of 0.0.1",
"nsstring_vendor 0.1.0",
"nsstring 0.1.0",
"parking_lot 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
"selectors 0.19.0",
"servo_arc 0.0.1",
@ -2080,7 +2080,7 @@ dependencies = [
]
[[package]]
name = "nsstring_vendor"
name = "nsstring"
version = "0.1.0"
dependencies = [
"bitflags 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)",
@ -3177,7 +3177,7 @@ dependencies = [
"malloc_size_of 0.0.1",
"malloc_size_of_derive 0.0.1",
"matches 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
"nsstring_vendor 0.1.0",
"nsstring 0.1.0",
"num-integer 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)",
"num-traits 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)",
"num_cpus 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",