summaryrefslogtreecommitdiff
path: root/deno_typescript
diff options
context:
space:
mode:
Diffstat (limited to 'deno_typescript')
-rw-r--r--deno_typescript/BUILD.gn22
1 files changed, 0 insertions, 22 deletions
diff --git a/deno_typescript/BUILD.gn b/deno_typescript/BUILD.gn
deleted file mode 100644
index 0b868c7bd..000000000
--- a/deno_typescript/BUILD.gn
+++ /dev/null
@@ -1,22 +0,0 @@
-import("//build_extra/rust/rust.gni")
-
-rust_rlib("deno_typescript") {
- source_root = "lib.rs"
- generated_source_dir = "."
- extern = [
- {
- label = "../core:deno"
- crate_name = "deno"
- crate_type = "rlib"
- },
- {
- label = "$rust_build:serde_derive"
- crate_name = "serde_derive"
- crate_type = "proc_macro"
- },
- ]
- extern_rlib = [
- "serde_json",
- "serde",
- ]
-}