1a8174b08d
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 .
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.