dart-sdk/utils
Kevin Millikin 3057283f0c Split the Kernel transformations into modular and global ones
Target-specific modular transformations have to be able to cope with
external libraries.  Target-specific global transformations should be
optimizations, and not required for correctness, since a simple linker
may choose not to perform them.

Make mixin resolution modular by making it fail when a mixed-in class
comes from an external library.  (We cannot mix in such a class because
we do not necessarily have all class members.)

R=asgerf@google.com

Review-Url: https://codereview.chromium.org/2671653003 .
2017-02-02 13:08:27 +01: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 Fuchsia: Allows building the full SDK for host and target. 2016-12-13 13:02:52 -08:00
dartanalyzer Fuchsia: Allows building the full SDK for host and target. 2016-12-13 13:02:52 -08:00
dartdevc Make list_files.py and list_dart_files.py return absolute paths for GN 2016-12-13 10:01:28 -08: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 Split the Kernel transformations into modular and global ones 2017-02-02 13:08:27 +01:00
peg fix all instances of "the the" 2016-05-13 12:38:25 -07:00
pub Support spawnUri in app snapshots. 2017-01-17 15:59:41 -08:00
tests Remove utils/tests/archive 2014-04-07 17:57:33 +00:00
application_snapshot.gni Support spawnUri in app snapshots. 2017-01-17 15:59:41 -08: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