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

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

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

Powered by Google App Engine
This is Rietveld 408576698