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

Unified Diff: test/unittests/unittests.gyp

Issue 2449383002: New zone-backed list datastructure to replace ZoneList (Closed)
Patch Set: Changed test to account for the list sizes as well 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/unittests.gyp
diff --git a/test/unittests/unittests.gyp b/test/unittests/unittests.gyp
index 0b3ef1948172655bca8d869de8db7a7d8db2b64b..856e15ff1597dd32aee261414fe51fdabcacd267 100644
--- a/test/unittests/unittests.gyp
+++ b/test/unittests/unittests.gyp
@@ -117,6 +117,7 @@
'test-utils.h',
'test-utils.cc',
'value-serializer-unittest.cc',
+ 'zone/zone-chunk-list-unittest.cc',
Jakob Kummerow 2016/10/26 14:45:10 nit: maintain alpha-sorting
'zone/segmentpool-unittest.cc',
'wasm/asm-types-unittest.cc',
'wasm/ast-decoder-unittest.cc',

Powered by Google App Engine
This is Rietveld 408576698