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

Side by Side Diff: runtime/bin/builtin_sources.gypi

Issue 8989019: Implement list based output stream and add pipe to list based input streams (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Addressed review comments from ager@ Created 9 years 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 | « no previous file | runtime/bin/file_impl.dart » ('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) 2011, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2011, 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 # This file contains all sources (vm and tests) for the dart virtual machine. 5 # This file contains all sources (vm and tests) for the dart virtual machine.
6 # Unit test files need to have a '_test' suffix appended to the name. 6 # Unit test files need to have a '_test' suffix appended to the name.
7 { 7 {
8 'sources': [ 8 'sources': [
9 # 9 #
10 # Dart sources. 10 # Dart sources.
11 # 11 #
12 'builtin.dart', 12 'builtin.dart',
13 'buffer_list.dart', 13 'buffer_list.dart',
14 'chunked_stream.dart', 14 'chunked_stream.dart',
15 'directory.dart', 15 'directory.dart',
16 'directory_impl.dart', 16 'directory_impl.dart',
17 'eventhandler.dart', 17 'eventhandler.dart',
18 'file.dart', 18 'file.dart',
19 'file_impl.dart', 19 'file_impl.dart',
20 'input_stream.dart', 20 'input_stream.dart',
21 'list_input_stream.dart', 21 'list_stream.dart',
22 'output_stream.dart', 22 'output_stream.dart',
23 'stream_util.dart', 23 'stream_util.dart',
24 'string_stream.dart', 24 'string_stream.dart',
25 'platform.dart', 25 'platform.dart',
26 'platform_impl.dart', 26 'platform_impl.dart',
27 'process.dart', 27 'process.dart',
28 'process_impl.dart', 28 'process_impl.dart',
29 'socket.dart', 29 'socket.dart',
30 'socket_impl.dart', 30 'socket_impl.dart',
31 'socket_stream.dart', 31 'socket_stream.dart',
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 'process_win.cc', 70 'process_win.cc',
71 'socket.cc', 71 'socket.cc',
72 'socket.h', 72 'socket.h',
73 'socket_linux.cc', 73 'socket_linux.cc',
74 'socket_macos.cc', 74 'socket_macos.cc',
75 'socket_win.cc', 75 'socket_win.cc',
76 'set.h', 76 'set.h',
77 'set_test.cc', 77 'set_test.cc',
78 ], 78 ],
79 } 79 }
OLDNEW
« no previous file with comments | « no previous file | runtime/bin/file_impl.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698