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

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

Issue 281723007: Remove socket implementation from V8. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: remove from cctest.h Created 6 years, 7 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
« no previous file with comments | « test/cctest/cctest.h ('k') | test/cctest/test-debug.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 'test-parsing.cc', 98 'test-parsing.cc',
99 'test-platform.cc', 99 'test-platform.cc',
100 'test-platform-tls.cc', 100 'test-platform-tls.cc',
101 'test-profile-generator.cc', 101 'test-profile-generator.cc',
102 'test-random-number-generator.cc', 102 'test-random-number-generator.cc',
103 'test-regexp.cc', 103 'test-regexp.cc',
104 'test-reloc-info.cc', 104 'test-reloc-info.cc',
105 'test-representation.cc', 105 'test-representation.cc',
106 'test-semaphore.cc', 106 'test-semaphore.cc',
107 'test-serialize.cc', 107 'test-serialize.cc',
108 'test-socket.cc',
109 'test-spaces.cc', 108 'test-spaces.cc',
110 'test-strings.cc', 109 'test-strings.cc',
111 'test-symbols.cc', 110 'test-symbols.cc',
112 'test-strtod.cc', 111 'test-strtod.cc',
113 'test-thread-termination.cc', 112 'test-thread-termination.cc',
114 'test-threads.cc', 113 'test-threads.cc',
115 'test-time.cc', 114 'test-time.cc',
116 'test-types.cc', 115 'test-types.cc',
117 'test-unbound-queue.cc', 116 'test-unbound-queue.cc',
118 'test-unique.cc', 117 'test-unique.cc',
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
246 '<@(_outputs)', 245 '<@(_outputs)',
247 'TEST', # type 246 'TEST', # type
248 'off', # compression 247 'off', # compression
249 '<@(file_list)', 248 '<@(file_list)',
250 ], 249 ],
251 } 250 }
252 ], 251 ],
253 }, 252 },
254 ], 253 ],
255 } 254 }
OLDNEW
« no previous file with comments | « test/cctest/cctest.h ('k') | test/cctest/test-debug.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698