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 'buffer_list.dart', | 7 'buffer_list.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_body.dart', | 18 'http_body.dart', |
19 'http_body_impl.dart', | 19 'http_body_impl.dart', |
| 20 'http_date.dart', |
20 'http_headers.dart', | 21 'http_headers.dart', |
21 'http_impl.dart', | 22 'http_impl.dart', |
22 'http_multipart_form_data.dart', | 23 'http_multipart_form_data.dart', |
23 'http_multipart_form_data_impl.dart', | 24 'http_multipart_form_data_impl.dart', |
24 'http_parser.dart', | 25 'http_parser.dart', |
25 'http_session.dart', | 26 'http_session.dart', |
26 'http_utils.dart', | |
27 'io_sink.dart', | 27 'io_sink.dart', |
28 'link.dart', | 28 'link.dart', |
29 'mime_multipart_parser.dart', | 29 'mime_multipart_parser.dart', |
30 'options.dart', | 30 'options.dart', |
31 'path.dart', | 31 'path.dart', |
32 'path_impl.dart', | 32 'path_impl.dart', |
33 'platform.dart', | 33 'platform.dart', |
34 'platform_impl.dart', | 34 'platform_impl.dart', |
35 'process.dart', | 35 'process.dart', |
36 'socket.dart', | 36 'socket.dart', |
37 'stdio.dart', | 37 'stdio.dart', |
38 'string_transformer.dart', | 38 'string_transformer.dart', |
39 'timer_impl.dart', | 39 'timer_impl.dart', |
40 'secure_socket.dart', | 40 'secure_socket.dart', |
41 'secure_server_socket.dart', | 41 'secure_server_socket.dart', |
42 'websocket.dart', | 42 'websocket.dart', |
43 'websocket_impl.dart', | 43 'websocket_impl.dart', |
44 ], | 44 ], |
45 } | 45 } |
OLD | NEW |