diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2018-11-29 21:50:38 -0500 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2018-11-29 23:12:38 -0800 |
| commit | 1ac293460431b49023aca954a0b065211f6b5c5d (patch) | |
| tree | 363c69986e09fd2b018fe8f4206bd8eb61c5f87a /.gitmodules | |
| parent | b6fda735ee0106b72500d927b9695a27ecd519f3 (diff) | |
Make //build a git submodule
So we can float patches before sending them upstream.
https://github.com/denoland/chromium_build
Remove build_extra/toolchain
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index fd6e074e6..d9240f27e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,7 @@ [submodule "third_party"] path = third_party url = https://github.com/denoland/deno_third_party.git +[submodule "build"] + path = build + url = https://github.com/denoland/chromium_build.git + branch = deno |
