提交 fd286ae4 编写于 作者: A Adam Barth 提交者: GitHub

Make dart:ui more consistent with other built in libraries (#3609)

The other libraries don't repeat the "dart" name in their path inside the
package.
上级 4eed7d27
......@@ -73,7 +73,7 @@ copy("copy_dart_ui") {
sources = dart_ui_files
outputs = [
"$root_gen_dir/dart-pkg/sky_engine/lib/dart_ui/{{source_file_part}}",
"$root_gen_dir/dart-pkg/sky_engine/lib/ui/{{source_file_part}}",
]
}
......
......@@ -8,7 +8,7 @@ embedded_libs:
"dart:isolate": "isolate/isolate.dart"
"dart:math": "math/math.dart"
"dart:typed_data": "typed_data/typed_data.dart"
"dart:ui": "dart_ui/ui.dart"
"dart:ui": "ui/ui.dart"
# The internal library is needed as some implementations bleed into the public
# API, e.g. List being Iterable by virtue of implementing
# EfficientLengthIterable.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册