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

Unified Diff: test/unittests/BUILD.gn

Issue 2449383002: New zone-backed list datastructure to replace ZoneList (Closed)
Patch Set: Added some debug checks 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
« no previous file with comments | « src/zone/zone-chunk-list.h ('k') | test/unittests/unittests.gyp » ('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 c005b144f0fc6ba14e16f00362026bbfcbde9c1d..ff88a947f27b4737122dbd2a6082e9f1e6f621f9 100644
--- a/test/unittests/BUILD.gn
+++ b/test/unittests/BUILD.gn
@@ -130,6 +130,7 @@ v8_executable("unittests") {
"wasm/wasm-macro-gen-unittest.cc",
"wasm/wasm-module-builder-unittest.cc",
"zone/segmentpool-unittest.cc",
+ "zone/zone-chunk-list-unittest.cc",
]
if (v8_current_cpu == "arm") {
« no previous file with comments | « src/zone/zone-chunk-list.h ('k') | test/unittests/unittests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698