servo: Merge #6814 - Remove unused script -> layout_traits dependency (from mbrubeck:dead-dep); r=Ms2ger

Source-Repo: https://github.com/servo/servo
Source-Revision: 59ea4a18ae934926d8c9731c4c3d3e85ff737fb5
This commit is contained in:
Matt Brubeck 2015-07-28 12:15:00 -06:00
Родитель e9c4da1e57
Коммит b67ae38fdf
5 изменённых файлов: 0 добавлений и 7 удалений

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

@ -30,9 +30,6 @@ path = "../profile_traits"
[dependencies.script_traits]
path = "../script_traits"
[dependencies.layout_traits]
path = "../layout_traits"
[dependencies.devtools_traits]
path = "../devtools_traits"

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

@ -48,7 +48,6 @@ extern crate fnv;
extern crate hyper;
extern crate ipc_channel;
extern crate js;
extern crate layout_traits;
extern crate libc;
extern crate msg;
extern crate net_traits;

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

@ -1167,7 +1167,6 @@ dependencies = [
"hyper 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
"ipc-channel 0.1.0 (git+https://github.com/pcwalton/ipc-channel)",
"js 0.1.0 (git+https://github.com/servo/rust-mozjs)",
"layout_traits 0.0.1",
"libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
"msg 0.0.1",

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

@ -1146,7 +1146,6 @@ dependencies = [
"hyper 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
"ipc-channel 0.1.0 (git+https://github.com/pcwalton/ipc-channel)",
"js 0.1.0 (git+https://github.com/servo/rust-mozjs)",
"layout_traits 0.0.1",
"libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
"msg 0.0.1",

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

@ -1054,7 +1054,6 @@ dependencies = [
"hyper 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
"ipc-channel 0.1.0 (git+https://github.com/pcwalton/ipc-channel)",
"js 0.1.0 (git+https://github.com/servo/rust-mozjs)",
"layout_traits 0.0.1",
"libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
"msg 0.0.1",