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

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: Address comments (done). 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 'io_buffer.cc', 9 'io_buffer.cc',
10 'io_buffer.h', 10 'io_buffer.h',
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 'file_linux.cc', 54 'file_linux.cc',
55 'file_macos.cc', 55 'file_macos.cc',
56 'file_win.cc', 56 'file_win.cc',
57 'file_test.cc', 57 'file_test.cc',
58 'fdutils.h', 58 'fdutils.h',
59 'fdutils_android.cc', 59 'fdutils_android.cc',
60 'fdutils_linux.cc', 60 'fdutils_linux.cc',
61 'fdutils_macos.cc', 61 'fdutils_macos.cc',
62 'hashmap_test.cc', 62 'hashmap_test.cc',
63 'isolate_data.h', 63 'isolate_data.h',
64 'net/nss_memio.cc',
65 'net/nss_memio.h',
64 'platform.cc', 66 'platform.cc',
65 'platform.h', 67 'platform.h',
66 'platform_android.cc', 68 'platform_android.cc',
67 'platform_linux.cc', 69 'platform_linux.cc',
68 'platform_macos.cc', 70 'platform_macos.cc',
69 'platform_win.cc', 71 'platform_win.cc',
70 'process.cc', 72 'process.cc',
71 'process.h', 73 'process.h',
72 'process_android.cc', 74 'process_android.cc',
73 'process_linux.cc', 75 'process_linux.cc',
74 'process_macos.cc', 76 'process_macos.cc',
75 'process_win.cc', 77 'process_win.cc',
76 'socket.cc', 78 'socket.cc',
77 'socket.h', 79 'socket.h',
78 'socket_android.cc', 80 'socket_android.cc',
79 'socket_linux.cc', 81 'socket_linux.cc',
80 'socket_macos.cc', 82 'socket_macos.cc',
81 'socket_win.cc', 83 'socket_win.cc',
82 'set.h', 84 'set.h',
83 'set_test.cc', 85 'set_test.cc',
84 'thread.h', 86 'thread.h',
87 'tls_socket.cc',
88 'tls_socket.h',
85 'utils.h', 89 'utils.h',
86 'utils_android.cc', 90 'utils_android.cc',
87 'utils_linux.cc', 91 'utils_linux.cc',
88 'utils_macos.cc', 92 'utils_macos.cc',
89 'utils_win.cc', 93 'utils_win.cc',
90 ], 94 ],
91 } 95 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698