dart-sdk/runtime/bin
Zachary Anderson e3f1794ba3 GN: Fix dart_bootstrap build
Makes sure we are using the no_snapshot variants of the libraries,
that we get builtin.cc instead of builtin_nolib.cc, and that all of
the right library sources get built in.

fixes=27668

R=vegorov@google.com

Review URL: https://codereview.chromium.org/2449223004 .
2016-10-26 08:24:23 -07:00
..
vmservice Support paths which are encoded with base64 in http put devfs server code 2016-10-04 15:31:09 -07:00
zlib Starting work on full GN build 2016-09-23 07:47:36 -07:00
address_sanitizer.cc Allows gen_snapshot to be built with asan in the Mojo tree. 2015-02-13 15:37:03 +00:00
bin.gypi disable use of tcmalloc if msan is enabled during the build. 2016-10-03 11:28:52 -07:00
BUILD.gn GN: Fix dart_bootstrap build 2016-10-26 08:24:23 -07:00
builtin.cc Starting work on full GN build 2016-09-23 07:47:36 -07:00
builtin.dart Revert "Reland "Merge more Kernel infrastructure from kernel_sdk SDK fork."" 2016-10-26 17:07:18 +02:00
builtin.h Make header include guards great again 2016-10-26 00:26:03 -07:00
builtin_common.cc Rework standalone to use a synchronous loader that does not invoke Dart code 2016-06-06 14:15:01 -07:00
builtin_gen_snapshot.cc Cleanup in //runtime/bin 2016-03-16 10:01:00 -07:00
builtin_impl_sources.gypi Adds some tests for dart::bin::Directory. 2016-08-25 12:47:41 -07:00
builtin_in.cc - Include sources in gen_snapshot and dart_no_snapshot to allow 2015-11-17 14:58:09 -08:00
builtin_natives.cc - Allow for loading dart:html and friends into the standalone 2016-05-03 20:33:14 -07:00
builtin_nolib.cc - Fix loading of dart:html. 2016-05-04 17:43:58 -07:00
builtin_sources.gypi Lazy loading of deferred libraries 2014-06-13 22:43:31 +00:00
common_patch.dart Revert "Reland "Merge more Kernel infrastructure from kernel_sdk SDK fork."" 2016-10-26 17:07:18 +02:00
crypto.cc Fixes some memory leaks in //runtime/bin 2016-03-14 11:08:52 -07:00
crypto.h Make header include guards great again 2016-10-26 00:26:03 -07:00
crypto_android.cc Cleanup in //runtime/bin 2016-03-16 10:01:00 -07:00
crypto_fuchsia.cc Fuchsia: Use low-level prng call, add test, update test runner. 2016-08-02 13:18:37 -07:00
crypto_linux.cc Cleanup in //runtime/bin 2016-03-16 10:01:00 -07:00
crypto_macos.cc Cleanup in //runtime/bin 2016-03-16 10:01:00 -07:00
crypto_test.cc Fuchsia: Use low-level prng call, add test, update test runner. 2016-08-02 13:18:37 -07:00
crypto_win.cc Fixes some memory leaks in //runtime/bin 2016-03-14 11:08:52 -07:00
dart_entries.txt GN Build fixes for Flutter + gen_snapshot fix 2016-04-22 07:00:03 -07:00
dart_io_entries.txt AOT: Add missing native entry points for secure sockets. 2016-10-12 13:04:22 -07:00
dart_product_entries.txt Standalone: Add missing tree-shaker root. 2016-09-20 14:44:05 -07:00
dartutils.cc VM support for running Kernel binaries. 2016-10-15 22:48:46 +02:00
dartutils.h Make header include guards great again 2016-10-26 00:26:03 -07:00
directory.cc Fix DevFS on Android devices 2016-07-18 10:45:53 -07:00
directory.h Make header include guards great again 2016-10-26 00:26:03 -07:00
directory_android.cc Fix DevFS on Android devices 2016-07-18 10:45:53 -07:00
directory_fuchsia.cc [fuchsia] Some directory operations 2016-08-26 14:30:50 -07:00
directory_linux.cc Updated directory_linux.cc to conform with the deprecation of readdir_r (#27093) 2016-08-23 07:49:00 -07:00
directory_macos.cc Cleanup in //runtime/bin 2016-03-16 10:01:00 -07:00
directory_patch.dart Implement @patch annotation for patch class members 2016-08-10 12:54:57 -07:00
directory_test.cc Use different directory names in directory tests 2016-08-29 10:40:00 -07:00
directory_unsupported.cc Fix strong mode errors in dart:io. 2016-05-12 13:17:31 +02:00
directory_win.cc [windows] Make most file_win.cc functions use malloc for string conversions. 2016-10-21 14:55:37 -07:00
embedded_dart_io.cc Fix DevFS on Android devices 2016-07-18 10:45:53 -07:00
embedded_dart_io.h Make header include guards great again 2016-10-26 00:26:03 -07:00
eventhandler.cc Really remove io support when dart:io is unsupported. 2016-03-29 11:22:03 -07:00
eventhandler.h Make header include guards great again 2016-10-26 00:26:03 -07:00
eventhandler_android.cc Retry: Fixes memory leaks in the eventhandler 2016-08-10 15:20:30 -07:00
eventhandler_android.h Make header include guards great again 2016-10-26 00:26:03 -07:00
eventhandler_fuchsia.cc Fuchsia: Use mx_handle_wait_many in the eventhandler 2016-10-21 13:38:06 -07:00
eventhandler_fuchsia.h Make header include guards great again 2016-10-26 00:26:03 -07:00
eventhandler_linux.cc Retry: Fixes memory leaks in the eventhandler 2016-08-10 15:20:30 -07:00
eventhandler_linux.h Make header include guards great again 2016-10-26 00:26:03 -07:00
eventhandler_macos.cc Retry: Fixes memory leaks in the eventhandler 2016-08-10 15:20:30 -07:00
eventhandler_macos.h Make header include guards great again 2016-10-26 00:26:03 -07:00
eventhandler_patch.dart Revert "Reland "Merge more Kernel infrastructure from kernel_sdk SDK fork."" 2016-10-26 17:07:18 +02:00
eventhandler_test.cc Reorder includes and remove platform/globals include 2015-02-11 17:24:37 +00:00
eventhandler_unsupported.cc Really remove io support when dart:io is unsupported. 2016-03-29 11:22:03 -07:00
eventhandler_win.cc Add back join of windows eventhandler threads 2016-05-17 14:53:54 -07:00
eventhandler_win.h Make header include guards great again 2016-10-26 00:26:03 -07:00
extensions.cc Fix native extension lookup 2016-08-30 09:31:47 -07:00
extensions.h Make header include guards great again 2016-10-26 00:26:03 -07:00
extensions_android.cc Reapply "Use a single file for app snapshots." 2016-10-14 09:57:54 -07:00
extensions_fuchsia.cc Reapply "Use a single file for app snapshots." 2016-10-14 09:57:54 -07:00
extensions_linux.cc Reapply "Use a single file for app snapshots." 2016-10-14 09:57:54 -07:00
extensions_macos.cc Reapply "Use a single file for app snapshots." 2016-10-14 09:57:54 -07:00
extensions_win.cc Fix crashes on debug windows 2016-10-18 09:37:04 -07:00
fdutils.h Make header include guards great again 2016-10-26 00:26:03 -07:00
fdutils_android.cc Cleanup in //runtime/bin 2016-03-16 10:01:00 -07:00
fdutils_linux.cc Cleanup in //runtime/bin 2016-03-16 10:01:00 -07:00
fdutils_macos.cc Cleanup in //runtime/bin 2016-03-16 10:01:00 -07:00
file.cc [windows] Make most file_win.cc functions use malloc for string conversions. 2016-10-21 14:55:37 -07:00
file.h Make header include guards great again 2016-10-26 00:26:03 -07:00
file_android.cc [windows] Make most file_win.cc functions use malloc for string conversions. 2016-10-21 14:55:37 -07:00
file_fuchsia.cc [windows] Make most file_win.cc functions use malloc for string conversions. 2016-10-21 14:55:37 -07:00
file_linux.cc [windows] Make most file_win.cc functions use malloc for string conversions. 2016-10-21 14:55:37 -07:00
file_macos.cc [windows] Make most file_win.cc functions use malloc for string conversions. 2016-10-21 14:55:37 -07:00
file_patch.dart Implement @patch annotation for patch class members 2016-08-10 12:54:57 -07:00
file_support.cc Really remove io support when dart:io is unsupported. 2016-03-29 11:22:03 -07:00
file_system_entity_patch.dart Implement @patch annotation for patch class members 2016-08-10 12:54:57 -07:00
file_system_watcher.cc Really remove io support when dart:io is unsupported. 2016-03-29 11:22:03 -07:00
file_system_watcher.h Make header include guards great again 2016-10-26 00:26:03 -07:00
file_system_watcher_android.cc Really remove io support when dart:io is unsupported. 2016-03-29 11:22:03 -07:00
file_system_watcher_fuchsia.cc Fuchsia: Build standalone VM. Make it run "Hello, World!". 2016-07-22 14:00:31 -07:00
file_system_watcher_linux.cc Really remove io support when dart:io is unsupported. 2016-03-29 11:22:03 -07:00
file_system_watcher_macos.cc Really remove io support when dart:io is unsupported. 2016-03-29 11:22:03 -07:00
file_system_watcher_unsupported.cc Really remove io support when dart:io is unsupported. 2016-03-29 11:22:03 -07:00
file_system_watcher_win.cc [windows] Make most file_win.cc functions use malloc for string conversions. 2016-10-21 14:55:37 -07:00
file_test.cc Fixes leak of native File objects. 2016-04-20 10:08:37 -07:00
file_unsupported.cc Fixes leak of native File objects. 2016-04-20 10:08:37 -07:00
file_win.cc [windows] Make most file_win.cc functions use malloc for string conversions. 2016-10-21 14:55:37 -07:00
filter.cc Really remove io support when dart:io is unsupported. 2016-03-29 11:22:03 -07:00
filter.h Make header include guards great again 2016-10-26 00:26:03 -07:00
filter_patch.dart Implement @patch annotation for patch class members 2016-08-10 12:54:57 -07:00
filter_unsupported.cc Really remove io support when dart:io is unsupported. 2016-03-29 11:22:03 -07:00
gen_snapshot.cc Exit gen_snapshot and log an error if an output file path is invalid 2016-10-21 16:04:32 -07:00
hashmap_test.cc fix all instances of "the the" 2016-05-13 12:38:25 -07:00
io_buffer.cc Cleanup in //runtime/bin 2016-03-16 10:01:00 -07:00
io_buffer.h Make header include guards great again 2016-10-26 00:26:03 -07:00
io_impl_sources.gypi Fuchsia: Build standalone VM. Make it run "Hello, World!". 2016-07-22 14:00:31 -07:00
io_natives.cc Better error-message when bind fails. 2016-08-04 14:45:01 +02:00
io_natives.h Make header include guards great again 2016-10-26 00:26:03 -07:00
io_service.cc Really remove io support when dart:io is unsupported. 2016-03-29 11:22:03 -07:00
io_service.h Make header include guards great again 2016-10-26 00:26:03 -07:00
io_service_no_ssl.cc Really remove io support when dart:io is unsupported. 2016-03-29 11:22:03 -07:00
io_service_no_ssl.h Make header include guards great again 2016-10-26 00:26:03 -07:00
io_service_patch.dart Implement @patch annotation for patch class members 2016-08-10 12:54:57 -07:00
io_service_unsupported.cc Really remove io support when dart:io is unsupported. 2016-03-29 11:22:03 -07:00
io_sources.gypi Add IO service object handler, with initial implementation for HTTP server. 2014-05-21 11:12:49 +00:00
isolate_data.h Make header include guards great again 2016-10-26 00:26:03 -07:00
loader.cc VM support for running Kernel binaries. 2016-10-15 22:48:46 +02:00
loader.h Make header include guards great again 2016-10-26 00:26:03 -07:00
lockers.h Make header include guards great again 2016-10-26 00:26:03 -07:00
log.h Make header include guards great again 2016-10-26 00:26:03 -07:00
log_android.cc Initial support to test.dart for running precompiler tests on android devices 2016-05-02 12:41:22 +02:00
log_fuchsia.cc Fuchsia: Add native symbol resolver. Small fixes. 2016-10-20 13:39:35 -07:00
log_linux.cc Cleanup in //runtime/bin 2016-03-16 10:01:00 -07:00
log_macos.cc Cleanup in //runtime/bin 2016-03-16 10:01:00 -07:00
log_win.cc Cleanup in //runtime/bin 2016-03-16 10:01:00 -07:00
main.cc Adjust help message. 2016-10-20 13:54:35 -07:00
observatory_assets_empty.cc Attempt to fix Windows build 2015-10-27 08:56:02 -07:00
platform.cc Ignore non-UTF8 strings in the environment 2016-08-24 10:10:41 -07:00
platform.h Make header include guards great again 2016-10-26 00:26:03 -07:00
platform_android.cc Return a null Platform.executable and resolvedExecutable on Android 2016-05-06 14:29:53 -07:00
platform_fuchsia.cc [fuchsia] Use sysconf to get number of processors 2016-08-15 15:21:36 -07:00
platform_linux.cc Search for a native extension for the host architecture 2016-04-20 08:02:16 -07:00
platform_macos.cc Search for a native extension for the host architecture 2016-04-20 08:02:16 -07:00
platform_patch.dart Implement @patch annotation for patch class members 2016-08-10 12:54:57 -07:00
platform_unsupported.cc Really remove io support when dart:io is unsupported. 2016-03-29 11:22:03 -07:00
platform_win.cc Search for a native extension for the host architecture 2016-04-20 08:02:16 -07:00
process.cc Generate an app snapshot even if the training run does a hard exit. 2016-10-19 09:37:47 -07:00
process.h Make header include guards great again 2016-10-26 00:26:03 -07:00
process_android.cc Really remove io support when dart:io is unsupported. 2016-03-29 11:22:03 -07:00
process_fuchsia.cc Fuchsia: Build standalone VM. Make it run "Hello, World!". 2016-07-22 14:00:31 -07:00
process_linux.cc Really remove io support when dart:io is unsupported. 2016-03-29 11:22:03 -07:00
process_macos.cc Really remove io support when dart:io is unsupported. 2016-03-29 11:22:03 -07:00
process_patch.dart Revert "Reland "Merge more Kernel infrastructure from kernel_sdk SDK fork."" 2016-10-26 17:07:18 +02:00
process_test.cc Revert "Test infrastructure: Change the intentionally crashing process_test.cc, to try and avoid timeout of this process." 2012-06-18 14:16:00 +00:00
process_unsupported.cc Really remove io support when dart:io is unsupported. 2016-03-29 11:22:03 -07:00
process_win.cc Really remove io support when dart:io is unsupported. 2016-03-29 11:22:03 -07:00
reference_counting.h Make header include guards great again 2016-10-26 00:26:03 -07:00
root_certificates_unsupported.cc Use OS-provided trusted root certs on Linux 2016-09-16 09:08:51 -07:00
run_vm_tests.cc Fix run_vm_tests for Windows 2016-09-06 10:57:35 -07:00
run_vm_tests_fuchsia.cc Fuchsia: Add native symbol resolver. Small fixes. 2016-10-20 13:39:35 -07:00
secure_socket.h Make header include guards great again 2016-10-26 00:26:03 -07:00
secure_socket_boringssl.cc Use OS-provided trusted root certs on Linux 2016-09-16 09:08:51 -07:00
secure_socket_boringssl.h Make header include guards great again 2016-10-26 00:26:03 -07:00
secure_socket_ios.cc Implements remaining SecurityContext calls for iOS 2016-04-13 10:27:39 -07:00
secure_socket_ios.h Make header include guards great again 2016-10-26 00:26:03 -07:00
secure_socket_macos.cc Implements remaining SecurityContext calls for iOS 2016-04-13 10:27:39 -07:00
secure_socket_macos.h Make header include guards great again 2016-10-26 00:26:03 -07:00
secure_socket_patch.dart Implement @patch annotation for patch class members 2016-08-10 12:54:57 -07:00
secure_socket_unsupported.cc Fixes Dartium build 2016-09-16 13:52:45 -07:00
service_object_patch.dart Add HttpServerConnection to Observatory. 2014-06-10 07:33:37 +00:00
snapshot_empty.cc Cleanup in //runtime/bin 2016-03-16 10:01:00 -07:00
snapshot_in.cc Cleanup in //runtime/bin 2016-03-16 10:01:00 -07:00
socket.cc Correct and GC unrecognized flags from our tests. 2016-08-15 18:28:11 -07:00
socket.h Make header include guards great again 2016-10-26 00:26:03 -07:00
socket_android.cc Better error-message when bind fails. 2016-08-04 14:45:01 +02:00
socket_android.h Make header include guards great again 2016-10-26 00:26:03 -07:00
socket_fuchsia.cc Stub out Socket::LookAddress on Fuchsia 2016-10-25 13:07:23 -07:00
socket_fuchsia.h Make header include guards great again 2016-10-26 00:26:03 -07:00
socket_linux.cc Better error-message when bind fails. 2016-08-04 14:45:01 +02:00
socket_linux.h Make header include guards great again 2016-10-26 00:26:03 -07:00
socket_macos.cc Make Mac-port non-blocking. 2016-08-04 15:58:20 +02:00
socket_macos.h Make header include guards great again 2016-10-26 00:26:03 -07:00
socket_patch.dart Propagate errors correctly in Socket.connect 2016-10-19 15:12:59 -07:00
socket_unsupported.cc Fix missing global declarations in socket_unsupported.cc 2016-08-16 17:35:03 +02:00
socket_win.cc [windows] Make most file_win.cc functions use malloc for string conversions. 2016-10-21 14:55:37 -07:00
socket_win.h Make header include guards great again 2016-10-26 00:26:03 -07:00
stdio.cc Really remove io support when dart:io is unsupported. 2016-03-29 11:22:03 -07:00
stdio.h Make header include guards great again 2016-10-26 00:26:03 -07:00
stdio_android.cc Really remove io support when dart:io is unsupported. 2016-03-29 11:22:03 -07:00
stdio_fuchsia.cc Fuchsia: Build standalone VM. Make it run "Hello, World!". 2016-07-22 14:00:31 -07:00
stdio_linux.cc Really remove io support when dart:io is unsupported. 2016-03-29 11:22:03 -07:00
stdio_macos.cc Really remove io support when dart:io is unsupported. 2016-03-29 11:22:03 -07:00
stdio_patch.dart Revert "Reland "Merge more Kernel infrastructure from kernel_sdk SDK fork."" 2016-10-26 17:07:18 +02:00
stdio_unsupported.cc Really remove io support when dart:io is unsupported. 2016-03-29 11:22:03 -07:00
stdio_win.cc Really remove io support when dart:io is unsupported. 2016-03-29 11:22:03 -07:00
test_extension.c Add runtime and native entry tags 2014-04-10 20:26:45 +00:00
test_extension_dllmain_win.cc Prepare for removal of source_filter.gypi: 2013-02-20 21:17:38 +00:00
thread.h Make header include guards great again 2016-10-26 00:26:03 -07:00
thread_android.cc Uses an open thread handle as the ThreadJoinId on Windows. 2016-05-17 13:18:13 -07:00
thread_android.h Make header include guards great again 2016-10-26 00:26:03 -07:00
thread_fuchsia.cc Add runtime/bin/thread_fuchsia that binds to fuchsia's pthreads 2016-07-14 15:25:01 -07:00
thread_fuchsia.h Make header include guards great again 2016-10-26 00:26:03 -07:00
thread_linux.cc Uses an open thread handle as the ThreadJoinId on Windows. 2016-05-17 13:18:13 -07:00
thread_linux.h Make header include guards great again 2016-10-26 00:26:03 -07:00
thread_macos.cc Uses an open thread handle as the ThreadJoinId on Windows. 2016-05-17 13:18:13 -07:00
thread_macos.h Make header include guards great again 2016-10-26 00:26:03 -07:00
thread_win.cc Uses an open thread handle as the ThreadJoinId on Windows. 2016-05-17 13:18:13 -07:00
thread_win.h Make header include guards great again 2016-10-26 00:26:03 -07:00
utils.h Make header include guards great again 2016-10-26 00:26:03 -07:00
utils_android.cc Fix native extension lookup 2016-08-30 09:31:47 -07:00
utils_fuchsia.cc Fix native extension lookup 2016-08-30 09:31:47 -07:00
utils_linux.cc Fix native extension lookup 2016-08-30 09:31:47 -07:00
utils_macos.cc Fix mac dartium build 2016-08-30 09:53:51 -07:00
utils_win.cc Fix native extension lookup 2016-08-30 09:31:47 -07:00
utils_win.h Make header include guards great again 2016-10-26 00:26:03 -07:00
vmservice_dartium.cc Fix the Dartium build 2016-07-07 12:22:06 -07:00
vmservice_dartium.h Make header include guards great again 2016-10-26 00:26:03 -07:00
vmservice_impl.cc Only reload libraries when they may have been modified. 2016-07-29 11:23:18 -07:00
vmservice_impl.h Make header include guards great again 2016-10-26 00:26:03 -07:00
vmserviceio_dartium.dart Add dart:io and dart:_builtin to the dartium snapshot so that vmservices can work, the previous approach of trying to load dart:io and dart:_builtin from the sources does not work in a dart-sdk distribution as the sources are not copied out. 2015-05-15 23:15:19 +00:00
zlib.gyp Rename libchrome_zip to libzip_dart in build. 2016-04-13 00:15:37 +02:00