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

Unified Diff: src/v8.gyp

Issue 2852953004: [heap] Extract marking deque to separate file. (Closed)
Patch Set: fix build.gn Created 3 years, 8 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/heap/sequential-marking-deque.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/v8.gyp
diff --git a/src/v8.gyp b/src/v8.gyp
index 6058c8961c0e1f367507d1d23b9b95b6363b80c7..ea6ad59dd536168a537830c933ff20df491c5f56 100644
--- a/src/v8.gyp
+++ b/src/v8.gyp
@@ -985,6 +985,8 @@
'heap/scavenger-inl.h',
'heap/scavenger.cc',
'heap/scavenger.h',
+ 'heap/sequential-marking-deque.cc',
+ 'heap/sequential-marking-deque.h',
'heap/slot-set.h',
'heap/spaces-inl.h',
'heap/spaces.cc',
« no previous file with comments | « src/heap/sequential-marking-deque.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698