Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1865)

Side by Side Diff: sdk/lib/io/iolib_sources.gypi

Issue 1323943003: Extract meta data about open sockets into separate class. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: extract check Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « sdk/lib/io/io_resource_info.dart ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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',
23 'io_sink.dart', 24 'io_sink.dart',
24 'io_service.dart', 25 'io_service.dart',
25 'link.dart', 26 'link.dart',
26 'platform.dart', 27 'platform.dart',
27 'platform_impl.dart', 28 'platform_impl.dart',
28 'process.dart', 29 'process.dart',
29 'service_object.dart', 30 'service_object.dart',
30 'secure_server_socket.dart', 31 'secure_server_socket.dart',
31 'secure_socket.dart', 32 'secure_socket.dart',
32 'security_context.dart', 33 'security_context.dart',
33 'socket.dart', 34 'socket.dart',
34 'stdio.dart', 35 'stdio.dart',
35 'string_transformer.dart', 36 'string_transformer.dart',
36 'websocket.dart', 37 'websocket.dart',
37 'websocket_impl.dart', 38 'websocket_impl.dart',
38 ], 39 ],
39 } 40 }
OLDNEW
« no previous file with comments | « sdk/lib/io/io_resource_info.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698