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

Unified Diff: test/unittests/BUILD.gn

Issue 2702123002: Always early return from HandleApiCallHelper on access check failure. (Closed)
Patch Set: Return undefined for now 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/builtins/builtins-api.cc ('k') | test/unittests/api/access-check-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 9bf757cc7634a4b9f360b52977a3ddaf56742353..06477ed45f33817b68c4c0201af62b4da57fd51a 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/access-check-unittest.cc",
"api/exception-unittest.cc",
"api/isolate-unittest.cc",
"api/remote-object-unittest.cc",
« no previous file with comments | « src/builtins/builtins-api.cc ('k') | test/unittests/api/access-check-unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698