dart-sdk/utils
Siva Annamalai 33c50e9374 1. Correctly set root_library based on the application script URI instead of looking for the library that has the 'main' method.
2. Adjust the Dart front end to not require a 'main' method when the in memory filesystem is used, this allows execution of VM unit tests which all do not necessarily have a 'main' method (integrated CL from siggi)

3. Change kernel reader to not look for a 'main' methos when Dart_LoadKernel is called.

4. Change Dart_LoadScript to also support loading of dart programs when Dart front end is used

R=aam@google.com, sigmund@google.com

Review-Url: https://codereview.chromium.org/2948273002 .
2017-07-19 18:09:19 -07:00
..
analysis_server Don't depend on dart_bootstrap if there is a usable prebuilt sdk 2016-11-10 11:16:24 -08:00
compiler Revert "Make Zone API strong mode clean." 2017-06-28 13:31:32 +02:00
dartanalyzer Mostly revert "[fuchsia] Prepare for setting the Dart target architecture appropriately in the host binaries." 2017-06-21 15:19:21 -07:00
dartdevc Dynamically load packages for dartdevc tests in test.dart. 2017-06-29 13:45:57 -07:00
dartdoc Make list_files.py and list_dart_files.py return absolute paths for GN 2016-12-13 10:01:28 -08:00
dartfmt Make list_files.py and list_dart_files.py return absolute paths for GN 2016-12-13 10:01:28 -08:00
kernel-service 1. Correctly set root_library based on the application script URI instead of looking for the library that has the 'main' method. 2017-07-19 18:09:19 -07:00
peg Spelling fixes e to i. 2017-06-24 13:41:39 +02:00
pub Support spawnUri in app snapshots. 2017-01-17 15:59:41 -08:00
tests/peg Delete old tests that aren't used and/or useful any more. 2017-07-18 14:12:57 -07:00
application_snapshot.gni Reapply "[fuchsia] Prepare for setting the Dart target architecture appropriately in the host binaries." 2017-06-13 08:49:00 -07:00
create_timestamp.gni Make list_files.py and list_dart_files.py return absolute paths for GN 2016-12-13 10:01:28 -08:00
generate_patch_sdk.gni Fix previous CL where dart_bootstrap was accidently changed to dart_bootstrap_host_arch. 2017-06-22 13:17:53 -07:00