deno/build_extra
Bert Belder ec17239f46
cargo: build in Cargo's out dir if DENO_BUILD_PATH is not set
Plus some minor improvements and clean-ups:

* Resolve DENO_BUILD_PATH to an absolute path if necessary.
* Rename DENO_BUILD_PATH to GN_OUT_DIR in places where it is supposed to
  be set by the build system (and not a user configuration variable).
* Output Cargo `rerun-if-*-changed` instructions first, so even if the
  build itself fails, configuration changes will still trigger a re-run
  of build.rs.
* Remove TODOs that are impossible.
* Re-run build.rs when the flatbuffer definition file changes.
2018-11-01 14:18:18 +01:00
..
flatbuffers Upgrade Flatbuffers. (#1127) 2018-10-31 00:32:42 -07:00
rust cargo: build in Cargo's out dir if DENO_BUILD_PATH is not set 2018-11-01 14:18:18 +01:00
toolchain build: do not quote cc_wrapper on windows 2018-09-26 09:52:30 -07:00
deno.gni Source map support (#429) 2018-08-02 13:13:32 -04:00