Update libraries.yaml and .json

Change-Id: I0281b5e04785c1759866e0d9b9dc3e091ea72e66
Reviewed-on: https://dart-review.googlesource.com/16780
Reviewed-by: Aske Simon Christensen <askesc@google.com>
Commit-Queue: Peter von der Ahé <ahe@google.com>
This commit is contained in:
Peter von der Ahé 2017-10-30 18:04:35 +00:00 committed by commit-bot@chromium.org
parent b6eb82a993
commit 43c921faca
2 changed files with 8 additions and 8 deletions

View file

@ -85,9 +85,6 @@
],
"uri": "mirrors/mirrors.dart"
},
"_http": {
"uri": "_http/http.dart"
},
"io": {
"patches": [
"../../runtime/bin/common_patch.dart",
@ -97,6 +94,7 @@
"../../runtime/bin/file_system_entity_patch.dart",
"../../runtime/bin/filter_patch.dart",
"../../runtime/bin/io_service_patch.dart",
"../../runtime/bin/namespace_patch.dart",
"../../runtime/bin/platform_patch.dart",
"../../runtime/bin/process_patch.dart",
"../../runtime/bin/socket_patch.dart",
@ -119,14 +117,16 @@
"patches": "../../runtime/lib/convert_patch.dart",
"uri": "convert/convert.dart"
},
"profiler": {
"uri": "profiler/profiler.dart"
},
"math": {
"patches": "../../runtime/lib/math_patch.dart",
"uri": "math/math.dart"
},
"profiler": {
"patches": "../../runtime/lib/empty_source.dart",
"uri": "profiler/profiler.dart"
"_http": {
"uri": "_http/http.dart"
}
}
}
}
}

View file

@ -96,6 +96,7 @@ vm:
- "../../runtime/bin/file_system_entity_patch.dart"
- "../../runtime/bin/filter_patch.dart"
- "../../runtime/bin/io_service_patch.dart"
- "../../runtime/bin/namespace_patch.dart"
- "../../runtime/bin/platform_patch.dart"
- "../../runtime/bin/process_patch.dart"
- "../../runtime/bin/socket_patch.dart"
@ -125,7 +126,6 @@ vm:
profiler:
uri: "profiler/profiler.dart"
patches: "../../runtime/lib/empty_source.dart"
typed_data:
uri: "typed_data/typed_data.dart"