dart-sdk/build
Martin Kustermann 70656411b1 [vm] Avoid using -fno-exceptions globally in GN builds.
Right now `-fno-exception` will be in `cflags` for every executable.
That prevents adding & building 3rd party `DEPS` that may use
exceptions.

So we'll remove `-fno-exceptions` from global configurations and rely on
the fact that the `dart_config` GN config already has `-fno-exceptions`
in it's `cflags`.

TEST=ci

Change-Id: I8be9d7341a9c88f29cdf6dfbf32db70c7f78a9bf
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/270403
Reviewed-by: Slava Egorov <vegorov@google.com>
Reviewed-by: Aske Simon Christensen <askesc@google.com>
Commit-Queue: Martin Kustermann <kustermann@google.com>
2022-11-18 09:42:48 +00:00
..
config [vm] Avoid using -fno-exceptions globally in GN builds. 2022-11-18 09:42:48 +00:00
dart [dart2wasm] Build product snapshot when building for the SDK. 2022-10-26 17:04:17 +00:00
fuchsia
linux [build] Downgrade Linux sysroots from bullseye to stretch. 2022-08-10 06:23:10 +00:00
mac Fixed various typos in a lot of files 2022-07-25 12:21:59 +00:00
rust
sanitizers
secondary/third_party
toolchain [build] Re-add linker flags to create empty section in AOT runtime. 2022-10-07 09:26:18 +00:00
.gitignore [misc] Generalize .gitignore for sysroots 2022-08-17 07:22:12 +00:00
detect_host_arch.py
executable_suffix.gni
find_depot_tools.py [infra] Update windows build and toolchain setup python scripts. 2022-08-03 16:30:56 +00:00
gn_helpers.py
gn_run_binary.py
OWNERS [infra] Give VM engineers OWNERS over tools/gn.py et al. 2022-04-25 17:47:23 +00:00
README.dart.md
vs_toolchain.py [infra] Update windows build and toolchain setup python scripts. 2022-08-03 16:30:56 +00:00

This directory was taken from a snapshot of flutter/engine/src/build/.

The snapshot was taken with a recursive copy cp -R of the directory from the flutter repository.

The contents has now diverged significantly from Flutter, and is maintained independently by the Dart team. It is used to support the GN build system.