dart-sdk/runtime
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
..
bin Exclude Observatory assets from PRODUCT build dart, dart_precompiled_runtime 2017-06-30 08:09:37 -07:00
include Spelling fixes e to i. 2017-06-24 13:41:39 +02:00
lib Add gdb helper functions for creating a handle and using ToCString with RawObjects. 2017-06-29 14:31:44 -07:00
observatory Disable expansion of VirtualTree and VirtualCollection items 2017-06-29 16:24:47 -07:00
platform Spelling fixes e to i. 2017-06-24 13:41:39 +02:00
tests/vm Fix incorrect DBC code generation of range-based CheckClassId 2017-06-29 15:32:44 -07:00
third_party [fuchsia] Make symbols in the Dart VM visible, so they are available to the profiler. 2017-06-20 15:21:07 -07:00
tools Remove MIPS support 2017-06-22 08:49:22 -07:00
vm [kernel] Delete most of the AST 2017-06-30 07:55:08 +02:00
.gitignore
BUILD.gn Exclude Observatory assets from PRODUCT build dart, dart_precompiled_runtime 2017-06-30 08:09:37 -07:00
codereview.settings Remove trailing slash in codereview.settings to fix review url double slash 2015-10-01 07:27:13 -07:00
CPPLINT.cfg clang-formats remaining files and adds a presubmit check. 2016-11-09 12:43:57 -08:00
dart-runtime.gyp Remove dart_noopt and related parts from the VM. 2017-01-11 16:55:55 -08:00
PRESUBMIT.py VM: Enforce correctly formatted C++ code 2016-11-30 23:52:52 +01:00
runtime_args.gni Exclude Observatory assets from PRODUCT build dart, dart_precompiled_runtime 2017-06-30 08:09:37 -07:00