Fix README.dart-sdk file to reflect current contents of the SDK

TEST=ci

Change-Id: I1cc64a6a4756b756d0a0798c7065185032775cbd
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/280074
Commit-Queue: Siva Annamalai <asiva@google.com>
Reviewed-by: Michael Thomsen <mit@google.com>
This commit is contained in:
asiva 2023-02-02 03:10:09 +00:00 committed by Commit Queue
parent 85c42efd97
commit e4b830057a

View file

@ -7,10 +7,9 @@ Here's a brief guide to what's in here:
bin/ Binaries/scripts to compile, run, and manage Dart apps. bin/ Binaries/scripts to compile, run, and manage Dart apps.
dart Command line Dart tool dart Command line Dart tool
dartaotruntime Minimal Dart runtime for running AOT modules dartaotruntime Minimal Dart runtime for running AOT modules
dart2js Dart to JavaScript production compiler resources/ resource files for dartdoc and devtools
dartdevc Dart to JavaScript development compiler snapshots/ app-jit snapshots of various tools
dartdoc Dart documentation generator utils/ tool for generating AOT snapshots
analyze_snapshot Standalone tool to dump information on AOT snapshots
include/ header files that define the Dart embedding API for use by include/ header files that define the Dart embedding API for use by
- C/C++ applications that embed the Dart Virtual machine - C/C++ applications that embed the Dart Virtual machine