mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
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.
36 lines
706 B
Plaintext
36 lines
706 B
Plaintext
# Generated by pub
|
|
# See http://pub.dartlang.org/doc/glossary.html#lockfile
|
|
packages:
|
|
archive:
|
|
description: archive
|
|
source: hosted
|
|
version: "1.0.20"
|
|
args:
|
|
description: args
|
|
source: hosted
|
|
version: "0.13.2"
|
|
collection:
|
|
description: collection
|
|
source: hosted
|
|
version: "1.1.1"
|
|
crypto:
|
|
description: crypto
|
|
source: hosted
|
|
version: "0.9.0"
|
|
path:
|
|
description: path
|
|
source: hosted
|
|
version: "1.3.5"
|
|
source_span:
|
|
description: source_span
|
|
source: hosted
|
|
version: "1.1.2"
|
|
string_scanner:
|
|
description: string_scanner
|
|
source: hosted
|
|
version: "0.1.3+1"
|
|
yaml:
|
|
description: yaml
|
|
source: hosted
|
|
version: "2.1.3"
|