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

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

Issue 12321129: Expand part declarations in the builtin library python scripts to avoid having to repeat part decla… (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 10 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 | Annotate | Revision Log
« no previous file with comments | « sdk/lib/crypto/crypto_sources.gypi ('k') | sdk/lib/isolate/isolate_sources.gypi » ('j') | 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 'base64.dart', 7 'io.dart',
8 'buffer_list.dart',
9 'common.dart',
10 'directory.dart',
11 'directory_impl.dart',
12 'eventhandler.dart',
13 'file.dart',
14 'file_impl.dart',
15 'file_system_entity.dart',
16 'http.dart',
17 'http_headers.dart',
18 'http_impl.dart',
19 'http_parser.dart',
20 'http_session.dart',
21 'http_utils.dart',
22 'io_stream_consumer.dart',
23 'mime_multipart_parser.dart',
24 'path.dart',
25 'path_impl.dart',
26 'platform.dart',
27 'platform_impl.dart',
28 'process.dart',
29 'socket.dart',
30 'stdio.dart',
31 'string_transformer.dart',
32 'timer_impl.dart',
33 'secure_socket.dart',
34 'secure_server_socket.dart',
35 'websocket.dart',
36 'websocket_impl.dart',
37 ], 8 ],
38 } 9 }
OLDNEW
« no previous file with comments | « sdk/lib/crypto/crypto_sources.gypi ('k') | sdk/lib/isolate/isolate_sources.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698