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

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

Issue 1375933003: Add SetAbortOnUncaughtExceptionCallback API (Closed) Base URL: git@github.com:v8/v8.git@master
Patch Set: Created 5 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
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-typing-reset.cc', 169 'test-typing-reset.cc',
170 'test-unbound-queue.cc', 170 'test-unbound-queue.cc',
171 'test-unboxed-doubles.cc', 171 'test-unboxed-doubles.cc',
172 'test-unique.cc', 172 'test-unique.cc',
173 'test-unscopables-hidden-prototype.cc', 173 'test-unscopables-hidden-prototype.cc',
174 'test-utils.cc', 174 'test-utils.cc',
175 'test-version.cc', 175 'test-version.cc',
176 'test-weakmaps.cc', 176 'test-weakmaps.cc',
177 'test-weaksets.cc', 177 'test-weaksets.cc',
178 'trace-extension.cc', 178 'trace-extension.cc',
179 'test-abort-on-uncaught-exception.cc'
Michael Starzinger 2015/10/01 16:34:38 nit: Please keep this list alpha-sorted.
julien.gilli 2015/10/01 19:18:11 Acknowledged.
julien.gilli 2015/10/05 17:24:25 Done.
179 ], 180 ],
180 'conditions': [ 181 'conditions': [
181 ['v8_target_arch=="ia32"', { 182 ['v8_target_arch=="ia32"', {
182 'sources': [ ### gcmole(arch:ia32) ### 183 'sources': [ ### gcmole(arch:ia32) ###
183 'test-assembler-ia32.cc', 184 'test-assembler-ia32.cc',
184 'test-code-stubs.cc', 185 'test-code-stubs.cc',
185 'test-code-stubs-ia32.cc', 186 'test-code-stubs-ia32.cc',
186 'test-disasm-ia32.cc', 187 'test-disasm-ia32.cc',
187 'test-macro-assembler-ia32.cc', 188 'test-macro-assembler-ia32.cc',
188 'test-log-stack-tracer.cc' 189 'test-log-stack-tracer.cc'
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
324 '../../tools/js2c.py', 325 '../../tools/js2c.py',
325 '<@(_outputs)', 326 '<@(_outputs)',
326 'TEST', # type 327 'TEST', # type
327 '<@(file_list)', 328 '<@(file_list)',
328 ], 329 ],
329 } 330 }
330 ], 331 ],
331 }, 332 },
332 ], 333 ],
333 } 334 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698