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

Unified Diff: test/unittests/BUILD.gn

Issue 2521933002: Merged: Fix out-of-range access in unibrow::Utf8::CalculateValue. (Closed)
Patch Set: Created 4 years, 1 month 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/unicode-decoder.h ('k') | test/unittests/unicode-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 286b5319ee88a6180433b8723f1b0789605452aa..ebee73db757fc1587e75f2c04b8cef25cb842b6a 100644
--- a/test/unittests/BUILD.gn
+++ b/test/unittests/BUILD.gn
@@ -117,6 +117,7 @@ v8_executable("unittests") {
"source-position-table-unittest.cc",
"test-utils.cc",
"test-utils.h",
+ "unicode-unittest.cc",
"value-serializer-unittest.cc",
"wasm/asm-types-unittest.cc",
"wasm/ast-decoder-unittest.cc",
« no previous file with comments | « src/unicode-decoder.h ('k') | test/unittests/unicode-unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698