dart-sdk/build
Zachary Anderson 1a8174b08d Exclude Observatory assets from PRODUCT build dart, dart_precompiled_runtime
This CL also removes some compiler flags that increase space somewhat
that help the profiler find symbols, which isn't included in a PRODUCT
build.

Before:
zra@zach:~/dart/sdk$ ls -la out/ProductX64/exe.stripped/
-rwxr-x--- 1 zra eng  9693064 Jun 29 14:52 dart
-rwxr-x--- 1 zra eng  7391080 Jun 29 14:52 dart_precompiled_runtime

R=askesc@google.com, rmacnak@google.com

After:
-rwxr-x--- 1 zra eng  6809424 Jun 29 15:11 dart
-rwxr-x--- 1 zra eng  3299120 Jun 29 15:11 dart_precompiled_runtime
Review-Url: https://codereview.chromium.org/2964133002 .
2017-06-30 08:09:37 -07:00
..
config Exclude Observatory assets from PRODUCT build dart, dart_precompiled_runtime 2017-06-30 08:09:37 -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 Roll 50: Updated for push to origin/master. 2017-05-10 18:16:51 -07:00
toolchain Remove MIPS support 2017-06-22 08:49:22 -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 Introduce dart_host_toolchain argument for generate_patch_sdk.gni. This allows for Flutter build to make sure that host_toolchain used for patched_sdk generation word size matches target platform. 2017-06-22 12:41:31 -07:00
copy_tree.gni [infra] Assembles the SDK using GN rather than create_sdk.py 2017-05-20 23:30:09 -07:00
dart_host_toolchain.gni Introduce dart_host_toolchain argument for generate_patch_sdk.gni. This allows for Flutter build to make sure that host_toolchain used for patched_sdk generation word size matches target platform. 2017-06-22 12:41:31 -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
gn_run_binary.py Stoppp using trippple consonants 2017-04-21 17:50:13 +02:00
gypi_to_gn.py
prebuilt_dart_sdk.gni [GN] Fix prebuilt sdk detection on Windows 2017-05-01 14:41:03 -07:00
README.dart
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.