dart-sdk/build
Zach Anderson b6ea87c444 [windows] Make most file_win.cc functions use malloc for string conversions.
They have been using Dart_ScopeAllocate(), which makes them impossible
to use outside of a scope.

Also turn on inlining in the GN Debug windows build to match the gyp build
and speed things up a bit.

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

Review URL: https://codereview.chromium.org/2439173002 .
2016-10-21 14:55:37 -07:00
..
config [windows] Make most file_win.cc functions use malloc for string conversions. 2016-10-21 14:55:37 -07:00
linux Removes files from //build that we don't need 2016-10-04 09:45:16 -07:00
mac Add a snapshot of flutter/engine/src/build to our sdk 2016-07-01 11:09:28 -07:00
sanitizers Add a snapshot of flutter/engine/src/build to our sdk 2016-07-01 11:09:28 -07:00
toolchain Improvements to tools/gn.py 2016-10-04 19:49:14 -07:00
win Add a snapshot of flutter/engine/src/build to our sdk 2016-07-01 11:09:28 -07:00
.gitignore GN build on windows 2016-10-04 09:19:07 -07:00
compiled_action.gni Add a snapshot of flutter/engine/src/build to our sdk 2016-07-01 11:09:28 -07:00
compiler_version.py Add a snapshot of flutter/engine/src/build to our sdk 2016-07-01 11:09:28 -07: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 Add a snapshot of flutter/engine/src/build to our sdk 2016-07-01 11:09:28 -07:00
gypi_to_gn.py Add a snapshot of flutter/engine/src/build to our sdk 2016-07-01 11:09:28 -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.