dart-sdk/runtime/platform
Daco Harkes a616e736b3 Revert "[vm] Move ResolveUri to bin"
This reverts commit 1a614b1d86.

Reason for revert: Breaks embedders in g3.

Original change's description:
> [vm] Move `ResolveUri` to bin
>
> This CL removes the native assets fallback from the VM.
>
> TEST=pkg/dartdev/test/native_assets/build_test.dart
> TEST=tests/ffi/native_assets/asset_relative_test.dart
>
> Closes: https://github.com/dart-lang/sdk/issues/55523
> Closes: https://github.com/dart-lang/sdk/issues/55925
> Change-Id: Ifc7e491300ae1b65bb5a9e5279cbcb45ad91e165
> Cq-Include-Trybots: dart/try:vm-aot-linux-debug-x64-try,vm-aot-linux-debug-x64c-try,vm-aot-mac-release-arm64-try,vm-aot-mac-release-x64-try,vm-aot-obfuscate-linux-release-x64-try,vm-aot-optimization-level-linux-release-x64-try,vm-aot-win-debug-arm64-try,vm-aot-win-debug-x64-try,vm-aot-win-debug-x64c-try,pkg-linux-debug-try,pkg-linux-release-arm64-try,pkg-mac-release-try,pkg-mac-release-arm64-try,pkg-win-release-try,pkg-win-release-arm64-try,vm-aot-asan-linux-release-x64-try,vm-asan-linux-release-x64-try,vm-aot-msan-linux-release-x64-try,vm-msan-linux-release-x64-try
> Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/370740
> Reviewed-by: Martin Kustermann <kustermann@google.com>
> Commit-Queue: Daco Harkes <dacoharkes@google.com>

Change-Id: Ib11db566b857089126cbfdf5af2d01648c348b84
Cq-Include-Trybots: dart/try:vm-aot-linux-debug-x64-try,vm-aot-linux-debug-x64c-try,vm-aot-mac-release-arm64-try,vm-aot-mac-release-x64-try,vm-aot-obfuscate-linux-release-x64-try,vm-aot-optimization-level-linux-release-x64-try,vm-aot-win-debug-arm64-try,vm-aot-win-debug-x64-try,vm-aot-win-debug-x64c-try,pkg-linux-debug-try,pkg-linux-release-arm64-try,pkg-mac-release-try,pkg-mac-release-arm64-try,pkg-win-release-try,pkg-win-release-arm64-try,vm-aot-asan-linux-release-x64-try,vm-asan-linux-release-x64-try,vm-aot-msan-linux-release-x64-try,vm-msan-linux-release-x64-try
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/372441
Commit-Queue: Daco Harkes <dacoharkes@google.com>
Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
Reviewed-by: Martin Kustermann <kustermann@google.com>
2024-06-20 12:25:53 +00:00
..
address_sanitizer.h [vm] Fix using GCC with the sanitizers. 2024-02-21 20:15:15 +00:00
allocation.cc
allocation.h [vm] Run clang-format on code base 2024-04-17 19:14:41 +00:00
assert.cc [vm] Remove MSAN_UNPOISONs around print and sort functions. 2024-05-16 16:33:52 +00:00
assert.h
atomic.h [vm, gc] Incremental compaction, take 3. 2024-05-30 21:01:39 +00:00
BUILD.gn Reland "[Fuchsia] Remove the legacy gn build rules for fuchsia" 2024-03-14 20:22:12 +00:00
elf.h
floating_point.h
floating_point_win.cc [vm] Run clang-format on code base 2024-04-17 19:14:41 +00:00
floating_point_win.h
globals.h [vm/io] Cleanup long path handling on Windows 2024-03-12 08:29:36 +00:00
growable_array.h
hashmap.cc
hashmap.h
leak_sanitizer.h [vm] Fix using GCC with the sanitizers. 2024-02-21 20:15:15 +00:00
mach_o.h
memory_sanitizer.h
pe.h
platform_sources.gni Revert "[vm] Move ResolveUri to bin" 2024-06-20 12:25:53 +00:00
priority_queue.h
safe_stack.h [vm] Run clang-format on code base 2024-04-17 19:14:41 +00:00
signal_blocker.h
splay-tree-inl.h
splay-tree.h
syslog.h
syslog_android.cc
syslog_fuchsia.cc
syslog_linux.cc
syslog_macos.cc
syslog_win.cc
text_buffer.cc
text_buffer.h
thread_sanitizer.h [vm, compiler] Allow targeting TSAN or MSAN by passing a flag to gen_snapshot. 2024-05-08 17:03:59 +00:00
unaligned.h [vm] Fix using GCC with the sanitizers. 2024-02-21 20:15:15 +00:00
undefined_behavior_sanitizer.h [vm] Fix using GCC with the sanitizers. 2024-02-21 20:15:15 +00:00
unicode.cc
unicode.h
unwinding_records.cc [win/unwinding] Remove Windows7 handling of unwinding records API. 2024-02-23 04:13:39 +00:00
unwinding_records.h [vm] Run clang-format on code base 2024-04-17 19:14:41 +00:00
unwinding_records_win.cc [win/unwinding] Remove Windows7 handling of unwinding records API. 2024-02-23 04:13:39 +00:00
uri.cc Revert "[vm] Move ResolveUri to bin" 2024-06-20 12:25:53 +00:00
uri.h Revert "[vm] Move ResolveUri to bin" 2024-06-20 12:25:53 +00:00
uri_test.cc Revert "[vm] Move ResolveUri to bin" 2024-06-20 12:25:53 +00:00
utils.cc [vm] Hoist CStringUniquePtr out of Utils, add CAllocUniquePtr` to simplify code 2024-05-29 10:16:28 +00:00
utils.h Fix build regression on alpine linux 2024-06-14 07:39:30 +00:00
utils_android.cc
utils_android.h
utils_fuchsia.cc [inspect] Update Inspect library usage 2024-02-12 18:18:01 +00:00
utils_fuchsia.h
utils_linux.cc [vm] Remove MSAN_UNPOISONs around print and sort functions. 2024-05-16 16:33:52 +00:00
utils_linux.h
utils_macos.cc
utils_macos.h
utils_win.cc
utils_win.h