forked from flutter/engine
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pub get offline for scenario_app (flutter#27240)
- Loading branch information
Showing
10 changed files
with
58 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,26 @@ | ||
# This file is suitable for use within the tree. A different _embedder.yaml | ||
# is generated by the BUILD.gn in this directory. Changes here must be | ||
# mirrored there. | ||
embedded_libs: | ||
"dart:async": "async/async.dart" | ||
"dart:collection": "collection/collection.dart" | ||
"dart:convert": "convert/convert.dart" | ||
"dart:core": "core/core.dart" | ||
"dart:developer": "developer/developer.dart" | ||
"dart:ffi": "ffi/ffi.dart" | ||
"dart:html": "html/html_dart2js.dart" | ||
"dart:io": "io/io.dart" | ||
"dart:isolate": "isolate/isolate.dart" | ||
"dart:js": "js/js.dart" | ||
"dart:js_util": "js_util/js_util.dart" | ||
"dart:math": "math/math.dart" | ||
"dart:typed_data": "typed_data/typed_data.dart" | ||
"dart:ui": "ui/ui.dart" | ||
"dart:async": "../../../../../third_party/dart/sdk/lib/async/async.dart" | ||
"dart:collection": "../../../../../third_party/dart/sdk/lib/collection/collection.dart" | ||
"dart:convert": "../../../../../third_party/dart/sdk/lib/convert/convert.dart" | ||
"dart:core": "../../../../../third_party/dart/sdk/lib/core/core.dart" | ||
"dart:developer": "../../../../../third_party/dart/sdk/lib/developer/developer.dart" | ||
"dart:ffi": "../../../../../third_party/dart/sdk/lib/ffi/ffi.dart" | ||
"dart:html": "../../../../../third_party/dart/sdk/lib/html/html_dart2js.dart" | ||
"dart:io": "../../../../../third_party/dart/sdk/lib/io/io.dart" | ||
"dart:isolate": "../../../../../third_party/dart/sdk/lib/isolate/isolate.dart" | ||
"dart:js": "../../../../../third_party/dart/sdk/lib/js/js.dart" | ||
"dart:js_util": "../../../../../third_party/dart/sdk/lib/js_util/js_util.dart" | ||
"dart:math": "../../../../../third_party/dart/sdk/lib/math/math.dart" | ||
"dart:typed_data": "../../../../../third_party/dart/sdk/lib/typed_data/typed_data.dart" | ||
"dart:ui": "../../../../lib/ui/ui.dart" | ||
|
||
"dart:_http": "_http/http.dart" | ||
"dart:_interceptors": "_interceptors/interceptors.dart" | ||
"dart:_http": "../../../../../third_party/dart/sdk/lib/_http/http.dart" | ||
"dart:_interceptors": "../../../../../third_party/dart/sdk/lib/_interceptors/interceptors.dart" | ||
# The _internal library is needed as some implementations bleed into the | ||
# public API, e.g. List being Iterable by virtue of implementing | ||
# EfficientLengthIterable. Not including this library yields analysis errors. | ||
"dart:_internal": "internal/internal.dart" | ||
"dart:_internal": "../../../../../third_party/dart/sdk/lib/internal/internal.dart" | ||
"dart:nativewrappers": "_empty.dart" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters