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

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

Issue 578163002: Implemented GetSample. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Including win32-headers.h in v8.h for testing on trybots. Created 6 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 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
135 'test-object-observe.cc', 135 'test-object-observe.cc',
136 'test-ordered-hash-table.cc', 136 'test-ordered-hash-table.cc',
137 'test-ostreams.cc', 137 'test-ostreams.cc',
138 'test-parsing.cc', 138 'test-parsing.cc',
139 'test-platform.cc', 139 'test-platform.cc',
140 'test-profile-generator.cc', 140 'test-profile-generator.cc',
141 'test-random-number-generator.cc', 141 'test-random-number-generator.cc',
142 'test-regexp.cc', 142 'test-regexp.cc',
143 'test-reloc-info.cc', 143 'test-reloc-info.cc',
144 'test-representation.cc', 144 'test-representation.cc',
145 'test-sampler-api.cc',
145 'test-serialize.cc', 146 'test-serialize.cc',
146 'test-spaces.cc', 147 'test-spaces.cc',
147 'test-strings.cc', 148 'test-strings.cc',
148 'test-symbols.cc', 149 'test-symbols.cc',
149 'test-strtod.cc', 150 'test-strtod.cc',
150 'test-thread-termination.cc', 151 'test-thread-termination.cc',
151 'test-threads.cc', 152 'test-threads.cc',
152 'test-types.cc', 153 'test-types.cc',
153 'test-unbound-queue.cc', 154 'test-unbound-queue.cc',
154 'test-unique.cc', 155 'test-unique.cc',
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
295 '<@(_outputs)', 296 '<@(_outputs)',
296 'TEST', # type 297 'TEST', # type
297 'off', # compression 298 'off', # compression
298 '<@(file_list)', 299 '<@(file_list)',
299 ], 300 ],
300 } 301 }
301 ], 302 ],
302 }, 303 },
303 ], 304 ],
304 } 305 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698