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

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

Issue 1965373002: Remove TypingResetter. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 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
« no previous file with comments | « src/v8.gyp ('k') | test/cctest/test-typing-reset.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 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
169 'test-simd.cc', 169 'test-simd.cc',
170 'test-strings.cc', 170 'test-strings.cc',
171 'test-symbols.cc', 171 'test-symbols.cc',
172 'test-strtod.cc', 172 'test-strtod.cc',
173 'test-thread-termination.cc', 173 'test-thread-termination.cc',
174 'test-threads.cc', 174 'test-threads.cc',
175 'test-trace-event.cc', 175 'test-trace-event.cc',
176 'test-transitions.cc', 176 'test-transitions.cc',
177 'test-typedarrays.cc', 177 'test-typedarrays.cc',
178 'test-types.cc', 178 'test-types.cc',
179 'test-typing-reset.cc',
180 'test-unbound-queue.cc', 179 'test-unbound-queue.cc',
181 'test-unboxed-doubles.cc', 180 'test-unboxed-doubles.cc',
182 'test-unique.cc', 181 'test-unique.cc',
183 'test-unscopables-hidden-prototype.cc', 182 'test-unscopables-hidden-prototype.cc',
184 'test-utils.cc', 183 'test-utils.cc',
185 'test-version.cc', 184 'test-version.cc',
186 'test-weakmaps.cc', 185 'test-weakmaps.cc',
187 'test-weaksets.cc', 186 'test-weaksets.cc',
188 'trace-extension.cc', 187 'trace-extension.cc',
189 'wasm/test-run-wasm.cc', 188 'wasm/test-run-wasm.cc',
(...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after
436 '../../gypfiles/isolate.gypi', 435 '../../gypfiles/isolate.gypi',
437 ], 436 ],
438 'sources': [ 437 'sources': [
439 'cctest.isolate', 438 'cctest.isolate',
440 ], 439 ],
441 }, 440 },
442 ], 441 ],
443 }], 442 }],
444 ], 443 ],
445 } 444 }
OLDNEW
« no previous file with comments | « src/v8.gyp ('k') | test/cctest/test-typing-reset.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698