From 9c282d6a0eea8404653edb5d61adfe429b05ec18 Mon Sep 17 00:00:00 2001 From: Christian Moritz Date: Thu, 12 Sep 2019 21:07:21 +0200 Subject: Move GN root into //core/libdeno (#2943) --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index 10e1215d7..248beb8eb 100644 --- a/.gitmodules +++ b/.gitmodules @@ -2,7 +2,7 @@ path = third_party url = https://github.com/denoland/deno_third_party.git [submodule "build"] - path = build + path = core/libdeno/build url = https://github.com/denoland/chromium_build.git [submodule "js/deps/https/deno.land/x/std"] path = js/deps/https/deno.land/std -- cgit v1.2.3