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

Unified Diff: test/unittests/BUILD.gn

Issue 2675203005: Clear pending message during Isolate::CancelScheduledExceptionFromTryCatch. (Closed)
Patch Set: Merge branch 'master' into schedule-clear-pending-message Created 3 years, 10 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
« no previous file with comments | « src/isolate.cc ('k') | test/unittests/api/exception-unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/unittests/BUILD.gn
diff --git a/test/unittests/BUILD.gn b/test/unittests/BUILD.gn
index 2e1d47a6fbd5ada9cd6b0d47050e13852e3ba2e5..001a45e2944666e8eea3b9381d5c35c4511e5f12 100644
--- a/test/unittests/BUILD.gn
+++ b/test/unittests/BUILD.gn
@@ -10,6 +10,7 @@ v8_executable("unittests") {
sources = [
"../../testing/gmock-support.h",
"../../testing/gtest-support.h",
+ "api/exception-unittest.cc",
"api/isolate-unittest.cc",
"base/atomic-utils-unittest.cc",
"base/bits-unittest.cc",
« no previous file with comments | « src/isolate.cc ('k') | test/unittests/api/exception-unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698