From d30664958ec1031a99373414e17c124b4fa468fa Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Fri, 6 Jul 2018 00:58:09 -0400 Subject: Further gn/rust cleanups Move rust.gni and deno.gni into build_extra/ Removes rust_library which was only an action. This instead defines rust_component, which is an action plus a gn "component" target to expose the resulting object file. This simplifies link code in rust.gni. Support rust modules that can be linked into C++. --- build_extra/rust/empty.rs | 1 + 1 file changed, 1 insertion(+) create mode 100644 build_extra/rust/empty.rs (limited to 'build_extra/rust/empty.rs') diff --git a/build_extra/rust/empty.rs b/build_extra/rust/empty.rs new file mode 100644 index 000000000..8b1378917 --- /dev/null +++ b/build_extra/rust/empty.rs @@ -0,0 +1 @@ + -- cgit v1.2.3