Skip to content

Commit

Permalink
Make //build a git submodule
Browse files Browse the repository at this point in the history
So we can float patches before sending them upstream.
https://github.com/denoland/chromium_build

Remove build_extra/toolchain
  • Loading branch information
ry committed Nov 30, 2018
1 parent b6fda73 commit 1ac2934
Show file tree
Hide file tree
Showing 10 changed files with 9 additions and 551 deletions.
4 changes: 4 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -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
1 change: 0 additions & 1 deletion BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 3,6 @@ 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("//build_extra/toolchain/validate.gni")
import("//third_party/v8/gni/v8.gni")
import("//third_party/v8/snapshot_toolchain.gni")
import("libdeno/deno.gni")
Expand Down
1 change: 0 additions & 1 deletion build

This file was deleted.

1 change: 1 addition & 0 deletions build
Submodule build added at 414ab9
19 changes: 0 additions & 19 deletions build_extra/toolchain/validate.gni

This file was deleted.

Loading

0 comments on commit 1ac2934

Please sign in to comment.