Files
sdk/runtime/lib
Florian Schneider 15a4d5d6d1 Windows: Link library sources into gen_snapshot/dart_bootstrap
This allows gen_snapshot and dart_bootstrap to run without having
a full SDK snapshot around.

The generated cc file looks like:

static const char source_array_1[] = {
 '\x2f', '\x2f', '\x20', '\x43', '\x6f', ...
};
static const char source_array_2[] = {
 '\x2f', '\x2f', '\x20', '\x43', '\x6f', ...
};
...

const char* dart::Bootstrap::core_source_paths_[] = {
 "dart:core",
 "/path/to/sdk/lib/core/core.dart",
 source_array_1,

 "annotations.dart",
 "/path/to/sdk/lib/core/annotations.dart",
 source_array_2,
...

R=asiva@google.com

Review-Url: https://codereview.chromium.org/2668353004 .
2017-02-01 15:55:59 -08:00
..
2016-11-04 12:14:41 -07:00
2016-11-04 12:14:41 -07:00
2016-11-04 12:14:41 -07:00
2016-12-23 11:39:23 +01:00
2016-11-04 12:14:41 -07:00
2016-02-22 08:53:11 -08:00
2016-11-04 12:14:41 -07:00
2016-11-04 12:14:41 -07:00
2016-11-04 12:14:41 -07:00
2016-11-04 12:14:41 -07:00
2013-09-20 15:54:10 +00:00
2017-01-23 17:00:24 +01:00
2016-11-04 12:14:41 -07:00
2016-11-04 12:14:41 -07:00
2016-11-04 12:14:41 -07:00
2016-11-04 12:14:41 -07:00
2016-11-04 12:14:41 -07:00
2013-09-25 13:52:15 +00:00
2016-11-04 12:14:41 -07:00