From 565bf7514506110a53e37ca686a222527e1ed4e4 Mon Sep 17 00:00:00 2001 From: wolfbeast Date: Tue, 13 Mar 2018 10:00:19 +0100 Subject: Remove Rust MP4 parser Part 1 for #58 --- toolkit/library/rust/shared/Cargo.toml | 1 - 1 file changed, 1 deletion(-) (limited to 'toolkit/library/rust/shared/Cargo.toml') diff --git a/toolkit/library/rust/shared/Cargo.toml b/toolkit/library/rust/shared/Cargo.toml index 07e735755..fe05ecaaf 100644 --- a/toolkit/library/rust/shared/Cargo.toml +++ b/toolkit/library/rust/shared/Cargo.toml @@ -6,7 +6,6 @@ license = "MPL-2.0" description = "Shared Rust code for libxul" [dependencies] -mp4parse_capi = { path = "../../../../media/libstagefright/binding/mp4parse_capi" } nsstring = { path = "../../../../xpcom/rust/nsstring" } rust_url_capi = { path = "../../../../netwerk/base/rust-url-capi" } -- cgit v1.2.3 From a1f143420203395d9a7f347bb232ca86daa40f2b Mon Sep 17 00:00:00 2001 From: wolfbeast Date: Tue, 13 Mar 2018 10:21:40 +0100 Subject: Remove Rust URL parser CAPI Part 2 for #58 --- toolkit/library/rust/shared/Cargo.toml | 1 - 1 file changed, 1 deletion(-) (limited to 'toolkit/library/rust/shared/Cargo.toml') diff --git a/toolkit/library/rust/shared/Cargo.toml b/toolkit/library/rust/shared/Cargo.toml index fe05ecaaf..4b94a1c94 100644 --- a/toolkit/library/rust/shared/Cargo.toml +++ b/toolkit/library/rust/shared/Cargo.toml @@ -7,7 +7,6 @@ description = "Shared Rust code for libxul" [dependencies] nsstring = { path = "../../../../xpcom/rust/nsstring" } -rust_url_capi = { path = "../../../../netwerk/base/rust-url-capi" } [lib] path = "lib.rs" -- cgit v1.2.3 From 7c68c5a22cfe8f83322836a1a6a76a8ae0415ec1 Mon Sep 17 00:00:00 2001 From: wolfbeast Date: Tue, 13 Mar 2018 12:15:45 +0100 Subject: Remove cargo nsstring component Part 3 for #58 --- toolkit/library/rust/shared/Cargo.toml | 3 --- 1 file changed, 3 deletions(-) (limited to 'toolkit/library/rust/shared/Cargo.toml') diff --git a/toolkit/library/rust/shared/Cargo.toml b/toolkit/library/rust/shared/Cargo.toml index 4b94a1c94..d4b57dd10 100644 --- a/toolkit/library/rust/shared/Cargo.toml +++ b/toolkit/library/rust/shared/Cargo.toml @@ -5,9 +5,6 @@ authors = ["nobody@mozilla.org"] license = "MPL-2.0" description = "Shared Rust code for libxul" -[dependencies] -nsstring = { path = "../../../../xpcom/rust/nsstring" } - [lib] path = "lib.rs" test = false -- cgit v1.2.3 From 38d185280e2cad4ed6673bb38f707f54dad4ded7 Mon Sep 17 00:00:00 2001 From: wolfbeast Date: Tue, 13 Mar 2018 13:38:57 +0100 Subject: Remove Rust from the tree. Part 4 for #58 --- toolkit/library/rust/shared/Cargo.toml | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 toolkit/library/rust/shared/Cargo.toml (limited to 'toolkit/library/rust/shared/Cargo.toml') diff --git a/toolkit/library/rust/shared/Cargo.toml b/toolkit/library/rust/shared/Cargo.toml deleted file mode 100644 index d4b57dd10..000000000 --- a/toolkit/library/rust/shared/Cargo.toml +++ /dev/null @@ -1,15 +0,0 @@ -[package] -name = "gkrust-shared" -version = "0.1.0" -authors = ["nobody@mozilla.org"] -license = "MPL-2.0" -description = "Shared Rust code for libxul" - -[lib] -path = "lib.rs" -test = false -doctest = false -bench = false -doc = false -plugin = false -harness = false -- cgit v1.2.3