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

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

Issue 10916081: Add secure sockets to dart:io (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Switch to system of patched libraries in dart:io for new TlsSocket class. 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
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 'common.cc', 9 'common.cc',
10 'crypto.cc', 10 'crypto.cc',
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 'file_linux.cc', 52 'file_linux.cc',
53 'file_macos.cc', 53 'file_macos.cc',
54 'file_win.cc', 54 'file_win.cc',
55 'file_test.cc', 55 'file_test.cc',
56 'fdutils.h', 56 'fdutils.h',
57 'fdutils_android.cc', 57 'fdutils_android.cc',
58 'fdutils_linux.cc', 58 'fdutils_linux.cc',
59 'fdutils_macos.cc', 59 'fdutils_macos.cc',
60 'hashmap_test.cc', 60 'hashmap_test.cc',
61 'isolate_data.h', 61 'isolate_data.h',
62 'net/nss_memio.cc',
63 'net/nss_memio.h',
62 'platform.cc', 64 'platform.cc',
63 'platform.h', 65 'platform.h',
64 'platform_android.cc', 66 'platform_android.cc',
65 'platform_linux.cc', 67 'platform_linux.cc',
66 'platform_macos.cc', 68 'platform_macos.cc',
67 'platform_win.cc', 69 'platform_win.cc',
68 'process.cc', 70 'process.cc',
69 'process.h', 71 'process.h',
70 'process_android.cc', 72 'process_android.cc',
71 'process_linux.cc', 73 'process_linux.cc',
72 'process_macos.cc', 74 'process_macos.cc',
73 'process_win.cc', 75 'process_win.cc',
74 'socket.cc', 76 'socket.cc',
75 'socket.h', 77 'socket.h',
76 'socket_android.cc', 78 'socket_android.cc',
77 'socket_linux.cc', 79 'socket_linux.cc',
78 'socket_macos.cc', 80 'socket_macos.cc',
79 'socket_win.cc', 81 'socket_win.cc',
80 'set.h', 82 'set.h',
81 'set_test.cc', 83 'set_test.cc',
82 'thread.h', 84 'thread.h',
85 'tls_socket.cc',
86 'tls_socket.h',
83 'utils.h', 87 'utils.h',
84 'utils_android.cc', 88 'utils_android.cc',
85 'utils_linux.cc', 89 'utils_linux.cc',
86 'utils_macos.cc', 90 'utils_macos.cc',
87 'utils_win.cc', 91 'utils_win.cc',
88 ], 92 ],
89 } 93 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698