forked from flutter/engine
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpubspec.yaml
129 lines (122 loc) · 3.88 KB
/
pubspec.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
# Copyright 2013 The Flutter Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
name: flutter_frontend_server
publish_to: none
version: 0.1.1-dev
description: Communication pipe to Dart Frontend
homepage: https://flutter.dev
# Do not add any dependencies that require more than what is provided in
# //third_party/pkg, //third_party/dart/pkg or
# //third_party/dart/third_party/pkg. In particular, package:test is not usable
# here.
# If you do add packages here, make sure you can run `pub get --offline`, and
# check the .packages and .package_config to make sure all the paths are
# relative to this directory into //third_party/dart
environment:
sdk: ">=2.2.2 <3.0.0"
dependencies:
args: any
async: any
charcode: any
collection: any
convert: any
crypto: any
front_end: any
frontend_server: any
kernel: any
logging: any
meta: any
package_config: any
path: any
source_span: any
typed_data: any
usage: any
vm: any
dev_dependencies:
litetest: any
dependency_overrides:
_fe_analyzer_shared:
path: ../../third_party/dart/pkg/_fe_analyzer_shared
_js_interop_checks:
path: ../../third_party/dart/pkg/_js_interop_checks
args:
path: ../../third_party/dart/third_party/pkg/args
async:
path: ../../third_party/dart/third_party/pkg/async
async_helper:
path: ../../third_party/dart/pkg/async_helper
bazel_worker:
path: ../../third_party/dart/third_party/pkg/bazel_worker
build_integration:
path: ../../third_party/dart/pkg/build_integration
charcode:
path: ../../third_party/dart/third_party/pkg/charcode
cli_util:
path: ../../third_party/dart/third_party/pkg/cli_util
collection:
path: ../../third_party/dart/third_party/pkg/collection
compiler:
path: ../../third_party/dart/pkg/compiler
convert:
path: ../../third_party/dart/third_party/pkg/convert
crypto:
path: ../../third_party/dart/third_party/pkg/crypto
dart2js_info:
path: ../../third_party/dart/third_party/pkg/dart2js_info
dev_compiler:
path: ../../third_party/dart/pkg/dev_compiler
expect:
path: ../../third_party/dart/pkg/expect
fixnum:
path: ../../third_party/dart/third_party/pkg/fixnum
front_end:
path: ../../third_party/dart/pkg/front_end
frontend_server:
path: ../../third_party/dart/pkg/frontend_server
http_parser:
path: ../../third_party/dart/third_party/pkg/http_parser
kernel:
path: ../../third_party/dart/pkg/kernel
litetest:
path: ../testing/litetest
logging:
path: ../../third_party/dart/third_party/pkg/logging
matcher:
path: ../../third_party/dart/third_party/pkg/matcher
meta:
path: ../../third_party/dart/pkg/meta
mime:
path: ../../third_party/dart/third_party/pkg/mime
package_config:
path: ../../third_party/dart/third_party/pkg_tested/package_config
path:
path: ../../third_party/dart/third_party/pkg/path
pedantic:
path: ../../third_party/dart/third_party/pkg/pedantic
protobuf:
path: ../../third_party/dart/third_party/pkg/protobuf/protobuf
shelf:
path: ../../third_party/dart/third_party/pkg/shelf
shelf_static:
path: ../../third_party/dart/third_party/pkg/shelf_static
source_maps:
path: ../../third_party/dart/third_party/pkg/source_maps
source_span:
path: ../../third_party/dart/third_party/pkg/source_span
stack_trace:
path: ../../third_party/dart/third_party/pkg/stack_trace
stream_channel:
path: ../../third_party/dart/third_party/pkg/stream_channel
string_scanner:
path: ../../third_party/dart/third_party/pkg/string_scanner
term_glyph:
path: ../../third_party/dart/third_party/pkg/term_glyph
typed_data:
path: ../../third_party/dart/third_party/pkg/typed_data
usage:
path: ../../third_party/dart/third_party/pkg/usage
vm:
path: ../../third_party/dart/pkg/vm
yaml:
path: ../../third_party/dart/third_party/pkg/yaml