OLD | NEW |
1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
2 # for details. All rights reserved. Use of this source code is governed by a | 2 # for details. All rights reserved. Use of this source code is governed by a |
3 # BSD-style license that can be found in the LICENSE file. | 3 # BSD-style license that can be found in the LICENSE file. |
4 | 4 |
5 { | 5 { |
6 'sources': [ | 6 'sources': [ |
7 'bytes_builder.dart', | 7 'bytes_builder.dart', |
8 'common.dart', | 8 'common.dart', |
9 'crypto.dart', | 9 'crypto.dart', |
10 'data_transformer.dart', | 10 'data_transformer.dart', |
11 'directory.dart', | 11 'directory.dart', |
12 'directory_impl.dart', | 12 'directory_impl.dart', |
13 'eventhandler.dart', | 13 'eventhandler.dart', |
14 'file.dart', | 14 'file.dart', |
15 'file_impl.dart', | 15 'file_impl.dart', |
16 'file_system_entity.dart', | 16 'file_system_entity.dart', |
17 'http.dart', | 17 'http.dart', |
18 'http_date.dart', | 18 'http_date.dart', |
19 'http_headers.dart', | 19 'http_headers.dart', |
20 'http_impl.dart', | 20 'http_impl.dart', |
21 'http_parser.dart', | 21 'http_parser.dart', |
22 'http_session.dart', | 22 'http_session.dart', |
23 'io_resource_info.dart', | |
24 'io_sink.dart', | 23 'io_sink.dart', |
25 'io_service.dart', | 24 'io_service.dart', |
26 'link.dart', | 25 'link.dart', |
27 'platform.dart', | 26 'platform.dart', |
28 'platform_impl.dart', | 27 'platform_impl.dart', |
29 'process.dart', | 28 'process.dart', |
30 'service_object.dart', | 29 'service_object.dart', |
31 'secure_server_socket.dart', | 30 'secure_server_socket.dart', |
32 'secure_socket.dart', | 31 'secure_socket.dart', |
33 'security_context.dart', | 32 'security_context.dart', |
34 'socket.dart', | 33 'socket.dart', |
35 'stdio.dart', | 34 'stdio.dart', |
36 'string_transformer.dart', | 35 'string_transformer.dart', |
37 'websocket.dart', | 36 'websocket.dart', |
38 'websocket_impl.dart', | 37 'websocket_impl.dart', |
39 ], | 38 ], |
40 } | 39 } |
OLD | NEW |