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

Unified 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, 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 side-by-side diff with in-line comments
Download patch
Index: test/cctest/cctest.gyp
diff --git a/test/cctest/cctest.gyp b/test/cctest/cctest.gyp
index a7092a8bdc4ba63c86576b4061331d166264d437..1a0119e86fa4e2239dd18846b9326115fdd17782 100644
--- a/test/cctest/cctest.gyp
+++ b/test/cctest/cctest.gyp
@@ -176,6 +176,7 @@
'test-weakmaps.cc',
'test-weaksets.cc',
'trace-extension.cc',
+ '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.
],
'conditions': [
['v8_target_arch=="ia32"', {

Powered by Google App Engine
This is Rietveld 408576698