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

Unified Diff: third_party/WebKit/Source/platform/heap/BUILD.gn

Issue 1999363002: Split out Members, Persistents and SelfKeepAlive in separate headers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@sof-gc-type
Patch Set: rebased Created 4 years, 7 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: third_party/WebKit/Source/platform/heap/BUILD.gn
diff --git a/third_party/WebKit/Source/platform/heap/BUILD.gn b/third_party/WebKit/Source/platform/heap/BUILD.gn
index 0af30da1dfd68d4d8158e5ef626f70d81d5f6733..f3147789416546e423c38bdabeab17c6dc4f344b 100644
--- a/third_party/WebKit/Source/platform/heap/BUILD.gn
+++ b/third_party/WebKit/Source/platform/heap/BUILD.gn
@@ -28,14 +28,17 @@ source_set("heap") {
"InlinedGlobalMarkingVisitor.h",
"MarkingVisitor.h",
"MarkingVisitorImpl.h",
+ "Member.h",
"PageMemory.cpp",
"PageMemory.h",
"PagePool.cpp",
"PagePool.h",
+ "Persistent.h",
"PersistentNode.cpp",
"PersistentNode.h",
"SafePoint.cpp",
"SafePoint.h",
+ "SelfKeepAlive.h",
"StackFrameDepth.cpp",
"StackFrameDepth.h",
"ThreadState.cpp",
« no previous file with comments | « third_party/WebKit/Source/core/loader/PingLoader.h ('k') | third_party/WebKit/Source/platform/heap/Handle.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698