dart-sdk/build
Zachary Anderson 6bf2c800fd Reland: [infra] Roll clang to match the version used by Flutter
Flutter uses the same clang toolchain as Fuchsia. This CL puts Dart
on that toolchain, as well. This roll should entail no changes to
glibc version requirements on Linux.

The Fuchsia buildtools distribute clang-format with the toolchain
rather than separately, so this CL introduces forwarding scripts
that are copied to the right place under //buildtools.

This CL sets the default for the number of workers in //tools/gn.py
to 1, as the newer GN version fails occasionally when run
concurrently with other invocations.

As Flutter does, this CL uses the clang toolchain to build for
Android. Thus, it is now possible to build for Android on MacOS.

This change is a prerequisite for assembling the SDK in GN
rather than with a python script:

https://codereview.chromium.org/2848943003/

and will be nicer for making prebuilt SDKs for Fuchsia.

Review-Url: https://codereview.chromium.org/2855283002 .
2017-05-03 15:42:46 -07:00
..
config Reland: [infra] Roll clang to match the version used by Flutter 2017-05-03 15:42:46 -07:00
linux GN: Add an option to build against the Debian wheezy sysroot 2016-11-07 13:09:45 -08:00
mac Dart SDK Spelling b, c, and d. 2017-05-01 08:28:10 +02:00
sanitizers Add a snapshot of flutter/engine/src/build to our sdk 2016-07-01 11:09:28 -07:00
toolchain Reland: [infra] Roll clang to match the version used by Flutter 2017-05-03 15:42:46 -07:00
win Dart SDK Spelling b, c, and d. 2017-05-01 08:28:10 +02:00
.gitignore GN: Add an option to build against the Debian wheezy sysroot 2016-11-07 13:09:45 -08:00
compiled_action.gni Make gn_run_binary.py do the right thing for compiled_action 2016-11-11 08:29:51 -08:00
compiler_version.py Add a snapshot of flutter/engine/src/build to our sdk 2016-07-01 11:09:28 -07:00
detect_host_arch.py GN: Add an option to build against the Debian wheezy sysroot 2016-11-07 13:09:45 -08:00
executable_suffix.gni Don't depend on dart_bootstrap if there is a usable prebuilt sdk 2016-11-10 11:16:24 -08:00
gn_helpers.py Add a snapshot of flutter/engine/src/build to our sdk 2016-07-01 11:09:28 -07:00
gn_run_binary.py Stoppp using trippple consonants 2017-04-21 17:50:13 +02:00
gypi_to_gn.py Add a snapshot of flutter/engine/src/build to our sdk 2016-07-01 11:09:28 -07:00
prebuilt_dart_sdk.gni [GN] Fix prebuilt sdk detection on Windows 2017-05-01 14:41:03 -07:00
README.dart Add a snapshot of flutter/engine/src/build to our sdk 2016-07-01 11:09:28 -07:00
vs_toolchain.py GN build on windows 2016-10-04 09:19:07 -07: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 is used to support the GN build system.