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

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

Issue 3009523002: [dart:io] Remove DART_IO_DISABLED (Closed)
Patch Set: Created 3 years, 4 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 | « runtime/bin/filter_unsupported.cc ('k') | runtime/bin/io_service.h » ('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 io_impl_sources = [ 7 io_impl_sources = [
8 "eventhandler.cc", 8 "eventhandler.cc",
9 "eventhandler.h", 9 "eventhandler.h",
10 "eventhandler_android.cc", 10 "eventhandler_android.cc",
11 "eventhandler_android.h", 11 "eventhandler_android.h",
12 "eventhandler_fuchsia.cc", 12 "eventhandler_fuchsia.cc",
13 "eventhandler_fuchsia.h", 13 "eventhandler_fuchsia.h",
14 "eventhandler_linux.cc", 14 "eventhandler_linux.cc",
15 "eventhandler_linux.h", 15 "eventhandler_linux.h",
16 "eventhandler_macos.cc", 16 "eventhandler_macos.cc",
17 "eventhandler_macos.h", 17 "eventhandler_macos.h",
18 "eventhandler_unsupported.cc",
19 "eventhandler_win.cc", 18 "eventhandler_win.cc",
20 "eventhandler_win.h", 19 "eventhandler_win.h",
21 "file_system_watcher.cc", 20 "file_system_watcher.cc",
22 "file_system_watcher.h", 21 "file_system_watcher.h",
23 "file_system_watcher_android.cc", 22 "file_system_watcher_android.cc",
24 "file_system_watcher_fuchsia.cc", 23 "file_system_watcher_fuchsia.cc",
25 "file_system_watcher_linux.cc", 24 "file_system_watcher_linux.cc",
26 "file_system_watcher_macos.cc", 25 "file_system_watcher_macos.cc",
27 "file_system_watcher_unsupported.cc",
28 "file_system_watcher_win.cc", 26 "file_system_watcher_win.cc",
29 "filter.cc", 27 "filter.cc",
30 "filter.h", 28 "filter.h",
31 "filter_unsupported.cc",
32 "io_service.cc", 29 "io_service.cc",
33 "io_service.h", 30 "io_service.h",
34 "io_service_no_ssl.cc", 31 "io_service_no_ssl.cc",
35 "io_service_no_ssl.h", 32 "io_service_no_ssl.h",
36 "io_service_unsupported.cc",
37 "platform.cc", 33 "platform.cc",
38 "platform.h", 34 "platform.h",
39 "platform_android.cc", 35 "platform_android.cc",
40 "platform_fuchsia.cc", 36 "platform_fuchsia.cc",
41 "platform_linux.cc", 37 "platform_linux.cc",
42 "platform_macos.cc", 38 "platform_macos.cc",
43 "platform_unsupported.cc",
44 "platform_win.cc", 39 "platform_win.cc",
45 "process.cc", 40 "process.cc",
46 "process.h", 41 "process.h",
47 "process_android.cc", 42 "process_android.cc",
48 "process_fuchsia.cc", 43 "process_fuchsia.cc",
49 "process_linux.cc", 44 "process_linux.cc",
50 "process_macos.cc", 45 "process_macos.cc",
51 "process_unsupported.cc",
52 "process_win.cc", 46 "process_win.cc",
53 "reference_counting.h", 47 "reference_counting.h",
54 "root_certificates_unsupported.cc", 48 "root_certificates_unsupported.cc",
55 "secure_socket_filter.cc", 49 "secure_socket_filter.cc",
56 "secure_socket_filter.h", 50 "secure_socket_filter.h",
57 "secure_socket_unsupported.cc", 51 "secure_socket_unsupported.cc",
58 "secure_socket_utils.cc", 52 "secure_socket_utils.cc",
59 "secure_socket_utils.h", 53 "secure_socket_utils.h",
60 "security_context.cc", 54 "security_context.cc",
61 "security_context.h", 55 "security_context.h",
62 "security_context_android.cc", 56 "security_context_android.cc",
63 "security_context_fuchsia.cc", 57 "security_context_fuchsia.cc",
64 "security_context_linux.cc", 58 "security_context_linux.cc",
65 "security_context_macos.cc", 59 "security_context_macos.cc",
66 "security_context_win.cc", 60 "security_context_win.cc",
67 "socket.cc", 61 "socket.cc",
68 "socket.h", 62 "socket.h",
69 "socket_android.cc", 63 "socket_android.cc",
70 "socket_base.cc", 64 "socket_base.cc",
71 "socket_base.h", 65 "socket_base.h",
72 "socket_base_android.cc", 66 "socket_base_android.cc",
73 "socket_base_android.h", 67 "socket_base_android.h",
74 "socket_base_fuchsia.cc", 68 "socket_base_fuchsia.cc",
75 "socket_base_fuchsia.h", 69 "socket_base_fuchsia.h",
76 "socket_base_linux.cc", 70 "socket_base_linux.cc",
77 "socket_base_linux.h", 71 "socket_base_linux.h",
78 "socket_base_macos.cc", 72 "socket_base_macos.cc",
79 "socket_base_macos.h", 73 "socket_base_macos.h",
80 "socket_base_unsupported.cc",
81 "socket_base_win.cc", 74 "socket_base_win.cc",
82 "socket_base_win.h", 75 "socket_base_win.h",
83 "socket_fuchsia.cc", 76 "socket_fuchsia.cc",
84 "socket_linux.cc", 77 "socket_linux.cc",
85 "socket_macos.cc", 78 "socket_macos.cc",
86 "socket_unsupported.cc",
87 "socket_win.cc", 79 "socket_win.cc",
88 "stdio.cc", 80 "stdio.cc",
89 "stdio.h", 81 "stdio.h",
90 "stdio_android.cc", 82 "stdio_android.cc",
91 "stdio_fuchsia.cc", 83 "stdio_fuchsia.cc",
92 "stdio_linux.cc", 84 "stdio_linux.cc",
93 "stdio_macos.cc", 85 "stdio_macos.cc",
94 "stdio_unsupported.cc",
95 "stdio_win.cc", 86 "stdio_win.cc",
96 "sync_socket.cc", 87 "sync_socket.cc",
97 "sync_socket.h", 88 "sync_socket.h",
98 "sync_socket_android.cc", 89 "sync_socket_android.cc",
99 "sync_socket_fuchsia.cc", 90 "sync_socket_fuchsia.cc",
100 "sync_socket_linux.cc", 91 "sync_socket_linux.cc",
101 "sync_socket_macos.cc", 92 "sync_socket_macos.cc",
102 "sync_socket_unsupported.cc",
103 "sync_socket_win.cc", 93 "sync_socket_win.cc",
104 ] 94 ]
OLDNEW
« no previous file with comments | « runtime/bin/filter_unsupported.cc ('k') | runtime/bin/io_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698