diff options
Diffstat (limited to 'cli')
-rw-r--r-- | cli/BUILD.gn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/BUILD.gn b/cli/BUILD.gn index 484a3f74d..13a8c0ba0 100644 --- a/cli/BUILD.gn +++ b/cli/BUILD.gn @@ -3,8 +3,8 @@ import("//build/toolchain/cc_wrapper.gni") import("//build_extra/flatbuffers/flatbuffer.gni") import("//build_extra/flatbuffers/rust/rust_flatbuffer.gni") import("//build_extra/rust/rust.gni") +import("//third_party/v8/gni/snapshot_toolchain.gni") import("//third_party/v8/gni/v8.gni") -import("//third_party/v8/snapshot_toolchain.gni") import("../deno.gni") main_extern = [ |