dart-sdk/build
Ryan Macnak 4182cbe1a3 Remove use of set_sources_assignment_filter
The sources assignment filter is considered a misfeature of gn
and is planned for removal (see discussion at [1]).

Convert dart BUILD.gn rules to manually filter the files that
are build using explicit `if` expressions. Remove obsolete call
to set_sources_assignment_filter() to filter '*_test.*' files
as no such files are present in the variables used to build the
`sources` value.

[1]: https://groups.google.com/a/chromium.org/g/gn-dev/c/oQcYStl_WkI/m/roukYTxSDAAJ

Bug: gn:125
Change-Id: I591fbb746cf694f7d2a5a330f81652380acf5c11
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/166629
Reviewed-by: Ryan Macnak <rmacnak@google.com>
2020-10-08 20:08:59 +00:00
..
config Remove use of set_sources_assignment_filter 2020-10-08 20:08:59 +00:00
dart [SDK] Fix VM/kernel version mix in build. 2020-08-05 11:46:28 +00:00
fuchsia [dart:io] Remove dependency on FIDL 2020-08-19 17:00:16 +00:00
linux [infra] Remove wheezy left overs from SDK 2020-06-04 18:32:29 +00:00
mac [build] GN flag to use relative symlink to Xcode 2020-03-19 08:33:17 +00:00
rust [wasm] Wrapper library to get import/export names 2020-09-14 22:00:07 +00:00
sanitizers [BUILD] - Format gn files, this is being done to ensure the unfork CL 2020-03-10 21:56:11 +00:00
secondary/third_party/android_tools [BUILD] - Format gn files, this is being done to ensure the unfork CL 2020-03-10 21:56:11 +00:00
toolchain [build] Use frameworks instead of libs 2020-07-22 21:40:39 +00:00
win Mass format python with yapf 2019-08-05 20:34:31 +00:00
.gitignore [infra] Remove wheezy left overs from SDK 2020-06-04 18:32:29 +00:00
detect_host_arch.py Mass format python with yapf 2019-08-05 20:34:31 +00:00
executable_suffix.gni Fix builds targeting Android from a Windows host gen_snapshot. 2019-06-07 00:49:33 +00:00
gn_helpers.py Mass format python with yapf 2019-08-05 20:34:31 +00:00
gn_run_binary.py Mass format python with yapf 2019-08-05 20:34:31 +00:00
README.dart.md Reland: [Windows] Update toolchain to MSVC 2017 2017-09-28 09:25:37 +00:00
vs_toolchain.py Mass format python with yapf 2019-08-05 20:34:31 +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 independantly by the Dart team. It is used to support the GN build system.