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

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

Issue 11419138: Rename TlsSocket to SecureSocket, and all other Tls... items to Secure.... (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Rename C++ class from Filter to SSLFilter. Created 8 years, 1 month 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 | « no previous file | 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 'common.cc', 9 'common.cc',
10 'crypto.cc', 10 'crypto.cc',
(...skipping 23 matching lines...) Expand all
34 'process_android.cc', 34 'process_android.cc',
35 'process_linux.cc', 35 'process_linux.cc',
36 'process_macos.cc', 36 'process_macos.cc',
37 'process_win.cc', 37 'process_win.cc',
38 'socket.cc', 38 'socket.cc',
39 'socket.h', 39 'socket.h',
40 'socket_android.cc', 40 'socket_android.cc',
41 'socket_linux.cc', 41 'socket_linux.cc',
42 'socket_macos.cc', 42 'socket_macos.cc',
43 'socket_win.cc', 43 'socket_win.cc',
44 'tls_socket.cc', 44 'secure_socket.cc',
45 'tls_socket.h', 45 'secure_socket.h',
46 ], 46 ],
47 } 47 }
OLDNEW
« no previous file with comments | « no previous file | runtime/bin/io_natives.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698