servo: Merge #6527 - Remove gfx dependency from script crate (from mbrubeck:script_deps); r=larsbergstrom

This dependency is not used anywhere.

Source-Repo: https://github.com/servo/servo
Source-Revision: e958d92be6c35234bcffce2d4e74ece585de02e4
This commit is contained in:
Matt Brubeck 2015-07-01 04:01:51 -06:00
Родитель 06449a953d
Коммит 3303d8aa19
4 изменённых файлов: 0 добавлений и 6 удалений

Просмотреть файл

@ -36,9 +36,6 @@ path = "../devtools_traits"
[dependencies.style]
path = "../style"
[dependencies.gfx]
path = "../gfx"
[dependencies.canvas]
path = "../canvas"

1
servo/components/servo/Cargo.lock сгенерированный
Просмотреть файл

@ -1063,7 +1063,6 @@ dependencies = [
"encoding 0.2.32 (registry+https://github.com/rust-lang/crates.io-index)",
"euclid 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
"fnv 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"gfx 0.0.1",
"html5ever 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
"hyper 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
"js 0.1.0 (git+https://github.com/servo/rust-mozjs)",

1
servo/ports/cef/Cargo.lock сгенерированный
Просмотреть файл

@ -1043,7 +1043,6 @@ dependencies = [
"encoding 0.2.32 (registry+https://github.com/rust-lang/crates.io-index)",
"euclid 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
"fnv 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"gfx 0.0.1",
"html5ever 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
"hyper 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
"js 0.1.0 (git+https://github.com/servo/rust-mozjs)",

1
servo/ports/gonk/Cargo.lock сгенерированный
Просмотреть файл

@ -951,7 +951,6 @@ dependencies = [
"encoding 0.2.32 (registry+https://github.com/rust-lang/crates.io-index)",
"euclid 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
"fnv 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"gfx 0.0.1",
"html5ever 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
"hyper 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
"js 0.1.0 (git+https://github.com/servo/rust-mozjs)",