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 'io.dart', |
| 8 # The above file needs to be first if additional parts are added to the lib. |
7 'bytes_builder.dart', | 9 'bytes_builder.dart', |
8 'common.dart', | 10 'common.dart', |
9 'crypto.dart', | 11 'crypto.dart', |
10 'data_transformer.dart', | 12 'data_transformer.dart', |
11 'directory.dart', | 13 'directory.dart', |
12 'directory_impl.dart', | 14 'directory_impl.dart', |
13 'eventhandler.dart', | 15 'eventhandler.dart', |
14 'file.dart', | 16 'file.dart', |
15 'file_impl.dart', | 17 'file_impl.dart', |
16 'file_system_entity.dart', | 18 'file_system_entity.dart', |
(...skipping 14 matching lines...) Expand all Loading... |
31 'secure_server_socket.dart', | 33 'secure_server_socket.dart', |
32 'secure_socket.dart', | 34 'secure_socket.dart', |
33 'security_context.dart', | 35 'security_context.dart', |
34 'socket.dart', | 36 'socket.dart', |
35 'stdio.dart', | 37 'stdio.dart', |
36 'string_transformer.dart', | 38 'string_transformer.dart', |
37 'websocket.dart', | 39 'websocket.dart', |
38 'websocket_impl.dart', | 40 'websocket_impl.dart', |
39 ], | 41 ], |
40 } | 42 } |
OLD | NEW |