| 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",
|
|
|