Commit Graph

5 Commits

Author SHA1 Message Date
Zachary Anderson 479a97b129 clang-format runtime/bin
R=johnmccutchan@google.com

Review URL: https://codereview.chromium.org/2480793002 .
2016-11-04 12:30:56 -07:00
John McCutchan 33814bd507 Attempt to fix Windows build
BUG=

Review URL: https://codereview.chromium.org/1419563005 .
2015-10-27 08:56:02 -07:00
John McCutchan d1c5898ce0 Fix build
BUG=

Review URL: https://codereview.chromium.org/1426713004 .
2015-10-27 08:01:56 -07:00
John McCutchan f82058002c Fix dart_bootstrap build
BUG=

Review URL: https://codereview.chromium.org/1413443007 .
2015-10-27 07:54:18 -07:00
John McCutchan 2844eb86ca Service isolate requests Observatory assets from embedder
- Provide a new callback to Dart_Initialize that will be called when the service isolate needs the Observatory assets
- Move asset management code out of embedder and into common dart:_vmservice
- Use the tar format as the archive format
- Add build script to generate .cc file containing the archive
- Add a simple tar parser to service isolate

This makes it possible for embedders to not bake Observatory into their executable but instead load it off disk or over the network. The standalone embedder still links Observatory into the executable.

R=rmacnak@google.com

Review URL: https://codereview.chromium.org/1411853003 .
2015-10-26 07:21:23 -07:00