dart-sdk/runtime/bin
Zachary Anderson 81e428fd39 [infra] Assembles the SDK using GN rather than create_sdk.py
This has a few advantages:
- We can track dependencies more precisely
- ninja can assemble things in parallel as they're ready rather than
  sequentially all at once.
- It is easier to customize SDKs depending on target platform, e.g.
  Fuchsia.

This CL also has a number of cleanups:
- Defining is_fuchsia and is_fuchsia host so we don't always have to check
- Piping through toolchain overrides in more places
- Fixing bugs in copy_tree.py, not using list_files.py, which is broken on Windows

related #29558

R=whesse@google.com

Review-Url: https://codereview.chromium.org/2848943003 .
2017-05-20 23:30:09 -07:00
..
vmservice [Fuchsia] Switch service protocol to bind to ipv6 2017-04-25 09:53:49 -07:00
zlib Format GN files and add a presubmit check that GN is properly formatted 2016-10-26 08:50:54 -07:00
address_sanitizer.cc Rename TARGET_OS_* to HOST_OS_*. 2017-03-15 13:11:05 -07:00
bin.gypi Pull loader.[cc|h] file out of libdart_builtin rule and instead include it in each of the targets (dart|gen_snapshot|dart_bootstrap) that need it. It is not needed in dart_precompiled_runtime but to really remove it from there some refactoring of main.cc is needed. This CL does not address that. 2017-05-19 13:27:43 -07:00
BUILD.gn [infra] Assembles the SDK using GN rather than create_sdk.py 2017-05-20 23:30:09 -07:00
builtin.cc VM: Support bootstrapping core libraries from Kernel binaries instead of source. 2016-11-16 13:56:20 +01:00
builtin.dart Revert "Fix observatory tests broken by running dartfmt." 2017-03-21 10:07:26 -07:00
builtin.h clang-format runtime/bin 2016-11-04 12:30:56 -07:00
builtin_common.cc clang-format runtime/bin 2016-11-04 12:30:56 -07:00
builtin_gen_snapshot.cc clang-format runtime/bin 2016-11-04 12:30:56 -07:00
builtin_impl_sources.gypi Pull loader.[cc|h] file out of libdart_builtin rule and instead include it in each of the targets (dart|gen_snapshot|dart_bootstrap) that need it. It is not needed in dart_precompiled_runtime but to really remove it from there some refactoring of main.cc is needed. This CL does not address that. 2017-05-19 13:27:43 -07:00
builtin_in.cc Windows: Link library sources into gen_snapshot/dart_bootstrap 2017-02-01 15:55:59 -08:00
builtin_natives.cc clang-format runtime/bin 2016-11-04 12:30:56 -07:00
builtin_nolib.cc clang-format runtime/bin 2016-11-04 12:30:56 -07:00
builtin_sources.gypi Lazy loading of deferred libraries 2014-06-13 22:43:31 +00:00
common_patch.dart Revert "Fix observatory tests broken by running dartfmt." 2017-03-21 10:07:26 -07:00
crypto.cc clang-format runtime/bin 2016-11-04 12:30:56 -07:00
crypto.h clang-format runtime/bin 2016-11-04 12:30:56 -07:00
crypto_android.cc Rename TARGET_OS_* to HOST_OS_*. 2017-03-15 13:11:05 -07:00
crypto_fuchsia.cc Rename TARGET_OS_* to HOST_OS_*. 2017-03-15 13:11:05 -07:00
crypto_linux.cc Rename TARGET_OS_* to HOST_OS_*. 2017-03-15 13:11:05 -07:00
crypto_macos.cc Rename TARGET_OS_* to HOST_OS_*. 2017-03-15 13:11:05 -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 Rename TARGET_OS_* to HOST_OS_*. 2017-03-15 13:11:05 -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 Rename TARGET_OS_* to HOST_OS_*. 2017-03-15 13:11:05 -07:00
dartutils.h Reload native extensions when starting from a snapshot. 2016-11-07 16:17:47 -08:00
directory.cc VM: Fix asan memory leak in some standalone tests 2017-01-23 19:45:28 +01:00
directory.h VM: Fix asan memory leak in some standalone tests 2017-01-23 19:45:28 +01:00
directory_android.cc Rename TARGET_OS_* to HOST_OS_*. 2017-03-15 13:11:05 -07:00
directory_fuchsia.cc Rename TARGET_OS_* to HOST_OS_*. 2017-03-15 13:11:05 -07:00
directory_linux.cc Rename TARGET_OS_* to HOST_OS_*. 2017-03-15 13:11:05 -07:00
directory_macos.cc Rename TARGET_OS_* to HOST_OS_*. 2017-03-15 13:11:05 -07:00
directory_patch.dart Revert "Fix observatory tests broken by running dartfmt." 2017-03-21 10:07:26 -07:00
directory_test.cc Added new type of unit test, RAW_UNIT_TEST_CASE, which is used for tests that can be flaky if run while the VM is alive. Tests created using the RAW_UNIT_TEST_CASE macro will run after the VM has shutdown to avoid having any worker threads contaminating the test results. 2017-01-31 15:16:38 -08:00
directory_unsupported.cc clang-format runtime/bin 2016-11-04 12:30:56 -07:00
directory_win.cc Rename TARGET_OS_* to HOST_OS_*. 2017-03-15 13:11:05 -07:00
embedded_dart_io.cc Land https://codereview.chromium.org/2662393002 for Jason. 2017-02-01 10:38:21 -08:00
embedded_dart_io.h Land https://codereview.chromium.org/2662393002 for Jason. 2017-02-01 10:38:21 -08:00
error_exit.cc [dart:io] Adds a finalizer to _NativeSocket to avoid socket leaks 2017-03-28 07:44:05 -07:00
error_exit.h Remove legacy restart code 2017-03-20 08:47:39 -07:00
eventhandler.cc [dart:io] Adds a finalizer to _NativeSocket to avoid socket leaks 2017-03-28 07:44:05 -07:00
eventhandler.h [dart:io] Adds a finalizer to _NativeSocket to avoid socket leaks 2017-03-28 07:44:05 -07:00
eventhandler_android.cc [dart:io] Adds a finalizer to _NativeSocket to avoid socket leaks 2017-03-28 07:44:05 -07:00
eventhandler_android.h clang-format runtime/bin 2016-11-04 12:30:56 -07:00
eventhandler_fuchsia.cc [dart:io] Adds a finalizer to _NativeSocket to avoid socket leaks 2017-03-28 07:44:05 -07:00
eventhandler_fuchsia.h Fuchsia: Partial implementation of dart:io sockets 2016-11-20 22:04:14 -08:00
eventhandler_linux.cc [dart:io] Adds a finalizer to _NativeSocket to avoid socket leaks 2017-03-28 07:44:05 -07:00
eventhandler_linux.h clang-format runtime/bin 2016-11-04 12:30:56 -07:00
eventhandler_macos.cc [dart:io] Adds a finalizer to _NativeSocket to avoid socket leaks 2017-03-28 07:44:05 -07:00
eventhandler_macos.h clang-format runtime/bin 2016-11-04 12:30:56 -07:00
eventhandler_patch.dart Revert "Fix observatory tests broken by running dartfmt." 2017-03-21 10:07:26 -07:00
eventhandler_test.cc Added new type of unit test, RAW_UNIT_TEST_CASE, which is used for tests that can be flaky if run while the VM is alive. Tests created using the RAW_UNIT_TEST_CASE macro will run after the VM has shutdown to avoid having any worker threads contaminating the test results. 2017-01-31 15:16:38 -08:00
eventhandler_unsupported.cc clang-format runtime/bin 2016-11-04 12:30:56 -07:00
eventhandler_win.cc Re-land socket refactor with fixes for Windows. 2017-04-05 12:45:31 -07:00
eventhandler_win.h [dart:io][windows] Implements RawSynchronousSocket 2017-04-21 23:29:52 -07:00
extensions.cc Undo rename of LoadExtensionLibrary to LoadLibrary since mangling on Windows seems to create a conflict with LoadLibraryW. 2017-02-16 14:22:23 -08:00
extensions.h Undo rename of LoadExtensionLibrary to LoadLibrary since mangling on Windows seems to create a conflict with LoadLibraryW. 2017-02-16 14:22:23 -08:00
extensions_android.cc Rename TARGET_OS_* to HOST_OS_*. 2017-03-15 13:11:05 -07:00
extensions_fuchsia.cc Standalone support for AOT as dylibs on Fuchsia. 2017-03-24 14:52:18 -07:00
extensions_linux.cc Rename TARGET_OS_* to HOST_OS_*. 2017-03-15 13:11:05 -07:00
extensions_macos.cc Rename TARGET_OS_* to HOST_OS_*. 2017-03-15 13:11:05 -07:00
extensions_win.cc Rename TARGET_OS_* to HOST_OS_*. 2017-03-15 13:11:05 -07:00
fdutils.h Fuchsia: Partial implementation of dart:io sockets 2016-11-20 22:04:14 -08:00
fdutils_android.cc Rename TARGET_OS_* to HOST_OS_*. 2017-03-15 13:11:05 -07:00
fdutils_fuchsia.cc Rename TARGET_OS_* to HOST_OS_*. 2017-03-15 13:11:05 -07:00
fdutils_linux.cc Rename TARGET_OS_* to HOST_OS_*. 2017-03-15 13:11:05 -07:00
fdutils_macos.cc Rename TARGET_OS_* to HOST_OS_*. 2017-03-15 13:11:05 -07:00
file.cc [dart:io][windows] Use WriteFile instead of _write 2017-03-29 13:19:25 -07:00
file.h [dart:io][windows] Use WriteFile instead of _write 2017-03-29 13:19:25 -07:00
file_android.cc [dart:io] Don't close stdin with a socket finalizer 2017-04-04 13:57:42 -07:00
file_fuchsia.cc [Fuchsia] Allows non-regular files to be opened. 2017-05-02 14:47:33 -07:00
file_linux.cc [dart:io] Don't close stdin with a socket finalizer 2017-04-04 13:57:42 -07:00
file_macos.cc [dart:io] Don't close stdin with a socket finalizer 2017-04-04 13:57:42 -07:00
file_patch.dart [dart:io][windows] Use WriteFile instead of _write 2017-03-29 13:19:25 -07:00
file_support.cc clang-format runtime/bin 2016-11-04 12:30:56 -07:00
file_system_entity_patch.dart Revert "Fix observatory tests broken by running dartfmt." 2017-03-21 10:07:26 -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 clang-format runtime/bin 2016-11-04 12:30:56 -07:00
file_system_watcher_android.cc Rename TARGET_OS_* to HOST_OS_*. 2017-03-15 13:11:05 -07:00
file_system_watcher_fuchsia.cc Rename TARGET_OS_* to HOST_OS_*. 2017-03-15 13:11:05 -07:00
file_system_watcher_linux.cc [dart:io][windows] Implements RawSynchronousSocket 2017-04-21 23:29:52 -07:00
file_system_watcher_macos.cc Rename TARGET_OS_* to HOST_OS_*. 2017-03-15 13:11:05 -07:00
file_system_watcher_unsupported.cc clang-format runtime/bin 2016-11-04 12:30:56 -07:00
file_system_watcher_win.cc Rename TARGET_OS_* to HOST_OS_*. 2017-03-15 13:11:05 -07:00
file_test.cc Fixes leak of native File objects. 2016-04-20 10:08:37 -07:00
file_unsupported.cc [dart:io][windows] Use WriteFile instead of _write 2017-03-29 13:19:25 -07:00
file_win.cc [dart:io][windows] Use WriteFile instead of _write 2017-03-29 13:19:25 -07:00
filter.cc clang-format runtime/bin 2016-11-04 12:30:56 -07:00
filter.h clang-format runtime/bin 2016-11-04 12:30:56 -07:00
filter_patch.dart Revert "Fix observatory tests broken by running dartfmt." 2017-03-21 10:07:26 -07:00
filter_unsupported.cc clang-format runtime/bin 2016-11-04 12:30:56 -07:00
gen_snapshot.cc Dart SDK Spelling b, c, and d. 2017-05-01 08:28:10 +02:00
gypi_contents.gni [gn] Consolidate exec_script calls to speed up generation 2016-11-12 10:57:01 -08:00
hashmap_test.cc Added new type of unit test, RAW_UNIT_TEST_CASE, which is used for tests that can be flaky if run while the VM is alive. Tests created using the RAW_UNIT_TEST_CASE macro will run after the VM has shutdown to avoid having any worker threads contaminating the test results. 2017-01-31 15:16:38 -08:00
io_buffer.cc clang-format runtime/bin 2016-11-04 12:30:56 -07:00
io_buffer.h clang-format runtime/bin 2016-11-04 12:30:56 -07:00
io_impl_sources.gypi Added sync_socket_unsupported.cc to sources file 2017-04-12 15:22:41 -07:00
io_natives.cc [dart:io] Adds ProcessInfo.{max,current}Rss. Adds OS::MaxRSS on Fuchsia. 2017-04-17 14:41:40 -07:00
io_natives.h Make header include guards great again 2016-10-26 00:26:03 -07:00
io_service.cc VM: [Kernel] Revert changes to the native ports that introduced peers. 2017-01-31 10:30:15 +01:00
io_service.h [dart:io] Adds functions to set file access and modification time 2017-02-09 09:45:25 -08:00
io_service_no_ssl.cc VM: [Kernel] Revert changes to the native ports that introduced peers. 2017-01-31 10:30:15 +01:00
io_service_no_ssl.h [dart:io] Adds functions to set file access and modification time 2017-02-09 09:45:25 -08:00
io_service_patch.dart Revert "Fix observatory tests broken by running dartfmt." 2017-03-21 10:07:26 -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 Various fixes for sync socket implementation. 2017-04-12 14:20:48 -07:00
isolate_data.cc VM: Fix an app-jit related shutdown race. 2017-02-28 21:10:04 +01:00
isolate_data.h Attempt 2 -- Fix updating packages map on reload and add a regression test 2017-04-12 14:02:19 -07:00
loader.cc Minor code reorg to ensure we don't include parts of the Library tag handler in the precompiled runtime builds. 2017-05-19 13:41:23 -07:00
loader.h Fix some assertion failures on Fuchsia 2017-04-26 15:34:31 -07:00
lockers.h clang-format runtime/bin 2016-11-04 12:30:56 -07:00
log.h Make header include guards great again 2016-10-26 00:26:03 -07:00
log_android.cc Rename TARGET_OS_* to HOST_OS_*. 2017-03-15 13:11:05 -07:00
log_fuchsia.cc Rename TARGET_OS_* to HOST_OS_*. 2017-03-15 13:11:05 -07:00
log_linux.cc Rename TARGET_OS_* to HOST_OS_*. 2017-03-15 13:11:05 -07:00
log_macos.cc Rename TARGET_OS_* to HOST_OS_*. 2017-03-15 13:11:05 -07:00
log_win.cc Rename TARGET_OS_* to HOST_OS_*. 2017-03-15 13:11:05 -07:00
main.cc Minor code reorg to ensure we don't include parts of the Library tag handler in the precompiled runtime builds. 2017-05-19 13:41:23 -07:00
observatory_assets_empty.cc clang-format runtime/bin 2016-11-04 12:30:56 -07:00
platform.cc [dart:io] Reland: Adds Platform.localeName 2017-03-30 13:51:46 -07:00
platform.h [dart:io] Reland: Adds Platform.localeName 2017-03-30 13:51:46 -07:00
platform_android.cc [dart:io] Make Platform.localeName fall back on en_US if LANG is not defined 2017-04-26 23:22:15 -07:00
platform_fuchsia.cc [dart:io] Make Platform.localeName fall back on en_US if LANG is not defined 2017-04-26 23:22:15 -07:00
platform_linux.cc [dart:io] Make Platform.localeName fall back on en_US if LANG is not defined 2017-04-26 23:22:15 -07:00
platform_macos.cc [dart:io] Reland: Adds Platform.localeName 2017-03-30 13:51:46 -07:00
platform_patch.dart [dart:io] Reland: Adds Platform.localeName 2017-03-30 13:51:46 -07:00
platform_unsupported.cc [dart:io] Reland: Adds Platform.localeName 2017-03-30 13:51:46 -07:00
platform_win.cc Re-land socket refactor with fixes for Windows. 2017-04-05 12:45:31 -07:00
process.cc [dart:io] Adds ProcessInfo.{max,current}Rss. Adds OS::MaxRSS on Fuchsia. 2017-04-17 14:41:40 -07:00
process.h [dart:io] Adds ProcessInfo.{max,current}Rss. Adds OS::MaxRSS on Fuchsia. 2017-04-17 14:41:40 -07:00
process_android.cc [dart:io] Adds ProcessInfo.{max,current}Rss. Adds OS::MaxRSS on Fuchsia. 2017-04-17 14:41:40 -07:00
process_fuchsia.cc [dart:io] Adds ProcessInfo.{max,current}Rss. Adds OS::MaxRSS on Fuchsia. 2017-04-17 14:41:40 -07:00
process_linux.cc [dart:io] Adds ProcessInfo.{max,current}Rss. Adds OS::MaxRSS on Fuchsia. 2017-04-17 14:41:40 -07:00
process_macos.cc [dart:io] Adds ProcessInfo.{max,current}Rss. Adds OS::MaxRSS on Fuchsia. 2017-04-17 14:41:40 -07:00
process_patch.dart [dart:io] Adds ProcessInfo.{max,current}Rss. Adds OS::MaxRSS on Fuchsia. 2017-04-17 14:41:40 -07: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 [dart:io] Adds ProcessInfo.{max,current}Rss. Adds OS::MaxRSS on Fuchsia. 2017-04-17 14:41:40 -07:00
process_win.cc [dart:io][windows] Implements RawSynchronousSocket 2017-04-21 23:29:52 -07:00
reference_counting.h Stoppp using trippple consonants 2017-04-21 17:50:13 +02:00
root_certificates_unsupported.cc Rename TARGET_OS_* to HOST_OS_*. 2017-03-15 13:11:05 -07:00
run_vm_tests.cc Revert "Use Kernel frontend from run_vm_tests." 2017-05-18 10:41:45 +02:00
secure_socket.h Rename TARGET_OS_* to HOST_OS_*. 2017-03-15 13:11:05 -07:00
secure_socket_boringssl.cc [dart:io] Fix crash in fetching the error message from BoringSSL 2017-04-11 11:04:44 -07:00
secure_socket_boringssl.h [dart:io] Eagerly deallocate SSLFilter internals 2017-03-10 10:23:48 -08:00
secure_socket_ios.cc Rename TARGET_OS_* to HOST_OS_*. 2017-03-15 13:11:05 -07:00
secure_socket_ios.h clang-format runtime/bin 2016-11-04 12:30:56 -07:00
secure_socket_macos.cc Rename TARGET_OS_* to HOST_OS_*. 2017-03-15 13:11:05 -07:00
secure_socket_macos.h clang-format runtime/bin 2016-11-04 12:30:56 -07:00
secure_socket_patch.dart Revert "Fix observatory tests broken by running dartfmt." 2017-03-21 10:07:26 -07:00
secure_socket_unsupported.cc clang-format runtime/bin 2016-11-04 12:30:56 -07:00
snapshot_empty.cc Refactor snapshots pieces to include a section for loading instructions into the heap of a regular isolate. 2017-01-23 10:25:02 -08:00
snapshot_in.cc Refactor snapshots pieces to include a section for loading instructions into the heap of a regular isolate. 2017-01-23 10:25:02 -08:00
snapshot_utils.cc Change build.py to be like ninja.py and only use a single GN/Ninja invocation to cross-build the SDK. This step alone would fix #29580. This breaks cross-building the SDK with GYP. 2017-05-08 13:06:09 -07:00
snapshot_utils.h Cleanup app snapshots on isolate/vm exit. 2017-02-16 13:54:57 -08:00
socket.cc [dart:io][windows] Implements RawSynchronousSocket 2017-04-21 23:29:52 -07:00
socket.h Re-land socket refactor with fixes for Windows. 2017-04-05 12:45:31 -07:00
socket_android.cc Various fixes for sync socket implementation. 2017-04-12 14:20:48 -07:00
socket_base.cc [dart:io][windows] Implements RawSynchronousSocket 2017-04-21 23:29:52 -07:00
socket_base.h [dart:io][windows] Implements RawSynchronousSocket 2017-04-21 23:29:52 -07:00
socket_base_android.cc [dart:io][windows] Implements RawSynchronousSocket 2017-04-21 23:29:52 -07:00
socket_base_android.h Re-land socket refactor with fixes for Windows. 2017-04-05 12:45:31 -07:00
socket_base_fuchsia.cc [dart:io][windows] Implements RawSynchronousSocket 2017-04-21 23:29:52 -07:00
socket_base_fuchsia.h Re-land socket refactor with fixes for Windows. 2017-04-05 12:45:31 -07:00
socket_base_linux.cc [dart:io][windows] Implements RawSynchronousSocket 2017-04-21 23:29:52 -07:00
socket_base_linux.h Re-land socket refactor with fixes for Windows. 2017-04-05 12:45:31 -07:00
socket_base_macos.cc [dart:io][windows] Implements RawSynchronousSocket 2017-04-21 23:29:52 -07:00
socket_base_macos.h Re-land socket refactor with fixes for Windows. 2017-04-05 12:45:31 -07:00
socket_base_unsupported.cc Re-land socket refactor with fixes for Windows. 2017-04-05 12:45:31 -07:00
socket_base_win.cc [dart:io][windows] Implements RawSynchronousSocket 2017-04-21 23:29:52 -07:00
socket_base_win.h Re-land socket refactor with fixes for Windows. 2017-04-05 12:45:31 -07:00
socket_fuchsia.cc Various fixes for sync socket implementation. 2017-04-12 14:20:48 -07:00
socket_linux.cc Various fixes for sync socket implementation. 2017-04-12 14:20:48 -07:00
socket_macos.cc Various fixes for sync socket implementation. 2017-04-12 14:20:48 -07:00
socket_patch.dart Re-land socket refactor with fixes for Windows. 2017-04-05 12:45:31 -07:00
socket_unsupported.cc Various fixes for sync socket implementation. 2017-04-12 14:20:48 -07:00
socket_win.cc Re-land socket refactor with fixes for Windows. 2017-04-05 12:45:31 -07:00
stdio.cc [dart:io] Move Platform.ansiSupported to {Stdin,Stdout}.supportsAnsiEscapes 2017-03-17 12:35:36 -07:00
stdio.h [dart:io] Move Platform.ansiSupported to {Stdin,Stdout}.supportsAnsiEscapes 2017-03-17 12:35:36 -07:00
stdio_android.cc [dart:io] Move Platform.ansiSupported to {Stdin,Stdout}.supportsAnsiEscapes 2017-03-17 12:35:36 -07:00
stdio_fuchsia.cc [dart:io] Move Platform.ansiSupported to {Stdin,Stdout}.supportsAnsiEscapes 2017-03-17 12:35:36 -07:00
stdio_linux.cc [dart:io] Move Platform.ansiSupported to {Stdin,Stdout}.supportsAnsiEscapes 2017-03-17 12:35:36 -07:00
stdio_macos.cc [dart:io] Move Platform.ansiSupported to {Stdin,Stdout}.supportsAnsiEscapes 2017-03-17 12:35:36 -07:00
stdio_patch.dart Format all remaining unformatted runtime files other than multitests. 2017-04-18 15:34:03 -07:00
stdio_unsupported.cc [dart:io] Move Platform.ansiSupported to {Stdin,Stdout}.supportsAnsiEscapes 2017-03-17 12:35:36 -07:00
stdio_win.cc [dart:io][windows] Stdout.supportsAnsiEscapes is false when not connected to a terminal 2017-03-17 13:07:42 -07:00
sync_socket.cc [dart:io][windows] Implements RawSynchronousSocket 2017-04-21 23:29:52 -07:00
sync_socket.h [dart:io][windows] Implements RawSynchronousSocket 2017-04-21 23:29:52 -07:00
sync_socket_android.cc [dart:io][windows] Implements RawSynchronousSocket 2017-04-21 23:29:52 -07:00
sync_socket_fuchsia.cc [dart:io][windows] Implements RawSynchronousSocket 2017-04-21 23:29:52 -07:00
sync_socket_linux.cc [dart:io][windows] Implements RawSynchronousSocket 2017-04-21 23:29:52 -07:00
sync_socket_macos.cc [dart:io][windows] Implements RawSynchronousSocket 2017-04-21 23:29:52 -07:00
sync_socket_patch.dart Various fixes for sync socket implementation. 2017-04-12 14:20:48 -07:00
sync_socket_unsupported.cc Added missing sync_socket_unsupported.cc and fixed issues in test which were causing analysis errors 2017-04-12 15:13:10 -07:00
sync_socket_win.cc [dart:io][windows] Implements RawSynchronousSocket 2017-04-21 23:29:52 -07:00
test_extension.c Add runtime and native entry tags 2014-04-10 20:26:45 +00:00
test_extension_dllmain_win.cc Rename TARGET_OS_* to HOST_OS_*. 2017-03-15 13:11:05 -07:00
thread.h Rename TARGET_OS_* to HOST_OS_*. 2017-03-15 13:11:05 -07:00
thread_android.cc Rename TARGET_OS_* to HOST_OS_*. 2017-03-15 13:11:05 -07:00
thread_android.h Make header include guards great again 2016-10-26 00:26:03 -07:00
thread_fuchsia.cc Rename TARGET_OS_* to HOST_OS_*. 2017-03-15 13:11:05 -07:00
thread_fuchsia.h Make header include guards great again 2016-10-26 00:26:03 -07:00
thread_linux.cc Rename TARGET_OS_* to HOST_OS_*. 2017-03-15 13:11:05 -07:00
thread_linux.h Make header include guards great again 2016-10-26 00:26:03 -07:00
thread_macos.cc Rename TARGET_OS_* to HOST_OS_*. 2017-03-15 13:11:05 -07:00
thread_macos.h Make header include guards great again 2016-10-26 00:26:03 -07:00
thread_win.cc Rename TARGET_OS_* to HOST_OS_*. 2017-03-15 13:11:05 -07:00
thread_win.h Make header include guards great again 2016-10-26 00:26:03 -07:00
utils.h clang-format runtime/bin 2016-11-04 12:30:56 -07:00
utils_android.cc Rename TARGET_OS_* to HOST_OS_*. 2017-03-15 13:11:05 -07:00
utils_fuchsia.cc [fuchsia] Use new mx_deadline_after interface 2017-04-17 13:49:49 -07:00
utils_linux.cc Rename TARGET_OS_* to HOST_OS_*. 2017-03-15 13:11:05 -07:00
utils_macos.cc Rename TARGET_OS_* to HOST_OS_*. 2017-03-15 13:11:05 -07:00
utils_win.cc Rename TARGET_OS_* to HOST_OS_*. 2017-03-15 13:11:05 -07:00
utils_win.h [dart:io][windows] Make unicode characters display correctly. 2017-02-21 22:47:03 -08:00
vmservice_dartium.cc Fix Dartium build. 2017-03-22 18:05:54 -07:00
vmservice_dartium.h clang-format runtime/bin 2016-11-04 12:30:56 -07:00
vmservice_impl.cc Make --trace-loading great again. 2017-03-22 17:06:42 -07:00
vmservice_impl.h Make --trace-loading great again. 2017-03-22 17:06:42 -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