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

Side by Side Diff: test/cctest/cctest.gyp

Issue 23484014: Cleanup Socket class and remove it from the platform files. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Cleanup leftover junk, and rename test-sockets to test-socket. Created 7 years, 3 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 2012 the V8 project authors. All rights reserved. 1 # Copyright 2012 the V8 project authors. All rights reserved.
2 # Redistribution and use in source and binary forms, with or without 2 # Redistribution and use in source and binary forms, with or without
3 # modification, are permitted provided that the following conditions are 3 # modification, are permitted provided that the following conditions are
4 # met: 4 # met:
5 # 5 #
6 # * Redistributions of source code must retain the above copyright 6 # * Redistributions of source code must retain the above copyright
7 # notice, this list of conditions and the following disclaimer. 7 # notice, this list of conditions and the following disclaimer.
8 # * Redistributions in binary form must reproduce the above 8 # * Redistributions in binary form must reproduce the above
9 # copyright notice, this list of conditions and the following 9 # copyright notice, this list of conditions and the following
10 # disclaimer in the documentation and/or other materials provided 10 # disclaimer in the documentation and/or other materials provided
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 'test-object-observe.cc', 88 'test-object-observe.cc',
89 'test-parsing.cc', 89 'test-parsing.cc',
90 'test-platform.cc', 90 'test-platform.cc',
91 'test-platform-tls.cc', 91 'test-platform-tls.cc',
92 'test-profile-generator.cc', 92 'test-profile-generator.cc',
93 'test-random.cc', 93 'test-random.cc',
94 'test-regexp.cc', 94 'test-regexp.cc',
95 'test-reloc-info.cc', 95 'test-reloc-info.cc',
96 'test-semaphore.cc', 96 'test-semaphore.cc',
97 'test-serialize.cc', 97 'test-serialize.cc',
98 'test-sockets.cc', 98 'test-socket.cc',
99 'test-spaces.cc', 99 'test-spaces.cc',
100 'test-strings.cc', 100 'test-strings.cc',
101 'test-symbols.cc', 101 'test-symbols.cc',
102 'test-strtod.cc', 102 'test-strtod.cc',
103 'test-thread-termination.cc', 103 'test-thread-termination.cc',
104 'test-threads.cc', 104 'test-threads.cc',
105 'test-time.cc', 105 'test-time.cc',
106 'test-types.cc', 106 'test-types.cc',
107 'test-unbound-queue.cc', 107 'test-unbound-queue.cc',
108 'test-utils.cc', 108 'test-utils.cc',
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
216 '<@(_outputs)', 216 '<@(_outputs)',
217 'TEST', # type 217 'TEST', # type
218 'off', # compression 218 'off', # compression
219 '<@(file_list)', 219 '<@(file_list)',
220 ], 220 ],
221 } 221 }
222 ], 222 ],
223 }, 223 },
224 ], 224 ],
225 } 225 }
OLDNEW
« src/platform.h ('K') | « src/platform/socket.cc ('k') | test/cctest/cctest.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698