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

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

Issue 2903743002: Porting SecureSocket to use BoringSSL on OSX (Closed)
Patch Set: Addressed nits, confirmed change works on Windows Created 3 years, 6 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/BUILD.gn ('k') | runtime/bin/io_service.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 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 'process.cc', 46 'process.cc',
47 'process.h', 47 'process.h',
48 'process_android.cc', 48 'process_android.cc',
49 'process_fuchsia.cc', 49 'process_fuchsia.cc',
50 'process_linux.cc', 50 'process_linux.cc',
51 'process_macos.cc', 51 'process_macos.cc',
52 'process_unsupported.cc', 52 'process_unsupported.cc',
53 'process_win.cc', 53 'process_win.cc',
54 'reference_counting.h', 54 'reference_counting.h',
55 'root_certificates_unsupported.cc', 55 'root_certificates_unsupported.cc',
56 'secure_socket.h', 56 'secure_socket_filter.cc',
57 'secure_socket_boringssl.cc', 57 'secure_socket_filter.h',
58 'secure_socket_boringssl.h',
59 'secure_socket_ios.cc',
60 'secure_socket_ios.h',
61 'secure_socket_macos.cc',
62 'secure_socket_macos.h',
63 'secure_socket_unsupported.cc', 58 'secure_socket_unsupported.cc',
59 'secure_socket_utils.cc',
60 'secure_socket_utils.h',
61 'security_context.cc',
62 'security_context.h',
63 'security_context_android.cc',
64 'security_context_fuchsia.cc',
65 'security_context_linux.cc',
66 'security_context_macos.cc',
67 'security_context_win.cc',
64 'socket.cc', 68 'socket.cc',
65 'socket.h', 69 'socket.h',
66 'socket_android.cc', 70 'socket_android.cc',
67 'socket_base.cc', 71 'socket_base.cc',
68 'socket_base.h', 72 'socket_base.h',
69 'socket_base_android.cc', 73 'socket_base_android.cc',
70 'socket_base_android.h', 74 'socket_base_android.h',
71 'socket_base_fuchsia.cc', 75 'socket_base_fuchsia.cc',
72 'socket_base_fuchsia.h', 76 'socket_base_fuchsia.h',
73 'socket_base_linux.cc', 77 'socket_base_linux.cc',
(...skipping 19 matching lines...) Expand all
93 'sync_socket.cc', 97 'sync_socket.cc',
94 'sync_socket.h', 98 'sync_socket.h',
95 'sync_socket_android.cc', 99 'sync_socket_android.cc',
96 'sync_socket_fuchsia.cc', 100 'sync_socket_fuchsia.cc',
97 'sync_socket_linux.cc', 101 'sync_socket_linux.cc',
98 'sync_socket_macos.cc', 102 'sync_socket_macos.cc',
99 'sync_socket_unsupported.cc', 103 'sync_socket_unsupported.cc',
100 'sync_socket_win.cc', 104 'sync_socket_win.cc',
101 ], 105 ],
102 } 106 }
OLDNEW
« no previous file with comments | « runtime/bin/BUILD.gn ('k') | runtime/bin/io_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698