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

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

Issue 1213133002: Oilpan: Reduce sizeof(Persistent) to 16 byte (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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 | « no previous file | Source/platform/heap/Handle.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/heap/BUILD.gn
diff --git a/Source/platform/heap/BUILD.gn b/Source/platform/heap/BUILD.gn
index ae367373691b33e9806ed890bcbe926cef06e00f..ad42d6bb35a45e1afcb972aea8f1188e02fd835c 100644
--- a/Source/platform/heap/BUILD.gn
+++ b/Source/platform/heap/BUILD.gn
@@ -26,6 +26,8 @@ source_set("heap") {
"PageMemory.h",
"PagePool.cpp",
"PagePool.h",
+ "PersistentNode.cpp",
+ "PersistentNode.h",
"StackFrameDepth.cpp",
"StackFrameDepth.h",
"SafePoint.cpp",
« no previous file with comments | « no previous file | Source/platform/heap/Handle.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698