mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
This CL adds a dependency from Sky to DartVM. We need to remove Sky from the ASAN build because DartVM doesn't currently build in ASAN (see https://code.google.com/p/dart/issues/detail?id=22121). R=rafaelw@chromium.org BUG=454613 Review URL: https://codereview.chromium.org/919463004