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

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: Allow TLS sockets to build with both Chromium NSS and upstream NSS Created 8 years, 2 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 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 'file_linux.cc', 44 'file_linux.cc',
45 'file_macos.cc', 45 'file_macos.cc',
46 'file_win.cc', 46 'file_win.cc',
47 'file_test.cc', 47 'file_test.cc',
48 'fdutils.h', 48 'fdutils.h',
49 'fdutils_android.cc', 49 'fdutils_android.cc',
50 'fdutils_linux.cc', 50 'fdutils_linux.cc',
51 'fdutils_macos.cc', 51 'fdutils_macos.cc',
52 'hashmap_test.cc', 52 'hashmap_test.cc',
53 'isolate_data.h', 53 'isolate_data.h',
54 'net/nss_memio.cc',
55 'net/nss_memio.h',
54 'platform.cc', 56 'platform.cc',
55 'platform.h', 57 'platform.h',
56 'platform_android.cc', 58 'platform_android.cc',
57 'platform_linux.cc', 59 'platform_linux.cc',
58 'platform_macos.cc', 60 'platform_macos.cc',
59 'platform_win.cc', 61 'platform_win.cc',
60 'process.cc', 62 'process.cc',
61 'process.h', 63 'process.h',
62 'process_android.cc', 64 'process_android.cc',
63 'process_linux.cc', 65 'process_linux.cc',
64 'process_macos.cc', 66 'process_macos.cc',
65 'process_win.cc', 67 'process_win.cc',
66 'socket.cc', 68 'socket.cc',
67 'socket.h', 69 'socket.h',
68 'socket_android.cc', 70 'socket_android.cc',
69 'socket_linux.cc', 71 'socket_linux.cc',
70 'socket_macos.cc', 72 'socket_macos.cc',
71 'socket_win.cc', 73 'socket_win.cc',
72 'set.h', 74 'set.h',
73 'set_test.cc', 75 'set_test.cc',
74 'thread.h', 76 'thread.h',
77 'tls_socket.cc',
78 'tls_socket.h',
75 'utils.h', 79 'utils.h',
76 'utils_android.cc', 80 'utils_android.cc',
77 'utils_linux.cc', 81 'utils_linux.cc',
78 'utils_macos.cc', 82 'utils_macos.cc',
79 'utils_win.cc', 83 'utils_win.cc',
80 ], 84 ],
81 } 85 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698