• A
    Port skyx to Dart · baf2807e
    Adam Barth 提交于
    Rather than require Sky developers to have a Python environment, we should
    write our tooling for Sky in Dart. This CL converts skyx.py into skyx.dart and
    makes skyx.py into a wrapper for skyx.dart. We still need the Python wrapper
    because gn requires that build actions are written in Python.
    
    This code isn't wired into the main build yet. We'll need to add some more pub
    packages to our buildbot environment first.
    
    TBR=eseidel@google.com
    
    Review URL: https://codereview.chromium.org/1213213003.
    baf2807e
skyx.dart 3.5 KB