summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn9
1 files changed, 2 insertions, 7 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 1f6298ae4..bf87fc61a 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -17,13 +17,6 @@ group("default") {
]
}
-# Set of targets that need to be built for `cargo check` to succeed.
-group("cargo_check_deps") {
- deps = [
- ":msg_rs",
- ]
-}
-
main_extern = [
"$rust_build:atty",
"$rust_build:dirs",
@@ -112,6 +105,8 @@ ts_sources = [
"third_party/yarn.lock",
]
+# When Cargo is driving the build, GN/Ninja are used to produce these non-Rust
+# targets. Cargo handles all Rust source files and the final linking step.
group("deno_deps") {
deps = [
":msg_rs",