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

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

Issue 24395013: Merge services into a shared IOService in dart:io, and use a native port. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Finish off native_service Created 7 years, 2 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 | « runtime/bin/file_patch.dart ('k') | runtime/bin/io_natives.cc » ('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 # This file contains some C++ sources for the dart:io library. The other 5 # This file contains some C++ sources for the dart:io library. The other
6 # implementation files are in builtin_impl_sources.gypi. 6 # implementation files are in builtin_impl_sources.gypi.
7 { 7 {
8 'sources': [ 8 'sources': [
9 'crypto.cc', 9 'crypto.cc',
10 'crypto_android.cc', 10 'crypto_android.cc',
11 'crypto_linux.cc', 11 'crypto_linux.cc',
12 'crypto_macos.cc', 12 'crypto_macos.cc',
13 'crypto_win.cc', 13 'crypto_win.cc',
14 'eventhandler.cc', 14 'eventhandler.cc',
15 'eventhandler.h', 15 'eventhandler.h',
16 'eventhandler_android.cc', 16 'eventhandler_android.cc',
17 'eventhandler_linux.cc', 17 'eventhandler_linux.cc',
18 'eventhandler_linux.h', 18 'eventhandler_linux.h',
19 'eventhandler_macos.cc', 19 'eventhandler_macos.cc',
20 'eventhandler_macos.h', 20 'eventhandler_macos.h',
21 'eventhandler_win.cc', 21 'eventhandler_win.cc',
22 'eventhandler_win.h', 22 'eventhandler_win.h',
23 'filter.cc', 23 'filter.cc',
24 'filter.h', 24 'filter.h',
25 'filter_unsupported.cc', 25 'filter_unsupported.cc',
26 'io_service.cc',
27 'io_service.h',
26 'net/nss_memio.cc', 28 'net/nss_memio.cc',
27 'net/nss_memio.h', 29 'net/nss_memio.h',
28 'platform.cc', 30 'platform.cc',
29 'platform.h', 31 'platform.h',
30 'platform_android.cc', 32 'platform_android.cc',
31 'platform_linux.cc', 33 'platform_linux.cc',
32 'platform_macos.cc', 34 'platform_macos.cc',
33 'platform_win.cc', 35 'platform_win.cc',
34 'process.cc', 36 'process.cc',
35 'process.h', 37 'process.h',
(...skipping 28 matching lines...) Expand all
64 'filter.cc', 66 'filter.cc',
65 'filter.h', 67 'filter.h',
66 'net/nss_memio.cc', 68 'net/nss_memio.cc',
67 'net/nss_memio.h', 69 'net/nss_memio.h',
68 'secure_socket.cc', 70 'secure_socket.cc',
69 'secure_socket.h', 71 'secure_socket.h',
70 ], 72 ],
71 }], 73 }],
72 ], 74 ],
73 } 75 }
OLDNEW
« no previous file with comments | « runtime/bin/file_patch.dart ('k') | runtime/bin/io_natives.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698