diff options
| author | Christian Moritz <chrmoritz@gmail.com> | 2019-09-12 21:07:21 +0200 |
|---|---|---|
| committer | Bert Belder <bertbelder@gmail.com> | 2019-09-15 22:12:12 +0200 |
| commit | 9c282d6a0eea8404653edb5d61adfe429b05ec18 (patch) | |
| tree | d9b179e30c1f6a462fa469166c3fdc48d042ac00 /.gitmodules | |
| parent | 40a6d830737d51e70e4b4290182452fb7da6e65e (diff) | |
Move GN root into //core/libdeno (#2943)
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
