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

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

Issue 10704159: Start adding TLS (SSL) sockets to dart:io. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Add tls_socket.dart back. This should not be compared to socket.dart. Created 8 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 | Annotate | Revision Log
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 all C++ sources for the dart:builtin and dart:io 5 # This file contains all C++ sources for the dart:builtin and dart:io
6 # libraries. 6 # libraries.
7 { 7 {
8 'sources': [ 8 'sources': [
9 'dartutils.cc', 9 'dartutils.cc',
10 'dartutils.h', 10 'dartutils.h',
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 'process_macos.cc', 57 'process_macos.cc',
58 'process_win.cc', 58 'process_win.cc',
59 'socket.cc', 59 'socket.cc',
60 'socket.h', 60 'socket.h',
61 'socket_linux.cc', 61 'socket_linux.cc',
62 'socket_macos.cc', 62 'socket_macos.cc',
63 'socket_win.cc', 63 'socket_win.cc',
64 'set.h', 64 'set.h',
65 'set_test.cc', 65 'set_test.cc',
66 'thread.h', 66 'thread.h',
67 'tls_socket.cc',
68 'tls_socket.h',
69 'tls_socket_linux.cc',
67 'utils.h', 70 'utils.h',
68 'utils_linux.cc', 71 'utils_linux.cc',
69 'utils_macos.cc', 72 'utils_macos.cc',
70 'utils_win.cc', 73 'utils_win.cc',
71 ], 74 ],
72 } 75 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698