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

Unified Diff: test/unittests/BUILD.gn

Issue 2424393002: Constrain the zone segment pool size (Closed)
Patch Set: Added unittest for segment pool size constraints Created 4 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 side-by-side diff with in-line comments
Download patch
Index: test/unittests/BUILD.gn
diff --git a/test/unittests/BUILD.gn b/test/unittests/BUILD.gn
index e31f33377c08d148797bd1001a48a230b4a83dc8..71166d6800745a0318c915eb3044f141b3ac65b6 100644
--- a/test/unittests/BUILD.gn
+++ b/test/unittests/BUILD.gn
@@ -129,6 +129,7 @@ v8_executable("unittests") {
"wasm/switch-logic-unittest.cc",
"wasm/wasm-macro-gen-unittest.cc",
"wasm/wasm-module-builder-unittest.cc",
+ "zone/segmentpool-tests.cc",
]
if (v8_current_cpu == "arm") {

Powered by Google App Engine
This is Rietveld 408576698