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

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

Issue 9254026: Split dart:builtin into dart:builtin and dart:io. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 11 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
OLDNEW
(Empty)
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
3 # BSD-style license that can be found in the LICENSE file.
4
5 # This file contains all sources for the dart:io library.
6 {
7 'sources': [
8 'buffer_list.dart',
9 'chunked_stream.dart',
10 'directory.dart',
11 'directory_impl.dart',
12 'eventhandler.dart',
13 'file.dart',
14 'file_impl.dart',
15 'input_stream.dart',
16 'list_stream.dart',
17 'output_stream.dart',
18 'stream_util.dart',
19 'string_stream.dart',
20 'platform.dart',
21 'platform_impl.dart',
22 'process.dart',
23 'process_impl.dart',
24 'socket.dart',
25 'socket_impl.dart',
26 'socket_stream.dart',
27 'stdio.dart',
28 'timer.dart',
29 'timer_impl.dart',
30 ],
31 }
OLDNEW
« runtime/bin/gen_snapshot.cc ('K') | « runtime/bin/io_in.cc ('k') | runtime/bin/main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698