summaryrefslogtreecommitdiff
path: root/libdeno/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'libdeno/BUILD.gn')
-rw-r--r--libdeno/BUILD.gn2
1 files changed, 1 insertions, 1 deletions
diff --git a/libdeno/BUILD.gn b/libdeno/BUILD.gn
index f2a9228c5..bf780cbaa 100644
--- a/libdeno/BUILD.gn
+++ b/libdeno/BUILD.gn
@@ -1,6 +1,6 @@
# Copyright 2018 the Deno authors. All rights reserved. MIT license.
-import("./deno.gni")
import("//third_party/v8/gni/v8.gni")
+import("./deno.gni")
config("deno_config") {
include_dirs = [ "//third_party/v8" ] # This allows us to v8/src/base/ libraries.