Chromium Code Reviews

Unified Diff: src/v8.gyp

Issue 2449383002: New zone-backed list datastructure to replace ZoneList (Closed)
Patch Set: Reaction to comments Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: src/v8.gyp
diff --git a/src/v8.gyp b/src/v8.gyp
index bae2474505a8f8bddddccfc8b6c1f61da0b41def..86cd1d8674a5960bdf90eefc8bec68d138469fd8 100644
--- a/src/v8.gyp
+++ b/src/v8.gyp
@@ -1284,6 +1284,7 @@
'zone/zone-segment.h',
'zone/zone.cc',
'zone/zone.h',
+ 'zone/zone-chunk-list.h',
'zone/zone-segment.cc',
'zone/zone-segment.h',
'zone/zone-allocator.h',
« no previous file with comments | « BUILD.gn ('k') | src/zone/zone-chunk-list.h » ('j') | src/zone/zone-chunk-list.h » ('J')

Powered by Google App Engine