diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2019-06-10 18:49:30 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-06-10 18:49:30 -0400 |
| commit | 523ab6a929dacf4cdd692c1319173a1a49c642de (patch) | |
| tree | 58f8d7f7bcb37058dbf9b1dbe36468abfb339555 /cli | |
| parent | e0436975211202afadb1a8ccd7d5154694162f38 (diff) | |
Upgrade V8 to 7.7.37 (#2492)
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 = [ |
