| 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 'base64.dart', | 7 'base64.dart', |
| 8 'buffer_list.dart', | 8 'buffer_list.dart', |
| 9 'chunked_stream.dart', | |
| 10 'common.dart', | 9 'common.dart', |
| 11 'directory.dart', | 10 'directory.dart', |
| 12 'directory_impl.dart', | 11 'directory_impl.dart', |
| 13 'eventhandler.dart', | 12 'eventhandler.dart', |
| 14 'file.dart', | 13 'file.dart', |
| 15 'file_impl.dart', | 14 'file_impl.dart', |
| 15 'file_system_entity.dart', |
| 16 'http.dart', | 16 'http.dart', |
| 17 'http_headers.dart', | 17 'http_headers.dart', |
| 18 'http_impl.dart', | 18 'http_impl.dart', |
| 19 'http_parser.dart', | 19 'http_parser.dart', |
| 20 'http_session.dart', | 20 'http_session.dart', |
| 21 'http_utils.dart', | 21 'http_utils.dart', |
| 22 'input_stream.dart', | 22 'input_stream.dart', |
| 23 'list_stream.dart', | 23 'io_stream_consumer.dart', |
| 24 'list_stream_impl.dart', | |
| 25 'mime_multipart_parser.dart', | 24 'mime_multipart_parser.dart', |
| 26 'output_stream.dart', | 25 'output_stream.dart', |
| 27 'path.dart', | 26 'path.dart', |
| 28 'path_impl.dart', | 27 'path_impl.dart', |
| 29 'platform.dart', | 28 'platform.dart', |
| 30 'platform_impl.dart', | 29 'platform_impl.dart', |
| 31 'process.dart', | 30 'process.dart', |
| 32 'socket.dart', | 31 'socket.dart', |
| 33 'socket_stream_impl.dart', | |
| 34 'stdio.dart', | 32 'stdio.dart', |
| 35 'stream_util.dart', | 33 'string_transformer.dart', |
| 36 'string_stream.dart', | |
| 37 'timer_impl.dart', | 34 'timer_impl.dart', |
| 38 'secure_socket.dart', | 35 'secure_socket.dart', |
| 39 'secure_server_socket.dart', | 36 'secure_server_socket.dart', |
| 40 'websocket.dart', | 37 'websocket.dart', |
| 41 'websocket_impl.dart', | 38 'websocket_impl.dart', |
| 42 ], | 39 ], |
| 43 } | 40 } |
| OLD | NEW |