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

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

Issue 2812153002: Revert "Added synchronous socket implementation to dart:io." (Closed)
Patch Set: Created 3 years, 8 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 | « pkg/dev_compiler/tool/input_sdk/patch/io_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 'eventhandler.cc', 9 'eventhandler.cc',
10 'eventhandler.h', 10 'eventhandler.h',
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 'socket_unsupported.cc', 83 'socket_unsupported.cc',
84 'socket_win.cc', 84 'socket_win.cc',
85 'stdio.cc', 85 'stdio.cc',
86 'stdio.h', 86 'stdio.h',
87 'stdio_android.cc', 87 'stdio_android.cc',
88 'stdio_fuchsia.cc', 88 'stdio_fuchsia.cc',
89 'stdio_linux.cc', 89 'stdio_linux.cc',
90 'stdio_macos.cc', 90 'stdio_macos.cc',
91 'stdio_unsupported.cc', 91 'stdio_unsupported.cc',
92 'stdio_win.cc', 92 'stdio_win.cc',
93 'sync_socket.cc',
94 'sync_socket.h',
95 'sync_socket_android.cc',
96 'sync_socket_fuchsia.cc',
97 'sync_socket_linux.cc',
98 'sync_socket_macos.cc',
99 'sync_socket_win.cc',
100 ], 93 ],
101 } 94 }
OLDNEW
« no previous file with comments | « pkg/dev_compiler/tool/input_sdk/patch/io_patch.dart ('k') | runtime/bin/io_natives.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698