summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2018-07-02 10:59:29 +0200
committerRyan Dahl <ry@tinyclouds.org>2018-07-04 14:24:25 +0200
commit15d6541d4d276c7e36c1d0a42292c85682ddeb25 (patch)
treec4d1fe56953b27733736132daf97ea0e0cbe3129 /BUILD.gn
parent693e43e421ea95193a69b06ceaedbad9ade854da (diff)
Separate deno.gni and rust.gni and clean up.
Put rust depfile in target_out_dir because the depfile isn't in the outputs, the gen directory doesn't get created. Prefix rlib files with lib.
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn1
1 files changed, 1 insertions, 0 deletions
diff --git a/BUILD.gn b/BUILD.gn
index ebdf7b25d..3785042ec 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -2,6 +2,7 @@ import("//third_party/protobuf/proto_library.gni")
import("//third_party/v8/gni/v8.gni")
import("//third_party/v8/snapshot_toolchain.gni")
import("deno.gni")
+import("rust.gni")
config("deno_config") {
include_dirs = [ "third_party/v8" ] # This allows us to v8/src/base/ libraries.